aboutsummaryrefslogtreecommitdiff
path: root/signal
diff options
context:
space:
mode:
Diffstat (limited to 'signal')
-rw-r--r--signal/atan2~-help.pd21
-rw-r--r--signal/mixer~-help.pd47
-rw-r--r--signal/sfwrite~-help.pd99
-rw-r--r--signal/streamin~-help.pd13
-rw-r--r--signal/streamout~-help.pd14
5 files changed, 125 insertions, 69 deletions
diff --git a/signal/atan2~-help.pd b/signal/atan2~-help.pd
index e7ff494..e1fa11c 100644
--- a/signal/atan2~-help.pd
+++ b/signal/atan2~-help.pd
@@ -1,4 +1,17 @@
-#N canvas 197 203 500 184 10;
-#X obj 33 88 atan2~;
-#X text 30 121 (C) Guenter Geiger;
-#X text 30 18 The atan2 function is used to get the phase from a imaginary value of the fft.;
+#N canvas 0 26 500 184 10;
+#X obj 33 88 atan2~;
+#X text 30 121 (C) Guenter Geiger;
+#X text 30 18 The atan2 function is used to get the phase from a imaginary
+value of the fft.;
+#N canvas 46 242 494 344 META 0;
+#X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
+Wilkes for Pd version 0.42.;
+#X text 12 25 LICENSE Tcl/Tk;
+#X text 12 5 KEYWORDS signal trigonometry;
+#X text 12 125 AUTHOR Guenter Geiger;
+#X text 12 45 DESCRIPTION get the phase from a imaginary value of the
+fft;
+#X text 12 65 INLET_0 signal;
+#X text 12 85 INLET_1 signal;
+#X text 12 105 OUTLET_0 signal;
+#X restore 440 153 pd META;
diff --git a/signal/mixer~-help.pd b/signal/mixer~-help.pd
index 1063de1..19602ea 100644
--- a/signal/mixer~-help.pd
+++ b/signal/mixer~-help.pd
@@ -1,4 +1,4 @@
-#N canvas 205 153 590 395 10;
+#N canvas 0 26 610 404 10;
#X obj 163 120 osc~ 220;
#X obj 186 297 dac~;
#X obj 163 140 *~ 0.1;
@@ -8,17 +8,17 @@
#X obj 272 140 *~ 0.1;
#X obj 325 120 osc~ 220;
#X obj 325 140 *~ 0.1;
-#X floatatom 217 97 0 0 0;
-#X floatatom 273 98 0 0 0;
-#X floatatom 326 95 0 0 0;
-#X floatatom 166 96 0 0 0;
+#X floatatom 217 97 0 0 0 0 - - -;
+#X floatatom 273 98 0 0 0 0 - - -;
+#X floatatom 326 95 0 0 0 0 - - -;
+#X floatatom 166 96 0 0 0 0 - - -;
#X msg 106 175 1 \$1;
#X msg 104 198 2 \$1;
#X msg 104 221 3 \$1;
-#X floatatom 58 114 0 0 0;
-#X floatatom 58 153 0 0 0;
-#X floatatom 59 201 0 0 0;
-#X floatatom 59 84 0 0 0;
+#X floatatom 58 114 0 0 0 0 - - -;
+#X floatatom 58 153 0 0 0 0 - - -;
+#X floatatom 59 201 0 0 0 0 - - -;
+#X floatatom 59 84 0 0 0 0 - - -;
#X msg 105 143 0 \$1;
#X obj 196 246 mixer~ 20 --------------------------------------;
#X obj 386 119 osc~ 220;
@@ -29,20 +29,33 @@
#X obj 495 139 *~ 0.1;
#X obj 548 119 osc~ 220;
#X obj 548 139 *~ 0.1;
-#X floatatom 440 96 0 0 0;
-#X floatatom 496 97 0 0 0;
-#X floatatom 549 94 0 0 0;
-#X floatatom 389 95 0 0 0;
-#X floatatom 55 251 0 0 0;
-#X floatatom 55 290 0 0 0;
-#X floatatom 56 338 0 0 0;
-#X floatatom 56 221 0 0 0;
+#X floatatom 440 96 0 0 0 0 - - -;
+#X floatatom 496 97 0 0 0 0 - - -;
+#X floatatom 549 94 0 0 0 0 - - -;
+#X floatatom 389 95 0 0 0 0 - - -;
+#X floatatom 55 251 0 0 0 0 - - -;
+#X floatatom 55 290 0 0 0 0 - - -;
+#X floatatom 56 338 0 0 0 0 - - -;
+#X floatatom 56 221 0 0 0 0 - - -;
#X msg 102 280 4 \$1;
#X msg 103 312 5 \$1;
#X msg 101 335 6 \$1;
#X msg 101 358 7 \$1;
#X text 57 7 The beginnig of a dynamic mixer matrix object \, implemented
together with Oswald;
+#N canvas 440 303 494 344 META 0;
+#X text 12 5 GENRE help;
+#X text 12 175 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
+Wilkes for Pd version 0.42.;
+#X text 12 45 LICENSE Tcl/Tk;
+#X text 12 155 AUTHOR Guenter Geiger;
+#X text 12 25 KEYWORDS signal;
+#X text 12 65 DESCRIPTION The beginning of a dynamic mixer matrix object
+\, implemented together with Oswald;
+#X text 12 95 INLET_0 list signal;
+#X text 12 115 INLET_N signal;
+#X text 12 135 OUTLET_0 signal;
+#X restore 560 383 pd META;
#X connect 0 0 2 0;
#X connect 2 0 21 0;
#X connect 3 0 4 0;
diff --git a/signal/sfwrite~-help.pd b/signal/sfwrite~-help.pd
index 1426cf3..1f76683 100644
--- a/signal/sfwrite~-help.pd
+++ b/signal/sfwrite~-help.pd
@@ -1,45 +1,54 @@
-#N canvas 340 71 600 460 12;
-#X obj 185 96 sfwrite~ 2;
-#X msg 65 16 open test.wav;
-#X floatatom 185 16;
-#X msg 147 308 0;
-#X obj 232 17 adc~;
-#X msg 91 278 0;
-#X msg 59 278 1;
-#X obj 142 222 table;
-#X msg 136 171 bang;
-#X msg 32 171 resize 441000;
-#X msg 181 172 read16 test.wav 200 l;
-#X obj 417 104 env~;
-#X obj 298 34 osc~ 220;
-#X obj 125 396 dac~;
-#X floatatom 411 10;
-#X obj 125 341 sfread~ 2;
-#X obj 281 379 dbtorms;
-#X obj 281 279 slider 96 0 15;
-#X obj 159 372 *~ 0;
-#X obj 125 372 *~ 0;
-#X msg 125 277 open test.wav \, bang;
-#X floatatom 417 129;
-#X connect 1 0 0 0;
-#X connect 2 0 0 0;
-#X connect 3 0 15 1;
-#X connect 5 0 15 0;
-#X connect 6 0 15 0;
-#X connect 8 0 7 0;
-#X connect 9 0 7 0;
-#X connect 10 0 7 0;
-#X connect 11 0 21 0;
-#X connect 12 0 0 0;
-#X connect 12 0 0 1;
-#X connect 12 0 11 0;
-#X connect 12 0 19 0;
-#X connect 12 0 18 0;
-#X connect 14 0 12 0;
-#X connect 15 0 19 0;
-#X connect 15 1 18 0;
-#X connect 16 0 18 1;
-#X connect 16 0 19 1;
-#X connect 18 0 13 1;
-#X connect 19 0 13 0;
-#X connect 20 0 15 0;
+#N canvas 0 26 477 431 12;
+#X obj 185 96 sfwrite~ 2;
+#X msg 65 16 open test.wav;
+#X floatatom 185 16 0 0 0 0 - - -;
+#X msg 147 308 0;
+#X obj 232 17 adc~;
+#X msg 91 278 0;
+#X msg 59 278 1;
+#X obj 142 222 table;
+#X msg 136 171 bang;
+#X msg 32 171 resize 441000;
+#X msg 181 172 read16 test.wav 200 l;
+#X obj 417 104 env~;
+#X obj 298 34 osc~ 220;
+#X obj 125 396 dac~;
+#X floatatom 411 10 0 0 0 0 - - -;
+#X obj 125 341 sfread~ 2;
+#X obj 281 379 dbtorms;
+#X obj 281 279 slider 96 0 15;
+#X obj 159 372 *~ 0;
+#X obj 125 372 *~ 0;
+#X msg 125 277 open test.wav \, bang;
+#X floatatom 417 129 0 0 0 0 - - -;
+#N canvas 373 272 494 344 META 0;
+#X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
+Wilkes for Pd version 0.42.;
+#X text 12 25 LICENSE Tcl/Tk;
+#X text 12 145 AUTHOR Guenter Geiger;
+#X text 12 45 DESCRIPTION needs a description;
+#X text 12 5 KEYWORDS signal needs_work (description);
+#X text 12 65 INLET_0 open float;
+#X text 12 85 INLET_1 float;
+#X text 12 105 OUTLET_0 signal;
+#X text 12 125 OUTLET_1 signal;
+#X restore 421 406 pd META;
+#X connect 1 0 0 0;
+#X connect 2 0 0 0;
+#X connect 3 0 15 1;
+#X connect 5 0 15 0;
+#X connect 6 0 15 0;
+#X connect 11 0 21 0;
+#X connect 12 0 0 0;
+#X connect 12 0 0 1;
+#X connect 12 0 11 0;
+#X connect 12 0 19 0;
+#X connect 12 0 18 0;
+#X connect 14 0 12 0;
+#X connect 15 0 19 0;
+#X connect 15 1 18 0;
+#X connect 16 0 18 1;
+#X connect 16 0 19 1;
+#X connect 18 0 13 1;
+#X connect 19 0 13 0;
+#X connect 20 0 15 0;
diff --git a/signal/streamin~-help.pd b/signal/streamin~-help.pd
index f583714..7a0436c 100644
--- a/signal/streamin~-help.pd
+++ b/signal/streamin~-help.pd
@@ -1,4 +1,4 @@
-#N canvas 248 65 623 459 12;
+#N canvas 0 26 470 459 12;
#X obj 45 133 print~;
#X msg 45 105 bang;
#X obj 23 62 streamin~ 3000;
@@ -26,6 +26,17 @@ patch.;
#X msg 40 32 print;
#X text 96 8 reset \, using n frames (default = 128);
#X text 96 32 print queue info;
+#N canvas 461 224 494 344 META 0;
+#X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
+Wilkes for Pd version 0.42.;
+#X text 12 25 LICENSE Tcl/Tk;
+#X text 12 105 AUTHOR Guenter Geiger;
+#X text 12 45 DESCRIPTION needs a description;
+#X text 12 5 KEYWORDS signal network needs_work (description);
+#X text 12 65 INLET_0 signal reset print connect disconnect format
+;
+#X text 12 85 OUTLET_0 signal;
+#X restore 413 436 pd META;
#X connect 1 0 0 0;
#X connect 2 0 0 0;
#X connect 2 0 15 0;
diff --git a/signal/streamout~-help.pd b/signal/streamout~-help.pd
index ff1868c..b5d7a18 100644
--- a/signal/streamout~-help.pd
+++ b/signal/streamout~-help.pd
@@ -1,4 +1,4 @@
-#N canvas 45 154 991 483 12;
+#N canvas 0 26 938 483 12;
#X floatatom 227 194 0 0 0 0 - - -;
#X msg 46 32 disconnect;
#X obj 369 71 osc~;
@@ -33,7 +33,7 @@ port number 3000;
#X msg 156 37 connect localhost 3001;
#X text 8 277 format 8bit: send 8 bit integers;
#X obj 227 162 streamout~;
-#N canvas 0 0 450 300 graph1 0;
+#N canvas 0 0 450 300 (subpatch) 0;
#X array array1 900 float 1;
#A 0 0.0890625 0.0875 0.0859375 0.084375 0.0828125 0.08125 0.0796875
0.0773438 0.0757812 0.0734375 0.0710938 0.0695313 0.0671875 0.0648438
@@ -166,6 +166,16 @@ port number 3000;
#X obj 460 140 tabwrite~ array1;
#X msg 541 79 bang;
#X obj 458 47 *~ 0.1;
+#N canvas 404 187 494 344 META 0;
+#X text 12 124 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
+Wilkes for Pd version 0.42.;
+#X text 12 25 LICENSE Tcl/Tk;
+#X text 12 105 AUTHOR Guenter Geiger;
+#X text 12 5 KEYWORDS signal network;
+#X text 12 45 DESCRIPTION needs a description;
+#X text 12 65 INLET_0 signal format disconnect connect float;
+#X text 12 85 OUTLET_0 float;
+#X restore 882 458 pd META;
#X connect 1 0 29 0;
#X connect 2 0 29 0;
#X connect 3 0 4 0;