summaryrefslogtreecommitdiff
path: root/lv2/lv2_gui.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-04-04 21:19:58 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2013-04-04 21:19:58 +0200
commit77b3943b751bed43d230de6db322a750bfd1fc8e (patch)
treecd7d98bc8c06c660558a52f2b6b6ed73982efdf2 /lv2/lv2_gui.cc
parent0e436ebcd7faacb557ab94952765cb6bcfd7d259 (diff)
New message system. New common midi input class. Some compiler warning fixes. New ListBoxBasic class used by both LustBox and ComboBox. New embossed font.
Diffstat (limited to 'lv2/lv2_gui.cc')
-rw-r--r--lv2/lv2_gui.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/lv2/lv2_gui.cc b/lv2/lv2_gui.cc
index 5524a76..afd47a2 100644
--- a/lv2/lv2_gui.cc
+++ b/lv2/lv2_gui.cc
@@ -151,6 +151,7 @@ static void closeHandler(void *ptr)
static void midimapHandler(void *ptr, const char* file)
{
+ /*
printf("> midimapHandler %s\n", file);
struct DG_GUI *gui = (struct DG_GUI *)ptr;
gui->instance->midimapfile = file;
@@ -159,6 +160,7 @@ static void midimapHandler(void *ptr, const char* file)
dglv2->in->loadMidiMap(file);
printf("< midimapHandler\n");
+ */
}
static LV2UI_Handle ui_instantiate(const struct _LV2UI_Descriptor * descriptor,