diff options
author | David Robillard <d@drobilla.net> | 2009-05-28 15:57:14 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-05-28 15:57:14 +0000 |
commit | ee3bba21b4f2ea2e0e03f93bc9eded6681b9b482 (patch) | |
tree | 185987a38a9737a72840d41c5d5bb525f3d49aea /src/gui | |
parent | eae3b1c1e100fc1b705a2d664cffae4aa5802568 (diff) | |
download | ingen-ee3bba21b4f2ea2e0e03f93bc9eded6681b9b482.tar.gz ingen-ee3bba21b4f2ea2e0e03f93bc9eded6681b9b482.tar.bz2 ingen-ee3bba21b4f2ea2e0e03f93bc9eded6681b9b482.zip |
Create objects via SetMetadataEvent.
Fix subpatch creation.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2025 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/NodeModule.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/NodeModule.cpp b/src/gui/NodeModule.cpp index a85a50b8..99ffe4e3 100644 --- a/src/gui/NodeModule.cpp +++ b/src/gui/NodeModule.cpp @@ -377,7 +377,6 @@ NodeModule::store_location() void NodeModule::set_property(const URI& key, const Atom& value) { - cerr << "SET " << key << " = " << value << " :: " << value.type() << endl; switch (value.type()) { case Atom::FLOAT: if (key.str() == "ingenuity:canvas-x") { |