File: tX_midiin.h
Description: Header to tX_midiin.cc
+
+ Changes (Alexander König <alex@lisas.de>:
+ - Default Constructor for tX_midievents
+ - new handlers for destroy and remove binding events
*/
#ifndef _tx_midiin_h
}
tX_midievent() : channel(0), type(NONE), value(0.0), is_noteon(false) {}
-
- /* not being used anyway */
- // void print( const char* prefix ) const;
};
#include <config.h>
tX_midievent last_event;
+ static void window_closed( GtkWidget *widget, gpointer _this );
+ static void unbind_clicked( GtkButton *button, gpointer _this );
static void bind_clicked( GtkButton *button, gpointer _this );
static void close_clicked( GtkButton *button, gpointer _this );
static gint timer( gpointer _this );