fluidsynth: log midi tick event
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 22 Mar 2013 07:54:54 +0000 (08:54 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 22 Mar 2013 07:54:54 +0000 (08:54 +0100)
ext/fluidsynth/gstfluidsynth.c

index 4b28c13..095e22d 100644 (file)
@@ -340,6 +340,9 @@ handle_buffer (GstFluidsynth * fluidsynth, GstBuffer * buffer)
               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);
           break;