mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-21 13:12:29 +02:00
midi2osc: when reporting an unrecognized MIDI event, print its number
This commit is contained in:
parent
2d4a88681d
commit
8e81abd165
@ -146,7 +146,8 @@ static void forward(snd_seq_t *midi, lo_address osc)
|
||||
default:
|
||||
/* Flickernoise currently doesn't support any others */
|
||||
if (debug)
|
||||
fprintf(stderr, "unrecognized MIDI event\n");
|
||||
fprintf(stderr, "unrecognized MIDI event %u\n",
|
||||
ev->type);
|
||||
snd_seq_free_event(ev);
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user