From bc3afd8380d59c750c8f8e9bf1ed1b8d4a6826e9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 16 Mar 2012 22:27:16 +0000 Subject: Preliminary work towards native LV2 UI. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4074 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/ClientStore.cpp | 2 +- src/client/PluginUI.cpp | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'src/client') diff --git a/src/client/ClientStore.cpp b/src/client/ClientStore.cpp index 83815187..ecf03dad 100644 --- a/src/client/ClientStore.cpp +++ b/src/client/ClientStore.cpp @@ -31,7 +31,7 @@ #define LOG(s) s << "[ClientStore] " -//#define INGEN_CLIENT_STORE_DUMP 1 +// #define INGEN_CLIENT_STORE_DUMP 1 using namespace std; using namespace Raul; diff --git a/src/client/PluginUI.cpp b/src/client/PluginUI.cpp index a3a2dabb..c20d41b1 100644 --- a/src/client/PluginUI.cpp +++ b/src/client/PluginUI.cpp @@ -94,10 +94,13 @@ lv2_ui_write(SuilController controller, } } else if (format == uris.atom_eventTransfer.id) { + std::cerr << "FIXME: atom event transfer" << std::endl; + #if 0 LV2_Atom* buf = (LV2_Atom*)buffer; Raul::Atom val; Shared::LV2Atom::to_atom(uris, buf, val); ui->world()->engine()->set_property(port->path(), uris.ingen_value, val); + #endif } else { warn << "Unknown value format " << format -- cgit v1.2.1