summaryrefslogtreecommitdiffstats
path: root/ingen.lv2/stereo_synth.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-02 02:22:09 +0000
committerDavid Robillard <d@drobilla.net>2011-11-02 02:22:09 +0000
commit3acaae2bedf7f74d97128e951d5e86720d53ba54 (patch)
tree473ef98bb1876e46a88445fe6943aa5157abd5fe /ingen.lv2/stereo_synth.ttl
parentc34205748c23026e2e4336d4273a04c3a3b98776 (diff)
downloadingen-3acaae2bedf7f74d97128e951d5e86720d53ba54.tar.gz
ingen-3acaae2bedf7f74d97128e951d5e86720d53ba54.tar.bz2
ingen-3acaae2bedf7f74d97128e951d5e86720d53ba54.zip
Use ingen namespace for canvas-x and canvas-y and remove ingenuity namespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3597 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen.lv2/stereo_synth.ttl')
-rw-r--r--ingen.lv2/stereo_synth.ttl17
1 files changed, 8 insertions, 9 deletions
diff --git a/ingen.lv2/stereo_synth.ttl b/ingen.lv2/stereo_synth.ttl
index 1ebac299..c8e5e233 100644
--- a/ingen.lv2/stereo_synth.ttl
+++ b/ingen.lv2/stereo_synth.ttl
@@ -2,7 +2,6 @@
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix ingen: <http://drobilla.net/ns/ingen#> .
-@prefix ingenui: <http://drobilla.net/ns/ingenuity#> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix lv2ev: <http://lv2plug.in/ns/ext/event#> .
@prefix ctx: <http://lv2plug.in/ns/ext/contexts#> .
@@ -26,8 +25,8 @@
<audio_out_1>
ingen:polyphonic false ;
- ingenui:canvas-x 154.25000000 ;
- ingenui:canvas-y 52.50000000 ;
+ ingen:canvas-x 154.25000000 ;
+ ingen:canvas-y 52.50000000 ;
lv2:index 3 ;
lv2:name "Audio Out 1" ;
lv2:symbol "audio_out_1" ;
@@ -36,8 +35,8 @@
<audio_out_2>
ingen:polyphonic false ;
- ingenui:canvas-x 154.25000000 ;
- ingenui:canvas-y 52.50000000 ;
+ ingen:canvas-x 154.25000000 ;
+ ingen:canvas-y 52.50000000 ;
lv2:index 5 ;
lv2:name "Audio Out 2" ;
lv2:symbol "audio_out_2" ;
@@ -46,8 +45,8 @@
<control_in>
ingen:polyphonic false ;
- ingenui:canvas-x 23.50000000 ;
- ingenui:canvas-y 180.00000000 ;
+ ingen:canvas-x 23.50000000 ;
+ ingen:canvas-y 180.00000000 ;
lv2:index 0 ;
lv2:name "Control" ;
lv2:portProperty lv2:connectionOptional ;
@@ -57,8 +56,8 @@
<control_out>
ingen:polyphonic false ;
- ingenui:canvas-x 23.50000000 ;
- ingenui:canvas-y 137.50000000 ;
+ ingen:canvas-x 23.50000000 ;
+ ingen:canvas-y 137.50000000 ;
lv2:index 1 ;
lv2:name "Control" ;
lv2:portProperty lv2:connectionOptional ;