Lines Matching refs:port
1 diff -ur swh-lv2-1.0.15/plugins/dj_eq-swh.lv2/plugin.xml swh-lv2-port-groups/plugins/dj_eq-swh.lv2/…
3 +++ swh-lv2-port-groups/plugins/dj_eq-swh.lv2/plugin.xml 2009-07-03 16:55:25.000000000 -0400
11 <port label="lo" dir="input" type="control" hint="default_0">
16 </port>
18 - <port label="left_input" dir="input" type="audio">
19 + <port label="left_input" dir="input" type="audio" group="main_in" role="leftChannel">
21 </port>
22 - <port label="right_input" dir="input" type="audio">
23 + <port label="right_input" dir="input" type="audio" group="main_in" role="rightChannel">
25 </port>
27 - <port label="left_output" dir="output" type="audio">
28 + <port label="left_output" dir="output" type="audio" group="main_out" role="leftChannel">
30 </port>
32 - <port label="right_output" dir="output" type="audio">
33 + <port label="right_output" dir="output" type="audio" group="main_out" role="rightChannel">
35 </port>
37 diff -ur swh-lv2-1.0.15/plugins/gverb-swh.lv2/plugin.xml swh-lv2-port-groups/plugins/gverb-swh.lv2/…
39 +++ swh-lv2-port-groups/plugins/gverb-swh.lv2/plugin.xml 2009-06-14 22:05:18.000000000 -0400
43 </port>
47 - <port label="input" dir="input" type="audio">
48 + <port label="input" dir="input" type="audio" group="in" role="centerChannel">
50 </port>
54 - <port label="outl" dir="output" type="audio">
55 + <port label="outl" dir="output" type="audio" group="out" role="leftChannel">
57 </port>
59 - <port label="outr" dir="output" type="audio">
60 + <port label="outr" dir="output" type="audio" group="out" role="rightChannel">
62 </port>
64 diff -ur swh-lv2-1.0.15/plugins/karaoke-swh.lv2/plugin.xml swh-lv2-port-groups/plugins/karaoke-swh.…
66 +++ swh-lv2-port-groups/plugins/karaoke-swh.lv2/plugin.xml 2009-07-03 16:55:05.000000000 -0400
69 </port>
71 - <port label="lin" dir="input" type="audio">
75 + <port label="lin" dir="input" type="audio" group="main_in" role="leftChannel">
77 </port>
79 - <port label="rin" dir="input" type="audio">
80 + <port label="rin" dir="input" type="audio" group="main_in" role="rightChannel">
82 </port>
84 - <port label="lout" dir="output" type="audio">
85 + <port label="lout" dir="output" type="audio" group="main_out" role="leftChannel">
87 </port>
89 - <port label="rout" dir="output" type="audio">
90 + <port label="rout" dir="output" type="audio" group="main_out" role="rightChannel">
92 </port>
94 diff -ur swh-lv2-1.0.15/plugins/lcr_delay-swh.lv2/plugin.xml swh-lv2-port-groups/plugins/lcr_delay-…
96 +++ swh-lv2-port-groups/plugins/lcr_delay-swh.lv2/plugin.xml 2009-07-03 16:56:09.000000000 -0400
100 </port>
105 - <port label="in_l" dir="input" type="audio">
106 + <port label="in_l" dir="input" type="audio" group="main_in" role="leftChannel">
108 </port>
110 - <port label="in_r" dir="input" type="audio">
111 + <port label="in_r" dir="input" type="audio" group="main_in" role="rightChannel">
113 </port>
115 - <port label="out_l" dir="output" type="audio">
116 + <port label="out_l" dir="output" type="audio" group="main_out" role="leftChannel">
118 </port>
120 - <port label="out_r" dir="output" type="audio">
121 + <port label="out_r" dir="output" type="audio" group="main_out" role="rightChannel">
123 </port>
125 diff -ur swh-lv2-1.0.15/plugins/matrix_ms_st-swh.lv2/plugin.xml swh-lv2-port-groups/plugins/matrix_…
127 +++ swh-lv2-port-groups/plugins/matrix_ms_st-swh.lv2/plugin.xml 2009-06-14 22:05:13.000000000 -0400
130 </port>
132 - <port label="mid" dir="input" type="audio">
135 + <port label="mid" dir="input" type="audio" group="in" role="centerChannel">
137 </port>
138 - <port label="side" dir="input" type="audio">
139 + <port label="side" dir="input" type="audio" group="in" role="sideChannel">
141 </port>
145 - <port label="left" dir="output" type="audio">
146 + <port label="left" dir="output" type="audio" group="out" role="leftChannel">
148 </port>
149 - <port label="right" dir="output" type="audio">
150 + <port label="right" dir="output" type="audio" group="out" role="rightChannel">
152 </port>
154 diff -ur swh-lv2-1.0.15/plugins/matrix_spatialiser-swh.lv2/plugin.xml swh-lv2-port-groups/plugins/m…
156 +++ swh-lv2-port-groups/plugins/matrix_spatialiser-swh.lv2/plugin.xml 2009-07-03 16:56:24.000000000…
161 - <port label="i_left" dir="input" type="audio">
165 + <port label="i_left" dir="input" type="audio" group="main_in" role="leftChannel">
167 </port>
168 - <port label="i_right" dir="input" type="audio">
169 + <port label="i_right" dir="input" type="audio" group="main_in" role="rightChannel">
171 </port>
172 <port label="width" dir="input" type="control" hint="integer,default_0">
175 </port>
177 - <port label="o_left" dir="output" type="audio">
180 + <port label="o_left" dir="output" type="audio" group="main_out" role="leftChannel">
182 </port>
183 - <port label="o_right" dir="output" type="audio">
184 + <port label="o_right" dir="output" type="audio" group="main_out" role="rightChannel">
186 </port>
188 diff -ur swh-lv2-1.0.15/plugins/matrix_st_ms-swh.lv2/plugin.xml swh-lv2-port-groups/plugins/matrix_…
190 +++ swh-lv2-port-groups/plugins/matrix_st_ms-swh.lv2/plugin.xml 2009-06-14 22:05:10.000000000 -0400
195 - <port label="left" dir="input" type="audio">
200 + <port label="left" dir="input" type="audio" group="in" role="leftChannel">
202 </port>
203 - <port label="right" dir="input" type="audio">
204 + <port label="right" dir="input" type="audio" group="in" role="rightChannel">
206 </port>
208 - <port label="mid" dir="output" type="audio">
209 + <port label="mid" dir="output" type="audio" group="out" role="centerChannel">
211 </port>
212 - <port label="side" dir="output" type="audio">
213 + <port label="side" dir="output" type="audio" group="out" role="sideChannel">
215 </port>
217 diff -ur swh-lv2-1.0.15/plugins/plate-swh.lv2/plugin.xml swh-lv2-port-groups/plugins/plate-swh.lv2/…
219 +++ swh-lv2-port-groups/plugins/plate-swh.lv2/plugin.xml 2009-06-14 22:05:16.000000000 -0400
222 </port>
224 - <port label="input" dir="input" type="audio">
229 + <port label="input" dir="input" type="audio" group="in" role="centerChannel">
231 </port>
233 - <port label="outputl" dir="output" type="audio">
234 + <port label="outputl" dir="output" type="audio" group="out" role="leftChannel">
236 </port>
238 - <port label="outputr" dir="output" type="audio">
239 + <port label="outputr" dir="output" type="audio" group="out" role="leftChannel">
241 </port>
243 diff -ur swh-lv2-1.0.15/plugins/sc3-swh.lv2/plugin.xml swh-lv2-port-groups/plugins/sc3-swh.lv2/plug…
245 +++ swh-lv2-port-groups/plugins/sc3-swh.lv2/plugin.xml 2009-07-03 16:56:34.000000000 -0400
248 </port>
250 - <port label="sidechain" dir="input" type="audio">
253 + <port label="sidechain" dir="input" type="audio" group="sidechain" role="centerChannel">
255 </port>
260 - <port label="left_in" dir="input" type="audio">
261 + <port label="left_in" dir="input" type="audio" group="main_in" role="leftChannel">
263 </port>
265 - <port label="right_in" dir="input" type="audio">
266 + <port label="right_in" dir="input" type="audio" group="main_in" role="rightChannel">
268 </port>
270 - <port label="left_out" dir="output" type="audio">
271 + <port label="left_out" dir="output" type="audio" group="main_out" role="leftChannel">
273 </port>
275 - <port label="right_out" dir="output" type="audio">
276 + <port label="right_out" dir="output" type="audio" group="main_out" role="rightChannel">
278 </port>
280 diff -ur swh-lv2-1.0.15/plugins/sc4-swh.lv2/plugin.xml swh-lv2-port-groups/plugins/sc4-swh.lv2/plug…
282 +++ swh-lv2-port-groups/plugins/sc4-swh.lv2/plugin.xml 2009-07-03 16:54:48.000000000 -0400
285 </port>
287 - <port label="left_in" dir="input" type="audio">
291 + <port label="left_in" dir="input" type="audio" group="main_in" role="leftChannel">
293 </port>
295 - <port label="right_in" dir="input" type="audio">
296 + <port label="right_in" dir="input" type="audio" group="main_in" role="rightChannel">
298 </port>
300 - <port label="left_out" dir="output" type="audio">
301 + <port label="left_out" dir="output" type="audio" group="main_out" role="leftChannel">
303 </port>
305 - <port label="right_out" dir="output" type="audio">
306 + <port label="right_out" dir="output" type="audio" group="main_out" role="rightChannel">
308 </port>
310 diff -ur swh-lv2-1.0.15/plugins/se4-swh.lv2/plugin.xml swh-lv2-port-groups/plugins/se4-swh.lv2/plug…
312 +++ swh-lv2-port-groups/plugins/se4-swh.lv2/plugin.xml 2009-07-03 16:55:59.000000000 -0400
316 </port>
321 - <port label="left_in" dir="input" type="audio">
322 + <port label="left_in" dir="input" type="audio" group="main_in" role="leftChannel">
324 </port>
326 - <port label="right_in" dir="input" type="audio">
327 + <port label="right_in" dir="input" type="audio" group="main_in" role="rightChannel">
329 </port>
331 - <port label="left_out" dir="output" type="audio">
332 + <port label="left_out" dir="output" type="audio" group="main_out" role="leftChannel">
334 </port>
336 - <port label="right_out" dir="output" type="audio">
337 + <port label="right_out" dir="output" type="audio" group="main_out" role="rightChannel">
339 </port>
341 Only in swh-lv2-port-groups/plugins/single_para-swh.lv2: .plugin.xml.swp
342 diff -ur swh-lv2-1.0.15/plugins/split-swh.lv2/plugin.xml swh-lv2-port-groups/plugins/split-swh.lv2/…
344 +++ swh-lv2-port-groups/plugins/split-swh.lv2/plugin.xml 2009-06-14 22:05:51.000000000 -0400
349 - <port label="input" dir="input" type="audio">
354 + <port label="input" dir="input" type="audio" group="in" role="centerChannel">
357 </port>
359 - <port label="out2" dir="output" type="audio">
360 + <port label="out2" dir="output" type="audio" group="out" role="leftChannel">
363 </port>
365 - <port label="out1" dir="output" type="audio">
366 + <port label="out1" dir="output" type="audio" group="out" role="rightChannel">
369 </port>
370 diff -ur swh-lv2-1.0.15/plugins/surround_encoder-swh.lv2/plugin.xml swh-lv2-port-groups/plugins/sur…
372 +++ swh-lv2-port-groups/plugins/surround_encoder-swh.lv2/plugin.xml 2009-06-14 22:05:23.000000000 -…
377 - <port label="l" dir="input" type="audio">
378 + <port label="l" dir="input" type="audio" group="in" role="leftChannel">
381 </port>
383 - <port label="r" dir="input" type="audio">
386 + <port label="r" dir="input" type="audio" group="in" role="rightChannel">
389 </port>
391 - <port label="c" dir="input" type="audio">
392 + <port label="c" dir="input" type="audio" group="in" role="centerChannel">
395 </port>
397 - <port label="s" dir="input" type="audio">
398 + <port label="s" dir="input" type="audio" group="in" role="surroundChannel">
403 </port>
407 - <port label="lt" dir="output" type="audio">
408 + <port label="lt" dir="output" type="audio" group="out" role="leftChannel">
410 </port>
412 - <port label="rt" dir="output" type="audio">
413 + <port label="rt" dir="output" type="audio" group="out" role="rightChannel">
415 </port>
417 diff -ur swh-lv2-1.0.15/plugins/xfade-swh.lv2/plugin.xml swh-lv2-port-groups/plugins/xfade-swh.lv2/…
419 +++ swh-lv2-port-groups/plugins/xfade-swh.lv2/plugin.xml 2009-06-14 22:02:49.000000000 -0400
422 </port>
424 - <port label="inputLA" dir="input" type="audio">
429 + <port label="inputLA" dir="input" type="audio" group="in1" role="leftChannel">
431 </port>
432 - <port label="inputRA" dir="input" type="audio">
433 + <port label="inputRA" dir="input" type="audio" group="in1" role="rightChannel">
435 </port>
437 - <port label="inputLB" dir="input" type="audio">
438 + <port label="inputLB" dir="input" type="audio" group="in2" role="leftChannel">
440 </port>
441 - <port label="inputRB" dir="input" type="audio">
442 + <port label="inputRB" dir="input" type="audio" group="in2" role="rightChannel">
444 </port>
448 - <port label="outputL" dir="output" type="audio">
449 + <port label="outputL" dir="output" type="audio" group="out" role="leftChannel">
451 </port>
452 - <port label="outputR" dir="output" type="audio">
453 + <port label="outputR" dir="output" type="audio" group="out" role="rightChannel">
455 </port>
457 Only in swh-lv2-port-groups: swh-lv2-port-groups.patch
458 diff -ur swh-lv2-1.0.15/xslt/turtle.xsl swh-lv2-port-groups/xslt/turtle.xsl
460 +++ swh-lv2-port-groups/xslt/turtle.xsl 2009-06-16 23:33:26.000000000 -0400
465 +@prefix pg: <http://lv2plug.in/ns/dev/port-groups#> .
492 <xsl:for-each select="port">