diff options
author | David Robillard <d@drobilla.net> | 2012-04-17 20:18:45 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-17 20:18:45 +0000 |
commit | 3ff557d9e3ea5b36f0ca6eccfc587dc335ed5e8d (patch) | |
tree | e91bac9adf665d0360fb0d70733531280111027e /mda.lv2/BeatBox.ttl | |
parent | 61f7ea61f05c246ec4d3fd08a4e680e094584f0e (diff) | |
download | mda.lv2-3ff557d9e3ea5b36f0ca6eccfc587dc335ed5e8d.tar.gz mda.lv2-3ff557d9e3ea5b36f0ca6eccfc587dc335ed5e8d.tar.bz2 mda.lv2-3ff557d9e3ea5b36f0ca6eccfc587dc335ed5e8d.zip |
Add project metadata.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mda.lv2@4188 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'mda.lv2/BeatBox.ttl')
-rw-r--r-- | mda.lv2/BeatBox.ttl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mda.lv2/BeatBox.ttl b/mda.lv2/BeatBox.ttl index 39334fd..6f9691d 100644 --- a/mda.lv2/BeatBox.ttl +++ b/mda.lv2/BeatBox.ttl @@ -6,6 +6,8 @@ @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . mda:BeatBox + a lv2:Plugin ; + lv2:project mda: ; lv2:symbol "BBox" ; doap:name "MDA BeatBox" ; doap:shortdesc "Drum replacer" ; @@ -15,7 +17,7 @@ mda:BeatBox pg:mainOutput mda:mainOut ; rdfs:comment """Contains three samples (kick, snare and hat) designed to be triggered by incoming audio in three frequency ranges. The default samples are based on the Roland CR-78. -To record your own sounds, use the Record control to monitor the plug's input, then with the source stopped select the slot to record into, play your sound, then with the source stopped again, switch back to monitoring. This process is easier in an 'off line' editor such as WaveLab, rather than during a live mixdown in Cubase.""" ; +To record your own sounds, use the Record control to monitor the plug's input, then with the source stopped select the slot to record into, play your sound, then with the source stopped again, switch back to monitoring. This process is easier in an 'off line' editor such as WaveLab, rather than during a live mixdown in a DAW.""" ; lv2:port [ a lv2:InputPort , lv2:ControlPort ; |