aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-09-17 13:11:21 -0400
committerDavid Robillard <d@drobilla.net>2016-09-18 10:16:49 -0400
commit88bc54ee0ada443500ae4a202814ff6cd305e945 (patch)
tree98737667b7ec386eff008007528b152af8e29d44
parente4e4eac2f2c87e68fbb6c05813ca6ac56e0a0fd7 (diff)
downloadlv2-88bc54ee0ada443500ae4a202814ff6cd305e945.tar.xz
eg-params: Add lv2:control designation to ports
-rw-r--r--plugins/eg-params.lv2/params.ttl2
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"
a id='n136' href='#n136'>136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169