summaryrefslogtreecommitdiffstats
path: root/src/engine/OSCClientSender.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-10-12 19:58:33 +0000
committerDavid Robillard <d@drobilla.net>2008-10-12 19:58:33 +0000
commitaf50ce8066ba9ce288d0724707f06e7a88b00f84 (patch)
treee23d060df1ccd63edb39b50432db41c5e9fc2d51 /src/engine/OSCClientSender.cpp
parent544851bda4a85a97b1f1e3a229ccd21b00a0f3fe (diff)
downloadingen-af50ce8066ba9ce288d0724707f06e7a88b00f84.tar.gz
ingen-af50ce8066ba9ce288d0724707f06e7a88b00f84.tar.bz2
ingen-af50ce8066ba9ce288d0724707f06e7a88b00f84.zip
Remove meaningless/non-LV2/kludgey 'event' 'midi' and 'osc' distinction.
Expose event ports to jack midi, again. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1665 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/OSCClientSender.cpp')
-rw-r--r--src/engine/OSCClientSender.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/OSCClientSender.cpp b/src/engine/OSCClientSender.cpp
index dca2e0ed..c71f7e6b 100644
--- a/src/engine/OSCClientSender.cpp
+++ b/src/engine/OSCClientSender.cpp
@@ -143,7 +143,7 @@ void OSCClientSender::new_node(const std::string& node_path,
* <p> \b /ingen/new_port - Notification of a new port's creation.
* \arg \b path (string) - Path of new port
* \arg \b index (integer) - Index (or sort key) of port on parent
- * \arg \b data-type (string) - Type of port (ingen:AudioPort, ingen:ControlPort, ingen:MIDIPort, or ingen:OSCPort)
+ * \arg \b data-type (string) - Type of port (ingen:AudioPort, ingen:ControlPort, ingen:EventPort)
* \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