From d72ed9fd506756c83d97b62f6640135f3b8c32bb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 16 Aug 2008 22:59:01 +0000 Subject: Closer... git-svn-id: http://svn.drobilla.net/lad/ingen@1407 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/client/OSCEngineSender.hpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/libs/client/OSCEngineSender.hpp') diff --git a/src/libs/client/OSCEngineSender.hpp b/src/libs/client/OSCEngineSender.hpp index bb935d7a..610841f6 100644 --- a/src/libs/client/OSCEngineSender.hpp +++ b/src/libs/client/OSCEngineSender.hpp @@ -76,19 +76,19 @@ public: void new_patch(const string& path, uint32_t poly); - void create_port(const string& path, - const string& data_type, - bool is_output); + void new_port(const string& path, + const string& data_type, + bool is_output); - void create_node(const string& path, - const string& plugin_uri, - bool polyphonic); + void new_node(const string& path, + const string& plugin_uri, + bool polyphonic); - void create_node(const string& path, - const string& plugin_type, - const string& library_name, - const string& plugin_label, - bool polyphonic); + void new_node(const string& path, + const string& plugin_type, + const string& library_name, + const string& plugin_label, + bool polyphonic); void rename(const string& old_path, const string& new_name); -- cgit v1.2.1