mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
fluidsynth: log midi tick event
This commit is contained in:
parent
64498c576b
commit
30585c8f8e
1 changed files with 3 additions and 0 deletions
|
@ -339,6 +339,9 @@ handle_buffer (GstFluidsynth * fluidsynth, GstBuffer * buffer)
|
||||||
fluid_synth_sysex (fluidsynth->synth, (char *) info.data + 1,
|
fluid_synth_sysex (fluidsynth->synth, (char *) info.data + 1,
|
||||||
info.size - 1, NULL, NULL, NULL, 0);
|
info.size - 1, NULL, NULL, NULL, 0);
|
||||||
|
|
||||||
|
break;
|
||||||
|
case 0xf9:
|
||||||
|
GST_LOG_OBJECT (fluidsynth, "midi tick");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
GST_WARNING_OBJECT (fluidsynth, "unhandled event 0x%02x", event);
|
GST_WARNING_OBJECT (fluidsynth, "unhandled event 0x%02x", event);
|
||||||
|
|
Loading…
Reference in a new issue