add more notes when working with new systems

This commit is contained in:
tildearrow 2022-03-06 22:36:32 -05:00
parent 9333b5bd51
commit 177c409e19
3 changed files with 10 additions and 0 deletions

View file

@ -42,6 +42,7 @@ const char* notes[12]={
"C-", "C#", "D-", "D#", "E-", "F-", "F#", "G-", "G#", "A-", "A#", "B-"
};
// update this when adding new commands.
const char* cmdName[DIV_CMD_MAX]={
"NOTE_ON",
"NOTE_OFF",