diff options
author | David Robillard <d@drobilla.net> | 2010-09-22 19:21:26 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-09-22 19:21:26 +0000 |
commit | fecf51ec1c982a7c15dc895122b36c36d9d8eb8a (patch) | |
tree | 47f2b694bf39d8f4dc9f16ca99eaca22e3d4fbd0 /patches | |
parent | da279658e141672af1568f8d483b666bb41d26c1 (diff) | |
download | ingen-fecf51ec1c982a7c15dc895122b36c36d9d8eb8a.tar.gz ingen-fecf51ec1c982a7c15dc895122b36c36d9d8eb8a.tar.bz2 ingen-fecf51ec1c982a7c15dc895122b36c36d9d8eb8a.zip |
Move http://lv2plug.in/ns/dev extensions to http://lv2plug.in/ns/ext.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2614 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'patches')
-rw-r--r-- | patches/dist_oct.ingen.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/dist_oct.ingen.ttl b/patches/dist_oct.ingen.ttl index 5f4078ff..2b667df9 100644 --- a/patches/dist_oct.ingen.ttl +++ b/patches/dist_oct.ingen.ttl @@ -10,7 +10,7 @@ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <DubDelay> - ingen:plugin <http://drobilla.net/ns/dev/mda-lv2/DubDelay> ; + ingen:plugin <http://drobilla.net/ns/ext/mda-lv2/DubDelay> ; ingen:polyphonic true ; ingen:port <DubDelay/delay>, <DubDelay/f_x_mix>, <DubDelay/fb_tone>, <DubDelay/feedback>, <DubDelay/in1>, <DubDelay/in2>, <DubDelay/lfo_dep_>, <DubDelay/lfo_rate>, <DubDelay/out1>, <DubDelay/out2>, <DubDelay/output> ; lv2var:variable [ |