From 4af294f1a37173cb9ec74c838254f50d47674efc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 11 Aug 2012 14:45:29 +0000 Subject: Improve plugin names. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/blop.lv2@4653 a436a847-0d15-0410-975c-d299462d15a1 --- blop.lv2/branch.ttl | 2 +- blop.lv2/difference.ttl | 2 +- blop.lv2/product.ttl | 2 +- blop.lv2/ratio.ttl | 2 +- blop.lv2/sum.ttl | 2 +- blop.lv2/tracker.ttl | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'blop.lv2') 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 , ; - doap:name "Signal Branch" ; + doap:name "Branch" ; lv2:documentation """

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 , , ; - doap:name "Signal Difference" ; + doap:name "Difference" ; lv2:documentation """

Subtract two signals.

""" . 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 , , ; - doap:name "Signal Product" ; + doap:name "Product" ; lv2:documentation """

Multiply two signals.

""" . 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 , , ; - doap:name "Signal Ratio" ; + doap:name "Ratio" ; lv2:documentation """

Get the ratio between two signals.

To avoid divisions by zero, 0 is treated as a really small number.

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 , , ; - doap:name "Signal Sum" ; + doap:name "Sum" ; lv2:documentation """

Add two signals.

""" . 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 , ; - doap:name "Signal Tracker" ; + doap:name "Tracker" ; lv2:documentation """

This tracks an incoming signal and outputs the result.

The rate controls tell the plugin how quickly to respond to a change in -- cgit v1.2.1