From adc2105bfc53254c4c6d7fe1bee88b74d48738d3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 16 Mar 2011 23:21:15 +0000 Subject: SampleCount => sample_count. --- core.lv2/lv2.ttl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/core.lv2/lv2.ttl b/core.lv2/lv2.ttl index 5cf4276..3089ff5 100644 --- a/core.lv2/lv2.ttl +++ b/core.lv2/lv2.ttl @@ -298,7 +298,6 @@ lv2:ControlPort a rdfs:Class ; rdfs:subClassOf lv2:Port ; rdfs:label "Control port" ; lv2:documentation """ -

Ports of this type will be connected to a pointer to a single value of C type float.

@@ -308,8 +307,8 @@ lv2:AudioPort a rdfs:Class ; rdfs:subClassOf lv2:Port ; rdfs:label "Audio port" ; lv2:documentation """ -

Ports of this type will be connected to an array of length SampleCount with -elements of C type float.

+

Ports of this type will be connected to an array of length sample_count +with elements of C type float.

""" . @@ -671,7 +670,7 @@ MUST satisfy all of the following:

class functions.
  • The plugin will take an amount of time to execute a run() call - approximately of form A + B * SampleCount where A + approximately of form A + B * sample_count where A and B depend on the machine and host in use. This amount of time MUST NOT depend on input signals or plugin state.
  • -- cgit v1.2.1