mirror of
https://github.com/sshlien/abcmidi.git
synced 2025-12-06 06:55:06 +00:00
2024.12.22
This commit is contained in:
@@ -1274,7 +1274,7 @@ int chan, control, value;
|
||||
if (prtime(timeunits)) return;
|
||||
|
||||
if (control == 6) bend2cents = 8192.0/(100.0*value); /*[SS] 2022-02-12 */
|
||||
printf("CntlParm %2d %s = %d\n",chan+1, ctype[control],value);
|
||||
printf("CntlParm %2d %s = %d %d\n",chan+1, ctype[control],control,value);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user