From 83e1900c2d8a266a9e6bdd37e70a239542c92799 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 12 Nov 2012 02:49:38 +0000 Subject: added META subpatch svn path=/trunk/externals/jackx/; revision=16537 --- jack-ports-help.pd | 37 ++++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 13 deletions(-) (limited to 'jack-ports-help.pd') diff --git a/jack-ports-help.pd b/jack-ports-help.pd index b87c172..e61e22e 100644 --- a/jack-ports-help.pd +++ b/jack-ports-help.pd @@ -1,22 +1,33 @@ -#N canvas 1245 199 744 386 10; -#X obj 161 197 jack-ports; -#X msg 160 1 bang; -#X obj 146 239 print output; -#X obj 253 238 print input; -#X text 41 267 output is in the form of a pairs client - port. outputs +#N canvas 118 157 744 386 10; +#X obj 153 227 jack-ports; +#X msg 152 31 bang; +#X obj 138 269 print output; +#X obj 245 268 print input; +#X text 33 297 output is in the form of a pairs client - port. outputs on the left \, inputs on the right.; -#X text 200 5 will give all ports registered; -#X text 181 25 Input is a regular expression for the client/port plus +#X text 192 35 will give all ports registered; +#X text 173 55 Input is a regular expression for the client/port plus one or more of the following keywords: virtual: a port that is _not_ a physical hw interface physical: a port that _is_ a hw interface output:a port that is a jack output input: a port that is a jack input; -#X msg 184 123 virtual input .*3.*; -#X text 340 123 will give all software inputs with a 3 in the name +#X msg 176 153 virtual input .*3.*; +#X text 332 153 will give all software inputs with a 3 in the name ; -#X msg 182 153 physical ouput .*[34].*; -#X text 356 152 will give the hw jack outputs with either a 3 or a +#X msg 174 183 physical ouput .*[34].*; +#X text 348 182 will give the hw jack outputs with either a 3 or a 4 in the name; -#X text 354 181 notice that these are soundcard _inputs_!!; +#X text 346 211 notice that these are soundcard _inputs_!!; +#N canvas 51 246 507 361 META 0; +#X text 12 165 WEBSITE http://puredata.info/downloads/jackx/; +#X text 12 25 LICENSE GPL v2; +#X text 12 145 AUTHOR Gerard van Dongen; +#X text 12 45 DESCRIPTION list all Jack input and output ports; +#X text 12 105 OUTLET_0 list; +#X text 12 125 OUTLET_1 list; +#X text 12 85 INLET_0 bang list; +#X text 12 5 KEYWORDS jack info; +#X text 12 185 RELEASE_DATE 2003; +#X restore 667 348 pd META; #X connect 0 0 2 0; #X connect 0 1 3 0; #X connect 1 0 0 0; -- cgit v1.2.1