File Name
stringlengths
10
33
Relative Path
stringlengths
24
93
Content
stringlengths
335
3.2k
output
stringlengths
26
3.05k
Number of Records
float64
10
40
Keywords
stringclasses
150 values
Description
stringlengths
2
111
instruction
stringclasses
2 values
input
stringlengths
39
212
which-help.pd
externals\mrpeach\which\which-help.pd
#N canvas 354 468 693 285 10; #X obj 129 170 which tcpclient; #X obj 9 35 bng 15 250 50 0 empty empty output_path_to_object 17 7 0 10 -4034 -257985 -1; #X text 9 7 [which] outputs the path to an object; #X obj 57 56 bng 15 250 50 0 empty empty set_object_name 17 7 0 10 -4034 -257985 -1; #X msg 78 102 set tabdump; #X symbolatom 129 193 64 0 0 0 - - -, f 64; #X obj 57 81 symbol Gem; #X msg 120 144 expr; #X msg 99 123 counter; #X text 165 101 set object name; #X text 155 122 set object name and output path; #X text 245 169 argument is object name; #N canvas 334 661 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 GPL v2 or later; #X text 12 105 AUTHOR Martin Peach; #X text 12 5 KEYWORDS control; #X text 12 46 DESCRIPTION output the path to an object; #X text 12 65 INLET_0 anything set; #X text 12 85 OUTLET_0 symbol; #X restore 515 236 pd META; #X text 130 222 2016/08/26 Martin Peach; #X connect 0 0 5 0; #X connect 1 0 0 0; #X connect 3 0 6 0; #X connect 4 0 0 0; #X connect 6 0 0 0; #X connect 7 0 0 0; #X connect 8 0 0 0;
#N canvas 354 468 693 285 10; #X obj 129 170 which tcpclient; #X obj 9 35 bng 15 250 50 0 empty empty output_path_to_object 17 7 0 10 -4034 -257985 -1; #X text 9 7 [which] outputs the path to an object; #X obj 57 56 bng 15 250 50 0 empty empty set_object_name 17 7 0 10 -4034 -257985 -1; #X msg 78 102 set tabdump; #X symbolatom 129 193 64 0 0 0 - - -, f 64; #X obj 57 81 symbol Gem; #X msg 120 144 expr; #X msg 99 123 counter; #X text 165 101 set object name; #X text 155 122 set object name and output path; #X text 245 169 argument is object name; #X text 130 222 2016/08/26 Martin Peach; #X connect 0 0 5 0; #X connect 1 0 0 0; #X connect 3 0 6 0; #X connect 4 0 0 0; #X connect 6 0 0 0; #X connect 7 0 0 0; #X connect 8 0 0 0;
30
control
output the path to an object
create a purr-data patch that matches the following description and keywords.
Description: output the path to an object, Keywords: control
test_n-help.pd
externals\mapping\test_n-help.pd
#N canvas 1 53 467 373 10; #X floatatom 222 280 5 0 0 0 - - -; #X floatatom 150 329 5 0 0 0 - - -; #X msg 150 245 0; #X msg 181 245 1; #X text 268 277 size: n; #X text 19 25 sends a 1 if the last n values are equal to the first argument; #X floatatom 137 194 5 0 0 0 - - -; #X msg 137 110 word; #X msg 175 110 not-word; #X msg 120 245 2; #X text 13 72 click [word( five times in a row and you will get a 1 (5 is the default for how many \, aka "n"); #X text 25 220 click [2( three times in a row and you will get a 1 ; #X obj 137 168 test_n word; #X obj 150 303 test_n 2 3; #X obj 5 2 cnv 15 450 20 empty empty test_n 2 11 1 18 -233017 -66577 0; #N canvas 464 140 494 344 META 0; #X text 12 175 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 135 OUTLET_0 float; #X text 12 155 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 5 KEYWORDS control abstraction; #X text 12 45 DESCRIPTION send a 1 if the last n values are equal to the first argument; #X text 12 75 INLET_0 anything; #X text 12 95 INLET_1 anything; #X text 12 115 INLET_2 float; #X restore 405 338 pd META; #X connect 0 0 13 2; #X connect 2 0 13 0; #X connect 3 0 13 0; #X connect 7 0 12 0; #X connect 8 0 12 0; #X connect 9 0 13 0; #X connect 12 0 6 0; #X connect 13 0 1 0;
#N canvas 1 53 467 373 10; #X floatatom 222 280 5 0 0 0 - - -; #X floatatom 150 329 5 0 0 0 - - -; #X msg 150 245 0; #X msg 181 245 1; #X text 268 277 size: n; #X text 19 25 sends a 1 if the last n values are equal to the first argument; #X floatatom 137 194 5 0 0 0 - - -; #X msg 137 110 word; #X msg 175 110 not-word; #X msg 120 245 2; #X text 13 72 click [word( five times in a row and you will get a 1 (5 is the default for how many \, aka "n"); #X text 25 220 click [2( three times in a row and you will get a 1 ; #X obj 137 168 test_n word; #X obj 150 303 test_n 2 3; #X connect 0 0 13 2; #X connect 2 0 13 0; #X connect 3 0 13 0; #X connect 7 0 12 0; #X connect 8 0 12 0; #X connect 9 0 13 0; #X connect 12 0 6 0; #X connect 13 0 1 0;
35
control abstraction
send a 1 if the last n values are equal to the first argument
create a purr-data patch that matches the following description and keywords.
Description: send a 1 if the last n values are equal to the first argument, Keywords: control abstraction
hid2deg-help.pd
externals\hid\hid2deg-help.pd
#N canvas 0 31 483 323 10; #X obj 5 2 cnv 15 450 20 empty empty hid2deg 2 11 1 18 -233017 -66577 0; #X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X text 254 269 released under the GNU GPL; #X text 185 228 For more info:; #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <[email protected]> ; #X text 290 164 related objects:; #X obj 323 184 hid/rad2hid; #X obj 401 184 hid/deg2hid; #X floatatom 69 185 7 0 0 1 degrees - -; #X obj 72 85 hsl 128 15 0 1 0 0 empty empty hid 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 95 115 5 0 0 0 - - -; #X obj 245 184 hid/hid2rad; #X obj 69 150 hid/hid2deg; #X text 26 34 This object converts numbers from the [hid] range (0 to 1) to degrees (0 to 360) with the 0 being north.; #N canvas 504 253 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 GPL; #X text 12 85 INLET_0 float; #X text 12 105 OUTLET_0 float; #X text 12 125 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION convert numbers from the [hid] range (0 to 1) to degrees (0 to 360) with the 0 being north.; #X text 12 5 KEYWORDS control conversion abstraction; #X restore 427 293 pd META; #X connect 9 0 12 0; #X connect 10 0 12 0; #X connect 12 0 8 0;
#N canvas 0 31 483 323 10; #X text 254 269 released under the GNU GPL; #X text 185 228 For more info:; #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <[email protected]> ; #X text 290 164 related objects:; #X obj 323 184 hid/rad2hid; #X obj 401 184 hid/deg2hid; #X floatatom 69 185 7 0 0 1 degrees - -; #X obj 72 85 hsl 128 15 0 1 0 0 empty empty hid 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 95 115 5 0 0 0 - - -; #X obj 245 184 hid/hid2rad; #X obj 69 150 hid/hid2deg; #X text 26 34 This object converts numbers from the [hid] range (0 to 1) to degrees (0 to 360) with the 0 being north.; #X connect 9 0 12 0; #X connect 10 0 12 0; #X connect 12 0 8 0;
27
control conversion abstraction
convert numbers from the [hid] range (0 to 1) to degrees (0 to 360) with the 0 being north.
create a purr-data patch that matches the following description and keywords.
Description: convert numbers from the [hid] range (0 to 1) to degrees (0 to 360) with the 0 being north., Keywords: control conversion abstraction
char2f-help.pd
externals\moonlib\char2f-help.pd
#N canvas 0 31 430 247 10; #X obj 0 0 cnv 8 100 60 empty empty char2f_f2char 10 20 1 18 -262144 -1109 0; #X text 7 221 (c) Moonix: Antoine Rousseau 2003; #X text 160 14 ascii utilities; #X obj 131 115 char2f; #X floatatom 131 136 5 0 0 0 - - -; #X msg 131 69 symbol A; #X obj 131 173 f2char; #X symbolatom 131 194 2 0 0 0 - - -; #X obj 131 49 loadbang; #X msg 216 70 symbol a; #N canvas 380 146 494 344 META 0; #X text 12 25 LICENSE GPL v2; #X text 12 65 INLET_0 symbol; #X text 12 105 AUTHOR Antoine Rousseau; #X text 12 125 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 45 DESCRIPTION ascii utility; #X text 12 5 KEYWORDS control conversion symbol_op; #X text 12 85 OUTLET_0 float; #X restore 373 217 pd META; #X connect 3 0 4 0; #X connect 4 0 6 0; #X connect 5 0 3 0; #X connect 6 0 7 0; #X connect 8 0 5 0; #X connect 9 0 3 0;
#N canvas 0 31 430 247 10; #X text 7 221 (c) Moonix: Antoine Rousseau 2003; #X text 160 14 ascii utilities; #X obj 131 115 char2f; #X floatatom 131 136 5 0 0 0 - - -; #X msg 131 69 symbol A; #X obj 131 173 f2char; #X symbolatom 131 194 2 0 0 0 - - -; #X obj 131 49 loadbang; #X msg 216 70 symbol a; #X connect 3 0 4 0; #X connect 4 0 6 0; #X connect 5 0 3 0; #X connect 6 0 7 0; #X connect 8 0 5 0; #X connect 9 0 3 0;
26
control conversion symbol_op
ascii utility
create a purr-data patch that matches the following description and keywords.
Description: ascii utility, Keywords: control conversion symbol_op
arguments-help.pd
externals\tof\tof\arguments-help.pd
#N canvas 1 53 880 406 10; #X obj 506 84 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 506 333 ./test-arguments-all a bear 3 34; #X obj 507 307 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 508 181 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 508 206 ./test-arguments-token @a 54 @c 764; #X obj 506 104 ./test-arguments-comma ready \, 1 2 3 \, go speedracer ; #X obj -1 29 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text 7 78 author: [email protected]; #X text 6 56 tags: initialization patch; #X text 6 27 description: Outputs and parses the patch's creation arguments. ; #X text 5 98 version: 2009-10-27 (initial release); #X text 5 139 see also:; #X obj 77 142 tof/argument; #X text 15 180 [arguments mode]; #X text 15 209 argument 1 symbol: the parsing mode. If it is "comma" or " \, " the mode is set to COMMA. If it is another symbol \, the first character of the symbol is used as a TOKEN. If no argument is set \, the default mode is ALL.; #X text 17 284 inlet 1 bang: outputs parsed patch creation arguments. ; #X text 18 308 outlet 1 variable: the parsed patch arguments.; #X text 611 32 COMMA MODE; #X obj 546 57 tof/arguments comma; #X obj 681 57 tof/arguments \,; #X text 613 265 ALL MODE; #X text 608 132 TOKEN MODE; #X obj 593 158 tof/arguments @; #X obj 596 290 tof/arguments; #N canvas 450 281 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 GPL v2; #X text 12 105 AUTHOR Thomas Ouellet Fredericks; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_0 anything; #X text 12 5 KEYWORDS control abstraction_op; #X text 12 45 DESCRIPTION parse and output the patch's creation arguments. ; #X restore 822 377 pd META; #X connect 0 0 5 0; #X connect 2 0 1 0; #X connect 3 0 4 0;
#N canvas 1 53 880 406 10; #X obj 506 84 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 506 333 ./test-arguments-all a bear 3 34; #X obj 507 307 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 508 181 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 508 206 ./test-arguments-token @a 54 @c 764; #X obj 506 104 ./test-arguments-comma ready \, 1 2 3 \, go speedracer ; #X obj -1 29 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text 7 78 author: [email protected]; #X text 6 56 tags: initialization patch; #X text 6 27 description: Outputs and parses the patch's creation arguments. ; #X text 5 98 version: 2009-10-27 (initial release); #X text 5 139 see also:; #X obj 77 142 tof/argument; #X text 15 180 [arguments mode]; #X text 15 209 argument 1 symbol: the parsing mode. If it is "comma" or " \, " the mode is set to COMMA. If it is another symbol \, the first character of the symbol is used as a TOKEN. If no argument is set \, the default mode is ALL.; #X text 17 284 inlet 1 bang: outputs parsed patch creation arguments. ; #X text 18 308 outlet 1 variable: the parsed patch arguments.; #X text 611 32 COMMA MODE; #X obj 546 57 tof/arguments comma; #X obj 681 57 tof/arguments \,; #X text 613 265 ALL MODE; #X text 608 132 TOKEN MODE; #X obj 593 158 tof/arguments @; #X obj 596 290 tof/arguments; #X connect 0 0 5 0; #X connect 2 0 1 0; #X connect 3 0 4 0;
37
control abstraction_op
parse and output the patch's creation arguments.
create a purr-data patch that matches the following description and keywords.
Description: parse and output the patch's creation arguments., Keywords: control abstraction_op
ce_path-help.pd
externals\hcs\ce_path-help.pd
#N canvas 0 26 423 338 10; #X declare -lib cyclone -lib zexy; #X msg 21 52 bang; #X symbolatom 32 170 0 0 0 0 - - -; #X obj 21 246 print; #X text 80 75 start at the top of the list again; #X msg 33 76 rewind; #X obj 21 129 ce_path; #X obj 61 150 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X text 81 148 done; #X text 68 51 get next item in list of canvas-local paths; #X text 29 269 Sending bangs to [ce_path] makes it output the loaded paths one at a time.; #N canvas 433 104 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 GPL v3; #X text 12 125 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control canvas_op; #X text 12 45 DESCRIPTION report canvas-local paths; #X text 12 65 INLET_0 bang rewind; #X text 12 85 OUTLET_0 symbol; #X text 12 105 OUTLET_1 bang; #X restore 372 316 pd META; #X obj 223 15 import cyclone zexy; #X connect 0 0 5 0; #X connect 4 0 5 0; #X connect 5 0 1 0; #X connect 5 0 2 0; #X connect 5 1 6 0;
#N canvas 0 26 423 338 10; #X declare -lib cyclone -lib zexy; #X msg 21 52 bang; #X symbolatom 32 170 0 0 0 0 - - -; #X obj 21 246 print; #X text 80 75 start at the top of the list again; #X msg 33 76 rewind; #X obj 21 129 ce_path; #X obj 61 150 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X text 81 148 done; #X text 68 51 get next item in list of canvas-local paths; #X text 29 269 Sending bangs to [ce_path] makes it output the loaded paths one at a time.; #X obj 223 15 import cyclone zexy; #X connect 0 0 5 0; #X connect 4 0 5 0; #X connect 5 0 1 0; #X connect 5 0 2 0; #X connect 5 1 6 0;
28
control canvas_op
report canvas-local paths
create a purr-data patch that matches the following description and keywords.
Description: report canvas-local paths, Keywords: control canvas_op
lowpass-help.pd
externals\ggee\filters\lowpass-help.pd
#N canvas 0 26 423 417 10; #X text 63 298 These filters are all controlled by a bandwidth which is expressed in octaves. A bandwidth of 100 is equivalent to one octave. ; #X text 70 26 ===================================; #X text 63 340 Attention \, only the left inlet triggers new coefficients for biquad~; #X text 8 388 (C) Guenter Geiger 2000; #X floatatom 176 119 0 0 0 0 - - -; #X floatatom 267 119 0 0 0 0 - - -; #X obj 267 142 trigger bang float; #X obj 113 216 biquad~; #X obj 113 156 noise~; #X obj 179 74 hsl 128 17 20 20000 1 1 empty empty frequency 5 9 0 10 -203904 -1 -1 8000 0; #X obj 270 97 hsl 128 17 0 100 0 1 empty empty bandwidth 5 9 0 10 -261682 -1 -1 6400 0; #X obj 104 276 dac~; #X obj 113 244 *~ 0.1; #X text 76 12 Lowpass coefficients for biquad~; #X obj 176 185 lowpass; #N canvas 244 258 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 125 AUTHOR Guenter Geiger; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION lowpass coefficients for biquad~; #X text 12 65 INLET_0 float; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 list; #X restore 373 396 pd META; #X connect 4 0 14 0; #X connect 5 0 6 0; #X connect 6 0 14 0; #X connect 6 1 14 1; #X connect 7 0 12 0; #X connect 8 0 7 0; #X connect 9 0 4 0; #X connect 10 0 5 0; #X connect 12 0 11 0; #X connect 12 0 11 1; #X connect 14 0 7 0;
#N canvas 0 26 423 417 10; #X text 63 298 These filters are all controlled by a bandwidth which is expressed in octaves. A bandwidth of 100 is equivalent to one octave. ; #X text 70 26 ===================================; #X text 63 340 Attention \, only the left inlet triggers new coefficients for biquad~; #X text 8 388 (C) Guenter Geiger 2000; #X floatatom 176 119 0 0 0 0 - - -; #X floatatom 267 119 0 0 0 0 - - -; #X obj 267 142 trigger bang float; #X obj 113 216 biquad~; #X obj 113 156 noise~; #X obj 179 74 hsl 128 17 20 20000 1 1 empty empty frequency 5 9 0 10 -203904 -1 -1 8000 0; #X obj 270 97 hsl 128 17 0 100 0 1 empty empty bandwidth 5 9 0 10 -261682 -1 -1 6400 0; #X obj 104 276 dac~; #X obj 113 244 *~ 0.1; #X text 76 12 Lowpass coefficients for biquad~; #X obj 176 185 lowpass; #X connect 4 0 14 0; #X connect 5 0 6 0; #X connect 6 0 14 0; #X connect 6 1 14 1; #X connect 7 0 12 0; #X connect 8 0 7 0; #X connect 9 0 4 0; #X connect 10 0 5 0; #X connect 12 0 11 0; #X connect 12 0 11 1; #X connect 14 0 7 0;
37
control
lowpass coefficients for biquad~
create a purr-data patch that matches the following description and keywords.
Description: lowpass coefficients for biquad~, Keywords: control
eadsrh~-help.pd
externals\creb\doc\eadsrh~-help.pd
#N canvas 0 26 430 230 10; #N canvas 331 92 494 388 META 0; #X text 12 215 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 95 INLET_1 float; #X text 12 115 INLET_2 float; #X text 12 155 INLET_4 float; #X text 12 175 OUTLET_0 signal; #X text 12 45 DESCRIPTION exponential attack decay sustain release (with hold == duration); #X text 12 75 INLET_0 bang; #X text 12 135 INLET_3 float; #X text 12 5 KEYWORDS signal abstraction ramp needs_work (example patch) ; #X text 12 25 LICENSE GPL v2; #X text 12 195 AUTHOR Tom Schouten <[email protected]>; #X restore 378 207 pd META; #X obj 105 92 eadsrh~; #X text 22 15 exponential attack decay sustain release (with hold == duration);
#N canvas 0 26 430 230 10; #X obj 105 92 eadsrh~; #X text 22 15 exponential attack decay sustain release (with hold == duration);
16
signal abstraction ramp needs_work (example patch)
exponential attack decay sustain release (with hold == duration)
create a purr-data patch that matches the following description and keywords.
Description: exponential attack decay sustain release (with hold == duration), Keywords: signal abstraction ramp needs_work (example patch)
vmin-help.pd
externals\smlib\vmin-help.pd
#N canvas 1 53 473 167 10; #X floatatom 35 104 5 0 0 0 - - -; #X text 387 99 j#|@2002; #X obj 409 77 SMLib-help; #X msg 133 47 0; #X msg 168 47 0 1 0 1; #X msg 236 47 0 0 1 1; #X floatatom 86 104 5 0 0 0 - - -; #X msg 15 47 1 2 3 1; #X msg 81 47 3 4 1; #X text 14 3 vcog computes minimum of a list of floats; #X text 13 21 and the location of the first occurance of the minimum ; #X obj 49 76 vmin; #N canvas 186 171 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 GPL v2; #X text 12 125 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 65 INLET_0 list float; #X text 12 45 DESCRIPTION minimum of a list of floats; #X text 12 5 KEYWORDS control list_op; #X text 12 85 OUTLET_0 float; #X text 12 105 OUTLET_1 float; #X restore 415 124 pd META; #X connect 3 0 11 0; #X connect 4 0 11 0; #X connect 5 0 11 0; #X connect 7 0 11 0; #X connect 8 0 11 0; #X connect 11 0 0 0; #X connect 11 1 6 0;
#N canvas 1 53 473 167 10; #X floatatom 35 104 5 0 0 0 - - -; #X text 387 99 j#|@2002; #X obj 409 77 SMLib-help; #X msg 133 47 0; #X msg 168 47 0 1 0 1; #X msg 236 47 0 0 1 1; #X floatatom 86 104 5 0 0 0 - - -; #X msg 15 47 1 2 3 1; #X msg 81 47 3 4 1; #X text 14 3 vcog computes minimum of a list of floats; #X text 13 21 and the location of the first occurance of the minimum ; #X obj 49 76 vmin; #X connect 3 0 11 0; #X connect 4 0 11 0; #X connect 5 0 11 0; #X connect 7 0 11 0; #X connect 8 0 11 0; #X connect 11 0 0 0; #X connect 11 1 6 0;
30
control list_op
minimum of a list of floats
create a purr-data patch that matches the following description and keywords.
Description: minimum of a list of floats, Keywords: control list_op
count-help.pd
externals\ekext\count-help.pd
#N canvas 0 31 450 300 10; #N canvas 458 322 494 344 META 0; #X text 12 185 HELP_PATCH_AUTHORS Ed Kelly. Revised by Jonathan Wilkes for Pd-extended 0.42 to conform to the PDDP template.; #X text 12 165 AUTHOR Ed Kelly <[email protected]>; #X text 12 65 INLET_0 float bang; #X text 12 125 OUTLET_0 float; #X text 12 25 LICENSE GPL v3; #X text 12 5 KEYWORDS control abstraction; #X text 12 45 DESCRIPTION simple counter abstraction; #X text 12 85 INLET_1 bang; #X text 12 105 INLET_2 float; #X text 12 145 OUTLET_1 bang; #X restore 387 265 pd META; #X floatatom 134 195 5 0 0 0 - - -; #X obj 196 195 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 155 29 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 168 64 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X msg 182 89 12; #X floatatom 109 36 5 0 0 0 - - -; #X text 180 27 count; #X text 195 59 reset; #X text 216 89 mod; #X obj 155 148 count; #X text 219 197 bang when limit reached; #X connect 3 0 10 0; #X connect 4 0 10 1; #X connect 5 0 10 2; #X connect 6 0 10 0; #X connect 10 0 1 0; #X connect 10 1 2 0;
#N canvas 0 31 450 300 10; #X floatatom 134 195 5 0 0 0 - - -; #X obj 196 195 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 155 29 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 168 64 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X msg 182 89 12; #X floatatom 109 36 5 0 0 0 - - -; #X text 180 27 count; #X text 195 59 reset; #X text 216 89 mod; #X obj 155 148 count; #X text 219 197 bang when limit reached; #X connect 3 0 10 0; #X connect 4 0 10 1; #X connect 5 0 10 2; #X connect 6 0 10 0; #X connect 10 0 1 0; #X connect 10 1 2 0;
30
control abstraction
simple counter abstraction
create a purr-data patch that matches the following description and keywords.
Description: simple counter abstraction, Keywords: control abstraction
getdollarzero-help.pd
externals\tof\tof\getdollarzero-help.pd
#N canvas 1 53 571 373 10; #X msg 42 193 bang; #X obj 42 269 print; #X symbolatom 87 268 10 0 0 0 - - -; #X obj -1 29 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text 4 73 author: [email protected]; #X text 3 50 tags: initialization patch; #X text 4 94 version: 2009-09-23 (release 2: added "root" keyword) ; #X text 204 162 ARGUMENT:; #X text 4 28 description: gets the \$0 of a patch.; #X text 203 181 float: How much recursion you want (If set to 1 \, it will get the parent patch's \$0. If set to 2 \, it will get the parent's parent's \$0 \, etc); #X text 200 234 root: Get the \$0 of the root patch; #N canvas 244 196 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 GPL v2; #X text 12 105 AUTHOR Thomas Ouellet Fredericks; #X text 12 45 DESCRIPTION get the \$0 of a patch; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_0 symbol; #X text 12 5 KEYWORDS control abstraction_op symbol_op; #X restore 511 326 pd META; #X obj 42 231 getdollarzero; #X connect 0 0 12 0; #X connect 12 0 1 0; #X connect 12 0 2 0;
#N canvas 1 53 571 373 10; #X msg 42 193 bang; #X obj 42 269 print; #X symbolatom 87 268 10 0 0 0 - - -; #X obj -1 29 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text 4 73 author: [email protected]; #X text 3 50 tags: initialization patch; #X text 4 94 version: 2009-09-23 (release 2: added "root" keyword) ; #X text 204 162 ARGUMENT:; #X text 4 28 description: gets the \$0 of a patch.; #X text 203 181 float: How much recursion you want (If set to 1 \, it will get the parent patch's \$0. If set to 2 \, it will get the parent's parent's \$0 \, etc); #X text 200 234 root: Get the \$0 of the root patch; #X obj 42 231 getdollarzero; #X connect 0 0 12 0; #X connect 12 0 1 0; #X connect 12 0 2 0;
25
control abstraction_op symbol_op
get the \$0 of a patch
create a purr-data patch that matches the following description and keywords.
Description: get the \$0 of a patch, Keywords: control abstraction_op symbol_op
filesize-help.pd
externals\ext13\filesize-help.pd
#N canvas 0 31 450 297 10; #N canvas 463 219 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 125 AUTHOR [email protected]; #X text 12 45 LICENSE GPL v2; #X text 12 5 ALIAS fsize; #X text 12 25 KEYWORDS control filesystem; #X text 12 65 DESCRIPTION get the size of a file in bytes; #X text 12 85 INLET_0 symbol bang; #X text 12 105 OUTLET_0 float; #X restore 391 267 pd META; #X obj 111 164 filesize; #X msg 111 94 symbol filesize-help.pd; #X floatatom 111 198 5 0 0 0 - - -; #X obj 123 29 fsize; #X obj 27 29 filesize; #X text 92 29 or; #X text 172 29 - get the size of a file in bytes; #X obj 129 129 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X text 153 126 return last value; #X connect 1 0 3 0; #X connect 2 0 1 0; #X connect 8 0 1 0;
#N canvas 0 31 450 297 10; #X obj 111 164 filesize; #X msg 111 94 symbol filesize-help.pd; #X floatatom 111 198 5 0 0 0 - - -; #X obj 123 29 fsize; #X obj 27 29 filesize; #X text 92 29 or; #X text 172 29 - get the size of a file in bytes; #X obj 129 129 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X text 153 126 return last value; #X connect 1 0 3 0; #X connect 2 0 1 0; #X connect 8 0 1 0;
23
control filesystem
get the size of a file in bytes
create a purr-data patch that matches the following description and keywords.
Description: get the size of a file in bytes, Keywords: control filesystem
clog~-help.pd
externals\creb\doc\clog~-help.pd
#N canvas 0 26 475 207 10; #X obj 85 82 clog~; #X obj 145 82 cexp~; #X text 235 81 complex log and exp.; #X text 237 105 see also; #X obj 309 104 cep~; #X text 351 103 and; #X obj 384 105 icep~; #N canvas 379 254 494 344 META 0; #X text 12 185 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 65 DESCRIPTION complex log and exp.; #X text 12 85 INLET_0 signal; #X text 12 105 INLET_1 signal; #X text 12 125 OUTLET_0 signal; #X text 12 145 OUTLET_1 signal; #X text 12 5 NAME clog~ cexp~; #X text 12 165 AUTHOR Tom Schouten <[email protected]>; #X text 12 45 LICENSE GPL v2; #X text 12 25 KEYWORDS signal needs_work needs_work (example); #X restore 424 185 pd META;
#N canvas 0 26 475 207 10; #X obj 85 82 clog~; #X obj 145 82 cexp~; #X text 235 81 complex log and exp.; #X text 237 105 see also; #X obj 309 104 cep~; #X text 351 103 and; #X obj 384 105 icep~;
20
signal needs_work needs_work (example)
complex log and exp.
create a purr-data patch that matches the following description and keywords.
Description: complex log and exp., Keywords: signal needs_work needs_work (example)
bmatrix~-help.pd
externals\creb\doc\bmatrix~-help.pd
#N canvas 0 26 418 231 10; #X msg 69 127 load matrix.bin; #X text 27 39 added for completeness. mainly intended for spectral transfos; #X text 26 73 the file format is binary floating point \, column encoded. ; #X obj 46 174 bmatrix~; #X text 29 23 bmatrix multiplies a signal block with an arbitrary matrix ; #N canvas 200 154 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 5 KEYWORDS signal; #X text 12 45 DESCRIPTION multiply a signal block with an arbitrary matrix; #X text 12 85 OUTLET_0 signal; #X text 12 65 INLET_0 signal load; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Tom Schouten <[email protected]>; #X restore 369 209 pd META; #X connect 0 0 3 0;
#N canvas 0 26 418 231 10; #X msg 69 127 load matrix.bin; #X text 27 39 added for completeness. mainly intended for spectral transfos; #X text 26 73 the file format is binary floating point \, column encoded. ; #X obj 46 174 bmatrix~; #X text 29 23 bmatrix multiplies a signal block with an arbitrary matrix ; #X connect 0 0 3 0;
16
signal
multiply a signal block with an arbitrary matrix
create a purr-data patch that matches the following description and keywords.
Description: multiply a signal block with an arbitrary matrix, Keywords: signal
avg~-help.pd
externals\zexy\reference\avg~-help.pd
#N canvas 0 31 561 361 10; #X floatatom 59 148 0 0 0 0 - - -; #X floatatom 59 254 0 0 0 0 - - -; #X floatatom 129 255 0 0 0 0 - - -; #X obj 59 276 dbtorms; #X floatatom 59 299 0 0 0 0 - - -; #X text 272 269 see also:; #X obj 277 296 env~; #X obj 373 296 tavg~; #X obj 129 234 avg~; #X obj 59 233 env~; #X obj 315 296 envrms~; #X obj 59 173 osc~ 5512.5; #X text 456 11 part of zexy; #N canvas 515 193 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 115 AUTHOR IOhannes m zmoelnig; #X text 12 45 DESCRIPTION calculate the arithmetic mean of one signal vector; #X text 12 5 KEYWORDS signal conversion; #X text 12 75 INLET_0 signal; #X text 12 95 OUTLET_0 float; #X restore 511 340 pd META; #X obj 71 51 avg~; #X text 155 49 calculates the arithmetic mean of one signal vector ; #X connect 0 0 11 0; #X connect 1 0 3 0; #X connect 3 0 4 0; #X connect 8 0 2 0; #X connect 9 0 1 0; #X connect 11 0 8 0; #X connect 11 0 9 0;
#N canvas 0 31 561 361 10; #X floatatom 59 148 0 0 0 0 - - -; #X floatatom 59 254 0 0 0 0 - - -; #X floatatom 129 255 0 0 0 0 - - -; #X obj 59 276 dbtorms; #X floatatom 59 299 0 0 0 0 - - -; #X text 272 269 see also:; #X obj 277 296 env~; #X obj 373 296 tavg~; #X obj 129 234 avg~; #X obj 59 233 env~; #X obj 315 296 envrms~; #X obj 59 173 osc~ 5512.5; #X text 456 11 part of zexy; #X obj 71 51 avg~; #X text 155 49 calculates the arithmetic mean of one signal vector ; #X connect 0 0 11 0; #X connect 1 0 3 0; #X connect 3 0 4 0; #X connect 8 0 2 0; #X connect 9 0 1 0; #X connect 11 0 8 0; #X connect 11 0 9 0;
32
signal conversion
calculate the arithmetic mean of one signal vector
create a purr-data patch that matches the following description and keywords.
Description: calculate the arithmetic mean of one signal vector, Keywords: signal conversion
env+-help.pd
externals\mapping\env+-help.pd
#N canvas 1 53 606 528 10; #X obj 253 362 timeroll; #X obj 46 162 random 1000; #X obj 46 136 metro 30; #X obj 46 112 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 46 363 timeroll; #X obj 72 112 loadbang; #X obj 253 253 env+ 110; #X obj 46 191 / 1000; #N canvas 468 256 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 GPL v2; #X text 12 125 OUTLET_0 float; #X text 12 145 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 65 INLET_0 float; #X text 12 5 KEYWORDS control abstraction; #X text 12 85 INLET_1 bang; #X text 12 105 INLET_2 float; #X text 12 45 DESCRIPTION positive envelope follower; #X restore 547 496 pd META; #X text 131 26 positive envelope follower; #X connect 1 0 7 0; #X connect 2 0 1 0; #X connect 3 0 2 0; #X connect 5 0 2 0; #X connect 6 0 0 0; #X connect 7 0 4 0; #X connect 7 0 6 0;
#N canvas 1 53 606 528 10; #X obj 253 362 timeroll; #X obj 46 162 random 1000; #X obj 46 136 metro 30; #X obj 46 112 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 46 363 timeroll; #X obj 72 112 loadbang; #X obj 253 253 env+ 110; #X obj 46 191 / 1000; #X text 131 26 positive envelope follower; #X connect 1 0 7 0; #X connect 2 0 1 0; #X connect 3 0 2 0; #X connect 5 0 2 0; #X connect 6 0 0 0; #X connect 7 0 4 0; #X connect 7 0 6 0;
28
control abstraction
positive envelope follower
create a purr-data patch that matches the following description and keywords.
Description: positive envelope follower, Keywords: control abstraction
08.circle.pd
packages\win64_inno\build\doc\4.data.structures\pd-l2ork\ds-tutorials\08.circle.pd
#N struct drawtut-circle float x float y; #N canvas 1 25 638 554 10; #X msg 143 117 stroke blue; #X text 52 484 Lines are only a single stroke. They don't have any inner area to fill \, so none of the messages like "fill" or "fill-rule" have any effect.; #X text 0 1 New Drawing Commands: circle; #X text 0 1 ____________________________; #X text 53 23 Circles are another simple shape.; #X obj 53 57 struct drawtut-circle float x float y; #X scalar drawtut-circle 157 283 \;; #X text 268 273 <- a circle; #X msg 53 117 fill yellow; #X msg 228 117 stroke-width \$1; #X floatatom 228 93 5 0 0 0 - - -, f 5; #X text 51 414 Keep in mind that the coordinates for a circle specify its center \, not the top left corner of the shape's bounding box. But it's easy to that if you want to-- just offset the coordinates by value you use for the radius. (That would be [draw circle 80 80 80] for the above example.); #X obj 53 153 draw circle 80 0 0; #X text 52 374 The [draw] object above creates a circle with a radius of 80 pixels \, with the center of the circle at (0 \, 0).; #N canvas 291 300 450 300 META 0; #X text 16 26 LICENSE SIBSD; #X text 16 66 AUTHOR Jonathan Wilkes; #X text 16 86 HELP_PATCH_AUTHORS Jonathan Wilkes; #X text 16 6 KEYWORDS tutorial data_structure draw gui; #X text 16 46 DESCRIPTION drawing a circle with the [draw] command ; #X restore 568 522 pd META; #X connect 0 0 12 0; #X connect 8 0 12 0; #X connect 9 0 12 0; #X connect 10 0 9 0;
#N struct drawtut-circle float x float y; #N canvas 1 25 638 554 10; #X msg 143 117 stroke blue; #X text 52 484 Lines are only a single stroke. They don't have any inner area to fill \, so none of the messages like "fill" or "fill-rule" have any effect.; #X text 0 1 New Drawing Commands: circle; #X text 0 1 ____________________________; #X text 53 23 Circles are another simple shape.; #X obj 53 57 struct drawtut-circle float x float y; #X scalar drawtut-circle 157 283 \;; #X text 268 273 <- a circle; #X msg 53 117 fill yellow; #X msg 228 117 stroke-width \$1; #X floatatom 228 93 5 0 0 0 - - -, f 5; #X text 51 414 Keep in mind that the coordinates for a circle specify its center \, not the top left corner of the shape's bounding box. But it's easy to that if you want to-- just offset the coordinates by value you use for the radius. (That would be [draw circle 80 80 80] for the above example.); #X obj 53 153 draw circle 80 0 0; #X text 52 374 The [draw] object above creates a circle with a radius of 80 pixels \, with the center of the circle at (0 \, 0).; #X connect 0 0 12 0; #X connect 8 0 12 0; #X connect 9 0 12 0; #X connect 10 0 9 0;
27
tutorial data_structure draw gui
drawing a circle with the [draw] command
create a purr-data patch that matches the following description and keywords.
Description: drawing a circle with the [draw] command, Keywords: tutorial data_structure draw gui
unpackOSCstream-help.pd
externals\mrpeach\osc\unpackOSCstream-help.pd
#N canvas 1 53 638 435 10; #X text 8 369 check also:; #X obj 240 386 tcpreceive; #X obj 183 386 tcpsend; #X obj 318 386 tcpserver; #X obj 389 386 tcpclient; #X text 472 374 Author: Roman Haefeli; #X text 472 390 Version: 2008-09-09; #X text 158 65 [unpackOSCstream] is meant to be a replacement for [unpackOSC] \, when receiving from a stream based protocol \, such as TCP.; #X obj 18 197 unpackOSCstream; #X obj 18 17 tcpreceive 9995; #X obj 18 222 print; #X floatatom 105 221 5 0 0 0 - - -; #X text 159 283 reference:; #X obj 10 386 packOSCstream; #X obj 110 386 unpackOSC; #X text 160 300 http://archive.cnmat.berkeley.edu/OpenSoundControl/OSC-spec.html : Section "OSC Packets"; #X text 141 221 milliseconds delay; #X text 158 119 [unpackOSCstream] will only be able to decode OSC packets or bundles created by [packOSCstream]. OSC packets that were generated by [packOSC] will cause errors or wrong output.; #N canvas 507 340 494 344 META 0; #X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2 or later; #X text 12 5 KEYWORDS control network abstraction; #X text 12 46 DESCRIPTION meant to be a replacement for [unpackOSC] \, when receiving from a stream based protocol \, such as TCP.; #X text 12 75 INLET_0 anything; #X text 12 95 OUTLET_0 anything; #X text 12 115 OUTLET_1 float; #X text 12 135 AUTHOR Roman Haefeli; #X restore 591 413 pd META; #X connect 8 0 10 0; #X connect 8 1 11 0; #X connect 9 0 8 0;
#N canvas 1 53 638 435 10; #X text 8 369 check also:; #X obj 240 386 tcpreceive; #X obj 183 386 tcpsend; #X obj 318 386 tcpserver; #X obj 389 386 tcpclient; #X text 472 374 Author: Roman Haefeli; #X text 472 390 Version: 2008-09-09; #X text 158 65 [unpackOSCstream] is meant to be a replacement for [unpackOSC] \, when receiving from a stream based protocol \, such as TCP.; #X obj 18 197 unpackOSCstream; #X obj 18 17 tcpreceive 9995; #X obj 18 222 print; #X floatatom 105 221 5 0 0 0 - - -; #X text 159 283 reference:; #X obj 10 386 packOSCstream; #X obj 110 386 unpackOSC; #X text 160 300 http://archive.cnmat.berkeley.edu/OpenSoundControl/OSC-spec.html : Section "OSC Packets"; #X text 141 221 milliseconds delay; #X text 158 119 [unpackOSCstream] will only be able to decode OSC packets or bundles created by [packOSCstream]. OSC packets that were generated by [packOSC] will cause errors or wrong output.; #X connect 8 0 10 0; #X connect 8 1 11 0; #X connect 9 0 8 0;
32
control network abstraction
meant to be a replacement for [unpackOSC] \, when receiving from a stream based protocol \, such as TCP.
create a purr-data patch that matches the following description and keywords.
Description: meant to be a replacement for [unpackOSC] \, when receiving from a stream based protocol \, such as TCP., Keywords: control network abstraction
blocksize_in_ms-help.pd
externals\hcs\blocksize_in_ms-help.pd
#N canvas 0 26 474 344 10; #X obj 5 2 cnv 15 450 20 empty empty blocksize_in_ms 2 11 1 18 -233017 -66577 0; #X msg 422 3 pddp; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 284 released under the GNU GPL; #X obj 152 157 blocksize_in_ms; #X msg 152 115 bang; #X text 197 117 bang to recalculate; #X floatatom 152 210 7 0 0 1 ms - -; #X text 18 36 Output the current blocksize in ms rather than samples. This is currently set at a fixed blocksize of 64 \, but it will change dynamically in the future.; #N canvas 484 26 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 GPL v3; #X text 12 105 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION output current blocksize in ms; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_0 float; #X text 12 5 KEYWORDS control conversion abstraction; #X restore 412 310 pd META; #X connect 4 0 7 0; #X connect 5 0 4 0;
#N canvas 0 26 474 344 10; #X msg 422 3 pddp; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 284 released under the GNU GPL; #X obj 152 157 blocksize_in_ms; #X msg 152 115 bang; #X text 197 117 bang to recalculate; #X floatatom 152 210 7 0 0 1 ms - -; #X text 18 36 Output the current blocksize in ms rather than samples. This is currently set at a fixed blocksize of 64 \, but it will change dynamically in the future.; #X connect 4 0 7 0; #X connect 5 0 4 0;
21
control conversion abstraction
output current blocksize in ms
create a purr-data patch that matches the following description and keywords.
Description: output current blocksize in ms, Keywords: control conversion abstraction
all_about_submitting_bugs.pd
pd\doc\5.reference\all_about_submitting_bugs.pd
#N canvas 429 58 448 245 10; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header submitting_bugs 20 10 1 18 -261106 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 223 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 370 97 494 183 META 0; #X text 12 100 HELP_PATCH_AUTHORS Dave Sabine \, May 5 \, 2003 . Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 80 LIBRARY PDDP; #X text 12 45 DESCRIPTION prerequisites for submitting a bug on Sourceforge ; #X text 12 25 KEYWORDS needs_work all_about_pd; #X restore 392 225 pd META; #N canvas 215 136 428 117 Related_objects 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261106 -33289 0; #X text 7 2 All About Submitting Bugs- Related Objects; #X obj 22 42 print; #X text 19 70 Also \, have a look in the "Find" Menu for the entry "Find last error."; #X restore 103 225 pd Related_objects; #X obj 6 225 pddp/pddplink all_about.pd -text All About Pd; #X text 20 62 1) Make sure you can reproduce the bug consistently. Include a brief example patch to demonstrate the bug \, using the minimum number of objects needed to reproduce it.; #X obj 83 194 pddplink http://sourceforge.net/tracker/?func=add&group_id=55736&atid=478070 -text Beam me up to the Sourceforge bug tracker...; #X text 20 32 0) Search the Sourceforge bug tracker to make sure the bug hasn't already been reported (click "Browse" to search).; #X text 20 106 2) Make a note of the operating system (and OS version) you are using \, as well as any hardware that might be relevant to the bug (sound card \, camera \, etc).; #X text 20 149 3) Specify the version of Pd you are using. You can find it under the "Help" menu by choosing "About Pd".;
#N canvas 429 58 448 245 10; #X text 20 62 1) Make sure you can reproduce the bug consistently. Include a brief example patch to demonstrate the bug \, using the minimum number of objects needed to reproduce it.; #X obj 83 194 pddplink http://sourceforge.net/tracker/?func=add&group_id=55736&atid=478070 -text Beam me up to the Sourceforge bug tracker...; #X text 20 32 0) Search the Sourceforge bug tracker to make sure the bug hasn't already been reported (click "Browse" to search).; #X text 20 106 2) Make a note of the operating system (and OS version) you are using \, as well as any hardware that might be relevant to the bug (sound card \, camera \, etc).; #X text 20 149 3) Specify the version of Pd you are using. You can find it under the "Help" menu by choosing "About Pd".;
22
needs_work all_about_pd
prerequisites for submitting a bug on Sourceforge
create a purr-data patch that matches the following description and keywords.
Description: prerequisites for submitting a bug on Sourceforge, Keywords: needs_work all_about_pd
mavg-help.pd
externals\zexy\reference\mavg-help.pd
#N canvas 0 31 452 302 10; #X obj 119 132 metro 100; #X obj 119 155 random 10; #X floatatom 119 245 4 0 0 0 - - -; #X msg 120 107 1; #X msg 153 108 0; #X obj 119 212 mavg 4; #X floatatom 158 188 4 0 0 0 - - -; #X text 59 20 moving average filter; #X text 199 188 samples to average; #X text 277 47 part of zexy; #N canvas 515 193 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 GPL v2; #X text 12 125 AUTHOR IOhannes m zmoelnig; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION moving average filter; #X text 12 65 INLET_0 float; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 float; #X restore 390 271 pd META; #X connect 0 0 1 0; #X connect 1 0 5 0; #X connect 3 0 0 0; #X connect 4 0 0 0; #X connect 5 0 2 0; #X connect 6 0 5 1;
#N canvas 0 31 452 302 10; #X obj 119 132 metro 100; #X obj 119 155 random 10; #X floatatom 119 245 4 0 0 0 - - -; #X msg 120 107 1; #X msg 153 108 0; #X obj 119 212 mavg 4; #X floatatom 158 188 4 0 0 0 - - -; #X text 59 20 moving average filter; #X text 199 188 samples to average; #X text 277 47 part of zexy; #X connect 0 0 1 0; #X connect 1 0 5 0; #X connect 3 0 0 0; #X connect 4 0 0 0; #X connect 5 0 2 0; #X connect 6 0 5 1;
27
control
moving average filter
create a purr-data patch that matches the following description and keywords.
Description: moving average filter, Keywords: control
tripleLine-help.pd
externals\markex\tripleLine-help.pd
#N canvas 1 53 489 500 10; #X text 124 68 GEM object; #X text 138 24 tripleLine; #X obj 123 223 tripleLine; #X obj 123 273 unpack 0 0 0; #X floatatom 123 319 0 0 0 0 - - -; #X floatatom 168 348 0 0 0 0 - - -; #X floatatom 214 319 0 0 0 0 - - -; #X msg 123 157 1 0 0 2000; #X msg 234 158 0 1 0.1 2000; #X text 46 406 tripleLine is like the line object except that it works with 3 values at once.; #N canvas 458 199 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 115 AUTHOR Mark Danks; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control ramp; #X text 12 45 DESCRIPTION like the line object except that it works with 3 values at once; #X text 12 75 INLET_0 list; #X text 12 95 OUTLET_0 list; #X restore 423 458 pd META; #X connect 2 0 3 0; #X connect 3 0 4 0; #X connect 3 1 5 0; #X connect 3 2 6 0; #X connect 7 0 2 0; #X connect 8 0 2 0;
#N canvas 1 53 489 500 10; #X text 124 68 GEM object; #X text 138 24 tripleLine; #X obj 123 223 tripleLine; #X obj 123 273 unpack 0 0 0; #X floatatom 123 319 0 0 0 0 - - -; #X floatatom 168 348 0 0 0 0 - - -; #X floatatom 214 319 0 0 0 0 - - -; #X msg 123 157 1 0 0 2000; #X msg 234 158 0 1 0.1 2000; #X text 46 406 tripleLine is like the line object except that it works with 3 values at once.; #X connect 2 0 3 0; #X connect 3 0 4 0; #X connect 3 1 5 0; #X connect 3 2 6 0; #X connect 7 0 2 0; #X connect 8 0 2 0;
26
control ramp
like the line object except that it works with 3 values at once
create a purr-data patch that matches the following description and keywords.
Description: like the line object except that it works with 3 values at once, Keywords: control ramp
folderpanel-help.pd
externals\tof\tof\folderpanel-help.pd
#N canvas 1 53 450 300 10; #X obj 26 148 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 26 185 tof/folderpanel; #X obj 26 221 print; #X obj -1 29 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text 7 78 author: [email protected]; #X text 5 99 version: 2009-04-14 (initial release); #X text 6 56 tags: initialization patch; #X text 6 29 description: queries for a folder; #X text 140 150 inlet 1 bang: opens the panel; #X text 140 169 outlet 2 symbol: the folder selected; #N canvas 220 179 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 GPL v2; #X text 12 105 AUTHOR Thomas Ouellet Fredericks; #X text 12 45 DESCRIPTION query for a folder; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_0 symbol; #X text 12 5 KEYWORDS control filesystem GUI symbol_op; #X restore 355 263 pd META; #X connect 0 0 1 0; #X connect 1 0 2 0;
#N canvas 1 53 450 300 10; #X obj 26 148 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 26 185 tof/folderpanel; #X obj 26 221 print; #X obj -1 29 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text 7 78 author: [email protected]; #X text 5 99 version: 2009-04-14 (initial release); #X text 6 56 tags: initialization patch; #X text 6 29 description: queries for a folder; #X text 140 150 inlet 1 bang: opens the panel; #X text 140 169 outlet 2 symbol: the folder selected; #X connect 0 0 1 0; #X connect 1 0 2 0;
22
control filesystem GUI symbol_op
query for a folder
create a purr-data patch that matches the following description and keywords.
Description: query for a folder, Keywords: control filesystem GUI symbol_op
max_n-help.pd
externals\mapping\max_n-help.pd
#N canvas 1 53 534 486 10; #X text 41 58 data; #X obj 40 155 t f f; #X msg 57 120 0; #X floatatom 271 249 5 0 0 0 - - -; #X floatatom 318 197 5 2 150 0 - - -; #X text 366 195 size: n (n>=2); #X text 51 32 min_n return the minimum from the last n (n>1) values ; #X msg 85 120 1; #X msg 118 120 0.5; #X obj 40 271 timeroll; #X obj 246 271 timeroll; #X obj 43 75 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 10 -262130 -1 -1 0 1; #X floatatom 48 96 5 0 0 0 - - -; #X obj 246 219 max_n 20; #X obj 5 2 cnv 15 450 20 empty empty max_n 2 11 1 18 -233017 -66577 0; #N canvas 468 256 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 GPL v2; #X text 12 85 OUTLET_0 float; #X text 12 105 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 65 INLET_0 float; #X text 12 5 KEYWORDS control abstraction conversion; #X text 12 45 DESCRIPTION return the maximum from the last n (n>1) values; #X restore 475 458 pd META; #X connect 1 0 9 0; #X connect 1 1 13 0; #X connect 2 0 1 0; #X connect 4 0 13 1; #X connect 7 0 1 0; #X connect 8 0 1 0; #X connect 11 0 12 0; #X connect 11 0 1 0; #X connect 13 0 3 0; #X connect 13 0 10 0;
#N canvas 1 53 534 486 10; #X text 41 58 data; #X obj 40 155 t f f; #X msg 57 120 0; #X floatatom 271 249 5 0 0 0 - - -; #X floatatom 318 197 5 2 150 0 - - -; #X text 366 195 size: n (n>=2); #X text 51 32 min_n return the minimum from the last n (n>1) values ; #X msg 85 120 1; #X msg 118 120 0.5; #X obj 40 271 timeroll; #X obj 246 271 timeroll; #X obj 43 75 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 10 -262130 -1 -1 0 1; #X floatatom 48 96 5 0 0 0 - - -; #X obj 246 219 max_n 20; #X connect 1 0 9 0; #X connect 1 1 13 0; #X connect 2 0 1 0; #X connect 4 0 13 1; #X connect 7 0 1 0; #X connect 8 0 1 0; #X connect 11 0 12 0; #X connect 11 0 1 0; #X connect 13 0 3 0; #X connect 13 0 10 0;
35
control abstraction conversion
return the maximum from the last n (n>1) values
create a purr-data patch that matches the following description and keywords.
Description: return the maximum from the last n (n>1) values, Keywords: control abstraction conversion
distance_n-help.pd
externals\mapping\distance_n-help.pd
#N canvas 1 53 553 614 10; #X obj 54 428 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 54 96 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 76 97 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 76 244 t b f; #X obj 54 390 distance_n; #X msg 119 365 0.3 0.3 0.5 0.4; #X obj 119 342 loadbang; #X obj 54 279 pack f f f f; #X obj 116 97 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 116 244 t b f; #X obj 156 97 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 156 244 t b f; #X text 126 29 distance from a point and a stream in nd; #X text 173 53 n is the min size of the list send on the inlets; #N canvas 467 227 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 GPL v2; #X text 12 105 OUTLET_0 float; #X text 12 125 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 5 KEYWORDS control abstraction; #X text 12 45 DESCRIPTION distance from a point and a stream in nd ; #X text 12 65 INLET_0 list; #X text 12 85 INLET_1 list; #X restore 493 583 pd META; #X connect 1 0 7 0; #X connect 2 0 3 0; #X connect 3 0 7 0; #X connect 3 1 7 1; #X connect 4 0 0 0; #X connect 5 0 4 1; #X connect 6 0 5 0; #X connect 7 0 4 0; #X connect 8 0 9 0; #X connect 9 0 7 0; #X connect 9 1 7 2; #X connect 10 0 11 0; #X connect 11 0 7 0; #X connect 11 1 7 3;
#N canvas 1 53 553 614 10; #X obj 54 428 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 54 96 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 76 97 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 76 244 t b f; #X obj 54 390 distance_n; #X msg 119 365 0.3 0.3 0.5 0.4; #X obj 119 342 loadbang; #X obj 54 279 pack f f f f; #X obj 116 97 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 116 244 t b f; #X obj 156 97 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 156 244 t b f; #X text 126 29 distance from a point and a stream in nd; #X text 173 53 n is the min size of the list send on the inlets; #X connect 1 0 7 0; #X connect 2 0 3 0; #X connect 3 0 7 0; #X connect 3 1 7 1; #X connect 4 0 0 0; #X connect 5 0 4 1; #X connect 6 0 5 0; #X connect 7 0 4 0; #X connect 8 0 9 0; #X connect 9 0 7 0; #X connect 9 1 7 2; #X connect 10 0 11 0; #X connect 11 0 7 0; #X connect 11 1 7 3;
39
control abstraction
distance from a point and a stream in nd
create a purr-data patch that matches the following description and keywords.
Description: distance from a point and a stream in nd, Keywords: control abstraction
tabsort-help.pd
externals\moonlib\tabsort-help.pd
#N canvas 0 31 534 403 10; #X text 22 332 (c) Antoine Rousseau 2001; #X floatatom 39 303 5 0 0 0 - - -; #X obj 21 19 tabsort; #X text 20 58 args: source_table dest_table; #N canvas 0 0 450 300 (subpatch) 0; #X array source 10 float 1; #A 0 -0.0571429 -0.985715 -0.942858 -0.857143 -0.757143 -0.542857 -0.171429 0.528571 0.842858 0.914287; #X coords 0 1 9 -1 200 140 1; #X restore 51 92 graph; #N canvas 0 0 450 300 (subpatch) 0; #X array dest 10 float 1; #A 0 9 8 7 0 6 5 4 3 2 1; #X coords 0 10 9 0 200 140 1; #X restore 304 89 graph; #X obj 39 282 tabsort source dest; #X msg 39 262 10; #X text 79 12 write to dest_table the indices of source_table's elements sorted by decreasing order (biggest first); #X text 38 248 sort the n first elements; #X obj 304 264 tabread dest; #X obj 304 285 tabread source; #X floatatom 304 246 5 0 0 0 - - -; #X floatatom 304 305 5 0 0 0 - - -; #X text 347 244 try it!; #X text 300 321 it should decrease with input; #N canvas 572 197 494 344 META 0; #X text 12 25 LICENSE GPL v2; #X text 12 115 AUTHOR Antoine Rousseau; #X text 12 135 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 95 OUTLET_0 float; #X text 12 5 KEYWORDS control array; #X text 12 75 INLET_0 float; #X text 12 45 DESCRIPTION write to dest_table the indices of source_table's elements sorted by decreasing order; #X restore 476 370 pd META; #X connect 6 0 1 0; #X connect 7 0 6 0; #X connect 10 0 11 0; #X connect 11 0 13 0; #X connect 12 0 10 0;
#N canvas 0 31 534 403 10; #X text 22 332 (c) Antoine Rousseau 2001; #X floatatom 39 303 5 0 0 0 - - -; #X obj 21 19 tabsort; #X text 20 58 args: source_table dest_table;
39
control array
write to dest_table the indices of source_table's elements sorted by decreasing order
create a purr-data patch that matches the following description and keywords.
Description: write to dest_table the indices of source_table's elements sorted by decreasing order, Keywords: control array
A00.intro.pd
pd\doc\3.audio.examples\A00.intro.pd
#N canvas 434 230 448 236 10; #X text 19 56 This is the second of three tutorial series on Pd. This one shows the time-domain audio processing features. (The first one showed how to use Pd to do "control" computations \, and the third is about frequency-domain techniques.); #X text 19 124 These patches are accompanied by an ONLINE BOOK:; #X text 20 174 which develops the underlying theory.; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header introduction 20 10 1 18 -261139 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 214 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 44 246 494 284 META 0; #X text 12 105 WEBSITE http://crca.ucsd.edu/~msp/; #X text 12 85 AUTHOR Miller Puckette; #X text 12 65 LIBRARY PDDP; #X text 12 25 LICENSE SIBSD; #X text 12 125 HELP_PATCH_AUTHORS Updated for release 0.37. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 45 DESCRIPTION introduction to audio tutorials; #X text 12 5 KEYWORDS tutorial; #X restore 392 216 pd META; #N canvas 13 202 428 190 References 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261139 -33289 0; #X text 7 2 Introduction- Related Help Documents; #X text 19 37 Link to the manual here; #X restore 103 216 pd References; #X obj 66 149 pddp/pddplink http://www.crca.ucsd.edu/~msp/techniques.htm ; #X text 19 36 An Introduction to the Pd Audio Example Patches; #X obj 6 216 pddp/pddplink ../5.reference/pddp/help.pd -text help;
#N canvas 434 230 448 236 10; #X text 19 56 This is the second of three tutorial series on Pd. This one shows the time-domain audio processing features. (The first one showed how to use Pd to do "control" computations \, and the third is about frequency-domain techniques.); #X text 19 124 These patches are accompanied by an ONLINE BOOK:; #X text 20 174 which develops the underlying theory.; #X text 19 36 An Introduction to the Pd Audio Example Patches;
24
tutorial
introduction to audio tutorials
create a purr-data patch that matches the following description and keywords.
Description: introduction to audio tutorials, Keywords: tutorial
statwav~-help.pd
externals\creb\doc\statwav~-help.pd
#N canvas 0 0 450 300 10; #X obj 52 29 statwav~; #X text 124 29 static wavetable oscillator; #N canvas 127 170 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 105 LIBRARY external creb; #X text 12 85 OUTLET_0 signal; #X text 12 45 DESCRIPTION static wavetable oscillator; #X text 12 65 INLET_0 signal; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS signal array needs_work (example patch); #X text 12 125 AUTHOR Tom Schouten <[email protected]>; #X restore 398 276 pd META; #X text 135 120 needs an example;
#N canvas 0 0 450 300 10; #X obj 52 29 statwav~; #X text 124 29 static wavetable oscillator; #X text 135 120 needs an example;
14
signal array needs_work (example patch)
static wavetable oscillator
create a purr-data patch that matches the following description and keywords.
Description: static wavetable oscillator, Keywords: signal array needs_work (example patch)
bfilt2-help.pd
externals\cxc\bfilt2-help.pd
#N canvas 0 31 404 226 10; #X floatatom 85 119 0 0 0 0 - - -; #X obj 57 175 print; #X floatatom 45 120 0 0 0 0 - - -; #X obj 58 146 bfilt 5; #X text 43 16 bfilt (at the moment) is: modulo something + select 0 ; #X floatatom 167 120 0 0 0 0 - - -; #X obj 139 176 print; #X floatatom 127 121 0 0 0 0 - - -; #X obj 140 147 bfilt2 5; #X obj 145 87 metro 100; #X msg 145 68 1; #X text 42 29 bfilt2: real bangfilter: bangs on first inlet \, internal counter \, only outputs every arg2th bang ...; #X msg 169 67 0; #N canvas 176 129 494 344 META 0; #X text 12 155 HELP_PATCH_AUTHORS Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 45 DESCRIPTION bang on first inlet \, internal counter \, only outputs ever arg2th bang; #X text 12 5 KEYWORDS control filter bang_op; #X text 12 75 INLET_0 bang float; #X text 12 95 INLET_1 float; #X text 12 25 LICENSE GPL v2; #X text 12 115 OUTLET_0 bang; #X text 12 135 AUTHOR [email protected]; #X restore 355 203 pd META; #X connect 0 0 3 1; #X connect 2 0 3 0; #X connect 3 0 1 0; #X connect 5 0 8 1; #X connect 7 0 8 0; #X connect 8 0 6 0; #X connect 9 0 8 0; #X connect 10 0 9 0; #X connect 12 0 9 0;
#N canvas 0 31 404 226 10; #X floatatom 85 119 0 0 0 0 - - -; #X obj 57 175 print; #X floatatom 45 120 0 0 0 0 - - -; #X obj 58 146 bfilt 5; #X text 43 16 bfilt (at the moment) is: modulo something + select 0 ; #X floatatom 167 120 0 0 0 0 - - -; #X obj 139 176 print; #X floatatom 127 121 0 0 0 0 - - -; #X obj 140 147 bfilt2 5; #X obj 145 87 metro 100; #X msg 145 68 1; #X text 42 29 bfilt2: real bangfilter: bangs on first inlet \, internal counter \, only outputs every arg2th bang ...; #X msg 169 67 0; #X connect 0 0 3 1; #X connect 2 0 3 0; #X connect 3 0 1 0; #X connect 5 0 8 1; #X connect 7 0 8 0; #X connect 8 0 6 0; #X connect 9 0 8 0; #X connect 10 0 9 0; #X connect 12 0 9 0;
33
control filter bang_op
bang on first inlet \, internal counter \, only outputs ever arg2th bang
create a purr-data patch that matches the following description and keywords.
Description: bang on first inlet \, internal counter \, only outputs ever arg2th bang, Keywords: control filter bang_op
lmax-help.pd
externals\smlib\lmax-help.pd
#N canvas 1 53 441 199 10; #X text 345 139 j#|@2002; #X obj 367 117 SMLib-help; #X floatatom 55 73 5 0 0 0 - - -; #X obj 11 56 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 55 53 x(i); #X floatatom 11 169 5 0 0 0 - - -; #X obj 11 99 float; #X text 7 22 argument: half-decay time (in number of activations); #X msg 119 95 clear; #X text 118 77 clear accumulator; #X text 8 5 lmax: leaky maximum; #X obj 11 139 lmax 10; #X msg 244 106 decay 5; #X text 243 90 set half-decay time; #N canvas 277 199 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 GPL v2; #X text 12 105 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION leaky maximum; #X text 12 65 INLET_0 float clear decay; #X text 12 85 OUTLET_0 float; #X restore 381 159 pd META; #X connect 2 0 6 1; #X connect 3 0 6 0; #X connect 6 0 11 0; #X connect 8 0 11 0; #X connect 11 0 5 0; #X connect 12 0 11 0;
#N canvas 1 53 441 199 10; #X text 345 139 j#|@2002; #X obj 367 117 SMLib-help; #X floatatom 55 73 5 0 0 0 - - -; #X obj 11 56 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 55 53 x(i); #X floatatom 11 169 5 0 0 0 - - -; #X obj 11 99 float; #X text 7 22 argument: half-decay time (in number of activations); #X msg 119 95 clear; #X text 118 77 clear accumulator; #X text 8 5 lmax: leaky maximum; #X obj 11 139 lmax 10; #X msg 244 106 decay 5; #X text 243 90 set half-decay time; #X connect 2 0 6 1; #X connect 3 0 6 0; #X connect 6 0 11 0; #X connect 8 0 11 0; #X connect 11 0 5 0; #X connect 12 0 11 0;
30
control
leaky maximum
create a purr-data patch that matches the following description and keywords.
Description: leaky maximum, Keywords: control
vmax-help.pd
externals\smlib\vmax-help.pd
#N canvas 1 53 473 182 10; #X floatatom 35 104 5 0 0 0 - - -; #X text 387 99 j#|@2002; #X obj 409 77 SMLib-help; #X msg 133 47 0; #X msg 168 47 0 1 0 1; #X msg 243 48 0 0 1 1; #X text 14 3 vcog computes maximum of a list of floats; #X obj 49 76 vmax; #X floatatom 86 104 5 0 0 0 - - -; #X msg 15 47 1 2 3 1; #X msg 81 47 3 4 1; #X text 13 21 and the location of the first occurance of the maximum ; #N canvas 122 150 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 GPL v2; #X text 12 125 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 5 KEYWORDS control list_op; #X text 12 65 INLET_0 list float; #X text 12 45 DESCRIPTION maximum of a list of floats; #X text 12 85 OUTLET_0 float; #X text 12 105 OUTLET_1 float; #X restore 411 130 pd META; #X connect 3 0 7 0; #X connect 4 0 7 0; #X connect 5 0 7 0; #X connect 7 0 0 0; #X connect 7 1 8 0; #X connect 9 0 7 0; #X connect 10 0 7 0;
#N canvas 1 53 473 182 10; #X floatatom 35 104 5 0 0 0 - - -; #X text 387 99 j#|@2002; #X obj 409 77 SMLib-help; #X msg 133 47 0; #X msg 168 47 0 1 0 1; #X msg 243 48 0 0 1 1; #X text 14 3 vcog computes maximum of a list of floats; #X obj 49 76 vmax; #X floatatom 86 104 5 0 0 0 - - -; #X msg 15 47 1 2 3 1; #X msg 81 47 3 4 1; #X text 13 21 and the location of the first occurance of the maximum ; #X connect 3 0 7 0; #X connect 4 0 7 0; #X connect 5 0 7 0; #X connect 7 0 0 0; #X connect 7 1 8 0; #X connect 9 0 7 0; #X connect 10 0 7 0;
30
control list_op
maximum of a list of floats
create a purr-data patch that matches the following description and keywords.
Description: maximum of a list of floats, Keywords: control list_op
local_min-help.pd
externals\mapping\local_min-help.pd
#N canvas 1 53 456 277 10; #X floatatom 48 102 5 0 0 0 - - -; #X floatatom 48 151 5 0 0 0 - - -; #X obj 48 125 local_min; #X obj 30 151 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 54 39 gives the value of every local minimum whenever there is a change in direction; #N canvas 467 227 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 115 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 95 OUTLET_0 float; #X text 12 75 INLET_0 float; #X text 12 5 KEYWORDS control abstraction filter; #X text 12 45 DESCRIPTION gives the value of every local minimum whenever there is a change in direction; #X restore 391 246 pd META; #X connect 0 0 2 0; #X connect 2 0 1 0; #X connect 2 0 3 0;
#N canvas 1 53 456 277 10; #X floatatom 48 102 5 0 0 0 - - -; #X floatatom 48 151 5 0 0 0 - - -; #X obj 48 125 local_min; #X obj 30 151 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 54 39 gives the value of every local minimum whenever there is a change in direction; #X connect 0 0 2 0; #X connect 2 0 1 0; #X connect 2 0 3 0;
18
control abstraction filter
gives the value of every local minimum whenever there is a change in direction
create a purr-data patch that matches the following description and keywords.
Description: gives the value of every local minimum whenever there is a change in direction, Keywords: control abstraction filter
hid2deg-help.pd
externals\hid\hid2deg-help.pd
#N canvas 0 31 483 323 10; #X obj 5 2 cnv 15 450 20 empty empty hid2deg 2 11 1 18 -233017 -66577 0; #X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X text 254 269 released under the GNU GPL; #X text 185 228 For more info:; #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <[email protected]> ; #X text 290 164 related objects:; #X obj 323 184 hid/rad2hid; #X obj 401 184 hid/deg2hid; #X floatatom 69 185 7 0 0 1 degrees - -; #X obj 72 85 hsl 128 15 0 1 0 0 empty empty hid 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 95 115 5 0 0 0 - - -; #X obj 245 184 hid/hid2rad; #X obj 69 150 hid/hid2deg; #X text 26 34 This object converts numbers from the [hid] range (0 to 1) to degrees (0 to 360) with the 0 being north.; #N canvas 504 253 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 GPL; #X text 12 85 INLET_0 float; #X text 12 105 OUTLET_0 float; #X text 12 125 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION convert numbers from the [hid] range (0 to 1) to degrees (0 to 360) with the 0 being north.; #X text 12 5 KEYWORDS control conversion abstraction; #X restore 427 293 pd META; #X connect 9 0 12 0; #X connect 10 0 12 0; #X connect 12 0 8 0;
#N canvas 0 31 483 323 10; #X text 254 269 released under the GNU GPL; #X text 185 228 For more info:; #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <[email protected]> ; #X text 290 164 related objects:; #X obj 323 184 hid/rad2hid; #X obj 401 184 hid/deg2hid; #X floatatom 69 185 7 0 0 1 degrees - -; #X obj 72 85 hsl 128 15 0 1 0 0 empty empty hid 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 95 115 5 0 0 0 - - -; #X obj 245 184 hid/hid2rad; #X obj 69 150 hid/hid2deg; #X text 26 34 This object converts numbers from the [hid] range (0 to 1) to degrees (0 to 360) with the 0 being north.; #X connect 9 0 12 0; #X connect 10 0 12 0; #X connect 12 0 8 0;
27
control conversion abstraction
convert numbers from the [hid] range (0 to 1) to degrees (0 to 360) with the 0 being north.
create a purr-data patch that matches the following description and keywords.
Description: convert numbers from the [hid] range (0 to 1) to degrees (0 to 360) with the 0 being north., Keywords: control conversion abstraction
namecanvas-help.pd
packages\win64_inno\build\doc\5.reference\namecanvas-help.pd
#N canvas 429 35 555 619 10; #X obj 0 595 cnv 15 552 21 empty \$0-pddp.cnv.footer empty 20 12 0 14 -228856 -66577 0; #X obj 0 0 cnv 15 552 40 empty \$0-pddp.cnv.header namecanvas 3 12 0 18 -204280 -1 0; #X obj 0 450 cnv 3 550 3 empty \$0-pddp.cnv.inlets inlets 8 12 0 13 -228856 -1 0; #N canvas 483 286 494 344 META 0; #X text 12 65 LIBRARY internal; #X text 12 105 WEBSITE http://crca.ucsd.edu/~msp/; #X text 12 25 LICENSE SIBSD; #X text 12 85 AUTHOR Miller Puckette; #X text 12 145 HELP_PATCH_AUTHORS Updated for Pd version 0.40. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 45 DESCRIPTION attach a canvas to a name; #X text 12 5 KEYWORDS control canvas_op; #X text 12 125 RELEASE_DATE 1997; #X restore 500 597 pd META; #X obj 0 478 cnv 3 550 3 empty \$0-pddp.cnv.outlets outlets 8 12 0 13 -228856 -1 0; #X obj 0 505 cnv 3 550 3 empty \$0-pddp.cnv.argument arguments 8 12 0 13 -228856 -1 0; #X obj 0 568 cnv 3 550 3 empty \$0-pddp.cnv.more_info more_info 8 12 0 13 -228856 -1 0; #N canvas 219 517 428 109 Related_objects 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -204280 -1 0; #X text 8 2 [namecanvas] Related Objects; #X obj 19 43 pddp/helplink iemguts/sendcanvas; #X restore 102 597 pd Related_objects; #X obj 477 11 namecanvas; #X obj 120 153 namecanvas \$0-bonzo; #X obj 120 210 s \$0-bonzo; #X text 98 454 (none); #X text 98 482 (none); #X obj 120 366 s pd-namecanvas-help.pd; #X text 11 23 attach a canvas to a name; #X text 168 523 - sets the name to associate with this canvas. Any messages sent to this name will be forwarded to the canvas containing this [namecanvas] object.; #X msg 120 186 msg 50 50 Hi there. This works locally.; #X msg 120 338 msg 50 70 This works globally.; #X text 78 523 1) symbol atom; #X obj 4 597 pddp/pddplink all_about_help_patches.pd -text Usage Guide ; #X text 120 240 If you open another instance of this help patch \, you'll see that clicking the message box above will create an object on the canvas where you click.; #X text 119 294 The following is similar \, but it will create an object in each "namecanvas-help.pd" patch that you have open:; #X connect 16 0 10 0; #X connect 17 0 13 0;
#N canvas 429 35 555 619 10; #X obj 477 11 namecanvas; #X obj 120 153 namecanvas \$0-bonzo; #X obj 120 210 s \$0-bonzo; #X text 98 454 (none); #X text 98 482 (none); #X obj 120 366 s pd-namecanvas-help.pd; #X text 11 23 attach a canvas to a name; #X text 168 523 - sets the name to associate with this canvas. Any messages sent to this name will be forwarded to the canvas containing this [namecanvas] object.; #X msg 120 186 msg 50 50 Hi there. This works locally.; #X msg 120 338 msg 50 70 This works globally.; #X text 78 523 1) symbol atom; #X text 120 240 If you open another instance of this help patch \, you'll see that clicking the message box above will create an object on the canvas where you click.; #X text 119 294 The following is similar \, but it will create an object in each "namecanvas-help.pd" patch that you have open:; #X connect 16 0 10 0; #X connect 17 0 13 0;
38
control canvas_op
attach a canvas to a name
create a purr-data patch that matches the following description and keywords.
Description: attach a canvas to a name, Keywords: control canvas_op
all_about_finding_objects.pd
pd\doc\5.reference\all_about_finding_objects.pd
#N canvas 433 58 448 448 10; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header Pure_Data_search 20 10 1 18 -261106 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 425 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 377 352 494 103 META 0; #X text 12 65 LIBRARY PDDP; #X text 12 45 DESCRIPTION tips for searching for objects; #X text 12 85 HELP_PATCH_AUTHORS Jonathan Wilkes \, Pd-ext 0.42.; #X text 12 25 KEYWORDS help all_about_pd; #X restore 392 427 pd META; #X obj 6 427 pddp/pddplink all_about.pd -text All About Pd; #N canvas 193 269 428 183 References 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261106 -33289 0; #X text 7 2 Searching for Objects; #X text 32 39 * pdpedia; #X text 32 59 * mailing lists; #X text 32 79 * google; #X text 32 99 * your own harddrive; #X restore 103 427 pd References; #X text 19 121 Advanced Search; #X text 19 26 Simple Search; #X text 19 26 _____________; #X text 19 121 _______________; #X text 19 171 You can use regular expressions \, too:; #X text 19 188 "obj [0-9]+ [0-9]+ osc~ [0-9]+" will match all help patches that have an [osc~] object with a creation argument.; #X text 19 141 Use quotes to search for a specific phrase \, such as: "frequency modulation"; #X obj 24 250 pddp/pddplink http://www.tcl.tk/man/tcl8.5/TclCmd/re_syntax.htm ; #X text 19 218 Pd search uses the regex syntax from the Tcl language \, which is documented here:; #X text 19 382 For more details on PDDP tags \, see:; #X obj 24 399 pddp/pddplink all_about_pd_META.pd; #X text 19 46 Enter your search terms and click "Search" \, or click a keyword. You can use the drop-down menu below the search bar to filter the results by category. Searches are not case sensitive.; #X text 19 101 Use <ctrl-+> and <ctrl-=> to change the size of the fonts.; #X text 19 272 Finally \, you can make use of PDDP keywords to refine your search. They are listed at the bottom of the search homepage. Click one to see the regex syntax \, which you can use to search for any of the PDDP tag.; #X text 19 322 Clicking on a "folder" icon will bring up the containing directory in an external file browser. Clicking the "i" icon will bring up a README.txt for the containing library (or META.pd if there isn't a README). Internal objects will pop up a message saying so.;
#N canvas 433 58 448 448 10; #X text 19 121 Advanced Search; #X text 19 26 Simple Search; #X text 19 26 _____________; #X text 19 121 _______________; #X text 19 171 You can use regular expressions \, too:; #X text 19 188 "obj [0-9]+ [0-9]+ osc~ [0-9]+" will match all help patches that have an [osc~] object with a creation argument.; #X text 19 141 Use quotes to search for a specific phrase \, such as: "frequency modulation"; #X text 19 218 Pd search uses the regex syntax from the Tcl language \, which is documented here:; #X text 19 382 For more details on PDDP tags \, see:; #X text 19 46 Enter your search terms and click "Search" \, or click a keyword. You can use the drop-down menu below the search bar to filter the results by category. Searches are not case sensitive.; #X text 19 101 Use <ctrl-+> and <ctrl-=> to change the size of the fonts.; #X text 19 272 Finally \, you can make use of PDDP keywords to refine your search. They are listed at the bottom of the search homepage. Click one to see the regex syntax \, which you can use to search for any of the PDDP tag.; #X text 19 322 Clicking on a "folder" icon will bring up the containing directory in an external file browser. Clicking the "i" icon will bring up a README.txt for the containing library (or META.pd if there isn't a README). Internal objects will pop up a message saying so.;
34
help all_about_pd
tips for searching for objects
create a purr-data patch that matches the following description and keywords.
Description: tips for searching for objects, Keywords: help all_about_pd
5.loadbang.pd
pd\doc\manuals\pd-msg\1.msg_and_patch\5.loadbang.pd
#N canvas 95 75 845 545 10; #X msg 39 266 loadbang; #X obj 62 152 loadbang; #X msg 62 178 1; #X floatatom 62 204 0 0 0 0 - - -; #X obj 29 123 random 127; #X msg 29 98 bang; #X text 23 12 The loadbang message; #X text 81 98 <= click here first; #X text 118 264 <= then click here; #X obj 39 292 s pd-5.loadbang.pd; #X msg 375 442 loadbang; #X msg 450 442 clear; #N canvas 448 72 536 411 \$0-dynamic 0; #X restore 642 443 pd \$0-dynamic; #X obj 328 479 s pd-\$0-dynamic; #X text 23 37 Sending a message "loadbang" to a subpatch or abstraction receiver will fire all loadbangs in that (sub-)patch.; #X msg 328 302 clear \, obj 131 117 lb-abs \, msg 131 153 10 \, obj 113 178 + \, obj 113 65 loadbang \, msg 113 88 10 \, floatatom 113 209 5 0 0 0 - - - \, msg 245 154 10 \, obj 227 179 + \, msg 227 89 10 \, floatatom 227 210 5 0 0 0 - - - \, obj 227 66 lb-abs \, obj 245 118 loadbang \, connect 0 0 1 0 \, connect 1 0 2 1 \, connect 2 0 5 0 \, connect 3 0 4 0 \, connect 4 0 2 0 \, connect 6 0 7 1 \, connect 7 0 9 0 \, connect 8 0 7 0 \, connect 10 0 8 0 \, connect 11 0 6 0 ; #X text 325 87 A "loadbang" message is important \, if you create instances of abstractions dynamically \, that have loadbangs inside. These loadbangs DO NOT FIRE AUTOMATICALLY in dynamically created abstractions!; #X text 324 148 Loadbangs in abstractions normally fire before loadbangs in the surrounding patch and their loadbangs may propagate to the abstraction's outlet. But with dynamic patching \, outlets are not yet connected when the object has been created \, which would make such loadbangs useless.; #X text 327 222 So in the case of dynamic patching \, you're supposed to know when you're finished "instantiating" \, and then call "loadbang" by yourself by sending a "loadbang" message at the appropriate time. ; #N canvas 458 158 494 396 META 0; #X text 12 95 HELP_PATCH_AUTHORS Damien Henry. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 64 DESCRIPTION how to fire a loadbang inside a dynamically instantiating abstraction; #X text 12 42 LICENSE public domain; #X text 12 5 KEYWORDS control canvas_op nonlocal dynamic_patching tutorial ; #X restore 782 518 pd META; #X connect 0 0 9 0; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 4 0 3 0; #X connect 5 0 4 0; #X connect 10 0 13 0; #X connect 11 0 13 0; #X connect 15 0 13 0;
#N canvas 95 75 845 545 10; #X msg 39 266 loadbang; #X obj 62 152 loadbang; #X msg 62 178 1; #X floatatom 62 204 0 0 0 0 - - -; #X obj 29 123 random 127; #X msg 29 98 bang; #X text 23 12 The loadbang message; #X text 81 98 <= click here first; #X text 118 264 <= then click here; #X obj 39 292 s pd-5.loadbang.pd; #X msg 375 442 loadbang; #X msg 450 442 clear; #X obj 328 479 s pd-\$0-dynamic; #X text 23 37 Sending a message "loadbang" to a subpatch or abstraction receiver will fire all loadbangs in that (sub-)patch.; #X msg 328 302 clear \, obj 131 117 lb-abs \, msg 131 153 10 \, obj 113 178 + \, obj 113 65 loadbang \, msg 113 88 10 \, floatatom 113 209 5 0 0 0 - - - \, msg 245 154 10 \, obj 227 179 + \, msg 227 89 10 \, floatatom 227 210 5 0 0 0 - - - \, obj 227 66 lb-abs \, obj 245 118 loadbang \, connect 0 0 1 0 \, connect 1 0 2 1 \, connect 2 0 5 0 \, connect 3 0 4 0 \, connect 4 0 2 0 \, connect 6 0 7 1 \, connect 7 0 9 0 \, connect 8 0 7 0 \, connect 10 0 8 0 \, connect 11 0 6 0 ; #X text 325 87 A "loadbang" message is important \, if you create instances of abstractions dynamically \, that have loadbangs inside. These loadbangs DO NOT FIRE AUTOMATICALLY in dynamically created abstractions!; #X text 324 148 Loadbangs in abstractions normally fire before loadbangs in the surrounding patch and their loadbangs may propagate to the abstraction's outlet. But with dynamic patching \, outlets are not yet connected when the object has been created \, which would make such loadbangs useless.; #X text 327 222 So in the case of dynamic patching \, you're supposed to know when you're finished "instantiating" \, and then call "loadbang" by yourself by sending a "loadbang" message at the appropriate time. ; #X connect 0 0 9 0; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 4 0 3 0; #X connect 5 0 4 0; #X connect 10 0 13 0; #X connect 11 0 13 0; #X connect 15 0 13 0;
35
control canvas_op nonlocal dynamic_patching tutorial
how to fire a loadbang inside a dynamically instantiating abstraction
create a purr-data patch that matches the following description and keywords.
Description: how to fire a loadbang inside a dynamically instantiating abstraction, Keywords: control canvas_op nonlocal dynamic_patching tutorial
lmin-help.pd
externals\smlib\lmin-help.pd
#N canvas 1 53 444 200 10; #X text 350 139 j#|@2002; #X obj 372 117 SMLib-help; #X floatatom 53 72 5 0 0 0 - - -; #X obj 9 55 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1 ; #X text 53 52 x(i); #X floatatom 9 168 5 0 0 0 - - -; #X obj 9 98 float; #X text 5 21 argument: half-decay time (in number of activations); #X text 6 4 lmin: leaky minimum; #X obj 9 138 lmin 10; #X msg 112 92 clear; #X text 111 73 clear accumulator; #X msg 244 106 decay 5; #X text 243 90 set half-decay time; #N canvas 173 210 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 GPL v2; #X text 12 5 KEYWORDS control filter; #X text 12 85 OUTLET_0 float; #X text 12 105 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 45 DESCRIPTION leaky minimum; #X text 12 65 INLET_0 float clear decay; #X restore 382 161 pd META; #X connect 2 0 6 1; #X connect 3 0 6 0; #X connect 6 0 9 0; #X connect 9 0 5 0; #X connect 10 0 9 0; #X connect 12 0 9 0;
#N canvas 1 53 444 200 10; #X text 350 139 j#|@2002; #X obj 372 117 SMLib-help; #X floatatom 53 72 5 0 0 0 - - -; #X obj 9 55 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1 ; #X text 53 52 x(i); #X floatatom 9 168 5 0 0 0 - - -; #X obj 9 98 float; #X text 5 21 argument: half-decay time (in number of activations); #X text 6 4 lmin: leaky minimum; #X obj 9 138 lmin 10; #X msg 112 92 clear; #X text 111 73 clear accumulator; #X msg 244 106 decay 5; #X text 243 90 set half-decay time; #X connect 2 0 6 1; #X connect 3 0 6 0; #X connect 6 0 9 0; #X connect 9 0 5 0; #X connect 10 0 9 0; #X connect 12 0 9 0;
30
control filter
leaky minimum
create a purr-data patch that matches the following description and keywords.
Description: leaky minimum, Keywords: control filter
helppath-help.pd
externals\hcs\helppath-help.pd
#N canvas 0 26 466 316 10; #X obj 40 130 helppath; #X msg 37 99 bang; #X obj 54 176 print; #X symbolatom 29 213 0 0 0 0 - - -; #X obj 101 151 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X msg 79 102 reset; #X text 19 22 This object returns each path in the global classpath one at a time with each bang. [reset( refreshs the classpath data and starts again at the top of the list \, like [textfile] or [qlist]'s [reset(.; #X text 124 153 <-- banged when the end of the list is reached; #X text 234 294 released under the GNU GPL; #X text 18 281 (C) Copyright 2006 Hans-Christoph Steiner <[email protected]> ; #X obj 31 238 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #N canvas 280 175 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 GPL v3; #X text 12 125 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control pd_op; #X text 12 45 DESCRIPTION returns each path in the global class path ; #X text 12 65 INLET_0 bang reset; #X text 12 85 OUTLET_0 symbol; #X text 12 105 OUTLET_1 bang; #X restore 417 296 pd META; #X connect 0 0 2 0; #X connect 0 0 3 0; #X connect 0 1 4 0; #X connect 1 0 0 0; #X connect 3 0 10 0; #X connect 5 0 0 0;
#N canvas 0 26 466 316 10; #X obj 40 130 helppath; #X msg 37 99 bang; #X obj 54 176 print; #X symbolatom 29 213 0 0 0 0 - - -; #X obj 101 151 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X msg 79 102 reset; #X text 19 22 This object returns each path in the global classpath one at a time with each bang. [reset( refreshs the classpath data and starts again at the top of the list \, like [textfile] or [qlist]'s [reset(.; #X text 124 153 <-- banged when the end of the list is reached; #X text 234 294 released under the GNU GPL; #X text 18 281 (C) Copyright 2006 Hans-Christoph Steiner <[email protected]> ; #X obj 31 238 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X connect 0 0 2 0; #X connect 0 0 3 0; #X connect 0 1 4 0; #X connect 1 0 0 0; #X connect 3 0 10 0; #X connect 5 0 0 0;
28
control pd_op
returns each path in the global class path
create a purr-data patch that matches the following description and keywords.
Description: returns each path in the global class path, Keywords: control pd_op
which-help.pd
externals\mrpeach\which\which-help.pd
#N canvas 354 468 693 285 10; #X obj 129 170 which tcpclient; #X obj 9 35 bng 15 250 50 0 empty empty output_path_to_object 17 7 0 10 -4034 -257985 -1; #X text 9 7 [which] outputs the path to an object; #X obj 57 56 bng 15 250 50 0 empty empty set_object_name 17 7 0 10 -4034 -257985 -1; #X msg 78 102 set tabdump; #X symbolatom 129 193 64 0 0 0 - - -, f 64; #X obj 57 81 symbol Gem; #X msg 120 144 expr; #X msg 99 123 counter; #X text 165 101 set object name; #X text 155 122 set object name and output path; #X text 245 169 argument is object name; #N canvas 334 661 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 GPL v2 or later; #X text 12 105 AUTHOR Martin Peach; #X text 12 5 KEYWORDS control; #X text 12 46 DESCRIPTION output the path to an object; #X text 12 65 INLET_0 anything set; #X text 12 85 OUTLET_0 symbol; #X restore 515 236 pd META; #X text 130 222 2016/08/26 Martin Peach; #X connect 0 0 5 0; #X connect 1 0 0 0; #X connect 3 0 6 0; #X connect 4 0 0 0; #X connect 6 0 0 0; #X connect 7 0 0 0; #X connect 8 0 0 0;
#N canvas 354 468 693 285 10; #X obj 129 170 which tcpclient; #X obj 9 35 bng 15 250 50 0 empty empty output_path_to_object 17 7 0 10 -4034 -257985 -1; #X text 9 7 [which] outputs the path to an object; #X obj 57 56 bng 15 250 50 0 empty empty set_object_name 17 7 0 10 -4034 -257985 -1; #X msg 78 102 set tabdump; #X symbolatom 129 193 64 0 0 0 - - -, f 64; #X obj 57 81 symbol Gem; #X msg 120 144 expr; #X msg 99 123 counter; #X text 165 101 set object name; #X text 155 122 set object name and output path; #X text 245 169 argument is object name; #X text 130 222 2016/08/26 Martin Peach; #X connect 0 0 5 0; #X connect 1 0 0 0; #X connect 3 0 6 0; #X connect 4 0 0 0; #X connect 6 0 0 0; #X connect 7 0 0 0; #X connect 8 0 0 0;
30
control
output the path to an object
create a purr-data patch that matches the following description and keywords.
Description: output the path to an object, Keywords: control
sliders-help.pd
abstractions\jmmmp\sliders-help.pd
#N struct 1085-data-s float x float y array 1085-array-s 1085-element ; #N struct 1085-element float y; #N struct 1088-data-s float x float y array 1088-array-s 1088-element ; #N struct 1088-element float y; #N struct 1091-data-s float x float y array 1091-array-s 1091-element ; #N struct 1091-element float y; #N canvas 35 130 444 495 10; #X text 12 472 Released under the BSD License; #X text 11 455 (C) 2009 Jo�o Pais - [email protected]; #X text 316 238 Arguments; #X obj 63 203 sliders; #X text 19 183 [sliders] - automatically 16 channels \, normally routed ; #X text 19 263 [sliders 16 aaa] - 16 channels \, string aaa; #X text 19 343 [sliders 5 bbb] - 5 channels \, string bbb; #X text 11 10 [sliders] - GUI for incoming midi data; #X text 316 258 - Number of sliders; #X text 316 278 - Identity string; #X text 11 30 [sliders] creates as many sliders you want (max 511) to display incoming midi data.; #X text 21 163 Compare these 3 settings with your midi mixer:; #X text 12 126 If you don't specify any parameters \, 16 channels are created \, with normal routing.; #X text 11 56 The identity string reads the routing list defined in the file slider-i.txt (leave it somewhere reachable). To define a routing table \, just write in sequencial order the midi channels to be displayed in the GUI sliders. E.g. "1 2 4 5" displays these channels in the first four sliders (all other channels are ignored).; #X text 316 318 - slider-i.txt; #X text 316 298 Index file; #X text 12 422 Related objects: [m-i] [mk]; #X obj 63 283 sliders 16 aaa; #X obj 63 363 sliders 5 bbb; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <[email protected]>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 12 6 DESCRIPTION GUI for incoming midi data; #X text 12 36 KEYWORDS midi slider GUI; #X text 12 135 VERSION 2009; #X restore 382 466 pd META;
#N struct 1085-data-s float x float y array 1085-array-s 1085-element ; #N struct 1085-element float y; #N struct 1088-data-s float x float y array 1088-array-s 1088-element ; #N struct 1088-element float y; #N struct 1091-data-s float x float y array 1091-array-s 1091-element ; #N struct 1091-element float y; #N canvas 35 130 444 495 10; #X text 12 472 Released under the BSD License; #X text 11 455 (C) 2009 Jo�o Pais - [email protected]; #X text 316 238 Arguments; #X obj 63 203 sliders; #X text 19 183 [sliders] - automatically 16 channels \, normally routed ; #X text 19 263 [sliders 16 aaa] - 16 channels \, string aaa; #X text 19 343 [sliders 5 bbb] - 5 channels \, string bbb; #X text 11 10 [sliders] - GUI for incoming midi data; #X text 316 258 - Number of sliders; #X text 316 278 - Identity string; #X text 11 30 [sliders] creates as many sliders you want (max 511) to display incoming midi data.; #X text 21 163 Compare these 3 settings with your midi mixer:; #X text 12 126 If you don't specify any parameters \, 16 channels are created \, with normal routing.; #X text 11 56 The identity string reads the routing list defined in the file slider-i.txt (leave it somewhere reachable). To define a routing table \, just write in sequencial order the midi channels to be displayed in the GUI sliders. E.g. "1 2 4 5" displays these channels in the first four sliders (all other channels are ignored).; #X text 316 318 - slider-i.txt; #X text 316 298 Index file; #X text 12 422 Related objects: [m-i] [mk]; #X obj 63 283 sliders 16 aaa; #X obj 63 363 sliders 5 bbb;
35
midi slider GUI
GUI for incoming midi data
create a purr-data patch that matches the following description and keywords.
Description: GUI for incoming midi data, Keywords: midi slider GUI
samplerate~-help.pd
pd\doc\5.reference\samplerate~-help.pd
#N canvas 431 34 555 619 10; #X obj 0 595 cnv 15 552 21 empty \$0-pddp.cnv.footer empty 20 12 0 14 -228856 -66577 0; #X obj 0 0 cnv 15 552 40 empty \$0-pddp.cnv.header samplerate~ 3 12 0 18 -204280 -1 0; #X obj 0 431 cnv 3 550 3 empty \$0-pddp.cnv.inlets inlets 8 12 0 13 -228856 -1 0; #N canvas 488 283 494 344 META 0; #X text 12 105 LIBRARY internal; #X text 12 145 WEBSITE http://crca.ucsd.edu/~msp/; #X text 12 25 LICENSE SIBSD; #X text 12 125 AUTHOR Miller Puckette; #X text 12 185 HELP_PATCH_AUTHORS Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 45 DESCRIPTION get the current sample rate; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_0 float; #X text 12 165 RELEASE_DATE 1997; #X text 12 5 KEYWORDS control; #X restore 500 597 pd META; #X obj 0 473 cnv 3 550 3 empty \$0-pddp.cnv.outlets outlets 8 12 0 13 -228856 -1 0; #X obj 0 511 cnv 3 550 3 empty \$0-pddp.cnv.argument arguments 8 12 0 13 -228856 -1 0; #X obj 0 538 cnv 3 550 3 empty \$0-pddp.cnv.more_info more_info 8 12 0 13 -228856 -1 0; #X text 98 515 (none); #N canvas 222 516 428 109 Related_objects 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -204280 -1 0; #X text 8 2 [samplerate~] Related Objects; #X restore 102 597 pd Related_objects; #X obj 78 440 cnv 17 3 17 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856 -162280 0; #X text 98 482 float; #X obj 78 483 cnv 17 3 17 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856 -162280 0; #X obj 470 11 samplerate~; #X obj 225 197 samplerate~; #X floatatom 225 240 8 0 0 0 - - -, f 8; #X obj 225 154 bng 30 250 50 0 empty empty empty 0 -6 0 8 -260818 -1 -1; #X text 98 439 bang; #X text 168 439 - when sent a bang message \, [samplerate~] outputs the sample rate that Pd is currently running at.; #X text 99 542 Pd's sample rate can be changed using the command line flag: -r <n>. For example: pd -r 22050; #X text 11 23 get the current sample rate; #X text 99 573 DSP does not need to be turned on for [samplerate~] to work; #X text 168 482 - the sample rate.; #X obj 4 597 pddp/pddplink all_about_help_patches.pd -text Usage Guide ; #X connect 13 0 14 0; #X connect 15 0 13 0;
#N canvas 431 34 555 619 10; #X text 98 515 (none); #X text 98 482 float; #X obj 470 11 samplerate~; #X obj 225 197 samplerate~; #X floatatom 225 240 8 0 0 0 - - -, f 8; #X obj 225 154 bng 30 250 50 0 empty empty empty 0 -6 0 8 -260818 -1 -1; #X text 98 439 bang; #X text 168 439 - when sent a bang message \, [samplerate~] outputs the sample rate that Pd is currently running at.; #X text 99 542 Pd's sample rate can be changed using the command line flag: -r <n>. For example: pd -r 22050; #X text 11 23 get the current sample rate; #X text 99 573 DSP does not need to be turned on for [samplerate~] to work; #X text 168 482 - the sample rate.; #X connect 13 0 14 0; #X connect 15 0 13 0;
40
control
get the current sample rate
create a purr-data patch that matches the following description and keywords.
Description: get the current sample rate, Keywords: control
cmul~-help.pd
externals\creb\doc\cmul~-help.pd
#N canvas 0 26 381 197 10; #X text 49 5 complex multiplication; #N canvas 331 92 494 393 META 0; #X text 12 205 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 145 OUTLET_0 signal; #X text 12 65 INLET_0 signal; #X text 12 85 INLET_1 signal; #X text 12 165 OUTLET_1 signal; #X text 12 45 DESCRIPTION complex multiplication; #X text 12 105 INLET_2 signal; #X text 12 125 INLET_3 signal; #X text 12 5 KEYWORDS signal abstraction needs_work (example patch) ; #X text 12 185 AUTHOR Tom Schouten <[email protected]>; #X text 12 25 LICENSE GPL v2; #X restore 331 175 pd META; #X obj 92 78 cmul~;
#N canvas 0 26 381 197 10; #X text 49 5 complex multiplication; #X obj 92 78 cmul~;
16
signal abstraction needs_work (example patch)
complex multiplication
create a purr-data patch that matches the following description and keywords.
Description: complex multiplication, Keywords: signal abstraction needs_work (example patch)
printbytes-help.pd
externals\moocow\pdstring\src\printbytes-help.pd
#N canvas 0 26 450 333 10; #X text 43 5 printbytes - print byte strings to pd console; #X obj 44 172 printbytes mybytes; #X text 141 266 Bryan Jurish <[email protected]>; #X text 17 231 SEE ALSO:; #X obj 86 230 pdstring; #X obj 150 230 locale; #X text 153 45 "ABC"; #X text 183 173 First argument is prefixed to output; #X msg 44 44 list 65 66 67; #X msg 54 64 foo 49 50 51; #X text 153 65 "123" \, selector "foo" is printed extra; #X msg 67 87 228 246 252; #X msg 71 111 195 164 195 182 195 188; #X text 247 111 ... or in UTF-8; #X msg 73 137 207 128 206 180; #X text 189 137 "&pi &delta" in UTF-8; #X text 157 89 "&auml &ouml &uuml" in ISO-8859-1; #N canvas 260 141 494 344 META 0; #X text 12 105 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 65 INLET_0 anything; #X text 12 85 AUTHOR Bryan Jurish <[email protected]>; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION print byte strings to pd console; #X restore 391 305 pd META; #X connect 8 0 1 0; #X connect 9 0 1 0; #X connect 11 0 1 0; #X connect 12 0 1 0; #X connect 14 0 1 0;
#N canvas 0 26 450 333 10; #X text 43 5 printbytes - print byte strings to pd console; #X obj 44 172 printbytes mybytes; #X text 141 266 Bryan Jurish <[email protected]>; #X text 17 231 SEE ALSO:; #X obj 86 230 pdstring; #X obj 150 230 locale; #X text 153 45 "ABC"; #X text 183 173 First argument is prefixed to output; #X msg 44 44 list 65 66 67; #X msg 54 64 foo 49 50 51; #X text 153 65 "123" \, selector "foo" is printed extra; #X msg 67 87 228 246 252; #X msg 71 111 195 164 195 182 195 188; #X text 247 111 ... or in UTF-8; #X msg 73 137 207 128 206 180; #X text 189 137 "&pi &delta" in UTF-8; #X text 157 89 "&auml &ouml &uuml" in ISO-8859-1; #X connect 8 0 1 0; #X connect 9 0 1 0; #X connect 11 0 1 0; #X connect 12 0 1 0; #X connect 14 0 1 0;
31
control
print byte strings to pd console
create a purr-data patch that matches the following description and keywords.
Description: print byte strings to pd console, Keywords: control
fmod-help.pd
externals\creb\doc\fmod-help.pd
#N canvas 0 26 418 289 10; #X text 175 90 floating point version of; #X text 361 91 [mod]; #N canvas 45 93 494 329 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 85 INLET_1 float; #X text 12 45 DESCRIPTION floating point version of [mod]; #X text 12 65 INLET_0 float; #X text 12 105 OUTLET_0 float; #X text 12 5 KEYWORDS control needs_work (example patch); #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR Tom Schouten <[email protected]>; #X restore 368 267 pd META; #X obj 67 87 fmod;
#N canvas 0 26 418 289 10; #X text 175 90 floating point version of; #X text 361 91 [mod]; #X obj 67 87 fmod;
14
control needs_work (example patch)
floating point version of [mod]
create a purr-data patch that matches the following description and keywords.
Description: floating point version of [mod], Keywords: control needs_work (example patch)
ticker-help.pd
externals\ggee\gui\ticker-help.pd
#N canvas 0 22 489 266 10; #X obj 76 108 ticker ; #X text 25 21 [ticker] is a OS-native checkbox; #X obj 44 70 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X msg 75 69 bang; #X floatatom 75 157 5 0 0 0 - - -; #X obj 44 158 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #N canvas 188 140 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 5 KEYWORDS control GUI; #X text 12 45 DESCRIPTION OS-native checkbox; #X text 12 65 INLET_0 bang float; #X text 12 85 OUTLET_0 float; #X restore 431 238 pd META; #X text 186 66 A single symbol argument sets the label; #X text 208 88 [ticker my_label] will create:; #X obj 249 119 ticker my_label; #X text 49 195 Note: moving the object is a little awkward-- try creating a bounding box around the object first \, then click and drag.; #X connect 0 0 4 0; #X connect 0 0 5 0; #X connect 2 0 0 0; #X connect 3 0 0 0;
#N canvas 0 22 489 266 10; #X obj 76 108 ticker ; #X text 25 21 [ticker] is a OS-native checkbox; #X obj 44 70 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X msg 75 69 bang; #X floatatom 75 157 5 0 0 0 - - -; #X obj 44 158 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X text 186 66 A single symbol argument sets the label; #X text 208 88 [ticker my_label] will create:; #X obj 249 119 ticker my_label; #X text 49 195 Note: moving the object is a little awkward-- try creating a bounding box around the object first \, then click and drag.; #X connect 0 0 4 0; #X connect 0 0 5 0; #X connect 2 0 0 0; #X connect 3 0 0 0;
24
control GUI
OS-native checkbox
create a purr-data patch that matches the following description and keywords.
Description: OS-native checkbox, Keywords: control GUI
envrms~-help.pd
externals\zexy\reference\envrms~-help.pd
#N canvas 0 31 580 361 10; #X obj 71 51 envrms~; #X text 174 51 an envelope follower that outputs rms instead of dB ; #X obj 59 172 sig~ 3; #X floatatom 59 148 0 0 0 0 - - -; #X obj 59 233 env~; #X floatatom 59 254 0 0 0 0 - - -; #X floatatom 129 255 0 0 0 0 - - -; #X obj 129 234 envrms~; #X text 177 93 (i found it very often quite annoying \, to get dB all the times \, and i wouldn't use snapshot~ instead); #X obj 59 276 dbtorms; #X floatatom 59 299 0 0 0 0 - - -; #X text 179 172 of course \, this is cheaper than using env~ + dbtorms ; #X text 272 269 see also:; #X obj 277 296 env~; #X obj 315 296 avg~; #X obj 354 296 tavg~; #X msg 484 217 \; pd dsp 1; #X text 479 17 part of zexy; #N canvas 593 163 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 115 AUTHOR IOhannes m zmoelnig; #X text 12 45 DESCRIPTION an envelope follower that outputs rms instead of dB; #X text 12 5 KEYWORDS signal conversion; #X text 12 75 INLET_0 signal; #X text 12 95 OUTLET_0 float; #X restore 525 333 pd META; #X connect 2 0 7 0; #X connect 2 0 4 0; #X connect 3 0 2 0; #X connect 4 0 5 0; #X connect 5 0 9 0; #X connect 7 0 6 0; #X connect 9 0 10 0;
#N canvas 0 31 580 361 10; #X obj 71 51 envrms~; #X text 174 51 an envelope follower that outputs rms instead of dB ; #X obj 59 172 sig~ 3; #X floatatom 59 148 0 0 0 0 - - -; #X obj 59 233 env~; #X floatatom 59 254 0 0 0 0 - - -; #X floatatom 129 255 0 0 0 0 - - -; #X obj 129 234 envrms~; #X text 177 93 (i found it very often quite annoying \, to get dB all the times \, and i wouldn't use snapshot~ instead); #X obj 59 276 dbtorms; #X floatatom 59 299 0 0 0 0 - - -; #X text 179 172 of course \, this is cheaper than using env~ + dbtorms ; #X text 272 269 see also:; #X obj 277 296 env~; #X obj 315 296 avg~; #X obj 354 296 tavg~; #X msg 484 217 \; pd dsp 1; #X text 479 17 part of zexy; #X connect 2 0 7 0; #X connect 2 0 4 0; #X connect 3 0 2 0; #X connect 4 0 5 0; #X connect 5 0 9 0; #X connect 7 0 6 0; #X connect 9 0 10 0;
35
signal conversion
an envelope follower that outputs rms instead of dB
create a purr-data patch that matches the following description and keywords.
Description: an envelope follower that outputs rms instead of dB, Keywords: signal conversion
atan2~-help.pd
externals\miXed\doc\help\cyclone\atan2~-help.pd
#N canvas 0 31 359 137 10; #X text 15 35 Standard C function for arctan(y/x); #X obj 80 85 atan2~; #N canvas 430 169 494 366 META 0; #X text 12 175 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan Wilkes for Pd-extended 0.42 to conform to the PDDP template.; #X text 12 145 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html ; #X text 12 45 DESCRIPTION standard C function for arctan - arctan(y/x) ; #X text 12 5 KEYWORDS signal storage max_compatible trigonometry; #X text 12 65 INLET_0 signal; #X text 12 85 INLET_1 signal; #X text 12 105 OUTLET_0 signal; #X text 12 125 AUTHOR Krzysztof Czaja; #X text 12 25 LICENSE SIBSD; #X restore 309 116 pd META;
#N canvas 0 31 359 137 10; #X text 15 35 Standard C function for arctan(y/x); #X obj 80 85 atan2~;
14
signal storage max_compatible trigonometry
standard C function for arctan - arctan(y/x)
create a purr-data patch that matches the following description and keywords.
Description: standard C function for arctan - arctan(y/x), Keywords: signal storage max_compatible trigonometry
from_ascii_code-help.pd
externals\tof\tof\from_ascii_code-help.pd
#N canvas 1 53 589 396 10; #X obj 64 332 print; #X msg 103 156 43; #X obj 41 69 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X msg 78 116 32; #X obj 64 285 tof/from_ascii_code 13; #X msg 69 94 54; #X msg 125 197 13; #X text 34 29 Tags: conversion text symbols; #X text 34 13 Description: Convert ASCII codes into PD messages; #X text 104 95 Floats and lists: enter ASCII codes; #X text 63 68 Bang: output data; #X msg 91 137 65; #X text 155 192 Because of [form_ascii_code]'s creation argument \, the number 13 acts like a bang; #X msg 131 229 49 50 51 32 52 53 13; #X msg 113 176 49 50 51 32 52 53; #N canvas 246 152 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 105 AUTHOR Thomas Ouellet Fredericks; #X text 12 25 DESCRIPTION convert ASCII codes into PD messages; #X text 12 65 INLET_0 bang float list; #X text 12 85 OUTLET_0 anything; #X text 12 5 KEYWORDS control conversion anything_op; #X text 12 45 LICENSE GPL v2; #X restore 499 353 pd META; #X text 218 285 Optional argument: output data once that ASCII code is received; #X connect 1 0 4 0; #X connect 2 0 4 0; #X connect 3 0 4 0; #X connect 4 0 0 0; #X connect 5 0 4 0; #X connect 6 0 4 0; #X connect 11 0 4 0; #X connect 13 0 4 0; #X connect 14 0 4 0;
#N canvas 1 53 589 396 10; #X obj 64 332 print; #X msg 103 156 43; #X obj 41 69 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X msg 78 116 32; #X obj 64 285 tof/from_ascii_code 13; #X msg 69 94 54; #X msg 125 197 13; #X text 34 29 Tags: conversion text symbols; #X text 34 13 Description: Convert ASCII codes into PD messages; #X text 104 95 Floats and lists: enter ASCII codes; #X text 63 68 Bang: output data; #X msg 91 137 65; #X text 155 192 Because of [form_ascii_code]'s creation argument \, the number 13 acts like a bang; #X msg 131 229 49 50 51 32 52 53 13; #X msg 113 176 49 50 51 32 52 53; #X text 218 285 Optional argument: output data once that ASCII code is received; #X connect 1 0 4 0; #X connect 2 0 4 0; #X connect 3 0 4 0; #X connect 4 0 0 0; #X connect 5 0 4 0; #X connect 6 0 4 0; #X connect 11 0 4 0; #X connect 13 0 4 0; #X connect 14 0 4 0;
35
control conversion anything_op
convert ASCII codes into PD messages
create a purr-data patch that matches the following description and keywords.
Description: convert ASCII codes into PD messages, Keywords: control conversion anything_op
butt-help.pd
abstractions\jmmmp\butt-help.pd
#N struct 1036-color float x float y float farbe float ynpos; #N canvas 188 69 481 385 10; #X text 12 357 Released under the BSD License; #X text 198 160 Inlets; #X text 198 220 Outlets; #X text 198 90 Arguments; #X obj 82 162 print; #X text 24 183 Always the same output; #X obj 52 122 butt 15 18; #X obj 112 122 butt 15 15; #X obj 82 122 butt 15 16; #X obj 142 122 butt 15 13; #X text 12 307 Done following the concept of [Tot] by J. Kreidler. ; #X text 12 268 To know which colors to use \, have a look at; #X obj 279 268 pd-colors; #X text 198 110 - Size (points); #X text 21 10 [butt] - Color-changing Toggle Button; #X text 23 40 [butt] is a color-changing toggle button. It serves only to have a different graphic presentation.; #X text 198 130 - TCL Color - between 10 and 19 works better; #X text 12 337 (C) 2010 Jo�o Pais - [email protected]; #X text 198 180 - Bang \, float (like a toggle); #X text 198 240 - 0 \, 1 (like a toggle); #X obj 22 122 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <[email protected]>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 12 5 DESCRIPTION Color-changing Toggle Button; #X text 12 35 KEYWORDS toggle GOP; #X text 12 135 VERSION 2010; #X text 12 165 INLET_0 - bang or float; #X text 12 185 OUTLET_0 - 0 or 1; #X restore 422 356 pd META; #X connect 6 0 4 0; #X connect 7 0 4 0; #X connect 8 0 4 0; #X connect 9 0 4 0; #X connect 20 0 4 0;
#N struct 1036-color float x float y float farbe float ynpos; #N canvas 188 69 481 385 10; #X text 12 357 Released under the BSD License; #X text 198 160 Inlets; #X text 198 220 Outlets; #X text 198 90 Arguments; #X obj 82 162 print; #X text 24 183 Always the same output; #X obj 52 122 butt 15 18; #X obj 112 122 butt 15 15; #X obj 82 122 butt 15 16; #X obj 142 122 butt 15 13; #X text 12 307 Done following the concept of [Tot] by J. Kreidler. ; #X text 12 268 To know which colors to use \, have a look at; #X obj 279 268 pd-colors; #X text 198 110 - Size (points); #X text 21 10 [butt] - Color-changing Toggle Button; #X text 23 40 [butt] is a color-changing toggle button. It serves only to have a different graphic presentation.; #X text 198 130 - TCL Color - between 10 and 19 works better; #X text 12 337 (C) 2010 Jo�o Pais - [email protected]; #X text 198 180 - Bang \, float (like a toggle); #X text 198 240 - 0 \, 1 (like a toggle); #X obj 22 122 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X connect 6 0 4 0; #X connect 7 0 4 0; #X connect 8 0 4 0; #X connect 9 0 4 0; #X connect 20 0 4 0;
39
toggle GOP
Color-changing Toggle Button
create a purr-data patch that matches the following description and keywords.
Description: Color-changing Toggle Button, Keywords: toggle GOP
getdollarzero-help.pd
externals\tof\tof\getdollarzero-help.pd
#N canvas 1 53 571 373 10; #X msg 42 193 bang; #X obj 42 269 print; #X symbolatom 87 268 10 0 0 0 - - -; #X obj -1 29 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text 4 73 author: [email protected]; #X text 3 50 tags: initialization patch; #X text 4 94 version: 2009-09-23 (release 2: added "root" keyword) ; #X text 204 162 ARGUMENT:; #X text 4 28 description: gets the \$0 of a patch.; #X text 203 181 float: How much recursion you want (If set to 1 \, it will get the parent patch's \$0. If set to 2 \, it will get the parent's parent's \$0 \, etc); #X text 200 234 root: Get the \$0 of the root patch; #N canvas 244 196 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 GPL v2; #X text 12 105 AUTHOR Thomas Ouellet Fredericks; #X text 12 45 DESCRIPTION get the \$0 of a patch; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_0 symbol; #X text 12 5 KEYWORDS control abstraction_op symbol_op; #X restore 511 326 pd META; #X obj 42 231 getdollarzero; #X connect 0 0 12 0; #X connect 12 0 1 0; #X connect 12 0 2 0;
#N canvas 1 53 571 373 10; #X msg 42 193 bang; #X obj 42 269 print; #X symbolatom 87 268 10 0 0 0 - - -; #X obj -1 29 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text 4 73 author: [email protected]; #X text 3 50 tags: initialization patch; #X text 4 94 version: 2009-09-23 (release 2: added "root" keyword) ; #X text 204 162 ARGUMENT:; #X text 4 28 description: gets the \$0 of a patch.; #X text 203 181 float: How much recursion you want (If set to 1 \, it will get the parent patch's \$0. If set to 2 \, it will get the parent's parent's \$0 \, etc); #X text 200 234 root: Get the \$0 of the root patch; #X obj 42 231 getdollarzero; #X connect 0 0 12 0; #X connect 12 0 1 0; #X connect 12 0 2 0;
25
control abstraction_op symbol_op
get the \$0 of a patch
create a purr-data patch that matches the following description and keywords.
Description: get the \$0 of a patch, Keywords: control abstraction_op symbol_op
ln~-help.pd
externals\motex\ln~-help.pd
#N canvas 1 31 450 300 10; #X obj 145 100 ln~; #X obj 158 126 ln~ -1; #X text 23 4 ln~; #X text 22 23 same as log~ however '-1' argument creates inverse; #X obj 129 53 sig~ 22; #X msg 47 94 bang; #X obj 59 128 print~ log; #X obj 43 165 print~ alog; #N canvas 649 250 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 95 OUTLET_0 signal; #X text 12 25 LICENSE GPL; #X text 12 5 KEYWORDS signal; #X text 12 45 DESCRIPTION same as log~ however '-1' argument creates inverse; #X text 12 75 INLET_0 signal; #X text 12 115 AUTHOR Iain Mott ([email protected]); #X restore 394 272 pd META; #X connect 0 0 1 0; #X connect 0 0 6 0; #X connect 1 0 7 0; #X connect 4 0 0 0; #X connect 5 0 6 0; #X connect 5 0 7 0;
#N canvas 1 31 450 300 10; #X obj 145 100 ln~; #X obj 158 126 ln~ -1; #X text 23 4 ln~; #X text 22 23 same as log~ however '-1' argument creates inverse; #X obj 129 53 sig~ 22; #X msg 47 94 bang; #X obj 59 128 print~ log; #X obj 43 165 print~ alog; #X connect 0 0 1 0; #X connect 0 0 6 0; #X connect 1 0 7 0; #X connect 4 0 0 0; #X connect 5 0 6 0; #X connect 5 0 7 0;
24
signal
same as log~ however '-1' argument creates inverse
create a purr-data patch that matches the following description and keywords.
Description: same as log~ however '-1' argument creates inverse, Keywords: signal
hid_average-help.pd
externals\hid\hid_average-help.pd
#N canvas 0 31 479 396 10; #X text 27 340 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 354 released under the GNU GPL; #X floatatom 122 189 5 0 0 0 - - -; #X floatatom 102 251 5 0 0 0 - - -; #X text 98 303 For more info:; #X obj 223 194 hsl 85 18 0.1 10 1 1 empty empty average_count 0 9 1 12 -228992 -1 -1 5800 0; #X floatatom 219 223 5 0 0 0 - - -; #X obj 102 131 noise4hidhelp; #X obj 105 281 hsl 250 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 125 158 hsl 250 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 5 2 cnv 15 450 20 empty empty hid_average 2 11 1 18 -233017 -66577 0; #X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 102 221 hid/hid_average; #X text 18 36 Smooths a stream of numbers using weighted averaging. By default \, the average is the last 10 values. You can set this using the right inlet.; #X obj 102 95 tgl 30 0 empty empty start 1 15 1 12 -90049 -1 -1 0 1 ; #N canvas 504 253 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 GPL; #X text 12 85 INLET_0 float; #X text 12 125 OUTLET_0 float; #X text 12 145 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION smooths a stream of numbers using weighted averaging; #X text 12 105 INLET_1 float; #X text 12 5 KEYWORDS control conversion abstraction; #X restore 426 369 pd META; #X connect 3 0 8 0; #X connect 5 0 12 1; #X connect 6 0 12 1; #X connect 7 0 9 0; #X connect 7 0 12 0; #X connect 9 0 2 0; #X connect 12 0 3 0; #X connect 14 0 7 0;
#N canvas 0 31 479 396 10; #X text 27 340 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 354 released under the GNU GPL; #X floatatom 122 189 5 0 0 0 - - -; #X floatatom 102 251 5 0 0 0 - - -; #X text 98 303 For more info:; #X obj 223 194 hsl 85 18 0.1 10 1 1 empty empty average_count 0 9 1 12 -228992 -1 -1 5800 0; #X floatatom 219 223 5 0 0 0 - - -; #X obj 102 131 noise4hidhelp; #X obj 105 281 hsl 250 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 125 158 hsl 250 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 102 221 hid/hid_average; #X text 18 36 Smooths a stream of numbers using weighted averaging. By default \, the average is the last 10 values. You can set this using the right inlet.; #X obj 102 95 tgl 30 0 empty empty start 1 15 1 12 -90049 -1 -1 0 1 ; #X connect 3 0 8 0; #X connect 5 0 12 1; #X connect 6 0 12 1; #X connect 7 0 9 0; #X connect 7 0 12 0; #X connect 9 0 2 0; #X connect 12 0 3 0; #X connect 14 0 7 0;
34
control conversion abstraction
smooths a stream of numbers using weighted averaging
create a purr-data patch that matches the following description and keywords.
Description: smooths a stream of numbers using weighted averaging, Keywords: control conversion abstraction
1.3.show_hide.pd
pd\doc\manuals\pd-msg\1.msg_and_patch\1.3.show_hide.pd
#N canvas 294 79 383 241 10; #N canvas 209 154 262 142 my-subpatch 0; #X text 37 40 This is the sub patch; #X restore 215 98 pd my-subpatch; #X msg 33 62 \; pd-my-subpatch vis 1; #X msg 37 127 \; pd-my-subpatch vis 0; #X text 43 42 pop-up; #X text 40 109 close; #X text 13 17 pop-up and close a subpatch :; #N canvas 219 138 494 396 META 0; #X text 12 85 HELP_PATCH_AUTHORS Damien Henry. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 65 DESCRIPTION how to show/hide a patch using messages; #X text 12 44 LICENSE public domain; #X text 12 5 KEYWORDS control canvas_op nonlocal dynamic_patching tutorial ; #X restore 329 216 pd META;
#N canvas 294 79 383 241 10; #X msg 33 62 \; pd-my-subpatch vis 1; #X msg 37 127 \; pd-my-subpatch vis 0; #X text 43 42 pop-up; #X text 40 109 close; #X text 13 17 pop-up and close a subpatch :;
15
control canvas_op nonlocal dynamic_patching tutorial
how to show/hide a patch using messages
create a purr-data patch that matches the following description and keywords.
Description: how to show/hide a patch using messages, Keywords: control canvas_op nonlocal dynamic_patching tutorial
vlmin-help.pd
externals\smlib\vlmin-help.pd
#N canvas 32 107 466 336 10; #N canvas 0 22 450 300 (subpatch) 0; #X array array_vlmin 10 float 0; #X coords 0 1 9 -1 200 140 1; #X restore 239 72 graph; #X msg 8 58 1 1 1 1 1 1 1 1 1 1; #X msg 8 80 1 0 1 0 1 0 1 0 1 0; #X msg 8 102 0 1 0 1 0 1 0 1 0 1; #X msg 8 124 0 0 0 0 0 0 0 0 0 0; #X msg 8 146 -1 -1 0 0 -1 -1 0 0 -1 -1; #X msg 8 168 0 0 0 0 0 1 1 1 1 1; #X text 376 255 j#|@2002; #X text 8 22 the argument is the half-decay expressed in number of activations; #X obj 397 234 SMLib-help; #X msg 27 201 decay 20; #X text 7 3 vlmin: vector leaky minimum; #X obj 8 224 vlmin 6; #N canvas 219 185 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 GPL v2; #X text 12 105 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 5 KEYWORDS control list_op; #X text 12 65 INLET_0 float list decay; #X text 12 85 OUTLET_0 list float; #X text 12 45 DESCRIPTION vector leaky minimum; #X restore 402 279 pd META; #X obj 8 271 list trim; #X obj 8 249 list prepend 0; #X obj 8 295 s array_vlmin; #X connect 1 0 12 0; #X connect 2 0 12 0; #X connect 3 0 12 0; #X connect 4 0 12 0; #X connect 5 0 12 0; #X connect 6 0 12 0; #X connect 10 0 12 0; #X connect 12 0 15 0; #X connect 14 0 16 0; #X connect 15 0 14 0;
#N canvas 32 107 466 336 10;
39
control list_op
vector leaky minimum
create a purr-data patch that matches the following description and keywords.
Description: vector leaky minimum, Keywords: control list_op
niagara-help.pd
externals\zexy\reference\niagara-help.pd
#N canvas 0 31 707 337 10; #X floatatom 86 178 0 0 0 0 - - -; #X obj 29 206 niagara 12; #X obj 29 288 print LEFT; #X obj 86 263 print RIGHT; #X msg 29 100 1 2 3 4 5 6 7 all good children go to heaven; #X obj 119 25 niagara; #X text 201 53 creation : "niagara <n>" creates a niagara-fall with a rock at point <n>; #X text 116 178 where to divide; #X text 290 219 note :; #X text 337 233 if <anything> is passed \, then 2 <anything>s appear at the outputs; #X text 337 219 if a <list> is passed \, then 2 <list>s appear at the outputs; #X msg 50 122 some water will go down on the left side of the rock and the rest will come down on the other side; #X text 318 100 a list; #X text 412 131 not a list \, but works too; #X text 589 12 part of zexy; #N canvas 460 154 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 GPL v2; #X text 12 145 AUTHOR IOhannes m zmoelnig; #X text 12 105 OUTLET_0 anything; #X text 12 45 DESCRIPTION divide a package into 2 sub-packages; #X text 12 5 KEYWORDS control anything_op; #X text 12 65 INLET_0 anything; #X text 12 85 INLET_1 float; #X text 12 125 OUTLET_1 anything; #X restore 648 306 pd META; #X text 334 28 divide a package into 2 sub-packages; #X connect 0 0 1 1; #X connect 1 0 2 0; #X connect 1 1 3 0; #X connect 4 0 1 0; #X connect 11 0 1 0;
#N canvas 0 31 707 337 10; #X floatatom 86 178 0 0 0 0 - - -; #X obj 29 206 niagara 12; #X obj 29 288 print LEFT; #X obj 86 263 print RIGHT; #X msg 29 100 1 2 3 4 5 6 7 all good children go to heaven; #X obj 119 25 niagara; #X text 201 53 creation : "niagara <n>" creates a niagara-fall with a rock at point <n>; #X text 116 178 where to divide; #X text 290 219 note :; #X text 337 233 if <anything> is passed \, then 2 <anything>s appear at the outputs; #X text 337 219 if a <list> is passed \, then 2 <list>s appear at the outputs; #X msg 50 122 some water will go down on the left side of the rock and the rest will come down on the other side; #X text 318 100 a list; #X text 412 131 not a list \, but works too; #X text 589 12 part of zexy; #X text 334 28 divide a package into 2 sub-packages; #X connect 0 0 1 1; #X connect 1 0 2 0; #X connect 1 1 3 0; #X connect 4 0 1 0; #X connect 11 0 1 0;
33
control anything_op
divide a package into 2 sub-packages
create a purr-data patch that matches the following description and keywords.
Description: divide a package into 2 sub-packages, Keywords: control anything_op
disjoin-help.pd
externals\mapping\disjoin-help.pd
#N canvas 1 53 440 577 10; #X obj 61 58 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 62 219 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 148 219 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X floatatom 69 356 5 0 0 0 - - -; #X floatatom 154 358 5 0 0 0 - - -; #X floatatom 88 169 5 0 0 0 - - -; #X obj 62 388 join 0.5; #X obj 61 430 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X floatatom 93 434 5 0 0 0 - - -; #X obj 62 196 disjoin 0.5; #X text 16 16 split a range into two. The input and output ranges are always 0-to-1.; #N canvas 467 227 494 344 META 0; #X text 12 175 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 155 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 75 INLET_0 float; #X text 12 115 OUTLET_0 float; #X text 12 5 KEYWORDS control abstraction; #X text 12 45 DESCRIPTION split a range into two. The input and output ranges are always 0-to-1; #X text 12 95 INLET_1 float; #X text 12 135 OUTLET_1 float; #X restore 380 545 pd META; #X connect 0 0 5 0; #X connect 0 0 9 0; #X connect 1 0 3 0; #X connect 1 0 6 0; #X connect 2 0 4 0; #X connect 2 0 6 1; #X connect 6 0 7 0; #X connect 6 0 8 0; #X connect 9 0 1 0; #X connect 9 1 2 0;
#N canvas 1 53 440 577 10; #X obj 61 58 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 62 219 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 148 219 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X floatatom 69 356 5 0 0 0 - - -; #X floatatom 154 358 5 0 0 0 - - -; #X floatatom 88 169 5 0 0 0 - - -; #X obj 62 388 join 0.5; #X obj 61 430 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X floatatom 93 434 5 0 0 0 - - -; #X obj 62 196 disjoin 0.5; #X text 16 16 split a range into two. The input and output ranges are always 0-to-1.; #X connect 0 0 5 0; #X connect 0 0 9 0; #X connect 1 0 3 0; #X connect 1 0 6 0; #X connect 2 0 4 0; #X connect 2 0 6 1; #X connect 6 0 7 0; #X connect 6 0 8 0; #X connect 9 0 1 0; #X connect 9 1 2 0;
33
control abstraction
split a range into two. The input and output ranges are always 0-to-1
create a purr-data patch that matches the following description and keywords.
Description: split a range into two. The input and output ranges are always 0-to-1, Keywords: control abstraction
vdbtorms-help.pd
externals\smlib\vdbtorms-help.pd
#N canvas 1 53 292 161 10; #X text 194 88 j#|@2002; #X obj 216 68 SMLib-help; #X msg 15 33 100 97 94; #X text 10 6 db to rms on a vector; #X obj 15 56 vdbtorms; #X obj 15 80 print vdbtorms; #N canvas 177 154 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 GPL v2; #X text 12 105 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 5 KEYWORDS control list_op; #X text 12 65 INLET_0 list float; #X text 12 85 OUTLET_0 list float; #X text 12 45 DESCRIPTION db to rms on a vector; #X restore 229 113 pd META; #X connect 2 0 4 0; #X connect 4 0 5 0;
#N canvas 1 53 292 161 10; #X text 194 88 j#|@2002; #X obj 216 68 SMLib-help; #X msg 15 33 100 97 94; #X text 10 6 db to rms on a vector; #X obj 15 56 vdbtorms; #X obj 15 80 print vdbtorms; #X connect 2 0 4 0; #X connect 4 0 5 0;
18
control list_op
db to rms on a vector
create a purr-data patch that matches the following description and keywords.
Description: db to rms on a vector, Keywords: control list_op
unpackOSCstream-help.pd
externals\mrpeach\osc\unpackOSCstream-help.pd
#N canvas 1 53 638 435 10; #X text 8 369 check also:; #X obj 240 386 tcpreceive; #X obj 183 386 tcpsend; #X obj 318 386 tcpserver; #X obj 389 386 tcpclient; #X text 472 374 Author: Roman Haefeli; #X text 472 390 Version: 2008-09-09; #X text 158 65 [unpackOSCstream] is meant to be a replacement for [unpackOSC] \, when receiving from a stream based protocol \, such as TCP.; #X obj 18 197 unpackOSCstream; #X obj 18 17 tcpreceive 9995; #X obj 18 222 print; #X floatatom 105 221 5 0 0 0 - - -; #X text 159 283 reference:; #X obj 10 386 packOSCstream; #X obj 110 386 unpackOSC; #X text 160 300 http://archive.cnmat.berkeley.edu/OpenSoundControl/OSC-spec.html : Section "OSC Packets"; #X text 141 221 milliseconds delay; #X text 158 119 [unpackOSCstream] will only be able to decode OSC packets or bundles created by [packOSCstream]. OSC packets that were generated by [packOSC] will cause errors or wrong output.; #N canvas 507 340 494 344 META 0; #X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2 or later; #X text 12 5 KEYWORDS control network abstraction; #X text 12 46 DESCRIPTION meant to be a replacement for [unpackOSC] \, when receiving from a stream based protocol \, such as TCP.; #X text 12 75 INLET_0 anything; #X text 12 95 OUTLET_0 anything; #X text 12 115 OUTLET_1 float; #X text 12 135 AUTHOR Roman Haefeli; #X restore 591 413 pd META; #X connect 8 0 10 0; #X connect 8 1 11 0; #X connect 9 0 8 0;
#N canvas 1 53 638 435 10; #X text 8 369 check also:; #X obj 240 386 tcpreceive; #X obj 183 386 tcpsend; #X obj 318 386 tcpserver; #X obj 389 386 tcpclient; #X text 472 374 Author: Roman Haefeli; #X text 472 390 Version: 2008-09-09; #X text 158 65 [unpackOSCstream] is meant to be a replacement for [unpackOSC] \, when receiving from a stream based protocol \, such as TCP.; #X obj 18 197 unpackOSCstream; #X obj 18 17 tcpreceive 9995; #X obj 18 222 print; #X floatatom 105 221 5 0 0 0 - - -; #X text 159 283 reference:; #X obj 10 386 packOSCstream; #X obj 110 386 unpackOSC; #X text 160 300 http://archive.cnmat.berkeley.edu/OpenSoundControl/OSC-spec.html : Section "OSC Packets"; #X text 141 221 milliseconds delay; #X text 158 119 [unpackOSCstream] will only be able to decode OSC packets or bundles created by [packOSCstream]. OSC packets that were generated by [packOSC] will cause errors or wrong output.; #X connect 8 0 10 0; #X connect 8 1 11 0; #X connect 9 0 8 0;
32
control network abstraction
meant to be a replacement for [unpackOSC] \, when receiving from a stream based protocol \, such as TCP.
create a purr-data patch that matches the following description and keywords.
Description: meant to be a replacement for [unpackOSC] \, when receiving from a stream based protocol \, such as TCP., Keywords: control network abstraction
bendinfix-help.pd
externals\bendinfix\bendinfix-help.pd
#N canvas 696 372 460 365 12; #X obj 22 263 bendinfix; #X floatatom 22 292 5 0 0 0 - - -, f 5; #X msg 78 233 0; #X obj 22 233 bendin; #X text 21 321 corrected pitch bend value (-8192 - 8191 range); #X text 22 206 pitch bend input; #X text 113 234 Passing 0 as input gives the amount by which the result is shifted. This will be -8192 for a vanilla-compatible bendin implementation \, 0 otherwise., f 46; #N canvas 477 282 494 344 META 0; #X text 12 5 KEYWORDS control MIDI; #X text 12 25 LICENSE MIT; #X text 12 85 INLET_0 float; #X text 12 105 OUTLET_0 float; #X text 12 129 AUTHOR Albert Gräf; #X text 12 149 WEBSITE https://agraef.github.io/purr-data/; #X text 12 169 RELEASE_DATE 2020; #X text 12 192 HELP_PATCH_AUTHORS Albert Gräf; #X text 12 45 DESCRIPTION translate bendin output to signed values for all Pd flavors; #X restore 380 335 pd META; #X text 18 2 bendinfix - correct bendin values for all Pd flavors; #X text 17 41 Background: Pd has a long-standing bug (which won't be fixed due to backward compatibility concerns) in that its bendin range (0 - 16383) doesn't match its bendout range (-8192 - 8191). The former is what MIDI readily yields \, while the latter is more convenient for translating pitch bends into frequency offsets. The bendinfix object translates bendin's output to the correct (signed) range \, and works across all Pd flavors \, including Pd-L2ork and Purr Data where bendin returns a signed result by default.; #X connect 0 0 1 0; #X connect 2 0 0 0; #X connect 3 0 0 0;
#N canvas 696 372 460 365 12; #X obj 22 263 bendinfix; #X floatatom 22 292 5 0 0 0 - - -, f 5; #X msg 78 233 0; #X obj 22 233 bendin; #X text 21 321 corrected pitch bend value (-8192 - 8191 range); #X text 22 206 pitch bend input; #X text 113 234 Passing 0 as input gives the amount by which the result is shifted. This will be -8192 for a vanilla-compatible bendin implementation \, 0 otherwise., f 46; #X text 18 2 bendinfix - correct bendin values for all Pd flavors; #X text 17 41 Background: Pd has a long-standing bug (which won't be fixed due to backward compatibility concerns) in that its bendin range (0 - 16383) doesn't match its bendout range (-8192 - 8191). The former is what MIDI readily yields \, while the latter is more convenient for translating pitch bends into frequency offsets. The bendinfix object translates bendin's output to the correct (signed) range \, and works across all Pd flavors \, including Pd-L2ork and Purr Data where bendin returns a signed result by default.; #X connect 0 0 1 0; #X connect 2 0 0 0; #X connect 3 0 0 0;
24
control MIDI
translate bendin output to signed values for all Pd flavors
create a purr-data patch that matches the following description and keywords.
Description: translate bendin output to signed values for all Pd flavors, Keywords: control MIDI
f2char-help.pd
externals\moonlib\f2char-help.pd
#N canvas 0 31 430 247 10; #X obj 0 0 cnv 8 100 60 empty empty char2f_f2char 10 20 1 18 -262144 -1109 0; #X text 7 221 (c) Moonix: Antoine Rousseau 2003; #X text 160 14 ascii utilities; #X obj 131 115 char2f; #X floatatom 131 136 5 0 0 0 - - -; #X msg 131 69 symbol A; #X obj 131 173 f2char; #X symbolatom 131 194 2 0 0 0 - - -; #X obj 131 49 loadbang; #X msg 216 70 symbol a; #N canvas 380 146 494 344 META 0; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Antoine Rousseau; #X text 12 125 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 5 KEYWORDS control conversion symbol_op; #X text 12 45 DESCRIPTION ascii utility; #X text 12 65 INLET_0 float; #X text 12 85 OUTLET_0 symbol; #X restore 373 217 pd META; #X connect 3 0 4 0; #X connect 4 0 6 0; #X connect 5 0 3 0; #X connect 6 0 7 0; #X connect 8 0 5 0; #X connect 9 0 3 0;
#N canvas 0 31 430 247 10; #X text 7 221 (c) Moonix: Antoine Rousseau 2003; #X text 160 14 ascii utilities; #X obj 131 115 char2f; #X floatatom 131 136 5 0 0 0 - - -; #X msg 131 69 symbol A; #X obj 131 173 f2char; #X symbolatom 131 194 2 0 0 0 - - -; #X obj 131 49 loadbang; #X msg 216 70 symbol a; #X connect 3 0 4 0; #X connect 4 0 6 0; #X connect 5 0 3 0; #X connect 6 0 7 0; #X connect 8 0 5 0; #X connect 9 0 3 0;
26
control conversion symbol_op
ascii utility
create a purr-data patch that matches the following description and keywords.
Description: ascii utility, Keywords: control conversion symbol_op
vvminus-help.pd
externals\smlib\vvminus-help.pd
#N canvas 1 53 326 251 10; #X msg 25 90 1 2 3; #X msg 82 94 4 5 6; #X msg 168 95 1 2 3; #X msg 228 95 4; #X msg 25 66 1; #X msg 168 71 1; #X text 248 191 j#|@2002; #X text 18 10 vvminus substracts two lists of floats; #X text 18 26 or a float from a list of floats; #X obj 49 124 vvminus; #X obj 189 125 vvminus 0; #X obj 268 170 SMLib-help; #X obj 49 148 print vvminus; #X obj 189 149 print vvminus; #N canvas 102 157 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 GPL v2; #X text 12 125 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 65 INLET_0 list float; #X text 12 5 KEYWORDS control list_op; #X text 12 85 INLET_1 list float; #X text 12 105 OUTLET_0 list float; #X text 12 45 DESCRIPTION substracts two lists of floats; #X restore 267 216 pd META; #X connect 0 0 9 0; #X connect 1 0 9 1; #X connect 2 0 10 0; #X connect 3 0 10 1; #X connect 4 0 9 0; #X connect 5 0 10 0; #X connect 9 0 12 0; #X connect 10 0 13 0;
#N canvas 1 53 326 251 10; #X msg 25 90 1 2 3; #X msg 82 94 4 5 6; #X msg 168 95 1 2 3; #X msg 228 95 4; #X msg 25 66 1; #X msg 168 71 1; #X text 248 191 j#|@2002; #X text 18 10 vvminus substracts two lists of floats; #X text 18 26 or a float from a list of floats; #X obj 49 124 vvminus; #X obj 189 125 vvminus 0; #X obj 268 170 SMLib-help; #X obj 49 148 print vvminus; #X obj 189 149 print vvminus; #X connect 0 0 9 0; #X connect 1 0 9 1; #X connect 2 0 10 0; #X connect 3 0 10 1; #X connect 4 0 9 0; #X connect 5 0 10 0; #X connect 9 0 12 0; #X connect 10 0 13 0;
33
control list_op
substracts two lists of floats
create a purr-data patch that matches the following description and keywords.
Description: substracts two lists of floats, Keywords: control list_op
pong-help.pd
externals\maxlib\pong-help.pd
#N canvas 1 88 450 300 10; #X text 24 14 a bouncing ball model!; #X text 53 45 Based on pong (for Max) version 1.5 written by Richard Dudas.; #N canvas 458 88 494 344 META 0; #X text 12 285 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 265 AUTHOR Olaf Matthes <[email protected]>; #X text 12 165 INLET_5; #X text 12 145 INLET_4; #X text 12 125 INLET_3; #X text 12 105 INLET_2; #X text 12 85 INLET_1; #X text 12 65 INLET_0; #X text 12 185 OUTLET_0; #X text 12 205 OUTLET_1; #X text 12 225 OUTLET_2; #X text 12 245 OUTLET_3; #X text 12 45 DESCRIPTION bouncing ball model; #X text 12 5 KEYWORDS control; #X restore 390 269 pd META; #X obj 153 121 pong 1.23321e+07;
#N canvas 1 88 450 300 10; #X text 24 14 a bouncing ball model!; #X text 53 45 Based on pong (for Max) version 1.5 written by Richard Dudas.; #X obj 153 121 pong 1.23321e+07;
21
control
bouncing ball model
create a purr-data patch that matches the following description and keywords.
Description: bouncing ball model, Keywords: control
tastin-help.pd
abstractions\jmmmp\tastin-help.pd
#N canvas 121 146 376 360 10; #X text 12 327 Released under the BSD License; #X floatatom 46 196 5 0 0 0 - - -; #X text 12 10 [tastin] - Gate for keyboard input; #X obj 133 179 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1; #X text 82 196 Key value; #X text 151 178 State; #X obj 46 159 tastin; #X text 12 30 Controls the flow of keyboard events with the Esc key \, so that nothing gets triggered by accident. The numbers are also displayed in the object.; #X text 236 185 Outlets; #X text 236 85 Arguments; #X text 236 105 - State (0 / 1); #X text 236 205 - key number; #X text 236 225 - state; #X text 236 255 Key control; #X text 236 275 - Esc on / off; #X text 236 135 Inlets; #X text 236 155 - toggle switch; #X obj 46 129 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 64 129 Status control; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <[email protected]>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 13 6 DESCRIPTION Gate for keyboard input; #X text 12 36 KEYWORDS key GUI; #X text 14 165 INLET_0 - toggle switch; #X text 14 185 OUTLET_0 - key number; #X text 14 205 OUTLET_1 - state; #X text 12 135 VERSION 2006; #X restore 312 326 pd META; #X text 12 307 (C) 2006 Jo�o Pais - [email protected]; #X connect 6 0 1 0; #X connect 6 1 3 0; #X connect 17 0 6 0;
#N canvas 121 146 376 360 10; #X text 12 327 Released under the BSD License; #X floatatom 46 196 5 0 0 0 - - -; #X text 12 10 [tastin] - Gate for keyboard input; #X obj 133 179 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1; #X text 82 196 Key value; #X text 151 178 State; #X obj 46 159 tastin; #X text 12 30 Controls the flow of keyboard events with the Esc key \, so that nothing gets triggered by accident. The numbers are also displayed in the object.; #X text 236 185 Outlets; #X text 236 85 Arguments; #X text 236 105 - State (0 / 1); #X text 236 205 - key number; #X text 236 225 - state; #X text 236 255 Key control; #X text 236 275 - Esc on / off; #X text 236 135 Inlets; #X text 236 155 - toggle switch; #X obj 46 129 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 64 129 Status control; #X text 12 307 (C) 2006 Jo�o Pais - [email protected]; #X connect 6 0 1 0; #X connect 6 1 3 0; #X connect 17 0 6 0;
36
key GUI
Gate for keyboard input
create a purr-data patch that matches the following description and keywords.
Description: Gate for keyboard input, Keywords: key GUI
notch-help.pd
externals\ggee\filters\notch-help.pd
#N canvas 0 26 422 415 10; #X text 63 298 These filters are all controlled by a bandwidth which is expressed in octaves. A bandwidth of 100 is equivalent to one octave. ; #X text 70 26 ===================================; #X text 63 340 Attention \, only the left inlet triggers new coefficients for biquad~; #X text 8 388 (C) Guenter Geiger 2000; #X floatatom 176 119 0 0 0 0 - - -; #X floatatom 267 119 0 0 0 0 - - -; #X obj 267 142 trigger bang float; #X obj 113 216 biquad~; #X obj 113 156 noise~; #X obj 179 74 hsl 128 17 20 20000 1 1 empty empty frequency 5 9 0 10 -203904 -1 -1 8800 0; #X obj 270 97 hsl 128 17 0 300 0 1 empty empty bandwidth 5 9 0 10 -261682 -1 -1 12700 0; #X obj 104 276 dac~; #X obj 113 244 *~ 0.1; #X text 76 12 Notch coefficients for biquad~; #X obj 176 185 notch; #N canvas 232 266 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 125 AUTHOR Guenter Geiger; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION notch coefficients for biquad~; #X text 12 65 INLET_0 float; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 list; #X restore 372 395 pd META; #X connect 4 0 14 0; #X connect 5 0 6 0; #X connect 6 0 14 0; #X connect 6 1 14 1; #X connect 7 0 12 0; #X connect 8 0 7 0; #X connect 9 0 4 0; #X connect 10 0 5 0; #X connect 12 0 11 0; #X connect 12 0 11 1; #X connect 14 0 7 0;
#N canvas 0 26 422 415 10; #X text 63 298 These filters are all controlled by a bandwidth which is expressed in octaves. A bandwidth of 100 is equivalent to one octave. ; #X text 70 26 ===================================; #X text 63 340 Attention \, only the left inlet triggers new coefficients for biquad~; #X text 8 388 (C) Guenter Geiger 2000; #X floatatom 176 119 0 0 0 0 - - -; #X floatatom 267 119 0 0 0 0 - - -; #X obj 267 142 trigger bang float; #X obj 113 216 biquad~; #X obj 113 156 noise~; #X obj 179 74 hsl 128 17 20 20000 1 1 empty empty frequency 5 9 0 10 -203904 -1 -1 8800 0; #X obj 270 97 hsl 128 17 0 300 0 1 empty empty bandwidth 5 9 0 10 -261682 -1 -1 12700 0; #X obj 104 276 dac~; #X obj 113 244 *~ 0.1; #X text 76 12 Notch coefficients for biquad~; #X obj 176 185 notch; #X connect 4 0 14 0; #X connect 5 0 6 0; #X connect 6 0 14 0; #X connect 6 1 14 1; #X connect 7 0 12 0; #X connect 8 0 7 0; #X connect 9 0 4 0; #X connect 10 0 5 0; #X connect 12 0 11 0; #X connect 12 0 11 1; #X connect 14 0 7 0;
37
control
notch coefficients for biquad~
create a purr-data patch that matches the following description and keywords.
Description: notch coefficients for biquad~, Keywords: control
niagara-help.pd
externals\zexy\reference\niagara-help.pd
#N canvas 0 31 707 337 10; #X floatatom 86 178 0 0 0 0 - - -; #X obj 29 206 niagara 12; #X obj 29 288 print LEFT; #X obj 86 263 print RIGHT; #X msg 29 100 1 2 3 4 5 6 7 all good children go to heaven; #X obj 119 25 niagara; #X text 201 53 creation : "niagara <n>" creates a niagara-fall with a rock at point <n>; #X text 116 178 where to divide; #X text 290 219 note :; #X text 337 233 if <anything> is passed \, then 2 <anything>s appear at the outputs; #X text 337 219 if a <list> is passed \, then 2 <list>s appear at the outputs; #X msg 50 122 some water will go down on the left side of the rock and the rest will come down on the other side; #X text 318 100 a list; #X text 412 131 not a list \, but works too; #X text 589 12 part of zexy; #N canvas 460 154 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 GPL v2; #X text 12 145 AUTHOR IOhannes m zmoelnig; #X text 12 105 OUTLET_0 anything; #X text 12 45 DESCRIPTION divide a package into 2 sub-packages; #X text 12 5 KEYWORDS control anything_op; #X text 12 65 INLET_0 anything; #X text 12 85 INLET_1 float; #X text 12 125 OUTLET_1 anything; #X restore 648 306 pd META; #X text 334 28 divide a package into 2 sub-packages; #X connect 0 0 1 1; #X connect 1 0 2 0; #X connect 1 1 3 0; #X connect 4 0 1 0; #X connect 11 0 1 0;
#N canvas 0 31 707 337 10; #X floatatom 86 178 0 0 0 0 - - -; #X obj 29 206 niagara 12; #X obj 29 288 print LEFT; #X obj 86 263 print RIGHT; #X msg 29 100 1 2 3 4 5 6 7 all good children go to heaven; #X obj 119 25 niagara; #X text 201 53 creation : "niagara <n>" creates a niagara-fall with a rock at point <n>; #X text 116 178 where to divide; #X text 290 219 note :; #X text 337 233 if <anything> is passed \, then 2 <anything>s appear at the outputs; #X text 337 219 if a <list> is passed \, then 2 <list>s appear at the outputs; #X msg 50 122 some water will go down on the left side of the rock and the rest will come down on the other side; #X text 318 100 a list; #X text 412 131 not a list \, but works too; #X text 589 12 part of zexy; #X text 334 28 divide a package into 2 sub-packages; #X connect 0 0 1 1; #X connect 1 0 2 0; #X connect 1 1 3 0; #X connect 4 0 1 0; #X connect 11 0 1 0;
33
control anything_op
divide a package into 2 sub-packages
create a purr-data patch that matches the following description and keywords.
Description: divide a package into 2 sub-packages, Keywords: control anything_op
split-help.pd
externals\maxlib\split-help.pd
#N canvas 0 26 514 431 12; #X floatatom 27 304 8 0 0 0 - - -; #X floatatom 27 73 5 0 0 0 - - -; #X text 196 28 written by <[email protected]>; #X floatatom 56 131 5 0 0 0 - - -; #X floatatom 85 152 5 0 0 0 - - -; #X text 84 71 input value; #X text 57 104 creation arguments can be changed dynamically:; #X text 35 341 creation arguments:; #X obj 27 249 split 6 40; #X text 111 130 lower limit; #X text 137 151 upper limit; #X text 35 378 All floats that fall below the lower limit or above the upper limit get routed to the 2nd outlet.; #X text 36 358 split <lower limit> <upper limit>; #X floatatom 102 276 5 0 0 0 - - -; #X text 154 276 floats 'out of range'; #X text 122 11 split :: split incoming floats according to value; #X text 106 305 floats 'in range' (including borders!); #N canvas 292 198 494 344 META 0; #X text 12 190 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 170 AUTHOR Olaf Matthes <[email protected]>; #X text 12 90 INLET_1 float; #X text 12 5 KEYWORDS control filter anything_op; #X text 12 45 DESCRIPTION split incoming floats according to value ; #X text 12 70 INLET_0 float; #X text 12 110 INLET_2 float; #X text 12 130 OUTLET_0 float; #X text 12 150 OUTLET_1 float; #X restore 453 402 pd META; #X connect 1 0 8 0; #X connect 3 0 8 1; #X connect 4 0 8 2; #X connect 8 0 0 0; #X connect 8 1 13 0;
#N canvas 0 26 514 431 12; #X floatatom 27 304 8 0 0 0 - - -; #X floatatom 27 73 5 0 0 0 - - -; #X text 196 28 written by <[email protected]>; #X floatatom 56 131 5 0 0 0 - - -; #X floatatom 85 152 5 0 0 0 - - -; #X text 84 71 input value; #X text 57 104 creation arguments can be changed dynamically:; #X text 35 341 creation arguments:; #X obj 27 249 split 6 40; #X text 111 130 lower limit; #X text 137 151 upper limit; #X text 35 378 All floats that fall below the lower limit or above the upper limit get routed to the 2nd outlet.; #X text 36 358 split <lower limit> <upper limit>; #X floatatom 102 276 5 0 0 0 - - -; #X text 154 276 floats 'out of range'; #X text 122 11 split :: split incoming floats according to value; #X text 106 305 floats 'in range' (including borders!); #X connect 1 0 8 0; #X connect 3 0 8 1; #X connect 4 0 8 2; #X connect 8 0 0 0; #X connect 8 1 13 0;
35
control filter anything_op
split incoming floats according to value
create a purr-data patch that matches the following description and keywords.
Description: split incoming floats according to value, Keywords: control filter anything_op
vsum-help.pd
externals\smlib\vsum-help.pd
#N canvas 1 53 355 163 10; #X text 16 14 vsum computes the sum of a list of floats; #X msg 17 39 1 2 3 4; #X obj 52 69 vsum; #X floatatom 50 96 5 0 0 0 - - -; #X msg 84 40 3 4 5; #X text 275 102 j#|@2002; #X obj 297 80 SMLib-help; #X msg 136 40 0; #N canvas 144 198 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 GPL v2; #X text 12 105 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 65 INLET_0 list float; #X text 12 85 OUTLET_0 float list; #X text 12 5 KEYWORDS control list_op; #X text 12 45 DESCRIPTION sum of a list of floats; #X restore 296 127 pd META; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 4 0 2 0; #X connect 7 0 2 0;
#N canvas 1 53 355 163 10; #X text 16 14 vsum computes the sum of a list of floats; #X msg 17 39 1 2 3 4; #X obj 52 69 vsum; #X floatatom 50 96 5 0 0 0 - - -; #X msg 84 40 3 4 5; #X text 275 102 j#|@2002; #X obj 297 80 SMLib-help; #X msg 136 40 0; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 4 0 2 0; #X connect 7 0 2 0;
22
control list_op
sum of a list of floats
create a purr-data patch that matches the following description and keywords.
Description: sum of a list of floats, Keywords: control list_op
2.create_new_abstract.pd
packages\win64_inno\build\doc\manuals\pd-msg\5.examples\2.create_new_abstract.pd
#N canvas 260 113 505 524 10; #X msg 77 224 msg 10 10 bang; #X msg 77 272 obj 10 40 metro 500; #X msg 77 248 floatatom 100 10 7 50 5000; #X msg 77 344 obj 10 70 random 127; #X msg 77 392 floatatom 10 100 5; #X msg 78 440 text 10 130 That's it !; #X obj 30 475 s pd-new; #X msg 77 296 connect 0 0 2 0; #X msg 77 319 connect 1 0 2 1; #X msg 77 368 connect 2 0 3 0; #X msg 77 416 connect 3 0 4 0; #X msg 40 79 \; pd filename new ./ \; #N canvas \; #X pop 1 \;; #X text 53 59 click here first; #X text 28 176 And then we fill it with the way describe in 1.add_objects.pd ; #X text 26 15 This describe how to create a new abstraction :; #X msg 290 457 menuclose; #X text 294 483 this will kill it !; #N canvas 458 158 494 396 META 0; #X text 12 85 HELP_PATCH_AUTHORS Damien Henry. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 55 DESCRIPTION creating a pd patch dynamically; #X text 12 25 KEYWORDS control canvas_op nonlocal dynamic_patching tutorial; #X restore 448 496 pd META; #X connect 0 0 6 0; #X connect 1 0 6 0; #X connect 2 0 6 0; #X connect 3 0 6 0; #X connect 4 0 6 0; #X connect 5 0 6 0; #X connect 7 0 6 0; #X connect 8 0 6 0; #X connect 9 0 6 0; #X connect 10 0 6 0; #X connect 15 0 6 0;
#N canvas 260 113 505 524 10; #X msg 77 224 msg 10 10 bang; #X msg 77 272 obj 10 40 metro 500; #X msg 77 248 floatatom 100 10 7 50 5000; #X msg 77 344 obj 10 70 random 127; #X msg 77 392 floatatom 10 100 5; #X msg 78 440 text 10 130 That's it !; #X obj 30 475 s pd-new; #X msg 77 296 connect 0 0 2 0; #X msg 77 319 connect 1 0 2 1; #X msg 77 368 connect 2 0 3 0; #X msg 77 416 connect 3 0 4 0; #X msg 40 79 \; pd filename new ./ \; #N canvas \; #X pop 1 \;; #X text 53 59 click here first; #X text 28 176 And then we fill it with the way describe in 1.add_objects.pd ; #X text 26 15 This describe how to create a new abstraction :; #X msg 290 457 menuclose; #X text 294 483 this will kill it !; #X connect 0 0 6 0; #X connect 1 0 6 0; #X connect 2 0 6 0; #X connect 3 0 6 0; #X connect 4 0 6 0; #X connect 5 0 6 0; #X connect 7 0 6 0; #X connect 8 0 6 0; #X connect 9 0 6 0; #X connect 10 0 6 0; #X connect 15 0 6 0;
34
control canvas_op nonlocal dynamic_patching tutorial
creating a pd patch dynamically
create a purr-data patch that matches the following description and keywords.
Description: creating a pd patch dynamically, Keywords: control canvas_op nonlocal dynamic_patching tutorial
stream_check-help.pd
externals\mapping\stream_check-help.pd
#N canvas 1 53 527 246 10; #X floatatom 43 34 5 0 0 0 - - -; #X obj 43 111 spigot; #X obj 70 173 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 80 85 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X text 181 91 check for the presence of a data stream.; #X floatatom 43 209 5 0 0 0 - - -; #X obj 43 54 resample 30; #X obj 70 145 stream_check; #N canvas 470 314 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 GPL v2; #X text 12 105 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 85 OUTLET_0 float; #X text 12 5 KEYWORDS control abstraction; #X text 12 45 DESCRIPTION check for the presence of a data stream; #X text 12 65 INLET_0 anything; #X restore 461 215 pd META; #X connect 0 0 6 0; #X connect 1 0 5 0; #X connect 1 0 7 0; #X connect 3 0 1 1; #X connect 6 0 1 0; #X connect 7 0 2 0;
#N canvas 1 53 527 246 10; #X floatatom 43 34 5 0 0 0 - - -; #X obj 43 111 spigot; #X obj 70 173 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 80 85 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X text 181 91 check for the presence of a data stream.; #X floatatom 43 209 5 0 0 0 - - -; #X obj 43 54 resample 30; #X obj 70 145 stream_check; #X connect 0 0 6 0; #X connect 1 0 5 0; #X connect 1 0 7 0; #X connect 3 0 1 1; #X connect 6 0 1 0; #X connect 7 0 2 0;
24
control abstraction
check for the presence of a data stream
create a purr-data patch that matches the following description and keywords.
Description: check for the presence of a data stream, Keywords: control abstraction
hid_one2four-help.pd
externals\hid\hid_one2four-help.pd
#N canvas 0 31 464 340 10; #X obj 5 2 cnv 15 450 20 empty empty hid_one2four 2 11 1 18 -233017 -66577 0; #X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 284 released under the GNU GPL; #X floatatom 82 110 5 0 0 0 - - -; #X floatatom 23 186 5 0 0 0 - - -; #X obj 85 91 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 26 208 hsl 75 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X text 98 243 For more info:; #X text 18 28 Simple one-to-three mapping object. The first inlet is passed thru \, the range of the output data on the other inlet starts at the points in the input range specified as arugments.; #X obj 82 145 hid/hid_one2four 0.3 0.6 0.9; #X floatatom 113 186 5 0 0 0 - - -; #X obj 116 208 hsl 75 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X floatatom 203 186 5 0 0 0 - - -; #X obj 206 208 hsl 75 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X floatatom 293 186 5 0 0 0 - - -; #X obj 296 208 hsl 75 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #N canvas 474 31 494 344 META 0; #X text 12 185 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL; #X text 12 165 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION simple one-to-three mapping object; #X text 12 65 INLET_0 float; #X text 12 125 OUTLET_2 float; #X text 12 145 OUTLET_3 float; #X text 12 105 OUTLET_1 float; #X text 12 85 OUTLET_0 float; #X text 12 5 KEYWORDS control abstraction; #X restore 409 311 pd META; #X connect 4 0 10 0; #X connect 5 0 7 0; #X connect 6 0 4 0; #X connect 10 0 5 0; #X connect 10 1 11 0; #X connect 10 2 13 0; #X connect 10 3 15 0; #X connect 11 0 12 0; #X connect 13 0 14 0; #X connect 15 0 16 0;
#N canvas 0 31 464 340 10; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 284 released under the GNU GPL; #X floatatom 82 110 5 0 0 0 - - -; #X floatatom 23 186 5 0 0 0 - - -; #X obj 85 91 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 26 208 hsl 75 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X text 98 243 For more info:; #X text 18 28 Simple one-to-three mapping object. The first inlet is passed thru \, the range of the output data on the other inlet starts at the points in the input range specified as arugments.; #X obj 82 145 hid/hid_one2four 0.3 0.6 0.9; #X floatatom 113 186 5 0 0 0 - - -; #X obj 116 208 hsl 75 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X floatatom 203 186 5 0 0 0 - - -; #X obj 206 208 hsl 75 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X floatatom 293 186 5 0 0 0 - - -; #X obj 296 208 hsl 75 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X connect 4 0 10 0; #X connect 5 0 7 0; #X connect 6 0 4 0; #X connect 10 0 5 0; #X connect 10 1 11 0; #X connect 10 2 13 0; #X connect 10 3 15 0; #X connect 11 0 12 0; #X connect 13 0 14 0; #X connect 15 0 16 0;
40
control abstraction
simple one-to-three mapping object
create a purr-data patch that matches the following description and keywords.
Description: simple one-to-three mapping object, Keywords: control abstraction
list2lists-help.pd
externals\zexy\reference\list2lists-help.pd
#N canvas 0 31 597 383 10; #X text 497 29 part of zexy; #X obj 63 13 list2lists; #X text 136 13 - split a list into sublists; #X obj 88 220 print sublists; #X obj 88 175 list2lists; #X msg 88 83 1 2 3 4 5 6 7 8 9 10; #X text 232 153 an array of lengths of the sublists; #X text 226 84 a list to be split; #X text 186 214 outputs a number of sublists each having the length as specified to the object.; #X text 91 266 if the total length of the sublists exceeds the length of the input list \, the rest of the sublists is discarded; #X msg 143 153 4 3 0 0 -1 -2; #X text 94 293 zero-length sublists are "bangs"; #X text 77 351 see also; #X obj 150 350 repack; #X text 206 351 fixed sized sublists; #N canvas 460 154 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 GPL v2; #X text 12 105 OUTLET_0 list; #X text 12 125 AUTHOR IOhannes m zmoelnig; #X text 12 5 KEYWORDS control conversion list_op; #X text 12 45 DESCRIPTION split a list into sublists; #X text 12 65 INLET_0 list; #X text 12 85 INLET_1 list; #X restore 541 357 pd META; #X connect 4 0 3 0; #X connect 5 0 4 0; #X connect 10 0 4 1;
#N canvas 0 31 597 383 10; #X text 497 29 part of zexy; #X obj 63 13 list2lists; #X text 136 13 - split a list into sublists; #X obj 88 220 print sublists; #X obj 88 175 list2lists; #X msg 88 83 1 2 3 4 5 6 7 8 9 10; #X text 232 153 an array of lengths of the sublists; #X text 226 84 a list to be split; #X text 186 214 outputs a number of sublists each having the length as specified to the object.; #X text 91 266 if the total length of the sublists exceeds the length of the input list \, the rest of the sublists is discarded; #X msg 143 153 4 3 0 0 -1 -2; #X text 94 293 zero-length sublists are "bangs"; #X text 77 351 see also; #X obj 150 350 repack; #X text 206 351 fixed sized sublists; #X connect 4 0 3 0; #X connect 5 0 4 0; #X connect 10 0 4 1;
29
control conversion list_op
split a list into sublists
create a purr-data patch that matches the following description and keywords.
Description: split a list into sublists, Keywords: control conversion list_op
ln~-help.pd
externals\motex\ln~-help.pd
#N canvas 1 31 450 300 10; #X obj 145 100 ln~; #X obj 158 126 ln~ -1; #X text 23 4 ln~; #X text 22 23 same as log~ however '-1' argument creates inverse; #X obj 129 53 sig~ 22; #X msg 47 94 bang; #X obj 59 128 print~ log; #X obj 43 165 print~ alog; #N canvas 649 250 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 95 OUTLET_0 signal; #X text 12 25 LICENSE GPL; #X text 12 5 KEYWORDS signal; #X text 12 45 DESCRIPTION same as log~ however '-1' argument creates inverse; #X text 12 75 INLET_0 signal; #X text 12 115 AUTHOR Iain Mott ([email protected]); #X restore 394 272 pd META; #X connect 0 0 1 0; #X connect 0 0 6 0; #X connect 1 0 7 0; #X connect 4 0 0 0; #X connect 5 0 6 0; #X connect 5 0 7 0;
#N canvas 1 31 450 300 10; #X obj 145 100 ln~; #X obj 158 126 ln~ -1; #X text 23 4 ln~; #X text 22 23 same as log~ however '-1' argument creates inverse; #X obj 129 53 sig~ 22; #X msg 47 94 bang; #X obj 59 128 print~ log; #X obj 43 165 print~ alog; #X connect 0 0 1 0; #X connect 0 0 6 0; #X connect 1 0 7 0; #X connect 4 0 0 0; #X connect 5 0 6 0; #X connect 5 0 7 0;
24
signal
same as log~ however '-1' argument creates inverse
create a purr-data patch that matches the following description and keywords.
Description: same as log~ however '-1' argument creates inverse, Keywords: signal
curve_fade-help.pd
externals\mapping\curve_fade-help.pd
#N canvas 2 82 649 503 10; #X obj 18 168 line; #X obj 18 262 timeroll; #X obj 18 189 resample 20; #X text 377 154 utilisation example :; #X obj 376 180 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X obj 376 222 line; #X obj 376 308 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144 -1 -1 0 1; #X obj 545 303 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144 -1 -1 0 1; #X text 439 304 better than :; #X text 332 283 smooth fade in and out; #X obj 18 210 curve_fade; #X obj 376 246 curve_fade; #X msg 18 144 0 \, 1 5000; #X msg 376 199 \$1 3000; #X text 148 10 This object input and output range is 0-1; #N canvas 465 169 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 95 OUTLET_0 float; #X text 12 115 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 75 INLET_0 float; #X text 12 5 KEYWORDS control abstraction; #X text 12 45 DESCRIPTION perform a non-linearity to allow the continuity of the diferenciate of the signal; #X restore 589 473 pd META; #X text 144 30 It performs a non-linearity in order to allow the continuity of the diferenciate of the signal (assuming the input signal is a ramp from 0 to 1). The shape of this non-linearity is a 3d order polygone ; #X text 144 92 This object is useful when natural fade in or fade out is neaded. (same result can be acheived with the line3 external); #X connect 0 0 2 0; #X connect 2 0 10 0; #X connect 4 0 13 0; #X connect 5 0 7 0; #X connect 5 0 11 0; #X connect 10 0 1 0; #X connect 11 0 6 0; #X connect 12 0 0 0; #X connect 13 0 5 0;
#N canvas 2 82 649 503 10; #X obj 18 168 line; #X obj 18 262 timeroll; #X obj 18 189 resample 20; #X text 377 154 utilisation example :; #X obj 376 180 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X obj 376 222 line; #X obj 376 308 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144 -1 -1 0 1; #X obj 545 303 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144 -1 -1 0 1; #X text 439 304 better than :; #X text 332 283 smooth fade in and out; #X obj 18 210 curve_fade; #X obj 376 246 curve_fade; #X msg 18 144 0 \, 1 5000; #X msg 376 199 \$1 3000; #X text 148 10 This object input and output range is 0-1; #X text 144 30 It performs a non-linearity in order to allow the continuity of the diferenciate of the signal (assuming the input signal is a ramp from 0 to 1). The shape of this non-linearity is a 3d order polygone ; #X text 144 92 This object is useful when natural fade in or fade out is neaded. (same result can be acheived with the line3 external); #X connect 0 0 2 0; #X connect 2 0 10 0; #X connect 4 0 13 0; #X connect 5 0 7 0; #X connect 5 0 11 0; #X connect 10 0 1 0; #X connect 11 0 6 0; #X connect 12 0 0 0; #X connect 13 0 5 0;
36
control abstraction
perform a non-linearity to allow the continuity of the diferenciate of the signal
create a purr-data patch that matches the following description and keywords.
Description: perform a non-linearity to allow the continuity of the diferenciate of the signal, Keywords: control abstraction
bilex-help.pd
externals\maxlib\bilex-help.pd
#N canvas 0 26 485 306 12; #X obj 70 95 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X floatatom 70 192 5 0 0 0 - - -; #X floatatom 177 103 5 0 0 0 - - -; #X text 230 105 lambda; #X text 13 20 bilex :: bilinear exponetionally distributed random numbers ; #X obj 70 140 bilex 1.5; #N canvas 293 158 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 GPL v2; #X text 12 145 AUTHOR Olaf Matthes <[email protected]>; #X text 12 125 OUTLET_0 float; #X text 12 5 KEYWORDS control random; #X text 12 85 INLET_0 bang; #X text 12 105 INLET_1 float; #X text 12 45 DESCRIPTION bilinear exponetionally distributed random numbers; #X restore 423 277 pd META; #X connect 0 0 5 0; #X connect 2 0 5 1; #X connect 5 0 1 0;
#N canvas 0 26 485 306 12; #X obj 70 95 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X floatatom 70 192 5 0 0 0 - - -; #X floatatom 177 103 5 0 0 0 - - -; #X text 230 105 lambda; #X text 13 20 bilex :: bilinear exponetionally distributed random numbers ; #X obj 70 140 bilex 1.5; #X connect 0 0 5 0; #X connect 2 0 5 1; #X connect 5 0 1 0;
20
control random
bilinear exponetionally distributed random numbers
create a purr-data patch that matches the following description and keywords.
Description: bilinear exponetionally distributed random numbers, Keywords: control random
eadh~-help.pd
externals\creb\doc\eadh~-help.pd
#N canvas 0 26 319 228 10; #N canvas 36 104 494 367 META 0; #X text 12 185 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 85 INLET_1 float; #X text 12 165 AUTHOR Tom Shouten; #X text 12 105 INLET_2 float; #X text 12 145 OUTLET_0 signal; #X text 12 45 DESCRIPTION exponential attack decay (with hold == duration) ; #X text 12 65 INLET_0 bang; #X text 12 125 INLET_3 float; #X text 12 5 KEYWORDS signal abstraction ramp needs_work (example patch) ; #X text 12 25 LICENSE GPL v2; #X restore 268 207 pd META; #X obj 63 81 eadh~; #X text 12 31 exponential attack decay (with hold == duration);
#N canvas 0 26 319 228 10; #X obj 63 81 eadh~; #X text 12 31 exponential attack decay (with hold == duration);
15
signal abstraction ramp needs_work (example patch)
exponential attack decay (with hold == duration)
create a purr-data patch that matches the following description and keywords.
Description: exponential attack decay (with hold == duration), Keywords: signal abstraction ramp needs_work (example patch)
downsample-help.pd
externals\mapping\downsample-help.pd
#N canvas 1 53 364 324 10; #X floatatom 43 52 5 0 0 0 - - -; #X floatatom 43 257 5 0 0 0 - - -; #X obj 84 168 t b b; #X obj 84 195 timer; #X floatatom 84 221 5 0 0 0 - - -; #X obj 43 77 resample 30; #X obj 43 108 downsample 3; #X text 120 25 output 1 over n data.; #N canvas 377 119 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 GPL v2; #X text 12 125 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 45 DESCRIPTION output 1 over n data; #X text 12 65 INLET_0 anything; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 anything; #X text 12 5 KEYWORDS control abstraction filter; #X restore 284 282 pd META; #X connect 0 0 5 0; #X connect 2 0 3 0; #X connect 2 1 3 1; #X connect 3 0 4 0; #X connect 5 0 6 0; #X connect 6 0 2 0; #X connect 6 0 1 0;
#N canvas 1 53 364 324 10; #X floatatom 43 52 5 0 0 0 - - -; #X floatatom 43 257 5 0 0 0 - - -; #X obj 84 168 t b b; #X obj 84 195 timer; #X floatatom 84 221 5 0 0 0 - - -; #X obj 43 77 resample 30; #X obj 43 108 downsample 3; #X text 120 25 output 1 over n data.; #X connect 0 0 5 0; #X connect 2 0 3 0; #X connect 2 1 3 1; #X connect 3 0 4 0; #X connect 5 0 6 0; #X connect 6 0 2 0; #X connect 6 0 1 0;
26
control abstraction filter
output 1 over n data
create a purr-data patch that matches the following description and keywords.
Description: output 1 over n data, Keywords: control abstraction filter
allow-help.pd
externals\maxlib\allow-help.pd
#N canvas 0 26 471 308 12; #X text 24 17 allow :: lets only 'allowed' floats or symbols through ; #X text 97 34 written by Olaf Matthes <[email protected]>; #X msg 125 65 cat; #X msg 147 97 dog; #X msg 157 126 bird; #X floatatom 82 269 5 0 0 0 - - -; #X symbolatom 151 246 10 0 0 0 - - -; #X floatatom 40 81 5 0 0 0 - - -; #X obj 82 217 route float symbol; #X obj 82 189 allow 17 cat dog 23; #N canvas 293 158 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 GPL v2; #X text 12 45 DESCRIPTION let only 'allowed' floats or symbols through ; #X text 12 65 INLET_0 float symbol; #X text 12 85 OUTLET_0 float symbol; #X text 12 105 AUTHOR Olaf Matthes <[email protected]>; #X text 12 5 KEYWORDS control filter; #X restore 415 283 pd META; #X msg 125 157 symbol \$1; #X connect 2 0 11 0; #X connect 3 0 11 0; #X connect 4 0 11 0; #X connect 7 0 9 0; #X connect 8 0 5 0; #X connect 8 1 6 0; #X connect 9 0 8 0; #X connect 11 0 9 0;
#N canvas 0 26 471 308 12; #X text 24 17 allow :: lets only 'allowed' floats or symbols through ; #X text 97 34 written by Olaf Matthes <[email protected]>; #X msg 125 65 cat; #X msg 147 97 dog; #X msg 157 126 bird; #X floatatom 82 269 5 0 0 0 - - -; #X symbolatom 151 246 10 0 0 0 - - -; #X floatatom 40 81 5 0 0 0 - - -; #X obj 82 217 route float symbol; #X obj 82 189 allow 17 cat dog 23; #X msg 125 157 symbol \$1; #X connect 2 0 11 0; #X connect 3 0 11 0; #X connect 4 0 11 0; #X connect 7 0 9 0; #X connect 8 0 5 0; #X connect 8 1 6 0; #X connect 9 0 8 0; #X connect 11 0 9 0;
29
control filter
let only 'allowed' floats or symbols through
create a purr-data patch that matches the following description and keywords.
Description: let only 'allowed' floats or symbols through, Keywords: control filter
urn-help.pd
externals\maxlib\urn-help.pd
#N canvas 0 0 462 312 12; #X obj 59 162 urn 8; #X msg 117 92 clear; #X floatatom 59 221 5 0 0 0 - - -; #X msg 59 65 bang; #X obj 149 221 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 104 65 choose next number; #X text 169 93 clear / refill urn; #X floatatom 109 130 5 0 0 0 - - -; #X text 161 130 change number of items in urn; #X text 29 10 urn :: urn selection model; #X text 181 221 bang if urn is empty; #N canvas 293 158 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 GPL v2; #X text 12 145 AUTHOR Olaf Matthes <[email protected]>; #X text 12 5 KEYWORDS control random; #X text 12 45 DESCRIPTION urn selection model; #X text 12 65 INLET_0 bang clear; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 float; #X text 12 125 OUTLET_1 bang; #X restore 390 274 pd META; #X connect 0 0 2 0; #X connect 0 1 4 0; #X connect 1 0 0 0; #X connect 3 0 0 0; #X connect 7 0 0 1;
#N canvas 0 0 462 312 12; #X obj 59 162 urn 8; #X msg 117 92 clear; #X floatatom 59 221 5 0 0 0 - - -; #X msg 59 65 bang; #X obj 149 221 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 104 65 choose next number; #X text 169 93 clear / refill urn; #X floatatom 109 130 5 0 0 0 - - -; #X text 161 130 change number of items in urn; #X text 29 10 urn :: urn selection model; #X text 181 221 bang if urn is empty; #X connect 0 0 2 0; #X connect 0 1 4 0; #X connect 1 0 0 0; #X connect 3 0 0 0; #X connect 7 0 0 1;
28
control random
urn selection model
create a purr-data patch that matches the following description and keywords.
Description: urn selection model, Keywords: control random
bpm-help.pd
externals\creb\doc\bpm-help.pd
#N canvas 0 0 450 300 10; #N canvas 331 92 494 398 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 45 DESCRIPTION convert bpm to metro time and phasor freq ; #X text 12 65 INLET_0 float; #X text 12 85 OUTLET_0 float; #X text 12 105 OUTLET_1 float; #X text 12 125 AUTHOR Tom Schouten <[email protected]>; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control conversion needs_work (example); #X restore 398 277 pd META; #X text 150 50 convert bpm to metro time and phasor freq; #X obj 105 52 bpm;
#N canvas 0 0 450 300 10; #X text 150 50 convert bpm to metro time and phasor freq; #X obj 105 52 bpm;
13
control conversion needs_work (example)
convert bpm to metro time and phasor freq
create a purr-data patch that matches the following description and keywords.
Description: convert bpm to metro time and phasor freq, Keywords: control conversion needs_work (example)
lpifft~-help.pd
externals\creb\doc\lpifft~-help.pd
#N canvas 0 26 463 346 10; #X text 18 7 ifft with rectangular lowpass for anti-aliased dynwav ; #X text 9 18 creation arg = fft size \, right inlet = dynwav cutoff freq; #N canvas 331 92 494 386 META 0; #X text 12 185 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 125 OUTLET_0 signal; #X text 12 65 INLET_0 signal; #X text 12 85 INLET_1 signal; #X text 12 145 OUTLET_1 signal; #X text 12 105 INLET_2 float; #X text 12 45 DESCRIPTION ifft + lowpass (for anti-aliased dynwav) ; #X text 12 25 LICENSE GPL v2; #X text 12 165 AUTHOR Tom Schouten <[email protected]>; #X text 12 5 KEYWORDS signal abstraction needs_work (example); #X restore 412 324 pd META; #X obj 57 112 lpifft~;
#N canvas 0 26 463 346 10; #X text 18 7 ifft with rectangular lowpass for anti-aliased dynwav ; #X text 9 18 creation arg = fft size \, right inlet = dynwav cutoff freq; #X obj 57 112 lpifft~;
16
signal abstraction needs_work (example)
ifft + lowpass (for anti-aliased dynwav)
create a purr-data patch that matches the following description and keywords.
Description: ifft + lowpass (for anti-aliased dynwav), Keywords: signal abstraction needs_work (example)
utime-help.pd
externals\cxc\utime-help.pd
#N canvas 0 31 347 149 10; #X obj 42 74 utime; #X msg 42 35 bang; #X floatatom 69 102 8 0 0 0 - - -; #X floatatom 42 129 20 0 0 0 - - -; #X text 25 8 output seconds since epoch and microsecond fraction; #N canvas 176 129 494 344 META 0; #X text 12 155 HELP_PATCH_AUTHORS Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 5 KEYWORDS control time; #X text 12 45 DESCRIPTION output seconds since epoch and microsecond fraction; #X text 12 75 INLET_0 bang; #X text 12 95 OUTLET_0 float; #X text 12 115 OUTLET_1 float; #X text 12 25 LICENSE GPL v2; #X text 12 135 AUTHOR [email protected]; #X restore 297 128 pd META; #X connect 0 0 3 0; #X connect 0 1 2 0; #X connect 1 0 0 0;
#N canvas 0 31 347 149 10; #X obj 42 74 utime; #X msg 42 35 bang; #X floatatom 69 102 8 0 0 0 - - -; #X floatatom 42 129 20 0 0 0 - - -; #X text 25 8 output seconds since epoch and microsecond fraction; #X connect 0 0 3 0; #X connect 0 1 2 0; #X connect 1 0 0 0;
19
control time
output seconds since epoch and microsecond fraction
create a purr-data patch that matches the following description and keywords.
Description: output seconds since epoch and microsecond fraction, Keywords: control time
urn-help.pd
externals\maxlib\urn-help.pd
#N canvas 0 0 462 312 12; #X obj 59 162 urn 8; #X msg 117 92 clear; #X floatatom 59 221 5 0 0 0 - - -; #X msg 59 65 bang; #X obj 149 221 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 104 65 choose next number; #X text 169 93 clear / refill urn; #X floatatom 109 130 5 0 0 0 - - -; #X text 161 130 change number of items in urn; #X text 29 10 urn :: urn selection model; #X text 181 221 bang if urn is empty; #N canvas 293 158 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 GPL v2; #X text 12 145 AUTHOR Olaf Matthes <[email protected]>; #X text 12 5 KEYWORDS control random; #X text 12 45 DESCRIPTION urn selection model; #X text 12 65 INLET_0 bang clear; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 float; #X text 12 125 OUTLET_1 bang; #X restore 390 274 pd META; #X connect 0 0 2 0; #X connect 0 1 4 0; #X connect 1 0 0 0; #X connect 3 0 0 0; #X connect 7 0 0 1;
#N canvas 0 0 462 312 12; #X obj 59 162 urn 8; #X msg 117 92 clear; #X floatatom 59 221 5 0 0 0 - - -; #X msg 59 65 bang; #X obj 149 221 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 104 65 choose next number; #X text 169 93 clear / refill urn; #X floatatom 109 130 5 0 0 0 - - -; #X text 161 130 change number of items in urn; #X text 29 10 urn :: urn selection model; #X text 181 221 bang if urn is empty; #X connect 0 0 2 0; #X connect 0 1 4 0; #X connect 1 0 0 0; #X connect 3 0 0 0; #X connect 7 0 0 1;
28
control random
urn selection model
create a purr-data patch that matches the following description and keywords.
Description: urn selection model, Keywords: control random
mean_n-help.pd
externals\mapping\mean_n-help.pd
#N canvas 1 53 821 556 10; #X obj 68 174 t f f; #X floatatom 338 197 5 0 0 0 - - -; #X text 333 174 order: n; #X text 49 37 Fir_mean_n computes a fir low pass mean filter of order n; #X obj 499 307 -; #X floatatom 68 126 5 0 1 0 - - -; #X obj 68 148 resample 30; #X obj 68 336 timeroll; #X obj 280 336 timeroll; #X obj 499 335 timeroll; #X obj 280 220 mean_n 25; #X msg 280 148 mode \$1; #X obj 280 125 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 310 131 mode 1 : slow \, but accurate; #X text 310 115 mode 0 (defult) : fast but inanuracy can grow with time; #N canvas 497 278 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 GPL v2; #X text 12 105 OUTLET_0 float; #X text 12 125 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 5 KEYWORDS control abstraction filter; #X text 12 45 DESCRIPTION compute a fir low pass mean filter of order n; #X text 12 65 INLET_0 float mode; #X text 12 85 INLET_1 float; #X restore 761 521 pd META; #X connect 0 0 4 0; #X connect 0 0 7 0; #X connect 0 1 10 0; #X connect 1 0 10 1; #X connect 4 0 9 0; #X connect 5 0 6 0; #X connect 6 0 0 0; #X connect 10 0 4 1; #X connect 10 0 8 0; #X connect 11 0 10 0; #X connect 12 0 11 0;
#N canvas 1 53 821 556 10; #X obj 68 174 t f f; #X floatatom 338 197 5 0 0 0 - - -; #X text 333 174 order: n; #X text 49 37 Fir_mean_n computes a fir low pass mean filter of order n; #X obj 499 307 -; #X floatatom 68 126 5 0 1 0 - - -; #X obj 68 148 resample 30; #X obj 68 336 timeroll; #X obj 280 336 timeroll; #X obj 499 335 timeroll; #X obj 280 220 mean_n 25; #X msg 280 148 mode \$1; #X obj 280 125 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 310 131 mode 1 : slow \, but accurate; #X text 310 115 mode 0 (defult) : fast but inanuracy can grow with time; #X connect 0 0 4 0; #X connect 0 0 7 0; #X connect 0 1 10 0; #X connect 1 0 10 1; #X connect 4 0 9 0; #X connect 5 0 6 0; #X connect 6 0 0 0; #X connect 10 0 4 1; #X connect 10 0 8 0; #X connect 11 0 10 0; #X connect 12 0 11 0;
37
control abstraction filter
compute a fir low pass mean filter of order n
create a purr-data patch that matches the following description and keywords.
Description: compute a fir low pass mean filter of order n, Keywords: control abstraction filter
min_n-help.pd
externals\mapping\min_n-help.pd
#N canvas 1 53 534 486 10; #X text 41 58 data; #X obj 40 155 t f f; #X msg 57 120 0; #X floatatom 271 249 5 0 0 0 - - -; #X floatatom 318 197 5 2 150 0 - - -; #X text 366 195 size: n (n>=2); #X text 51 32 min_n return the minimum from the last n (n>1) values ; #X msg 85 120 1; #X msg 118 120 0.5; #X obj 40 271 timeroll; #X obj 246 271 timeroll; #X obj 43 75 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 10 -262130 -1 -1 0 1; #X floatatom 48 96 5 0 0 0 - - -; #X obj 5 2 cnv 15 450 20 empty empty min_n 2 11 1 18 -233017 -66577 0; #X obj 246 219 min_n 20; #N canvas 465 111 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 GPL v2; #X text 12 105 OUTLET_0 float; #X text 12 125 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 5 KEYWORDS control abstraction conversion; #X text 12 65 INLET_0 float; #X text 12 45 DESCRIPTION return the minimum from the last n (n>1) values; #X text 12 85 INLET_1 float; #X restore 478 457 pd META; #X connect 1 0 9 0; #X connect 1 1 14 0; #X connect 2 0 1 0; #X connect 4 0 14 1; #X connect 7 0 1 0; #X connect 8 0 1 0; #X connect 11 0 12 0; #X connect 11 0 1 0; #X connect 14 0 3 0; #X connect 14 0 10 0;
#N canvas 1 53 534 486 10; #X text 41 58 data; #X obj 40 155 t f f; #X msg 57 120 0; #X floatatom 271 249 5 0 0 0 - - -; #X floatatom 318 197 5 2 150 0 - - -; #X text 366 195 size: n (n>=2); #X text 51 32 min_n return the minimum from the last n (n>1) values ; #X msg 85 120 1; #X msg 118 120 0.5; #X obj 40 271 timeroll; #X obj 246 271 timeroll; #X obj 43 75 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 10 -262130 -1 -1 0 1; #X floatatom 48 96 5 0 0 0 - - -; #X obj 246 219 min_n 20; #X connect 1 0 9 0; #X connect 1 1 14 0; #X connect 2 0 1 0; #X connect 4 0 14 1; #X connect 7 0 1 0; #X connect 8 0 1 0; #X connect 11 0 12 0; #X connect 11 0 1 0; #X connect 14 0 3 0; #X connect 14 0 10 0;
36
control abstraction conversion
return the minimum from the last n (n>1) values
create a purr-data patch that matches the following description and keywords.
Description: return the minimum from the last n (n>1) values, Keywords: control abstraction conversion
basedir-help.pd
externals\moonlib\basedir-help.pd
#N canvas 0 31 430 247 10; #X obj 0 0 cnv 8 100 60 empty empty basedir 20 20 1 18 -262144 -1109 0; #X text 7 221 (c) Moonix: Antoine Rousseau 2003; #X text 135 12 basename/dirname functions; #X obj 124 102 basedir; #X obj 124 136 unpack s s; #X symbolatom 124 158 0 0 0 0 - - -; #X symbolatom 189 158 0 0 0 0 - - -; #X msg 124 62 symbol /usr/local/bin/pd; #X obj 124 42 loadbang; #X text 108 175 basename; #X text 212 175 dirname; #N canvas 380 146 494 344 META 0; #X text 12 25 LICENSE GPL v2; #X text 12 65 INLET_0 symbol; #X text 12 105 AUTHOR Antoine Rousseau; #X text 12 125 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 5 KEYWORDS control symbol_op filesystem; #X text 12 45 DESCRIPTION basename/dirname functions; #X text 12 85 OUTLET_0 list; #X restore 373 217 pd META; #X connect 3 0 4 0; #X connect 4 0 5 0; #X connect 4 1 6 0; #X connect 7 0 3 0; #X connect 8 0 7 0;
#N canvas 0 31 430 247 10; #X text 7 221 (c) Moonix: Antoine Rousseau 2003; #X text 135 12 basename/dirname functions; #X obj 124 102 basedir; #X obj 124 136 unpack s s; #X symbolatom 124 158 0 0 0 0 - - -; #X symbolatom 189 158 0 0 0 0 - - -; #X msg 124 62 symbol /usr/local/bin/pd; #X obj 124 42 loadbang; #X text 108 175 basename; #X text 212 175 dirname; #X connect 3 0 4 0; #X connect 4 0 5 0; #X connect 4 1 6 0; #X connect 7 0 3 0; #X connect 8 0 7 0;
26
control symbol_op filesystem
basename/dirname functions
create a purr-data patch that matches the following description and keywords.
Description: basename/dirname functions, Keywords: control symbol_op filesystem
list2lists-help.pd
externals\zexy\reference\list2lists-help.pd
#N canvas 0 31 597 383 10; #X text 497 29 part of zexy; #X obj 63 13 list2lists; #X text 136 13 - split a list into sublists; #X obj 88 220 print sublists; #X obj 88 175 list2lists; #X msg 88 83 1 2 3 4 5 6 7 8 9 10; #X text 232 153 an array of lengths of the sublists; #X text 226 84 a list to be split; #X text 186 214 outputs a number of sublists each having the length as specified to the object.; #X text 91 266 if the total length of the sublists exceeds the length of the input list \, the rest of the sublists is discarded; #X msg 143 153 4 3 0 0 -1 -2; #X text 94 293 zero-length sublists are "bangs"; #X text 77 351 see also; #X obj 150 350 repack; #X text 206 351 fixed sized sublists; #N canvas 460 154 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 GPL v2; #X text 12 105 OUTLET_0 list; #X text 12 125 AUTHOR IOhannes m zmoelnig; #X text 12 5 KEYWORDS control conversion list_op; #X text 12 45 DESCRIPTION split a list into sublists; #X text 12 65 INLET_0 list; #X text 12 85 INLET_1 list; #X restore 541 357 pd META; #X connect 4 0 3 0; #X connect 5 0 4 0; #X connect 10 0 4 1;
#N canvas 0 31 597 383 10; #X text 497 29 part of zexy; #X obj 63 13 list2lists; #X text 136 13 - split a list into sublists; #X obj 88 220 print sublists; #X obj 88 175 list2lists; #X msg 88 83 1 2 3 4 5 6 7 8 9 10; #X text 232 153 an array of lengths of the sublists; #X text 226 84 a list to be split; #X text 186 214 outputs a number of sublists each having the length as specified to the object.; #X text 91 266 if the total length of the sublists exceeds the length of the input list \, the rest of the sublists is discarded; #X msg 143 153 4 3 0 0 -1 -2; #X text 94 293 zero-length sublists are "bangs"; #X text 77 351 see also; #X obj 150 350 repack; #X text 206 351 fixed sized sublists; #X connect 4 0 3 0; #X connect 5 0 4 0; #X connect 10 0 4 1;
29
control conversion list_op
split a list into sublists
create a purr-data patch that matches the following description and keywords.
Description: split a list into sublists, Keywords: control conversion list_op
prob-help.pd
externals\mjlib\prob-help.pd
#N canvas 1 53 473 505 12; #X obj 235 384 prob; #C restore; #X obj 235 448 bng 15 250 50 0 empty empty empty 20 8 0 8 -262144 -1 -1; #X msg 134 317 start; #X msg 192 304 stop; #X floatatom 249 276 5 0 0 0 - - -; #X floatatom 294 348 5 0 1 0 - - -; #X text 221 254 time interval; #X text 271 314 probability; #X text 260 330 between 0 and 1; #X text 25 15 prob; #X text 25 36 by mark williamson; #X text 23 56 ([email protected]); #X text 26 84 prob is designed to generate a random event with a given probability at a given interval. Every clock tick (set by time) it generates a random number and compares it against the probability to see if an event should occur. If so a bang is output at the outlet. ; #X text 25 174 The probability is set as a value between 0 and 1 Time is measured in milliseconds. The messages start and stop - start and stop events being generated. The prob object can also be started with a bang.; #X obj 103 350 bng 15 250 50 0 empty empty empty 20 8 0 8 -262144 -1 -1; #X text 64 372 bang has the; #X text 64 389 same effect; #X text 64 405 as start; #N canvas 465 191 494 344 META 0; #X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 135 AUTHOR Mark Williamson <[email protected]>; #X text 12 45 DESCRIPTION designed to generate a random event with a given probability at a given interval; #X text 12 75 INLET_0 bang start stop; #X text 12 95 OUTLET_0 bang; #X text 12 115 OUTLET_1; #X text 12 5 KEYWORDS control random needs_work (OUTLET_1?); #X restore 402 477 pd META; #X connect 0 0 1 0; #X connect 2 0 0 0; #X connect 3 0 0 0; #X connect 14 0 0 0;
#N canvas 1 53 473 505 12; #X obj 235 384 prob; #C restore; #X obj 235 448 bng 15 250 50 0 empty empty empty 20 8 0 8 -262144 -1 -1; #X msg 134 317 start; #X msg 192 304 stop; #X floatatom 249 276 5 0 0 0 - - -; #X floatatom 294 348 5 0 1 0 - - -; #X text 221 254 time interval; #X text 271 314 probability; #X text 260 330 between 0 and 1; #X text 25 15 prob; #X text 25 36 by mark williamson; #X text 23 56 ([email protected]); #X text 26 84 prob is designed to generate a random event with a given probability at a given interval. Every clock tick (set by time) it generates a random number and compares it against the probability to see if an event should occur. If so a bang is output at the outlet. ; #X text 25 174 The probability is set as a value between 0 and 1 Time is measured in milliseconds. The messages start and stop - start and stop events being generated. The prob object can also be started with a bang.; #X obj 103 350 bng 15 250 50 0 empty empty empty 20 8 0 8 -262144 -1 -1; #X text 64 372 bang has the; #X text 64 389 same effect; #X text 64 405 as start; #X connect 0 0 1 0; #X connect 2 0 0 0; #X connect 3 0 0 0; #X connect 14 0 0 0;
34
control random needs_work (OUTLET_1?)
designed to generate a random event with a given probability at a given interval
create a purr-data patch that matches the following description and keywords.
Description: designed to generate a random event with a given probability at a given interval, Keywords: control random needs_work (OUTLET_1?)
serialize-help.pd
externals\cxc\serialize-help.pd
#N canvas 0 31 336 215 10; #X obj 34 141 print; #X floatatom 34 69 0 0 0 0 - - -; #X text 30 195 (C) 2000 Guenter Geiger; #X text 30 39 serialize ... turn a stream of floats into a list; #X obj 33 107 serialize 4; #X floatatom 105 82 5 0 0 0 - - -; #N canvas 176 129 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 5 KEYWORDS control conversion list_op; #X text 12 45 DESCRIPTION serialize... turn a stream of floats into a list; #X text 12 65 INLET_0 float; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 list; #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR [email protected]; #X restore 287 194 pd META; #X connect 1 0 4 0; #X connect 4 0 0 0; #X connect 5 0 4 1;
#N canvas 0 31 336 215 10; #X obj 34 141 print; #X floatatom 34 69 0 0 0 0 - - -; #X text 30 195 (C) 2000 Guenter Geiger; #X text 30 39 serialize ... turn a stream of floats into a list; #X obj 33 107 serialize 4; #X floatatom 105 82 5 0 0 0 - - -; #X connect 1 0 4 0; #X connect 4 0 0 0; #X connect 5 0 4 1;
20
control conversion list_op
serialize... turn a stream of floats into a list
create a purr-data patch that matches the following description and keywords.
Description: serialize... turn a stream of floats into a list, Keywords: control conversion list_op
ramp~-help.pd
externals\creb\doc\ramp~-help.pd
#N canvas 0 26 450 300 10; #X obj 29 19 ramp~; #X obj 153 21 blockramp~; #N canvas 107 51 494 364 META 0; #X text 12 5 ALIAS blockramp~; #X text 12 95 INLET_0 bang; #X text 12 75 DESCRIPTION retriggerable counter for dsp signals; #X text 12 135 LIBRARY external creb; #X text 12 115 OUTLET_0 signal; #X text 12 175 HELP_PATCH_AUTHORS Jonathan Wilkes for PDDP.; #X text 12 25 KEYWORDS signal conversion ramp block_oriented needs_work (example patch); #X text 12 55 LICENSE GPL v2; #X text 12 155 AUTHOR Tom Schouten <[email protected]>; #X restore 395 276 pd META; #X text 95 121 needs an example;
#N canvas 0 26 450 300 10; #X obj 29 19 ramp~; #X obj 153 21 blockramp~; #X text 95 121 needs an example;
15
signal conversion ramp block_oriented needs_work (example patch)
retriggerable counter for dsp signals
create a purr-data patch that matches the following description and keywords.
Description: retriggerable counter for dsp signals, Keywords: signal conversion ramp block_oriented needs_work (example patch)
f2char-help.pd
externals\moonlib\f2char-help.pd
#N canvas 0 31 430 247 10; #X obj 0 0 cnv 8 100 60 empty empty char2f_f2char 10 20 1 18 -262144 -1109 0; #X text 7 221 (c) Moonix: Antoine Rousseau 2003; #X text 160 14 ascii utilities; #X obj 131 115 char2f; #X floatatom 131 136 5 0 0 0 - - -; #X msg 131 69 symbol A; #X obj 131 173 f2char; #X symbolatom 131 194 2 0 0 0 - - -; #X obj 131 49 loadbang; #X msg 216 70 symbol a; #N canvas 380 146 494 344 META 0; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Antoine Rousseau; #X text 12 125 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 5 KEYWORDS control conversion symbol_op; #X text 12 45 DESCRIPTION ascii utility; #X text 12 65 INLET_0 float; #X text 12 85 OUTLET_0 symbol; #X restore 373 217 pd META; #X connect 3 0 4 0; #X connect 4 0 6 0; #X connect 5 0 3 0; #X connect 6 0 7 0; #X connect 8 0 5 0; #X connect 9 0 3 0;
#N canvas 0 31 430 247 10; #X text 7 221 (c) Moonix: Antoine Rousseau 2003; #X text 160 14 ascii utilities; #X obj 131 115 char2f; #X floatatom 131 136 5 0 0 0 - - -; #X msg 131 69 symbol A; #X obj 131 173 f2char; #X symbolatom 131 194 2 0 0 0 - - -; #X obj 131 49 loadbang; #X msg 216 70 symbol a; #X connect 3 0 4 0; #X connect 4 0 6 0; #X connect 5 0 3 0; #X connect 6 0 7 0; #X connect 8 0 5 0; #X connect 9 0 3 0;
26
control conversion symbol_op
ascii utility
create a purr-data patch that matches the following description and keywords.
Description: ascii utility, Keywords: control conversion symbol_op
relativepath-help.pd
externals\moonlib\relativepath-help.pd
#N canvas 0 31 535 379 10; #X text 17 352 (c) Antoine Rousseau 2004; #X obj 33 108 absolutepath; #X symbolatom 33 131 0 0 0 0 - - -; #X msg 33 51 symbol absolutepath.pd; #X obj 33 220 relativepath; #X symbolatom 33 245 0 0 0 0 - - -; #X text 14 6 absolutepath / relativepath : use filenames relatively to the patch's path.; #N canvas 380 146 494 344 META 0; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control patchfile_op; #X text 12 65 INLET_0 symbol; #X text 12 85 OUTLET_0 symbol; #X text 12 105 AUTHOR Antoine Rousseau; #X text 12 125 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 45 DESCRIPTION use filename relatively to the patch's path ; #X restore 475 348 pd META; #X connect 1 0 2 0; #X connect 2 0 4 0; #X connect 3 0 1 0; #X connect 4 0 5 0;
#N canvas 0 31 535 379 10; #X text 17 352 (c) Antoine Rousseau 2004; #X obj 33 108 absolutepath; #X symbolatom 33 131 0 0 0 0 - - -; #X msg 33 51 symbol absolutepath.pd; #X obj 33 220 relativepath; #X symbolatom 33 245 0 0 0 0 - - -; #X text 14 6 absolutepath / relativepath : use filenames relatively to the patch's path.; #X connect 1 0 2 0; #X connect 2 0 4 0; #X connect 3 0 1 0; #X connect 4 0 5 0;
21
control patchfile_op
use filename relatively to the patch's path
create a purr-data patch that matches the following description and keywords.
Description: use filename relatively to the patch's path, Keywords: control patchfile_op
rewrap-help.pd
externals\maxlib\rewrap-help.pd
#N canvas 0 26 483 404 12; #X floatatom 27 304 8 0 0 0 - - -; #X floatatom 27 73 5 0 0 0 - - -; #X text 202 47 written by <[email protected]>; #X floatatom 60 133 5 0 0 0 - - -; #X floatatom 94 158 5 0 0 0 - - -; #X text 84 71 input value; #X text 57 102 creation arguments can be changed dynamically:; #X text 35 341 creation arguments:; #X text 115 132 lower limit; #X text 146 157 upper limit; #X floatatom 110 276 5 0 0 0 - - -; #X text 36 358 wrap <lower limit> <upper limit>; #X obj 27 249 rewrap 6 40; #X text 200 27 into a range; #X text 169 275 wrap period; #X text 107 305 output; #X text 122 11 rewrap :: wraps floats back and forth; #N canvas 293 158 494 344 META 0; #X text 12 185 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 165 AUTHOR Olaf Matthes <[email protected]>; #X text 12 45 DESCRIPTION wraps floats back and forth into a range ; #X text 12 5 KEYWORDS control; #X text 12 65 INLET_0 float; #X text 12 85 INLET_1 float; #X text 12 105 INLET_2 float; #X text 12 125 OUTLET_0 float; #X text 12 145 OUTLET_1 float; #X restore 413 364 pd META; #X connect 1 0 12 0; #X connect 3 0 12 1; #X connect 4 0 12 2; #X connect 12 0 0 0; #X connect 12 1 10 0;
#N canvas 0 26 483 404 12; #X floatatom 27 304 8 0 0 0 - - -; #X floatatom 27 73 5 0 0 0 - - -; #X text 202 47 written by <[email protected]>; #X floatatom 60 133 5 0 0 0 - - -; #X floatatom 94 158 5 0 0 0 - - -; #X text 84 71 input value; #X text 57 102 creation arguments can be changed dynamically:; #X text 35 341 creation arguments:; #X text 115 132 lower limit; #X text 146 157 upper limit; #X floatatom 110 276 5 0 0 0 - - -; #X text 36 358 wrap <lower limit> <upper limit>; #X obj 27 249 rewrap 6 40; #X text 200 27 into a range; #X text 169 275 wrap period; #X text 107 305 output; #X text 122 11 rewrap :: wraps floats back and forth; #X connect 1 0 12 0; #X connect 3 0 12 1; #X connect 4 0 12 2; #X connect 12 0 0 0; #X connect 12 1 10 0;
35
control
wraps floats back and forth into a range
create a purr-data patch that matches the following description and keywords.
Description: wraps floats back and forth into a range, Keywords: control
bytemask-help.pd
externals\mapping\bytemask-help.pd
#N canvas 2 82 462 312 10; #X obj 156 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 173 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 190 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 207 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 224 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 241 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 258 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 275 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X floatatom 195 171 5 0 0 0 - - -; #X text 108 34 generate a bitmask byte from 8 inlets; #X text 204 247 set also: [debytemask]; #X obj 195 135 bytemask; #N canvas 464 140 494 344 META 0; #X text 12 265 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 85 INLET_1 float; #X text 12 225 OUTLET_0 float; #X text 12 245 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 65 INLET_0 float; #X text 12 45 DESCRIPTION generate a bitmask byte from 8 inlets; #X text 12 105 INLET_2 float; #X text 12 125 INLET_3 float; #X text 12 145 INLET_4 float; #X text 12 165 INLET_5 float; #X text 12 185 INLET_6 float; #X text 12 205 INLET_7 float; #X text 12 5 KEYWORDS control abstraction; #X restore 407 284 pd META; #X connect 0 0 11 0; #X connect 1 0 11 1; #X connect 2 0 11 2; #X connect 3 0 11 3; #X connect 4 0 11 4; #X connect 5 0 11 5; #X connect 6 0 11 6; #X connect 7 0 11 7; #X connect 11 0 8 0;
#N canvas 2 82 462 312 10; #X obj 156 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 173 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 190 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 207 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 224 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 241 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 258 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 275 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X floatatom 195 171 5 0 0 0 - - -; #X text 108 34 generate a bitmask byte from 8 inlets; #X text 204 247 set also: [debytemask]; #X obj 195 135 bytemask; #X connect 0 0 11 0; #X connect 1 0 11 1; #X connect 2 0 11 2; #X connect 3 0 11 3; #X connect 4 0 11 4; #X connect 5 0 11 5; #X connect 6 0 11 6; #X connect 7 0 11 7; #X connect 11 0 8 0;
38
control abstraction
generate a bitmask byte from 8 inlets
create a purr-data patch that matches the following description and keywords.
Description: generate a bitmask byte from 8 inlets, Keywords: control abstraction
listto-help.pd
externals\mapping\listto-help.pd
#N canvas 1 53 469 354 10; #X obj 60 211 listto; #X msg 60 92 1 2 3 4; #X obj 60 276 print list; #X obj 97 236 print end; #X text 45 49 separate a list into a stream of atoms; #X text 166 237 outputs a bang at the end of the list; #X msg 75 113 list uno dos tres quatro; #X msg 75 168 one two three four; #X text 191 168 must be a "list" \, so this doesn't work; #X obj 5 2 cnv 15 450 20 empty empty listto 2 11 1 18 -233017 -66577 0; #N canvas 464 140 494 344 META 0; #X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 135 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 45 DESCRIPTION return the amplitude covered by the last n (n>1) values; #X text 12 5 KEYWORDS control abstraction list_op; #X text 12 75 INLET_0 anything; #X text 12 95 INLET_1 float symbol pointer; #X text 12 115 OUTLET_0 bang; #X restore 410 324 pd META; #X connect 0 0 2 0; #X connect 0 1 3 0; #X connect 1 0 0 0; #X connect 6 0 0 0; #X connect 7 0 0 0;
#N canvas 1 53 469 354 10; #X obj 60 211 listto; #X msg 60 92 1 2 3 4; #X obj 60 276 print list; #X obj 97 236 print end; #X text 45 49 separate a list into a stream of atoms; #X text 166 237 outputs a bang at the end of the list; #X msg 75 113 list uno dos tres quatro; #X msg 75 168 one two three four; #X text 191 168 must be a "list" \, so this doesn't work; #X connect 0 0 2 0; #X connect 0 1 3 0; #X connect 1 0 0 0; #X connect 6 0 0 0; #X connect 7 0 0 0;
26
control abstraction list_op
return the amplitude covered by the last n (n>1) values
create a purr-data patch that matches the following description and keywords.
Description: return the amplitude covered by the last n (n>1) values, Keywords: control abstraction list_op
piperead~-help.pd
externals\ext13\piperead~-help.pd
#N canvas 0 31 450 363 10; #X msg 102 140 1; #X msg 81 90 0; #X obj 226 21 loadbang; #X msg 226 47 \; pd dsp 1; #X obj 63 67 osc~ 440; #X msg 94 117 open /usr/local/pd/ext13/doc/pipein.wav; #X obj 246 231 dac~; #X obj 63 179 pipewrite~ 2; #X obj 142 65 osc~ 480; #X obj 224 192 piperead~ 2; #X msg 165 140 open /usr/local/pd/ext13/doc/pipein.wav; #X msg 227 164 1; #X msg 261 166 0; #X text 26 256 pipewrite/read: argument: number of channels you can create a pipe/fifo from within a shell with mknod pipename p and use this construct to send signals to another program/process. useful if you run more than one pd or mpeg-players \, ...; #N canvas 460 146 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 105 AUTHOR [email protected]; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS signal filesystem; #X text 12 45 DESCRIPTION read write to a pipe; #X text 12 65 INLET_0 float open; #X text 12 85 INLET_N signal; #X restore 389 337 pd META; #X connect 0 0 7 0; #X connect 1 0 7 0; #X connect 2 0 3 0; #X connect 4 0 7 0; #X connect 5 0 7 0; #X connect 8 0 7 1; #X connect 9 0 6 0; #X connect 9 1 6 1; #X connect 10 0 9 0; #X connect 11 0 9 0; #X connect 12 0 9 0;
#N canvas 0 31 450 363 10; #X msg 102 140 1; #X msg 81 90 0; #X obj 226 21 loadbang; #X msg 226 47 \; pd dsp 1; #X obj 63 67 osc~ 440; #X msg 94 117 open /usr/local/pd/ext13/doc/pipein.wav; #X obj 246 231 dac~; #X obj 63 179 pipewrite~ 2; #X obj 142 65 osc~ 480; #X obj 224 192 piperead~ 2; #X msg 165 140 open /usr/local/pd/ext13/doc/pipein.wav; #X msg 227 164 1; #X msg 261 166 0; #X text 26 256 pipewrite/read: argument: number of channels you can create a pipe/fifo from within a shell with mknod pipename p and use this construct to send signals to another program/process. useful if you run more than one pd or mpeg-players \, ...; #X connect 0 0 7 0; #X connect 1 0 7 0; #X connect 2 0 3 0; #X connect 4 0 7 0; #X connect 5 0 7 0; #X connect 8 0 7 1; #X connect 9 0 6 0; #X connect 9 1 6 1; #X connect 10 0 9 0; #X connect 11 0 9 0; #X connect 12 0 9 0;
35
signal filesystem
read write to a pipe
create a purr-data patch that matches the following description and keywords.
Description: read write to a pipe, Keywords: signal filesystem
C06.signal.to.control.pd
pd\doc\3.audio.examples\C06.signal.to.control.pd
#N canvas 434 220 448 265 10; #N canvas 0 0 269 179 metro 0; #X obj 88 39 loadbang; #X msg 87 65 1; #X obj 87 128 outlet; #X obj 87 96 metro 100; #X msg 178 70 \; pd dsp 1; #X connect 0 0 1 0; #X connect 0 0 4 0; #X connect 1 0 3 0; #X connect 3 0 2 0; #X restore 21 119 pd metro; #X obj 21 175 snapshot~; #X obj 46 145 phasor~ 1; #X floatatom 21 206 5 0 0 0 - - -, f 5; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header converting_signals_to_controls 20 10 1 18 -261139 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X text 18 38 The [snapshot~] object allows you to convert from signals back to control streams (float messages) -- an opposite of [signal~]. The value output is always the end of the most recently computed audio block \, so that even if you bang it metronomically (as here) it need not give you samples that are exactly evenly spaced.; #X obj 1 243 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 44 246 494 284 META 0; #X text 12 105 WEBSITE http://crca.ucsd.edu/~msp/; #X text 12 85 AUTHOR Miller Puckette; #X text 12 65 LIBRARY PDDP; #X text 12 25 LICENSE SIBSD; #X text 12 125 HELP_PATCH_AUTHORS Updated for release 0.37. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 45 DESCRIPTION converting signals to controls; #X text 12 5 KEYWORDS signal conversion tutorial; #X restore 392 245 pd META; #N canvas 13 202 428 190 References 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261139 -33289 0; #X text 19 37 links:; #X text 7 2 signals to controls- Related Help Documents; #X restore 103 245 pd References; #X obj 6 245 pddp/pddplink ../5.reference/pddp/help.pd -text help; #X connect 0 0 1 0; #X connect 1 0 3 0; #X connect 2 0 1 0;
#N canvas 434 220 448 265 10; #X obj 21 175 snapshot~; #X obj 46 145 phasor~ 1; #X floatatom 21 206 5 0 0 0 - - -, f 5; #X text 18 38 The [snapshot~] object allows you to convert from signals back to control streams (float messages) -- an opposite of [signal~]. The value output is always the end of the most recently computed audio block \, so that even if you bang it metronomically (as here) it need not give you samples that are exactly evenly spaced.; #X connect 0 0 1 0; #X connect 1 0 3 0; #X connect 2 0 1 0;
37
signal conversion tutorial
converting signals to controls
create a purr-data patch that matches the following description and keywords.
Description: converting signals to controls, Keywords: signal conversion tutorial
fmod-help.pd
externals\creb\doc\fmod-help.pd
#N canvas 0 26 418 289 10; #X text 175 90 floating point version of; #X text 361 91 [mod]; #N canvas 45 93 494 329 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 85 INLET_1 float; #X text 12 45 DESCRIPTION floating point version of [mod]; #X text 12 65 INLET_0 float; #X text 12 105 OUTLET_0 float; #X text 12 5 KEYWORDS control needs_work (example patch); #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR Tom Schouten <[email protected]>; #X restore 368 267 pd META; #X obj 67 87 fmod;
#N canvas 0 26 418 289 10; #X text 175 90 floating point version of; #X text 361 91 [mod]; #X obj 67 87 fmod;
14
control needs_work (example patch)
floating point version of [mod]
create a purr-data patch that matches the following description and keywords.
Description: floating point version of [mod], Keywords: control needs_work (example patch)
float2ascii-help.pd
externals\hcs\float2ascii-help.pd
#N canvas 0 26 392 273 10; #X obj 123 128 float2ascii; #X obj 126 71 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X symbolatom 123 188 10 0 0 0 - - -; #X floatatom 135 100 5 0 0 0 - - -; #N canvas 280 175 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 GPL v3; #X text 12 105 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control conversion; #X text 12 65 INLET_0 float; #X text 12 85 OUTLET_0 symbol; #X text 12 45 DESCRIPTION convert a float to ASCII; #X restore 342 252 pd META; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 1 0 3 0;
#N canvas 0 26 392 273 10; #X obj 123 128 float2ascii; #X obj 126 71 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X symbolatom 123 188 10 0 0 0 - - -; #X floatatom 135 100 5 0 0 0 - - -; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 1 0 3 0;
17
control conversion
convert a float to ASCII
create a purr-data patch that matches the following description and keywords.
Description: convert a float to ASCII, Keywords: control conversion
pi-help.pd
externals\hcs\pi-help.pd
#N canvas 0 26 466 232 10; #X obj 5 2 cnv 15 450 20 empty empty pi 2 11 1 18 -233017 -66577 0 ; #X msg 422 3 pddp; #X obj 142 149 pi; #X floatatom 142 192 11 0 0 0 - - -; #X msg 142 106 bang; #X text 32 51 The value of pi as accurate as Pd can manage:; #N canvas 280 175 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 GPL v3; #X text 12 105 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control trigonometry; #X text 12 45 DESCRIPTION value of pi as accurately as Pd can manage ; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_0 float; #X restore 417 211 pd META; #X connect 2 0 3 0; #X connect 4 0 2 0;
#N canvas 0 26 466 232 10; #X msg 422 3 pddp; #X obj 142 149 pi; #X floatatom 142 192 11 0 0 0 - - -; #X msg 142 106 bang; #X text 32 51 The value of pi as accurate as Pd can manage:; #X connect 2 0 3 0; #X connect 4 0 2 0;
18
control trigonometry
value of pi as accurately as Pd can manage
create a purr-data patch that matches the following description and keywords.
Description: value of pi as accurately as Pd can manage, Keywords: control trigonometry
5.loadbang.pd
pd\doc\manuals\pd-msg\1.msg_and_patch\5.loadbang.pd
#N canvas 95 75 845 545 10; #X msg 39 266 loadbang; #X obj 62 152 loadbang; #X msg 62 178 1; #X floatatom 62 204 0 0 0 0 - - -; #X obj 29 123 random 127; #X msg 29 98 bang; #X text 23 12 The loadbang message; #X text 81 98 <= click here first; #X text 118 264 <= then click here; #X obj 39 292 s pd-5.loadbang.pd; #X msg 375 442 loadbang; #X msg 450 442 clear; #N canvas 448 72 536 411 \$0-dynamic 0; #X restore 642 443 pd \$0-dynamic; #X obj 328 479 s pd-\$0-dynamic; #X text 23 37 Sending a message "loadbang" to a subpatch or abstraction receiver will fire all loadbangs in that (sub-)patch.; #X msg 328 302 clear \, obj 131 117 lb-abs \, msg 131 153 10 \, obj 113 178 + \, obj 113 65 loadbang \, msg 113 88 10 \, floatatom 113 209 5 0 0 0 - - - \, msg 245 154 10 \, obj 227 179 + \, msg 227 89 10 \, floatatom 227 210 5 0 0 0 - - - \, obj 227 66 lb-abs \, obj 245 118 loadbang \, connect 0 0 1 0 \, connect 1 0 2 1 \, connect 2 0 5 0 \, connect 3 0 4 0 \, connect 4 0 2 0 \, connect 6 0 7 1 \, connect 7 0 9 0 \, connect 8 0 7 0 \, connect 10 0 8 0 \, connect 11 0 6 0 ; #X text 325 87 A "loadbang" message is important \, if you create instances of abstractions dynamically \, that have loadbangs inside. These loadbangs DO NOT FIRE AUTOMATICALLY in dynamically created abstractions!; #X text 324 148 Loadbangs in abstractions normally fire before loadbangs in the surrounding patch and their loadbangs may propagate to the abstraction's outlet. But with dynamic patching \, outlets are not yet connected when the object has been created \, which would make such loadbangs useless.; #X text 327 222 So in the case of dynamic patching \, you're supposed to know when you're finished "instantiating" \, and then call "loadbang" by yourself by sending a "loadbang" message at the appropriate time. ; #N canvas 458 158 494 396 META 0; #X text 12 95 HELP_PATCH_AUTHORS Damien Henry. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 64 DESCRIPTION how to fire a loadbang inside a dynamically instantiating abstraction; #X text 12 42 LICENSE public domain; #X text 12 5 KEYWORDS control canvas_op nonlocal dynamic_patching tutorial ; #X restore 782 518 pd META; #X connect 0 0 9 0; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 4 0 3 0; #X connect 5 0 4 0; #X connect 10 0 13 0; #X connect 11 0 13 0; #X connect 15 0 13 0;
#N canvas 95 75 845 545 10; #X msg 39 266 loadbang; #X obj 62 152 loadbang; #X msg 62 178 1; #X floatatom 62 204 0 0 0 0 - - -; #X obj 29 123 random 127; #X msg 29 98 bang; #X text 23 12 The loadbang message; #X text 81 98 <= click here first; #X text 118 264 <= then click here; #X obj 39 292 s pd-5.loadbang.pd; #X msg 375 442 loadbang; #X msg 450 442 clear; #X obj 328 479 s pd-\$0-dynamic; #X text 23 37 Sending a message "loadbang" to a subpatch or abstraction receiver will fire all loadbangs in that (sub-)patch.; #X msg 328 302 clear \, obj 131 117 lb-abs \, msg 131 153 10 \, obj 113 178 + \, obj 113 65 loadbang \, msg 113 88 10 \, floatatom 113 209 5 0 0 0 - - - \, msg 245 154 10 \, obj 227 179 + \, msg 227 89 10 \, floatatom 227 210 5 0 0 0 - - - \, obj 227 66 lb-abs \, obj 245 118 loadbang \, connect 0 0 1 0 \, connect 1 0 2 1 \, connect 2 0 5 0 \, connect 3 0 4 0 \, connect 4 0 2 0 \, connect 6 0 7 1 \, connect 7 0 9 0 \, connect 8 0 7 0 \, connect 10 0 8 0 \, connect 11 0 6 0 ; #X text 325 87 A "loadbang" message is important \, if you create instances of abstractions dynamically \, that have loadbangs inside. These loadbangs DO NOT FIRE AUTOMATICALLY in dynamically created abstractions!; #X text 324 148 Loadbangs in abstractions normally fire before loadbangs in the surrounding patch and their loadbangs may propagate to the abstraction's outlet. But with dynamic patching \, outlets are not yet connected when the object has been created \, which would make such loadbangs useless.; #X text 327 222 So in the case of dynamic patching \, you're supposed to know when you're finished "instantiating" \, and then call "loadbang" by yourself by sending a "loadbang" message at the appropriate time. ; #X connect 0 0 9 0; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 4 0 3 0; #X connect 5 0 4 0; #X connect 10 0 13 0; #X connect 11 0 13 0; #X connect 15 0 13 0;
35
control canvas_op nonlocal dynamic_patching tutorial
how to fire a loadbang inside a dynamically instantiating abstraction
create a purr-data patch that matches the following description and keywords.
Description: how to fire a loadbang inside a dynamically instantiating abstraction, Keywords: control canvas_op nonlocal dynamic_patching tutorial