aboutsummaryrefslogtreecommitdiffstats
path: root/blop.lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-01-05 23:03:49 +0000
committerDavid Robillard <d@drobilla.net>2014-01-05 23:03:49 +0000
commit90c0827c98907c42e658987567046bb97c989298 (patch)
treea5624e8708ff09bf8849fa79bdef44ae29fa046b /blop.lv2
parent723451ba486c3d2166f38927ff92413af0c31e24 (diff)
downloadblop.lv2-90c0827c98907c42e658987567046bb97c989298.tar.gz
blop.lv2-90c0827c98907c42e658987567046bb97c989298.tar.bz2
blop.lv2-90c0827c98907c42e658987567046bb97c989298.zip
Add plugin symbols.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/blop.lv2@5281 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'blop.lv2')
-rw-r--r--blop.lv2/adsr.ttl1
-rw-r--r--blop.lv2/adsr_gt.ttl1
-rw-r--r--blop.lv2/amp.ttl1
-rw-r--r--blop.lv2/branch.ttl1
-rw-r--r--blop.lv2/dahdsr.ttl1
-rw-r--r--blop.lv2/difference.ttl1
-rw-r--r--blop.lv2/fmod.ttl1
-rw-r--r--blop.lv2/interpolator.ttl1
-rw-r--r--blop.lv2/lp4pole.ttl1
-rw-r--r--blop.lv2/product.ttl1
-rw-r--r--blop.lv2/pulse.ttl1
-rw-r--r--blop.lv2/quantiser_100.ttl1
-rw-r--r--blop.lv2/quantiser_20.ttl1
-rw-r--r--blop.lv2/quantiser_50.ttl1
-rw-r--r--blop.lv2/random.ttl1
-rw-r--r--blop.lv2/ratio.ttl1
-rw-r--r--blop.lv2/sawtooth.ttl1
-rw-r--r--blop.lv2/sequencer_16.ttl1
-rw-r--r--blop.lv2/sequencer_32.ttl1
-rw-r--r--blop.lv2/sequencer_64.ttl1
-rw-r--r--blop.lv2/square.ttl1
-rw-r--r--blop.lv2/sum.ttl1
-rw-r--r--blop.lv2/sync_pulse.ttl1
-rw-r--r--blop.lv2/sync_square.ttl1
-rw-r--r--blop.lv2/tracker.ttl1
-rw-r--r--blop.lv2/triangle.ttl1
26 files changed, 26 insertions, 0 deletions
diff --git a/blop.lv2/adsr.ttl b/blop.lv2/adsr.ttl
index 7dea5a5..290a745 100644
--- a/blop.lv2/adsr.ttl
+++ b/blop.lv2/adsr.ttl
@@ -8,6 +8,7 @@ blop:adsr
a lv2:Plugin ,
lv2:EnvelopePlugin ;
lv2:project blop: ;
+ lv2:symbol "adsr" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:optionalFeature lv2:hardRTCapable ;
diff --git a/blop.lv2/adsr_gt.ttl b/blop.lv2/adsr_gt.ttl
index 7121ca6..719330e 100644
--- a/blop.lv2/adsr_gt.ttl
+++ b/blop.lv2/adsr_gt.ttl
@@ -8,6 +8,7 @@ blop:adsr_gt
a lv2:Plugin ,
lv2:EnvelopePlugin ;
lv2:project blop: ;
+ lv2:symbol "adsr_gt" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:optionalFeature lv2:hardRTCapable ;
diff --git a/blop.lv2/amp.ttl b/blop.lv2/amp.ttl
index 63c855b..8ba454d 100644
--- a/blop.lv2/amp.ttl
+++ b/blop.lv2/amp.ttl
@@ -11,6 +11,7 @@ blop:amp
a lv2:Plugin ,
lv2:AmplifierPlugin ;
lv2:project blop: ;
+ lv2:symbol "amp" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:extensionData opts:interface ;
diff --git a/blop.lv2/branch.ttl b/blop.lv2/branch.ttl
index 9135007..3179e0e 100644
--- a/blop.lv2/branch.ttl
+++ b/blop.lv2/branch.ttl
@@ -8,6 +8,7 @@ blop:branch
a lv2:Plugin ,
lv2:UtilityPlugin ;
lv2:project blop: ;
+ lv2:symbol "branch" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:optionalFeature lv2:hardRTCapable ;
diff --git a/blop.lv2/dahdsr.ttl b/blop.lv2/dahdsr.ttl
index e667703..7e511f7 100644
--- a/blop.lv2/dahdsr.ttl
+++ b/blop.lv2/dahdsr.ttl
@@ -10,6 +10,7 @@ blop:dahdsr
a lv2:Plugin ,
lv2:EnvelopePlugin ;
lv2:project blop: ;
+ lv2:symbol "dahdsr" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:optionalFeature lv2:hardRTCapable ,
diff --git a/blop.lv2/difference.ttl b/blop.lv2/difference.ttl
index c3911f8..a9c59bb 100644
--- a/blop.lv2/difference.ttl
+++ b/blop.lv2/difference.ttl
@@ -9,6 +9,7 @@ blop:difference
a lv2:Plugin ,
lv2:UtilityPlugin ;
lv2:project blop: ;
+ lv2:symbol "difference" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:optionalFeature lv2:hardRTCapable ;
diff --git a/blop.lv2/fmod.ttl b/blop.lv2/fmod.ttl
index ccf6184..38a552d 100644
--- a/blop.lv2/fmod.ttl
+++ b/blop.lv2/fmod.ttl
@@ -11,6 +11,7 @@ blop:fmod
a lv2:Plugin ,
lv2:SpectralPlugin ;
lv2:project blop: ;
+ lv2:symbol "fmod" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:extensionData opts:interface ;
diff --git a/blop.lv2/interpolator.ttl b/blop.lv2/interpolator.ttl
index f9e326a..38c93db 100644
--- a/blop.lv2/interpolator.ttl
+++ b/blop.lv2/interpolator.ttl
@@ -7,6 +7,7 @@ blop:interpolator
a lv2:Plugin ,
lv2:UtilityPlugin ;
lv2:project blop: ;
+ lv2:symbol "interpolator" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:optionalFeature lv2:hardRTCapable ;
diff --git a/blop.lv2/lp4pole.ttl b/blop.lv2/lp4pole.ttl
index d95d936..aa545d8 100644
--- a/blop.lv2/lp4pole.ttl
+++ b/blop.lv2/lp4pole.ttl
@@ -9,6 +9,7 @@ blop:lp4pole
a lv2:Plugin ,
lv2:LowpassPlugin ;
lv2:project blop: ;
+ lv2:symbol "lp4pole" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:optionalFeature lv2:hardRTCapable ,
diff --git a/blop.lv2/product.ttl b/blop.lv2/product.ttl
index 5537ab3..d273f22 100644
--- a/blop.lv2/product.ttl
+++ b/blop.lv2/product.ttl
@@ -10,6 +10,7 @@ blop:product
a lv2:Plugin ,
lv2:UtilityPlugin ;
lv2:project blop: ;
+ lv2:symbol "product" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:extensionData opts:interface ;
diff --git a/blop.lv2/pulse.ttl b/blop.lv2/pulse.ttl
index 9ed5669..6197ec6 100644
--- a/blop.lv2/pulse.ttl
+++ b/blop.lv2/pulse.ttl
@@ -10,6 +10,7 @@ blop:pulse
a lv2:Plugin ,
lv2:OscillatorPlugin ;
lv2:project blop: ;
+ lv2:symbol "pulse" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:extensionData opts:interface ;
diff --git a/blop.lv2/quantiser_100.ttl b/blop.lv2/quantiser_100.ttl
index aca7cbb..c2873aa 100644
--- a/blop.lv2/quantiser_100.ttl
+++ b/blop.lv2/quantiser_100.ttl
@@ -8,6 +8,7 @@
blop:quantiser_100
a lv2:Plugin ;
lv2:project blop: ;
+ lv2:symbol "quantiser_100" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:optionalFeature lv2:hardRTCapable ;
diff --git a/blop.lv2/quantiser_20.ttl b/blop.lv2/quantiser_20.ttl
index 64c1d55..095716f 100644
--- a/blop.lv2/quantiser_20.ttl
+++ b/blop.lv2/quantiser_20.ttl
@@ -8,6 +8,7 @@
blop:quantiser_20
a lv2:Plugin ;
lv2:project blop: ;
+ lv2:symbol "quantiser_20" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:optionalFeature lv2:hardRTCapable ;
diff --git a/blop.lv2/quantiser_50.ttl b/blop.lv2/quantiser_50.ttl
index de748fc..901865c 100644
--- a/blop.lv2/quantiser_50.ttl
+++ b/blop.lv2/quantiser_50.ttl
@@ -8,6 +8,7 @@
blop:quantiser_50
a lv2:Plugin ;
lv2:project blop: ;
+ lv2:symbol "quantiser_50" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:optionalFeature lv2:hardRTCapable ;
diff --git a/blop.lv2/random.ttl b/blop.lv2/random.ttl
index 78388e3..d287396 100644
--- a/blop.lv2/random.ttl
+++ b/blop.lv2/random.ttl
@@ -9,6 +9,7 @@ blop:random
a lv2:Plugin ,
lv2:OscillatorPlugin ;
lv2:project blop: ;
+ lv2:symbol "random" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:optionalFeature lv2:hardRTCapable ;
diff --git a/blop.lv2/ratio.ttl b/blop.lv2/ratio.ttl
index 5b3bcdd..4b82dd8 100644
--- a/blop.lv2/ratio.ttl
+++ b/blop.lv2/ratio.ttl
@@ -9,6 +9,7 @@ blop:ratio
a lv2:Plugin ,
lv2:UtilityPlugin ;
lv2:project blop: ;
+ lv2:symbol "ratio" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:optionalFeature lv2:hardRTCapable ;
diff --git a/blop.lv2/sawtooth.ttl b/blop.lv2/sawtooth.ttl
index 48a1cc7..389df81 100644
--- a/blop.lv2/sawtooth.ttl
+++ b/blop.lv2/sawtooth.ttl
@@ -10,6 +10,7 @@ blop:sawtooth
a lv2:Plugin ,
lv2:OscillatorPlugin ;
lv2:project blop: ;
+ lv2:symbol "sawtooth" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:extensionData opts:interface ;
diff --git a/blop.lv2/sequencer_16.ttl b/blop.lv2/sequencer_16.ttl
index a1af8d6..97473a6 100644
--- a/blop.lv2/sequencer_16.ttl
+++ b/blop.lv2/sequencer_16.ttl
@@ -6,6 +6,7 @@
blop:sequencer_16
a lv2:Plugin ;
lv2:project blop: ;
+ lv2:symbol "sequencer_16" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:optionalFeature lv2:hardRTCapable ;
diff --git a/blop.lv2/sequencer_32.ttl b/blop.lv2/sequencer_32.ttl
index b8f1b47..ae289f2 100644
--- a/blop.lv2/sequencer_32.ttl
+++ b/blop.lv2/sequencer_32.ttl
@@ -6,6 +6,7 @@
blop:sequencer_32
a lv2:Plugin ;
lv2:project blop: ;
+ lv2:symbol "sequencer_32" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:optionalFeature lv2:hardRTCapable ;
diff --git a/blop.lv2/sequencer_64.ttl b/blop.lv2/sequencer_64.ttl
index 316202c..3a3ea0f 100644
--- a/blop.lv2/sequencer_64.ttl
+++ b/blop.lv2/sequencer_64.ttl
@@ -6,6 +6,7 @@
blop:sequencer_64
a lv2:Plugin ;
lv2:project blop: ;
+ lv2:symbol "sequencer_64" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:optionalFeature lv2:hardRTCapable ;
diff --git a/blop.lv2/square.ttl b/blop.lv2/square.ttl
index a4c3a8a..273468f 100644
--- a/blop.lv2/square.ttl
+++ b/blop.lv2/square.ttl
@@ -10,6 +10,7 @@ blop:square
a lv2:Plugin ,
lv2:OscillatorPlugin ;
lv2:project blop: ;
+ lv2:symbol "square" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:extensionData opts:interface ;
diff --git a/blop.lv2/sum.ttl b/blop.lv2/sum.ttl
index 95bde2b..66ea88d 100644
--- a/blop.lv2/sum.ttl
+++ b/blop.lv2/sum.ttl
@@ -10,6 +10,7 @@ blop:sum
a lv2:Plugin ,
lv2:UtilityPlugin ;
lv2:project blop: ;
+ lv2:symbol "sum" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:extensionData opts:interface ;
diff --git a/blop.lv2/sync_pulse.ttl b/blop.lv2/sync_pulse.ttl
index c71eea2..8bddbea 100644
--- a/blop.lv2/sync_pulse.ttl
+++ b/blop.lv2/sync_pulse.ttl
@@ -10,6 +10,7 @@ blop:sync_pulse
a lv2:Plugin ,
lv2:OscillatorPlugin ;
lv2:project blop: ;
+ lv2:symbol "sync_pulse" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:extensionData opts:interface ;
diff --git a/blop.lv2/sync_square.ttl b/blop.lv2/sync_square.ttl
index 6102747..6b5966a 100644
--- a/blop.lv2/sync_square.ttl
+++ b/blop.lv2/sync_square.ttl
@@ -10,6 +10,7 @@ blop:sync_square
a lv2:Plugin ,
lv2:OscillatorPlugin ;
lv2:project blop: ;
+ lv2:symbol "sync_square" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:extensionData opts:interface ;
diff --git a/blop.lv2/tracker.ttl b/blop.lv2/tracker.ttl
index 1b50d0a..b62d811 100644
--- a/blop.lv2/tracker.ttl
+++ b/blop.lv2/tracker.ttl
@@ -10,6 +10,7 @@
blop:tracker
a lv2:Plugin ;
lv2:project blop: ;
+ lv2:symbol "tracker" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:extensionData opts:interface ;
diff --git a/blop.lv2/triangle.ttl b/blop.lv2/triangle.ttl
index ef0c119..8f8cf5f 100644
--- a/blop.lv2/triangle.ttl
+++ b/blop.lv2/triangle.ttl
@@ -10,6 +10,7 @@ blop:triangle
a lv2:Plugin ,
lv2:OscillatorPlugin ;
lv2:project blop: ;
+ lv2:symbol "triangle" ;
lv2:microVersion 0 ;
lv2:minorVersion 0 ;
lv2:extensionData opts:interface ;