Tonleiter is running

This commit is contained in:
2024-03-26 16:47:42 +01:00
parent 152f171c66
commit 5e2f120432
7 changed files with 88 additions and 14 deletions

View File

@ -2,6 +2,7 @@
#define _SEQUENCER_H_
#include <stdint.h>
#include "psg.h"
typedef enum {
@ -23,7 +24,7 @@ typedef struct {
uint16_t idx;
uint8_t lengthCnt;
uint8_t channel;
t_tone *tones;
const t_tone *tones;
} t_melody;
void sequencerInit();