fluidsynth: log midi tick event

This commit is contained in:
Wim Taymans 2013-03-22 08:54:54 +01:00
parent 64498c576b
commit 30585c8f8e

View file

@ -339,6 +339,9 @@ handle_buffer (GstFluidsynth * fluidsynth, GstBuffer * buffer)
fluid_synth_sysex (fluidsynth->synth, (char *) info.data + 1,
info.size - 1, NULL, NULL, NULL, 0);
break;
case 0xf9:
GST_LOG_OBJECT (fluidsynth, "midi tick");
break;
default:
GST_WARNING_OBJECT (fluidsynth, "unhandled event 0x%02x", event);