diff options
author | David Robillard <d@drobilla.net> | 2016-09-17 13:11:21 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-18 10:16:49 -0400 |
commit | 88bc54ee0ada443500ae4a202814ff6cd305e945 (patch) | |
tree | 98737667b7ec386eff008007528b152af8e29d44 /plugins/eg-params.lv2 | |
parent | e4e4eac2f2c87e68fbb6c05813ca6ac56e0a0fd7 (diff) | |
download | lv2-88bc54ee0ada443500ae4a202814ff6cd305e945.tar.xz |
eg-params: Add lv2:control designation to ports
Diffstat (limited to 'plugins/eg-params.lv2')
-rw-r--r-- | plugins/eg-params.lv2/params.ttl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/eg-params.lv2/params.ttl b/plugins/eg-params.lv2/params.ttl index 9777382..1767373 100644 --- a/plugins/eg-params.lv2/params.ttl +++ b/plugins/eg-params.lv2/params.ttl @@ -81,6 +81,7 @@ plug:spring atom:AtomPort ; atom:bufferType atom:Sequence ; atom:supports patch:Message ; + lv2:designation lv2:control ; lv2:index 0 ; lv2:symbol "in" ; lv2:name "In" @@ -89,6 +90,7 @@ plug:spring atom:AtomPort ; atom:bufferType atom:Sequence ; atom:supports patch:Message ; + lv2:designation lv2:control ; lv2:index 1 ; lv2:symbol "out" ; lv2:name "Out" |