aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-11 14:45:29 +0000
committerDavid Robillard <d@drobilla.net>2012-08-11 14:45:29 +0000
commit4af294f1a37173cb9ec74c838254f50d47674efc (patch)
treed032cb4eda55e252350dfdbf4a3fdb9b3b81e555
parent3444a46f4b058f5c0066320914c56bd1b417d06f (diff)
downloadblop.lv2-4af294f1a37173cb9ec74c838254f50d47674efc.tar.gz
blop.lv2-4af294f1a37173cb9ec74c838254f50d47674efc.tar.bz2
blop.lv2-4af294f1a37173cb9ec74c838254f50d47674efc.zip
Improve plugin names.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/blop.lv2@4653 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--blop.lv2/branch.ttl2
-rw-r--r--blop.lv2/difference.ttl2
-rw-r--r--blop.lv2/product.ttl2
-rw-r--r--blop.lv2/ratio.ttl2
-rw-r--r--blop.lv2/sum.ttl2
-rw-r--r--blop.lv2/tracker.ttl2
6 files changed, 6 insertions, 6 deletions
diff --git a/blop.lv2/branch.ttl b/blop.lv2/branch.ttl
index 75e2ccc..bbcf3cf 100644
--- a/blop.lv2/branch.ttl
+++ b/blop.lv2/branch.ttl
@@ -31,7 +31,7 @@ blop:branch
] ;
dct:replaces <urn:ladspa:1673> ,
<urn:ladspa:1674> ;
- doap:name "Signal Branch" ;
+ doap:name "Branch" ;
lv2:documentation """
<p>Splits an input signal into two identical signals. Somewhat redundant, as
most modular synth hosts allow you to connect an output to more than one input.
diff --git a/blop.lv2/difference.ttl b/blop.lv2/difference.ttl
index c817cd8..c3911f8 100644
--- a/blop.lv2/difference.ttl
+++ b/blop.lv2/difference.ttl
@@ -41,7 +41,7 @@ blop:difference
<urn:ladspa:2031> ,
<urn:ladspa:2032> ,
<urn:ladspa:2033> ;
- doap:name "Signal Difference" ;
+ doap:name "Difference" ;
lv2:documentation """
<p>Subtract two signals.</p>
""" .
diff --git a/blop.lv2/product.ttl b/blop.lv2/product.ttl
index fabe6a0..aa68fef 100644
--- a/blop.lv2/product.ttl
+++ b/blop.lv2/product.ttl
@@ -42,7 +42,7 @@ blop:product
dct:replaces <urn:ladspa:1668> ,
<urn:ladspa:1669> ,
<urn:ladspa:1670> ;
- doap:name "Signal Product" ;
+ doap:name "Product" ;
lv2:documentation """
<p>Multiply two signals.</p>
""" .
diff --git a/blop.lv2/ratio.ttl b/blop.lv2/ratio.ttl
index f3feb3d..5b3bcdd 100644
--- a/blop.lv2/ratio.ttl
+++ b/blop.lv2/ratio.ttl
@@ -41,7 +41,7 @@ blop:ratio
<urn:ladspa:2035> ,
<urn:ladspa:2036> ,
<urn:ladspa:2037> ;
- doap:name "Signal Ratio" ;
+ doap:name "Ratio" ;
lv2:documentation """
<p>Get the ratio between two signals.</p>
<p>To avoid divisions by zero, 0 is treated as a really small number.</p>
diff --git a/blop.lv2/sum.ttl b/blop.lv2/sum.ttl
index b4e8b7a..6b5d993 100644
--- a/blop.lv2/sum.ttl
+++ b/blop.lv2/sum.ttl
@@ -42,7 +42,7 @@ blop:sum
dct:replaces <urn:ladspa:1665> ,
<urn:ladspa:1666> ,
<urn:ladspa:1667> ;
- doap:name "Signal Sum" ;
+ doap:name "Sum" ;
lv2:documentation """
<p>Add two signals.</p>
""" .
diff --git a/blop.lv2/tracker.ttl b/blop.lv2/tracker.ttl
index 5a88b9b..cce3a55 100644
--- a/blop.lv2/tracker.ttl
+++ b/blop.lv2/tracker.ttl
@@ -92,7 +92,7 @@ blop:tracker
] ;
dct:replaces <urn:ladspa:2025> ,
<urn:ladspa:2026> ;
- doap:name "Signal Tracker" ;
+ doap:name "Tracker" ;
lv2:documentation """
<p>This tracks an incoming signal and outputs the result.</p>
<p>The rate controls tell the plugin how quickly to respond to a change in