mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-21 21:40:19 +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:
|
default:
|
||||||
/* Flickernoise currently doesn't support any others */
|
/* Flickernoise currently doesn't support any others */
|
||||||
if (debug)
|
if (debug)
|
||||||
fprintf(stderr, "unrecognized MIDI event\n");
|
fprintf(stderr, "unrecognized MIDI event %u\n",
|
||||||
|
ev->type);
|
||||||
snd_seq_free_event(ev);
|
snd_seq_free_event(ev);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user