2024.06.03

This commit is contained in:
sshlien
2024-06-03 19:34:24 -04:00
parent 224930548b
commit 45bd1a7102
4 changed files with 7 additions and 6 deletions

View File

@@ -1941,6 +1941,8 @@ char *s;
done = 0;
} /*[SS] 2024.04.30 */
printf("%s\n",command);
if (strcmp(command, "channel") == 0) {
skipspace(&p);
ch = readnump(&p) - 1;
@@ -3150,7 +3152,7 @@ int local;
};
}
/* deleted event_info_key(key,value) [JA] 2024-04-30 */
/* deleted event_info_key(key,value). It is now in parser2.c [JA] 2024-04-30 */
static void stack_broken(v)
/* store away broken rhythm context on encountering grace notes */