From a31c23155b8b1902f70a63a12d7c09822dacda04 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 29 Oct 2010 00:59:58 +0000 Subject: Remove OSC buffer junk. --- ext/osc.lv2/osc.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'ext/osc.lv2/osc.h') 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 . - * 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. */ -- cgit v1.2.1