diff --git a/miditones.c b/miditones.c index 828ce6e..f283edc 100644 --- a/miditones.c +++ b/miditones.c @@ -1097,7 +1097,7 @@ void remove_queue_entry(int ndx) { // remove the oldest queue entry fprintf(outfile, "%3d", tg->note.instrument); outfile_items(1); } else { - fprintf(outfile, "$%02X,%d, ", CMD_INSTRUMENT | tgnum, tg->note.instrument); + fprintf(outfile, "0x%02X,%d, ", CMD_INSTRUMENT | tgnum, tg->note.instrument); outfile_items(2); } } } if (loggen) fprintf(logfile, " play tgen %d %s\n", tgnum, describe(&q->note)); tg->playing = true; diff --git a/miditones.exe b/miditones.exe index ee44365..9272c82 100644 Binary files a/miditones.exe and b/miditones.exe differ