summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/OSCClientSender.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-10-09 21:04:06 +0000
committerDavid Robillard <d@drobilla.net>2007-10-09 21:04:06 +0000
commit670bf40134c1aa7c1ff175ff8acd9dbed7b9ab41 (patch)
treec8c70aaa14327edd0a2ee92eb25f00d9cfebda11 /src/libs/engine/OSCClientSender.cpp
parentd225ac9f9252b0ae07cd594bc5cb9b440fac311f (diff)
downloadingen-670bf40134c1aa7c1ff175ff8acd9dbed7b9ab41.tar.gz
ingen-670bf40134c1aa7c1ff175ff8acd9dbed7b9ab41.tar.bz2
ingen-670bf40134c1aa7c1ff175ff8acd9dbed7b9ab41.zip
Fix port type URIs mismatching, fixes Jack ports not showing up.
git-svn-id: http://svn.drobilla.net/lad/ingen@864 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 fff564d6..53ff35e5 100644
--- a/src/libs/engine/OSCClientSender.cpp
+++ b/src/libs/engine/OSCClientSender.cpp
@@ -271,7 +271,7 @@ void OSCClientSender::new_node(const std::string& plugin_uri,
/** \page client_osc_namespace
* <p> \b /ingen/new_port - Notification of a new port's creation.
* \arg \b path (string) - Path of new port
- * \arg \b data-type (string) - Type of port (ingen:audio, ingen:control, ingen:midi, or ingen:osc)
+ * \arg \b data-type (string) - Type of port (ingen:AudioPort, ingen:ControlPort, ingen:MIDIPort, or ingen:OSCPort)
* \arg \b direction ("is-output") (integer) - Direction of data flow (Input = 0, Output = 1)
*
* \li Note that in the event of loading a patch, this message could be