aboutsummaryrefslogtreecommitdiffstats
path: root/ext/osc.lv2/osc.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-10-29 00:59:58 +0000
committerDavid Robillard <d@drobilla.net>2010-10-29 00:59:58 +0000
commita31c23155b8b1902f70a63a12d7c09822dacda04 (patch)
treeca23c1b977b7e3fa1ebdbe7d64df3ae3e4f5e08f /ext/osc.lv2/osc.h
parent58884fbbfc03aeff277d30305b65dccf58189b2f (diff)
downloadlv2-a31c23155b8b1902f70a63a12d7c09822dacda04.tar.xz
Remove OSC buffer junk.
Diffstat (limited to 'ext/osc.lv2/osc.h')
-rw-r--r--ext/osc.lv2/osc.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ext/osc.lv2/osc.h b/ext/osc.lv2/osc.h
index 23e49a9..05e39cc 100644
--- a/ext/osc.lv2/osc.h
+++ b/ext/osc.lv2/osc.h
@@ -27,11 +27,7 @@ extern "C" {
/** @file
* C header for the LV2 OSC extension <http://lv2plug.in/ns/ext/osc>.
- * This extension uses (raw) OSC messages
- * and a buffer format which contains a sequence of timestamped messages.
- * Additional (ie beyond raw OSC) indexing information is stored in the buffer
- * for performance, so that accessors for messages and arguments are very fast:
- * O(1) and realtime safe, unless otherwise noted.
+ * This extension defines a format for (raw) OSC messages/events.
*/