[PD-cvs] SF.net SVN: pure-data: [9959] trunk/externals/jackx

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Sun Jun 1 20:10:48 CEST 2008


Revision: 9959
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9959&view=rev
Author:   eighthave
Date:     2008-06-01 11:10:47 -0700 (Sun, 01 Jun 2008)

Log Message:
-----------
renamed helpfiles to standard name

Added Paths:
-----------
    trunk/externals/jackx/jack-connect-help.pd
    trunk/externals/jackx/jack-ports-help.pd

Removed Paths:
-------------
    trunk/externals/jackx/jack-connect.pd
    trunk/externals/jackx/jack-ports.pd

Copied: trunk/externals/jackx/jack-connect-help.pd (from rev 9950, trunk/externals/jackx/jack-connect.pd)
===================================================================
--- trunk/externals/jackx/jack-connect-help.pd	                        (rev 0)
+++ trunk/externals/jackx/jack-connect-help.pd	2008-06-01 18:10:47 UTC (rev 9959)
@@ -0,0 +1,34 @@
+#N canvas 1260 312 610 300 10;
+#X obj 137 190 jack-connect;
+#X obj 137 231 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0
+1;
+#X msg 136 12 connect;
+#X msg 139 39 toggle;
+#X msg 156 89 symbol alsa_pcm;
+#X msg 195 133 symbol pure_data_0;
+#X msg 138 65 query;
+#X msg 317 8 bang;
+#X msg 382 6 0;
+#X obj 346 30 metro 50;
+#X msg 173 113 symbol capture_2;
+#X msg 216 155 symbol input0;
+#X text 307 89 output client;
+#X text 306 111 output port;
+#X text 343 133 input client;
+#X text 344 155 input port;
+#X msg 24 13 disconnect;
+#X text 185 232 output is 1 for connect(ed) 0 for disconnect(ed);
+#X text 199 64 doesn't change the connection only outputs the state
+;
+#X connect 0 0 1 0;
+#X connect 2 0 0 0;
+#X connect 3 0 0 0;
+#X connect 4 0 0 1;
+#X connect 5 0 0 3;
+#X connect 6 0 0 0;
+#X connect 7 0 9 0;
+#X connect 8 0 9 0;
+#X connect 9 0 3 0;
+#X connect 10 0 0 2;
+#X connect 11 0 0 4;
+#X connect 16 0 0 0;

Deleted: trunk/externals/jackx/jack-connect.pd
===================================================================
--- trunk/externals/jackx/jack-connect.pd	2008-06-01 15:39:16 UTC (rev 9958)
+++ trunk/externals/jackx/jack-connect.pd	2008-06-01 18:10:47 UTC (rev 9959)
@@ -1,34 +0,0 @@
-#N canvas 1260 312 610 300 10;
-#X obj 137 190 jack-connect;
-#X obj 137 231 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0
-1;
-#X msg 136 12 connect;
-#X msg 139 39 toggle;
-#X msg 156 89 symbol alsa_pcm;
-#X msg 195 133 symbol pure_data_0;
-#X msg 138 65 query;
-#X msg 317 8 bang;
-#X msg 382 6 0;
-#X obj 346 30 metro 50;
-#X msg 173 113 symbol capture_2;
-#X msg 216 155 symbol input0;
-#X text 307 89 output client;
-#X text 306 111 output port;
-#X text 343 133 input client;
-#X text 344 155 input port;
-#X msg 24 13 disconnect;
-#X text 185 232 output is 1 for connect(ed) 0 for disconnect(ed);
-#X text 199 64 doesn't change the connection only outputs the state
-;
-#X connect 0 0 1 0;
-#X connect 2 0 0 0;
-#X connect 3 0 0 0;
-#X connect 4 0 0 1;
-#X connect 5 0 0 3;
-#X connect 6 0 0 0;
-#X connect 7 0 9 0;
-#X connect 8 0 9 0;
-#X connect 9 0 3 0;
-#X connect 10 0 0 2;
-#X connect 11 0 0 4;
-#X connect 16 0 0 0;

Copied: trunk/externals/jackx/jack-ports-help.pd (from rev 9950, trunk/externals/jackx/jack-ports.pd)
===================================================================
--- trunk/externals/jackx/jack-ports-help.pd	                        (rev 0)
+++ trunk/externals/jackx/jack-ports-help.pd	2008-06-01 18:10:47 UTC (rev 9959)
@@ -0,0 +1,24 @@
+#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
+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
+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 182 153 physical ouput .*[34].*;
+#X text 356 152 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 connect 0 0 2 0;
+#X connect 0 1 3 0;
+#X connect 1 0 0 0;
+#X connect 7 0 0 0;
+#X connect 9 0 0 0;

Deleted: trunk/externals/jackx/jack-ports.pd
===================================================================
--- trunk/externals/jackx/jack-ports.pd	2008-06-01 15:39:16 UTC (rev 9958)
+++ trunk/externals/jackx/jack-ports.pd	2008-06-01 18:10:47 UTC (rev 9959)
@@ -1,24 +0,0 @@
-#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
-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
-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 182 153 physical ouput .*[34].*;
-#X text 356 152 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 connect 0 0 2 0;
-#X connect 0 1 3 0;
-#X connect 1 0 0 0;
-#X connect 7 0 0 0;
-#X connect 9 0 0 0;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list