mirror of
https://github.com/sshlien/abcmidi.git
synced 2026-04-15 14:23:41 +00:00
2024.10.10
This commit is contained in:
4
store.c
4
store.c
@@ -186,7 +186,7 @@ int main()
|
||||
|
||||
*/
|
||||
|
||||
#define VERSION "4.94 August 13 2024 abc2midi"
|
||||
#define VERSION "4.94 October 10 2024 abc2midi"
|
||||
|
||||
/* enables reading V: indication in header */
|
||||
#define XTEN1 1
|
||||
@@ -1941,7 +1941,7 @@ char *s;
|
||||
done = 0;
|
||||
} /*[SS] 2024.04.30 */
|
||||
|
||||
printf("%s\n",command);
|
||||
if (verbose > 1) printf("event_midi command: %s\n",command);
|
||||
|
||||
if (strcmp(command, "channel") == 0) {
|
||||
skipspace(&p);
|
||||
|
||||
Reference in New Issue
Block a user