From 4c299323440923891b9c583a354116000eb143cc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 11 Mar 2012 05:22:08 +0000 Subject: Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat. Use new style LV2 URI defines (and fix invalid atom URIs). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4050 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/PluginUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/PluginUI.cpp') diff --git a/src/client/PluginUI.cpp b/src/client/PluginUI.cpp index 5c26cfe6..37789b28 100644 --- a/src/client/PluginUI.cpp +++ b/src/client/PluginUI.cpp @@ -90,7 +90,7 @@ lv2_ui_write(SuilController controller, lv2_event_increment(&iter); } - } else if (format == uris.atom_AtomTransfer.id) { + } else if (format == uris.atom_eventTransfer.id) { LV2_Atom* buf = (LV2_Atom*)buffer; Raul::Atom val; Shared::LV2Atom::to_atom(uris, buf, val); -- cgit v1.2.1