summaryrefslogtreecommitdiffstats
path: root/src/client/PluginUI.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-11-29 00:21:52 +0000
committerDavid Robillard <d@drobilla.net>2008-11-29 00:21:52 +0000
commitce6cec92071bcf7b247daa3128e39f7fb9f3200b (patch)
tree093ce0eb1e9f1230d334ce23fa8f1605fd175004 /src/client/PluginUI.cpp
parent9c3d03cfab2ac6eda5c87325dcd3174e5812bc39 (diff)
downloadingen-ce6cec92071bcf7b247daa3128e39f7fb9f3200b.tar.gz
ingen-ce6cec92071bcf7b247daa3128e39f7fb9f3200b.tar.bz2
ingen-ce6cec92071bcf7b247daa3128e39f7fb9f3200b.zip
Prefixes with underscores look weird.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1822 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client/PluginUI.cpp')
-rw-r--r--src/client/PluginUI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/PluginUI.cpp b/src/client/PluginUI.cpp
index 9c562135..6898dd71 100644
--- a/src/client/PluginUI.cpp
+++ b/src/client/PluginUI.cpp
@@ -78,7 +78,7 @@ lv2_ui_write(LV2UI_Controller controller,
if (ev->type == midi_event_type) {
// FIXME: bundle multiple events by writing an entire buffer here
ui->world()->engine->set_port_value(port->path(),
- Atom("lv2_midi:MidiEvent", ev->size, data));
+ Atom("lv2midi:MidiEvent", ev->size, data));
} else {
cerr << "WARNING: Unable to send event type " << ev->type <<
" over OSC, ignoring event" << endl;