diff options
Diffstat (limited to 'src/common')
l--------- | src/common/contexts.lv2 | 2 | ||||
-rw-r--r-- | src/common/interface/PortType.hpp | 4 | ||||
l--------- | src/common/resize-port.lv2 | 2 | ||||
l--------- | src/common/string-port.lv2 | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/src/common/contexts.lv2 b/src/common/contexts.lv2 index acc4d68c..2893b17b 120000 --- a/src/common/contexts.lv2 +++ b/src/common/contexts.lv2 @@ -1 +1 @@ -../../../lv2/dev/contexts.lv2
\ No newline at end of file +../../../lv2/ext/contexts.lv2
\ No newline at end of file diff --git a/src/common/interface/PortType.hpp b/src/common/interface/PortType.hpp index 4813f0ee..89cb1e91 100644 --- a/src/common/interface/PortType.hpp +++ b/src/common/interface/PortType.hpp @@ -84,8 +84,8 @@ private: "http://lv2plug.in/ns/lv2core#AudioPort", "http://lv2plug.in/ns/lv2core#ControlPort", "http://lv2plug.in/ns/ext/event#EventPort", - "http://lv2plug.in/ns/dev/objects#ValuePort", - "http://lv2plug.in/ns/dev/objects#MessagePort" + "http://lv2plug.in/ns/ext/objects#ValuePort", + "http://lv2plug.in/ns/ext/objects#MessagePort" }; return uris[symbol_num]; } diff --git a/src/common/resize-port.lv2 b/src/common/resize-port.lv2 index 89bdbf96..e43b9525 120000 --- a/src/common/resize-port.lv2 +++ b/src/common/resize-port.lv2 @@ -1 +1 @@ -../../../lv2/dev/resize-port.lv2
\ No newline at end of file +../../../lv2/ext/resize-port.lv2
\ No newline at end of file diff --git a/src/common/string-port.lv2 b/src/common/string-port.lv2 index 3615878f..03e5a56a 120000 --- a/src/common/string-port.lv2 +++ b/src/common/string-port.lv2 @@ -1 +1 @@ -../../../lv2/dev/string-port.lv2
\ No newline at end of file +../../../lv2/ext/string-port.lv2
\ No newline at end of file |