summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/OSCClientSender.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-10-13 18:01:56 +0000
committerDavid Robillard <d@drobilla.net>2007-10-13 18:01:56 +0000
commit4d440f54870cd3934a49bab1ae98fad3f13f00d4 (patch)
treeca9d31bfc41215e2b80e4b6fd980a7ef5801a0a4 /src/libs/engine/OSCClientSender.cpp
parent7ca2e0c1a67c12954e04d2175cbb488efc426a85 (diff)
downloadingen-4d440f54870cd3934a49bab1ae98fad3f13f00d4.tar.gz
ingen-4d440f54870cd3934a49bab1ae98fad3f13f00d4.tar.bz2
ingen-4d440f54870cd3934a49bab1ae98fad3f13f00d4.zip
Send polyphonic state on object creation.
git-svn-id: http://svn.drobilla.net/lad/ingen@881 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine/OSCClientSender.cpp')
-rw-r--r--src/libs/engine/OSCClientSender.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/OSCClientSender.cpp b/src/libs/engine/OSCClientSender.cpp
index 53ff35e5..365efeea 100644
--- a/src/libs/engine/OSCClientSender.cpp
+++ b/src/libs/engine/OSCClientSender.cpp
@@ -285,7 +285,7 @@ void OSCClientSender::new_node(const std::string& plugin_uri,
void
OSCClientSender::new_port(const std::string& path,
const std::string& data_type,
- bool is_output)
+ bool is_output)
{
if (!_enabled)
return;