summaryrefslogtreecommitdiffstats
path: root/bundles/ingen.lv2/internals.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-04-03 17:10:58 +0000
committerDavid Robillard <d@drobilla.net>2015-04-03 17:10:58 +0000
commite1ea99192e10149e0cac7a93f98fbec20e7cedb2 (patch)
tree97d8d9e63b6d2085c2b49e71fc2183c8058b4533 /bundles/ingen.lv2/internals.ttl
parentac888fe3cb4a7bdf0f43e9474160e3b525edf774 (diff)
downloadingen-e1ea99192e10149e0cac7a93f98fbec20e7cedb2.tar.gz
ingen-e1ea99192e10149e0cac7a93f98fbec20e7cedb2.tar.bz2
ingen-e1ea99192e10149e0cac7a93f98fbec20e7cedb2.zip
Use lv2:prototype and deprecate ingen:prototype.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5652 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'bundles/ingen.lv2/internals.ttl')
-rw-r--r--bundles/ingen.lv2/internals.ttl10
1 files changed, 5 insertions, 5 deletions
diff --git a/bundles/ingen.lv2/internals.ttl b/bundles/ingen.lv2/internals.ttl
index b4e713b3..b95073ec 100644
--- a/bundles/ingen.lv2/internals.ttl
+++ b/bundles/ingen.lv2/internals.ttl
@@ -8,26 +8,26 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema> .
internals:Controller
- a ingen:Plugin ;
+ a ingen:Internal ;
rdfs:label "Controller" ;
rdfs:comment """Outputs the value of a specific MIDI control as a signal. The output value will be scaled to be between the range specified by the minimum and maximum controls.""" .
internals:Trigger
- a ingen:Plugin ;
+ a ingen:Internal ;
rdfs:label "Trigger" ;
rdfs:comment """Outputs a gate, trigger, and velocity signal whenever the specified note is received. This is particularly useful for building percussive instruments.""" .
internals:Note
- a ingen:Plugin ;
+ a ingen:Internal ;
rdfs:label "Note" ;
rdfs:comment """Outputs the attributes of a note as signals. Typically the frequency output controls an oscillator and the gate and trigger control an envelope. This plugin is special because it is internally aware of polyphony and controls voice allocation.""" .
internals:Time
- a ingen:Plugin ;
+ a ingen:Internal ;
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
- a ingen:Plugin ;
+ 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