diff Plugins/Input/amidi-plug/i_midievent.h @ 1671:daabad781796 trunk

[svn] - amidi-plug 0.6 imported; among other improvements, multiple soundfont loading for fluidsynth backend and option to extract/display lyrics and comments contained in midi files
author giacomo
date Tue, 12 Sep 2006 10:59:59 -0700
parents 705d4c089fce
children
line wrap: on
line diff
--- a/Plugins/Input/amidi-plug/i_midievent.h	Mon Sep 11 16:06:23 2006 -0700
+++ b/Plugins/Input/amidi-plug/i_midievent.h	Tue Sep 12 10:59:59 2006 -0700
@@ -31,6 +31,7 @@
     guchar d[3];			/* channel and data bytes */
     gint tempo;
     guint length;			/* length of sysex data */
+    gchar * metat;			/* meta-event text */
   } data;
   guchar sysex[0];
 };