diff --git a/ext/fluidsynth/gstfluidsynth.c b/ext/fluidsynth/gstfluidsynth.c index d52b3319f8..408ea1b569 100644 --- a/ext/fluidsynth/gstfluidsynth.c +++ b/ext/fluidsynth/gstfluidsynth.c @@ -275,6 +275,8 @@ handle_buffer (GstFluidsynth * fluidsynth, GstBuffer * buffer) event = info.data[0]; channel = event & 0x0f; + GST_DEBUG_OBJECT (fluidsynth, "event 0x%02x channel %d", event, channel); + switch (event & 0xf0) { case 0xf0: switch (event) {