diff options
author | David Robillard <d@drobilla.net> | 2008-11-10 21:00:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-11-10 21:00:50 +0000 |
commit | 1423712f8e91dffde60c07d32b4de878bdcd3eae (patch) | |
tree | e83d7a8e3840a476bf7ac2cdb4252656f08b0133 /src/client/ClientStore.hpp | |
parent | fb76b922a4d3b0f7e49ea1dcb21fec0c3a236b3f (diff) | |
download | ingen-1423712f8e91dffde60c07d32b4de878bdcd3eae.tar.gz ingen-1423712f8e91dffde60c07d32b4de878bdcd3eae.tar.bz2 ingen-1423712f8e91dffde60c07d32b4de878bdcd3eae.zip |
Turn off OSC debug dumping in engine.
Shuffle new_port parameters to make more sense for no particular reason.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1715 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client/ClientStore.hpp')
-rw-r--r-- | src/client/ClientStore.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ClientStore.hpp b/src/client/ClientStore.hpp index 4df8149b..291f9af9 100644 --- a/src/client/ClientStore.hpp +++ b/src/client/ClientStore.hpp @@ -72,7 +72,7 @@ public: void new_plugin(const string& uri, const string& type_uri, const string& symbol, const string& name); void new_patch(const string& path, uint32_t poly); void new_node(const string& path, const string& plugin_uri); - void new_port(const string& path, uint32_t index, const string& data_type, bool is_output); + void new_port(const string& path, const string& type, uint32_t index, bool is_output); void set_variable(const string& subject_path, const string& predicate, const Atom& value); void set_property(const string& subject_path, const string& predicate, const Atom& value); void set_port_value(const string& port_path, const Raul::Atom& value); |