sequencer init state

This commit is contained in:
2024-03-26 23:21:24 +01:00
parent 1c2414463b
commit 5e1e9dfa92
2 changed files with 5 additions and 1 deletions

View File

@ -25,6 +25,7 @@ typedef struct {
} t_tone;
typedef enum {
e_Init,
e_PlayTone,
e_HoldTone,
e_StaccatoBreak,