summaryrefslogtreecommitdiffstats
path: root/bundles
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-11-14 18:47:19 -0500
committerDavid Robillard <d@drobilla.net>2016-10-01 07:03:17 -0400
commit92d75b64d9f4cf9ca9caf3e1a0d3ad9819eb5481 (patch)
tree4baa05b0038895b4ac76e75507ced06e65d40330 /bundles
parent604015aa65de7d84f177b53e578a8c9852d7893f (diff)
downloadingen-92d75b64d9f4cf9ca9caf3e1a0d3ad9819eb5481.tar.gz
ingen-92d75b64d9f4cf9ca9caf3e1a0d3ad9819eb5481.tar.bz2
ingen-92d75b64d9f4cf9ca9caf3e1a0d3ad9819eb5481.zip
Replace Delay internal with simpler BlockDelay
Diffstat (limited to 'bundles')
-rw-r--r--bundles/ingen.lv2/internals.ttl6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/ingen.lv2/internals.ttl b/bundles/ingen.lv2/internals.ttl
index b95073ec..53e828f7 100644
--- a/bundles/ingen.lv2/internals.ttl
+++ b/bundles/ingen.lv2/internals.ttl
@@ -27,7 +27,7 @@ internals:Time
rdfs:label "Time" ;
rdfs:comment """Emits time and transport information like tempo, time signature, and speed. The emitted events are in the standard LV2 format expected by transport-aware LV2 plugins.""" .
-internals:Delay
+internals:BlockDelay
a ingen:Internal ;
- rdfs:label "Delay" ;
- rdfs:comment """Special internal delay block. In theory, this block can be used for sample-accurate delay loops since Ingen can specially handle this case unlike a generic LV2 plugin. However, this is not currently implemented.""" . \ No newline at end of file
+ rdfs:label "Block Delay" ;
+ rdfs:comment """Special internal delay block. This delays its input one full process cycle (or 'block'). It is necessary to have at least one block delay in any cycle in the graph, i.e. any feedback loops must contain a block delay.""" . \ No newline at end of file