fluidsynth: log midi tick event
This commit is contained in:
parent
64498c576b
commit
30585c8f8e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user