mirror of
https://github.com/sshlien/abcmidi.git
synced 2025-12-06 06:55:06 +00:00
2021.09.15
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user