2021.09.15

This commit is contained in:
Seymour Shlien
2021-09-15 16:25:29 -04:00
parent 19fbb6b7e7
commit c9d2c0f33b
5 changed files with 12 additions and 8 deletions

View File

@@ -2412,9 +2412,9 @@ int j;
save_note(g_num*len, g_denom, basepitch+fun.base, 8192, fun.chan, fun.vel);
else
save_note(g_num*len, g_denom, inversion+fun.base, 8192, fun.chan, fun.vel);
};
break; /* [SS] 2021-06-27 */
/* There is no break here so the switch statement continues into the next case 'c' */
}
/* break; * [SS] 2021-06-27 2021-09-15 */
/* There should not be a break here so the switch statement continues into the next case 'c' */
case 'c':
/* do chord with handling of any 'inversion' note */