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
ascii2int-help.pd
externals\hcs\ascii2int-help.pd
#N canvas 0 26 462 276 10; #X floatatom 253 143 5 0 0 0 - - -; #X obj 241 191 ascii2int; #X msg 305 168 bang; #X msg 192 168 bang; #X text 20 169 output current value -2; #X text 343 168 <-- reset; #X floatatom 241 220 0 0 0 0 - - -; #X obj 241 117 int; #X text 38 28 convert a stream of ASCII digits to a single int value ; #X msg 242 63 49 52 57 32; #X msg 138 63 53 56 49 50 1; #X obj 241 240 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 241 95 zexy/drip 500; #N canvas 404 246 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 v3; #X text 12 115 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control conversion abstraction; #X text 12 45 DESCRIPTION convert a stream of ASCII digits to a single int value; #X text 12 75 INLET_0 float; #X text 12 95 OUTLET_0 float; #X restore 412 256 pd META; #X connect 1 0 6 0; #X connect 2 0 1 1; #X connect 3 0 1 0; #X connect 6 0 11 0; #X connect 7 0 0 0; #X connect 7 0 1 0; #X connect 9 0 12 0; #X connect 10 0 12 0; #X connect 12 0 7 0;
#N canvas 0 26 462 276 10; #X floatatom 253 143 5 0 0 0 - - -; #X obj 241 191 ascii2int; #X msg 305 168 bang; #X msg 192 168 bang; #X text 20 169 output current value -2; #X text 343 168 <-- reset; #X floatatom 241 220 0 0 0 0 - - -; #X obj 241 117 int; #X text 38 28 convert a stream of ASCII digits to a single int value ; #X msg 242 63 49 52 57 32; #X msg 138 63 53 56 49 50 1; #X obj 241 240 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 241 95 zexy/drip 500; #X connect 1 0 6 0; #X connect 2 0 1 1; #X connect 3 0 1 0; #X connect 6 0 11 0; #X connect 7 0 0 0; #X connect 7 0 1 0; #X connect 9 0 12 0; #X connect 10 0 12 0; #X connect 12 0 7 0;
32
control conversion abstraction
convert a stream of ASCII digits to a single int value
create a purr-data patch that matches the following description and keywords.
Description: convert a stream of ASCII digits to a single int value, Keywords: control conversion abstraction
A01.sinewave.pd
pd\doc\3.audio.examples\A01.sinewave.pd
#N canvas 434 81 448 475 10; #X obj 95 99 osc~ 440; #X obj 95 158 dac~; #X text 162 99 <-- 440 Hz. sine wave at full blast; #X obj 95 128 *~ 0.05; #X text 19 181 Audio computation can be turned on and off by sending messages to the global "pd" object as follows:; #X msg 85 217 \; pd dsp 1; #X msg 189 217 \; pd dsp 0; #X text 100 254 ON; #X text 209 254 OFF; #X text 16 275 You should see the Pd window change to reflect whether audio is on or off. You can also turn audio on and off using the "audio" menu \, but the buttons are provided as a shortcut.; #X text 17 336 When DSP is on \, you should hear a tone whose pitch is A 440 and whose amplitude is 0.05. If instead you are greeted with silence \, you might want to read the HTML documentation on setting up audio.; #X text 16 393 In general when you start a work session with Pd \, you will want to choose "test audio and MIDI" from the help window \, which opens a more comprehensive test patch than this one.; #X text 263 224 <-- click these; #X text 162 128 <-- reduce amplitude to 0.05; #X text 19 37 Audio computation in Pd is done using "tilde objects" such as the three below. They use continuous audio streams to intercommunicate \, as well as communicating with other ("control") Pd objects using messages.; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header making_a_sinewave 20 10 1 18 -261139 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X text 162 158 <-- send to the audio output device; #X obj 1 453 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.36. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 45 DESCRIPTION making a sinewave; #X text 12 5 KEYWORDS signal tutorial; #X restore 392 455 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 making a sinewave- Related Help Documents; #X text 19 37 Refer to the manual \, as well as Miller's book.; #X restore 103 455 pd References; #X obj 6 455 pddp/pddplink ../5.reference/pddp/help.pd -text help; #X connect 0 0 3 0; #X connect 3 0 1 0;
#N canvas 434 81 448 475 10; #X obj 95 99 osc~ 440; #X obj 95 158 dac~; #X text 162 99 <-- 440 Hz. sine wave at full blast; #X obj 95 128 *~ 0.05; #X text 19 181 Audio computation can be turned on and off by sending messages to the global "pd" object as follows:; #X msg 85 217 \; pd dsp 1; #X msg 189 217 \; pd dsp 0; #X text 100 254 ON; #X text 209 254 OFF; #X text 16 275 You should see the Pd window change to reflect whether audio is on or off. You can also turn audio on and off using the "audio" menu \, but the buttons are provided as a shortcut.; #X text 17 336 When DSP is on \, you should hear a tone whose pitch is A 440 and whose amplitude is 0.05. If instead you are greeted with silence \, you might want to read the HTML documentation on setting up audio.; #X text 16 393 In general when you start a work session with Pd \, you will want to choose "test audio and MIDI" from the help window \, which opens a more comprehensive test patch than this one.; #X text 263 224 <-- click these; #X text 162 128 <-- reduce amplitude to 0.05; #X text 19 37 Audio computation in Pd is done using "tilde objects" such as the three below. They use continuous audio streams to intercommunicate \, as well as communicating with other ("control") Pd objects using messages.; #X text 162 158 <-- send to the audio output device; #X connect 0 0 3 0; #X connect 3 0 1 0;
37
signal tutorial
making a sinewave
create a purr-data patch that matches the following description and keywords.
Description: making a sinewave, Keywords: signal tutorial
01.PART1.hello.pd
pd\doc\2.control.examples\01.PART1.hello.pd
#N canvas 448 60 448 496 10; #X msg 144 42 hello world; #X obj 144 116 print; #X floatatom 257 42 0 0 0 0 - - -; #X text 141 134 object; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header hello_world 20 10 1 18 -261139 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 474 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 385 143 494 284 META 0; #X text 12 115 WEBSITE http://crca.ucsd.edu/~msp/; #X text 12 95 LIBRARY PDDP; #X text 12 45 LICENSE SIBSD; #X text 12 135 HELP_PATCH_AUTHORS Miller Puckette. Updated for release 0.33. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 65 DESCRIPTION the obligatory first program as in any programming language to print out "Hello World"; #X text 12 25 KEYWORDS control GUI user_input tutorial; #X restore 382 476 pd META; #N canvas 20 281 428 279 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 Hello World- Related Help Documents; #X text 19 37 Help patches and tutorials in Pure Data are themselves little programs called "patches". You can interact with the objects in them and even produce sound and edit the contents. The help patches and tutorials that come with Pd are read-only by default \, so you don't have to worry about changing them.; #X obj 18 247 pddp/pddplink http://lists.puredata.info/listinfo/pd-list ; #X text 18 190 Netiquette guide:; #X obj 18 207 pddp/pddplink http://puredata.info/community/lists/Netiquette ; #X text 18 110 Another "hello world" moment comes when you discover the Pd community that corresponds over the Pure Data user mailing list. You can search for answers to questions on there \, and if you're having a hard time finding info you can always ask questions \, too. See the netiquette page before posting \, though.; #X text 18 230 Pd user mailing list:; #X restore 103 476 pd References; #X obj 6 476 pddp/pddplink ../5.reference/pddp/help.pd -text help; #X text 23 175 There are four types of text objects in Pd: message box \, atom box \, object \, and comment.; #X text 255 59 atom box; #X text 155 58 message box; #X text 23 210 Message boxes respond to mouse clicks by sending their contents to one or more destinations. The usual destination is the "outlet" at the lower left corner of the box.; #X text 74 50 outlet -->; #X text 23 258 Click the message box above and watch the terminal window Pd was started in. You should see the "hello world" message appear. ; #X text 23 305 Atom boxes respond to clicking and dragging up and down with the mouse \, by changing their contents and sending the result out their outlets. You can also click an atom box and then type an atom. Hit "Enter" to output the number or click anywhere else to cancel. ; #X text 23 376 Objects \, like [print] above \, may have all sorts of functions depending on what's typed into them. The [print] object simply prints out every message it receives.; #X text 23 425 To get help on an object \, right-click it then choose "Help" in the popup menu. You should see a "help window" for the object. ; #X connect 0 0 1 0; #X connect 2 0 1 0;
#N canvas 448 60 448 496 10; #X msg 144 42 hello world; #X obj 144 116 print; #X floatatom 257 42 0 0 0 0 - - -; #X text 141 134 object; #X text 23 175 There are four types of text objects in Pd: message box \, atom box \, object \, and comment.; #X text 255 59 atom box; #X text 155 58 message box; #X text 23 210 Message boxes respond to mouse clicks by sending their contents to one or more destinations. The usual destination is the "outlet" at the lower left corner of the box.; #X text 74 50 outlet -->; #X text 23 258 Click the message box above and watch the terminal window Pd was started in. You should see the "hello world" message appear. ; #X text 23 305 Atom boxes respond to clicking and dragging up and down with the mouse \, by changing their contents and sending the result out their outlets. You can also click an atom box and then type an atom. Hit "Enter" to output the number or click anywhere else to cancel. ; #X text 23 376 Objects \, like [print] above \, may have all sorts of functions depending on what's typed into them. The [print] object simply prints out every message it receives.; #X text 23 425 To get help on an object \, right-click it then choose "Help" in the popup menu. You should see a "help window" for the object. ; #X connect 0 0 1 0; #X connect 2 0 1 0;
38
control GUI user_input tutorial
the obligatory first program as in any programming language to print out "Hello World"
create a purr-data patch that matches the following description and keywords.
Description: the obligatory first program as in any programming language to print out "Hello World", Keywords: control GUI user_input tutorial
3.1.motion.pd
pd\doc\manuals\pd-msg\1.msg_and_patch\3.1.motion.pd
#N canvas 300 68 415 490 10; #N canvas 425 18 332 294 testing 1; #X obj 95 11 loadbang; #X msg 95 36 0; #X obj 12 37 random 127; #X floatatom 66 94 0 0 0 0 - - -; #X msg 12 11 bang; #X connect 0 0 1 0; #X connect 1 0 3 0; #X connect 2 0 3 0; #X connect 4 0 2 0; #X restore 119 439 pd testing; #X obj 20 438 s pd-testing; #X obj 89 247 pack f f; #X text 8 54 Start here; #X floatatom 120 185 0 0 0 0 - - -; #X floatatom 89 186 0 0 0 0 - - -; #X obj 100 219 t b f; #X text 7 363 Stop here; #X text 85 154 try this !!!; #X text 9 9 This example will show you how to use the motion msg.; #X msg 89 271 motion \$1 \$2 0; #X msg 20 390 motion 15 15 0 \, editmode 0 \, vis 0; #X msg 20 75 vis 1 \, editmode 1 \, mouse 5 5 0 0 0 \, mouseup 200 200 0; #X msg 20 101 mouse 15 15 0 0 0; #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 simulating mouse motion with messages to a canvas; #X text 12 32 LICENSE public domain; #X text 12 5 KEYWORDS control canvas_op nonlocal dynamic_patching tutorial ; #X restore 364 466 pd META; #X connect 2 0 10 0; #X connect 4 0 6 0; #X connect 5 0 2 0; #X connect 6 0 2 0; #X connect 6 1 2 1; #X connect 10 0 1 0; #X connect 11 0 1 0; #X connect 12 0 1 0; #X connect 13 0 1 0;
#N canvas 300 68 415 490 10; #X obj 20 438 s pd-testing; #X obj 89 247 pack f f; #X text 8 54 Start here; #X floatatom 120 185 0 0 0 0 - - -; #X floatatom 89 186 0 0 0 0 - - -; #X obj 100 219 t b f; #X text 7 363 Stop here; #X text 85 154 try this !!!; #X text 9 9 This example will show you how to use the motion msg.; #X msg 89 271 motion \$1 \$2 0; #X msg 20 390 motion 15 15 0 \, editmode 0 \, vis 0; #X msg 20 75 vis 1 \, editmode 1 \, mouse 5 5 0 0 0 \, mouseup 200 200 0; #X msg 20 101 mouse 15 15 0 0 0; #X connect 2 0 10 0; #X connect 4 0 6 0; #X connect 5 0 2 0; #X connect 6 0 2 0; #X connect 6 1 2 1; #X connect 10 0 1 0; #X connect 11 0 1 0; #X connect 12 0 1 0; #X connect 13 0 1 0;
40
control canvas_op nonlocal dynamic_patching tutorial
simulating mouse motion with messages to a canvas
create a purr-data patch that matches the following description and keywords.
Description: simulating mouse motion with messages to a canvas, Keywords: control canvas_op nonlocal dynamic_patching tutorial
deg2hid-help.pd
externals\hid\deg2hid-help.pd
#N canvas 0 31 483 323 10; #X obj 5 2 cnv 15 450 20 empty empty deg2hid 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 <hans@eds.org> ; #X text 290 159 related objects:; #X obj 323 184 hid/rad2hid; #X floatatom 56 203 7 0 0 1 - - -; #X obj 59 103 hsl 300 15 -720 720 0 0 empty empty degrees 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 82 133 5 0 0 0 - - -; #X text 26 34 This object converts numbers from the [hid] range (0 to 1) to radians (-pi to pi) with the 0's lining up in the same place. ; #X obj 244 184 hid/hid2rad; #X obj 402 184 hid/hid2deg; #X obj 56 168 hid/deg2hid; #N canvas 504 253 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; #X text 12 95 INLET_0 float; #X text 12 115 OUTLET_0 float; #X text 12 135 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION convert numbers from the [hid] range (0 to 1) to radians (-pi to pi) with the 0's lining up in the same place. ; #X text 12 5 KEYWORDS control conversion abstraction; #X restore 427 293 pd META; #X connect 8 0 13 0; #X connect 9 0 13 0; #X connect 13 0 7 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 <hans@eds.org> ; #X text 290 159 related objects:; #X obj 323 184 hid/rad2hid; #X floatatom 56 203 7 0 0 1 - - -; #X obj 59 103 hsl 300 15 -720 720 0 0 empty empty degrees 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 82 133 5 0 0 0 - - -; #X text 26 34 This object converts numbers from the [hid] range (0 to 1) to radians (-pi to pi) with the 0's lining up in the same place. ; #X obj 244 184 hid/hid2rad; #X obj 402 184 hid/hid2deg; #X obj 56 168 hid/deg2hid; #X connect 8 0 13 0; #X connect 9 0 13 0; #X connect 13 0 7 0;
27
control conversion abstraction
convert numbers from the [hid] range (0 to 1) to radians (-pi to pi) with the 0's lining up in the same place.
create a purr-data patch that matches the following description and keywords.
Description: convert numbers from the [hid] range (0 to 1) to radians (-pi to pi) with the 0's lining up in the same place., Keywords: control conversion abstraction
inv-help.pd
externals\creb\doc\inv-help.pd
#N canvas 0 26 450 300 10; #N canvas 331 92 494 307 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 45 DESCRIPTION inverse; #X text 12 65 INLET_0 float; #X text 12 85 OUTLET_0 float; #X text 12 5 KEYWORDS control abstraction needs_work (example patch) ; #X text 12 105 AUTHOR Tom Schouten <tom@zwizwa.be>; #X text 12 25 LICENSE GPL v2; #X restore 391 275 pd META; #X obj 139 143 inv;
#N canvas 0 26 450 300 10; #X obj 139 143 inv;
11
control abstraction needs_work (example patch)
inverse
create a purr-data patch that matches the following description and keywords.
Description: inverse, Keywords: control abstraction needs_work (example patch)
bfft~-help.pd
externals\creb\doc\bfft~-help.pd
#N canvas 0 26 480 309 10; #X obj 17 62 osc~ 500; #X floatatom 17 -11 5 0 0 0 - - -; #X obj 17 23 * 187.5; #N canvas 0 0 450 300 (subpatch) 0; #X array \$0-scope 64 float 0; #X coords 0 1 63 -1 200 140 1 0 0; #X restore 233 16 graph; #X obj 18 113 bfft~; #X obj 71 112 ibfft~; #X text 13 -74 like fft~ but normalized and; #N canvas 379 254 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 5 KEYWORDS signal block_oriented; #X text 12 45 DESCRIPTION like fft~ but normalized and spectrum: (DC \, NY) \, (R1 \, I1) \, ...(RN-1 \, IN-1); #X text 12 75 INLET_0 signal; #X text 12 95 OUTLET_0 signal; #X text 12 115 AUTHOR Tom Schouten <tom@zwizwa.be>; #X text 12 25 LICENSE GPL v2; #X restore 428 216 pd META; #X text 12 -60 spectrum: (DC \, NY) \, (R1 \, I1) \, ...(RN-1 \, IN-1) ; #X obj 17 180 tabsend~ \$0-scope; #X connect 0 0 4 0; #X connect 1 0 2 0; #X connect 2 0 0 0; #X connect 4 0 9 0;
#N canvas 0 26 480 309 10; #X obj 17 62 osc~ 500; #X floatatom 17 -11 5 0 0 0 - - -; #X obj 17 23 * 187.5;
26
signal block_oriented
like fft~ but normalized and spectrum: (DC \, NY) \, (R1 \, I1) \, ...(RN-1 \, IN-1)
create a purr-data patch that matches the following description and keywords.
Description: like fft~ but normalized and spectrum: (DC \, NY) \, (R1 \, I1) \, ...(RN-1 \, IN-1), Keywords: signal block_oriented
debounce-help.pd
externals\mapping\debounce-help.pd
#N canvas 1 53 470 540 10; #X obj 2 2 cnv 15 450 20 empty empty debounce 2 11 1 18 -233017 -66577 0; #X msg 418 3 pddp; #X text 234 467 released under the GNU GPL; #X text 18 499 $Author: nusmuk $; #X text 17 453 (C) Copyright 2005 Hans-Christoph Steiner <hans@at.or.at> ; #X obj 122 78 bng 15 250 50 0 empty empty empty 0 -6 0 8 -24198 -1 -1; #X obj 123 102 t b b; #X obj 123 142 delay; #X obj 63 121 bang; #X msg 85 78 stop; #X obj 123 171 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 123 228 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 123 198 debounce 2000; #X obj 152 122 random 1000; #X text 17 486 $Revision: 1.2 $$Date: 2006-11-10 15:43:46 $; #X text 26 388 Every input is converted to a "bang".; #N canvas 465 169 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 85 INLET_1 float; #X text 12 125 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 45 DESCRIPTION remove bangs if they arrive too fast; #X text 12 65 INLET_0 anything; #X text 12 105 OUTLET_0 bang; #X text 12 5 KEYWORDS control abstraction filter; #X restore 413 507 pd META; #X text 26 366 Debounce removes bangs if they arrive too fast.; #X connect 5 0 6 0; #X connect 6 0 7 0; #X connect 6 1 13 0; #X connect 7 0 8 0; #X connect 7 0 10 0; #X connect 8 0 6 0; #X connect 9 0 7 0; #X connect 10 0 12 0; #X connect 12 0 11 0; #X connect 13 0 7 1;
#N canvas 1 53 470 540 10; #X msg 418 3 pddp; #X text 234 467 released under the GNU GPL; #X text 18 499 $Author: nusmuk $; #X text 17 453 (C) Copyright 2005 Hans-Christoph Steiner <hans@at.or.at> ; #X obj 122 78 bng 15 250 50 0 empty empty empty 0 -6 0 8 -24198 -1 -1; #X obj 123 102 t b b; #X obj 123 142 delay; #X obj 63 121 bang; #X msg 85 78 stop; #X obj 123 171 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 123 228 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 123 198 debounce 2000; #X obj 152 122 random 1000; #X text 17 486 $Revision: 1.2 $$Date: 2006-11-10 15:43:46 $; #X text 26 388 Every input is converted to a "bang".; #X text 26 366 Debounce removes bangs if they arrive too fast.; #X connect 5 0 6 0; #X connect 6 0 7 0; #X connect 6 1 13 0; #X connect 7 0 8 0; #X connect 7 0 10 0; #X connect 8 0 6 0; #X connect 9 0 7 0; #X connect 10 0 12 0; #X connect 12 0 11 0; #X connect 13 0 7 1;
38
control abstraction filter
remove bangs if they arrive too fast
create a purr-data patch that matches the following description and keywords.
Description: remove bangs if they arrive too fast, Keywords: control abstraction filter
ISOtime-help.pd
externals\hcs\ISOtime-help.pd
#N canvas 0 31 362 237 10; #X msg 139 82 bang; #X symbolatom 138 156 0 0 0 0 - - -; #X obj 139 114 ISOtime; #X text 49 29 output the current time in ISO format; #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; #X text 12 45 DESCRIPTION output the current time in ISO format; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_0 symbol; #X restore 302 212 pd META; #X connect 0 0 2 0; #X connect 2 0 1 0;
#N canvas 0 31 362 237 10; #X msg 139 82 bang; #X symbolatom 138 156 0 0 0 0 - - -; #X obj 139 114 ISOtime; #X text 49 29 output the current time in ISO format; #X connect 0 0 2 0; #X connect 2 0 1 0;
16
control
output the current time in ISO format
create a purr-data patch that matches the following description and keywords.
Description: output the current time in ISO format, Keywords: control
tcl_version-help.pd
externals\hcs\tcl_version-help.pd
#N canvas 0 26 341 234 10; #X obj 97 117 tcl_version; #X msg 97 70 bang; #X obj 97 157 unpack float float float; #X floatatom 97 186 5 0 0 3 major - -; #X floatatom 167 185 5 0 0 3 minor - -; #X floatatom 238 186 5 0 0 3 bugfix - -; #X text 23 21 get the current Tcl/Tk version:; #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 abstraction; #X text 12 45 DESCRIPTION get the current Tcl/Tk version; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_0 list; #X restore 292 214 pd META; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 2 0 3 0; #X connect 2 1 4 0; #X connect 2 2 5 0;
#N canvas 0 26 341 234 10; #X obj 97 117 tcl_version; #X msg 97 70 bang; #X obj 97 157 unpack float float float; #X floatatom 97 186 5 0 0 3 major - -; #X floatatom 167 185 5 0 0 3 minor - -; #X floatatom 238 186 5 0 0 3 bugfix - -; #X text 23 21 get the current Tcl/Tk version:; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 2 0 3 0; #X connect 2 1 4 0; #X connect 2 2 5 0;
22
control abstraction
get the current Tcl/Tk version
create a purr-data patch that matches the following description and keywords.
Description: get the current Tcl/Tk version, Keywords: control abstraction
tabset-help.pd
externals\zexy\reference\tabset-help.pd
#N canvas 0 31 629 295 10; #N canvas 0 0 450 300 (subpatch) 0; #X array \$0_array1 5 float 1; #A 0 0.3 0.2 0.5 0.2 -0.1; #X array \$0_array2 8 float 1; #A 0 0.1 0.2 0.3 0.5 0.8 0.13 0.21 0.34; #X coords 0 1 8 -1 200 140 1; #X restore 413 97 graph; #X msg 23 73 1 0.7 0.5 0.3 0.2 0.1; #X text 441 28 part of zexy; #X obj 116 22 tabset; #X text 173 22 set the contents of a table via a list; #X obj 23 208 tabset \$0_array1; #X msg 72 154 set \$1; #X floatatom 37 95 4 0 0 0 - - -; #X obj 72 133 symbol \$0_array1; #X msg 72 115 bang; #X msg 174 114 bang; #X obj 174 132 symbol \$0_array2; #N canvas 583 406 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 85 AUTHOR IOhannes m zmoelnig; #X text 12 5 KEYWORDS control array; #X text 12 45 DESCRIPTION set the contents of a table via a list; #X text 12 65 INLET_0 list float bang; #X restore 574 267 pd META; #X connect 1 0 5 0; #X connect 6 0 5 0; #X connect 7 0 5 0; #X connect 8 0 6 0; #X connect 9 0 8 0; #X connect 10 0 11 0; #X connect 11 0 6 0;
#N canvas 0 31 629 295 10;
34
control array
set the contents of a table via a list
create a purr-data patch that matches the following description and keywords.
Description: set the contents of a table via a list, Keywords: control array
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
speedlimiter-help.pd
externals\mapping\speedlimiter-help.pd
#N canvas 1 53 507 542 10; #X obj 249 328 timeroll; #X obj 46 164 random 1000; #X obj 46 138 metro 30; #X obj 46 114 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 46 328 timeroll; #X obj 72 114 loadbang; #X floatatom 356 208 5 0 0 0 - - -; #X obj 356 230 / 100; #X obj 249 253 speedlimiter 0.1; #X obj 46 191 / 1000; #X text 203 16 limit the variation to \$1 at every sample; #N canvas 464 140 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 85 INLET_1 float; #X text 12 105 OUTLET_0 float; #X text 12 125 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 65 INLET_0 float; #X text 12 45 DESCRIPTION limit negative variation to \$1 for every samples; #X text 12 5 KEYWORDS control abstraction filter; #X restore 444 508 pd META; #X connect 1 0 9 0; #X connect 2 0 1 0; #X connect 3 0 2 0; #X connect 5 0 2 0; #X connect 6 0 7 0; #X connect 7 0 8 1; #X connect 8 0 0 0; #X connect 9 0 4 0; #X connect 9 0 8 0;
#N canvas 1 53 507 542 10; #X obj 249 328 timeroll; #X obj 46 164 random 1000; #X obj 46 138 metro 30; #X obj 46 114 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 46 328 timeroll; #X obj 72 114 loadbang; #X floatatom 356 208 5 0 0 0 - - -; #X obj 356 230 / 100; #X obj 249 253 speedlimiter 0.1; #X obj 46 191 / 1000; #X text 203 16 limit the variation to \$1 at every sample; #X connect 1 0 9 0; #X connect 2 0 1 0; #X connect 3 0 2 0; #X connect 5 0 2 0; #X connect 6 0 7 0; #X connect 7 0 8 1; #X connect 8 0 0 0; #X connect 9 0 4 0; #X connect 9 0 8 0;
31
control abstraction filter
limit negative variation to \$1 for every samples
create a purr-data patch that matches the following description and keywords.
Description: limit negative variation to \$1 for every samples, Keywords: control abstraction filter
uname-help.pd
externals\hcs\uname-help.pd
#N canvas 0 26 427 299 10; #X obj 49 54 uname; #X msg 49 17 bang; #X obj 49 115 unpack symbol symbol symbol symbol symbol; #X symbolatom 331 143 0 0 0 0 - - -; #X symbolatom 49 259 0 0 0 0 - - -; #X symbolatom 118 236 0 0 0 0 - - -; #X symbolatom 189 215 0 0 0 0 - - -; #X symbolatom 258 169 0 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 filesystem; #X text 12 45 DESCRIPTION get uname; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_0 anything; #X restore 377 277 pd META; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 2 0 4 0; #X connect 2 1 5 0; #X connect 2 2 6 0; #X connect 2 3 7 0; #X connect 2 4 3 0;
#N canvas 0 26 427 299 10; #X obj 49 54 uname; #X msg 49 17 bang; #X obj 49 115 unpack symbol symbol symbol symbol symbol; #X symbolatom 331 143 0 0 0 0 - - -; #X symbolatom 49 259 0 0 0 0 - - -; #X symbolatom 118 236 0 0 0 0 - - -; #X symbolatom 189 215 0 0 0 0 - - -; #X symbolatom 258 169 0 0 0 0 - - -; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 2 0 4 0; #X connect 2 1 5 0; #X connect 2 2 6 0; #X connect 2 3 7 0; #X connect 2 4 3 0;
25
control filesystem
get uname
create a purr-data patch that matches the following description and keywords.
Description: get uname, Keywords: control filesystem
all_about_expr_multiline.pd
pd\doc\5.reference\all_about_expr_multiline.pd
#N canvas 434 59 448 282 10; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header expr_multiline 20 10 1 18 -261106 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X floatatom 23 196 5 0 0 0 - - -, f 5; #X floatatom 102 196 5 0 0 0 - - -, f 5; #X floatatom 23 93 5 0 0 0 - - -, f 5; #X floatatom 181 196 0 0 0 0 - - -; #X floatatom 260 196 5 0 0 0 - - -, f 5; #X obj 23 119 expr $f1 \; $f1 * 2 \; pow($f1 \, 2) \; if($f1%128 < 64 \, $f1%128 \, 128 - $f1%128); #X text 260 227 back down; #X text 259 213 count to 64 \, then; #X text 20 37 A semicolon can be used to enter multiple expressions in [expr] \, [expr~] \, and [fexpr~]. For each new statement \, an extra outlet is added to the object.; #X text 273 174 semicolon; #X text 272 165 doesn't require a; #X text 272 155 the last statement; #X obj 1 260 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 380 135 494 156 META 0; #X text 12 105 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 45 KEYWORDS conversion; #X text 12 85 LIBRARY PDDP; #X text 12 65 DESCRIPTION Like to enter multiple expressions inside expr? You can if you want \, and this patch tells you how...; #X text 12 25 NAME expr fexpr~ expr~ all_about_pd; #X restore 392 262 pd META; #N canvas 224 164 428 129 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 [expr] Multiline- Related Objects; #X restore 103 262 pd Related_objects; #X obj 6 262 pddp/pddplink all_about.pd -text All About Pd; #X connect 4 0 7 0; #X connect 7 0 2 0; #X connect 7 1 3 0; #X connect 7 2 5 0; #X connect 7 3 6 0;
#N canvas 434 59 448 282 10; #X floatatom 23 196 5 0 0 0 - - -, f 5; #X floatatom 102 196 5 0 0 0 - - -, f 5; #X floatatom 23 93 5 0 0 0 - - -, f 5; #X floatatom 181 196 0 0 0 0 - - -; #X floatatom 260 196 5 0 0 0 - - -, f 5; #X obj 23 119 expr $f1 \; $f1 * 2 \; pow($f1 \, 2) \; if($f1%128 < 64 \, $f1%128 \, 128 - $f1%128); #X text 260 227 back down; #X text 259 213 count to 64 \, then; #X text 20 37 A semicolon can be used to enter multiple expressions in [expr] \, [expr~] \, and [fexpr~]. For each new statement \, an extra outlet is added to the object.; #X text 273 174 semicolon; #X text 272 165 doesn't require a; #X text 272 155 the last statement; #X connect 4 0 7 0; #X connect 7 0 2 0; #X connect 7 1 3 0; #X connect 7 2 5 0; #X connect 7 3 6 0;
33
conversion
Like to enter multiple expressions inside expr? You can if you want \, and this patch tells you how...
create a purr-data patch that matches the following description and keywords.
Description: Like to enter multiple expressions inside expr? You can if you want \, and this patch tells you how..., Keywords: conversion
pdf~-help.pd
externals\zexy\reference\pdf~-help.pd
#N canvas 0 31 767 473 10; #X obj 90 43 pdf~; #X text 175 44 probability density function; #X obj 14 166 osc~ 440; #X msg 97 193 bang; #X obj 14 387 tabwrite array99; #X obj 14 303 pdf~ 128; #X msg 96 246 clear; #X msg 97 215 1; #X msg 96 269 0; #X text 146 260 clear the buffer; #X text 140 203 send the pdf to the outlet; #X obj 137 387 print; #X text 90 302 creation argument : number of steps; #X text 227 315 default is 64; #N canvas 0 0 450 300 (subpatch) 0; #X array array99 128 float 0; #X coords 0 1 128 -1 400 300 1; #X restore 338 111 graph; #X text 532 42 part of zexy; #N canvas 460 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 85 OUTLET_0 list; #X text 12 105 AUTHOR IOhannes m zmoelnig; #X text 12 5 KEYWORDS signal conversion; #X text 12 45 DESCRIPTION probability density function; #X text 12 65 INLET_0 signal bang float clear; #X restore 711 445 pd META; #X connect 2 0 5 0; #X connect 3 0 5 0; #X connect 5 0 4 0; #X connect 5 0 11 0; #X connect 6 0 5 0; #X connect 7 0 5 0; #X connect 8 0 5 0;
#N canvas 0 31 767 473 10; #X obj 90 43 pdf~; #X text 175 44 probability density function; #X obj 14 166 osc~ 440; #X msg 97 193 bang; #X obj 14 387 tabwrite array99; #X obj 14 303 pdf~ 128; #X msg 96 246 clear; #X msg 97 215 1; #X msg 96 269 0; #X text 146 260 clear the buffer; #X text 140 203 send the pdf to the outlet; #X obj 137 387 print; #X text 90 302 creation argument : number of steps; #X text 227 315 default is 64;
36
signal conversion
probability density function
create a purr-data patch that matches the following description and keywords.
Description: probability density function, Keywords: signal conversion
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 (johannes.taelman@rug.ac.be) ; #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
prime-help.pd
externals\zexy\reference\prime-help.pd
#N canvas 0 31 428 257 10; #X obj 34 32 prime; #X text 82 34 a prime number detector; #X floatatom 51 116 8 0 0 0 - - -; #X obj 51 147 prime; #X msg 51 75 1; #X msg 81 75 2; #X msg 111 75 3; #X msg 142 74 4; #X floatatom 51 187 5 0 0 0 - - -; #X msg 175 74 11117; #X msg 227 74 1.23457e+06; #X text 114 193 1 if input is prime \, 0 otherwise; #X text 303 9 part of zexy; #N canvas 460 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 IOhannes m zmoelnig; #X text 12 45 DESCRIPTION a prime number detector; #X text 12 5 KEYWORDS control; #X text 12 65 INLET_0 float; #X text 12 85 OUTLET_0 float; #X restore 371 226 pd META; #X connect 2 0 3 0; #X connect 3 0 8 0; #X connect 4 0 2 0; #X connect 5 0 2 0; #X connect 6 0 2 0; #X connect 7 0 2 0; #X connect 9 0 2 0; #X connect 10 0 2 0;
#N canvas 0 31 428 257 10; #X obj 34 32 prime; #X text 82 34 a prime number detector; #X floatatom 51 116 8 0 0 0 - - -; #X obj 51 147 prime; #X msg 51 75 1; #X msg 81 75 2; #X msg 111 75 3; #X msg 142 74 4; #X floatatom 51 187 5 0 0 0 - - -; #X msg 175 74 11117; #X msg 227 74 1.23457e+06; #X text 114 193 1 if input is prime \, 0 otherwise; #X text 303 9 part of zexy; #X connect 2 0 3 0; #X connect 3 0 8 0; #X connect 4 0 2 0; #X connect 5 0 2 0; #X connect 6 0 2 0; #X connect 7 0 2 0; #X connect 9 0 2 0; #X connect 10 0 2 0;
31
control
a prime number detector
create a purr-data patch that matches the following description and keywords.
Description: a prime number detector, Keywords: control
track_max-help.pd
externals\mapping\track_max-help.pd
#N canvas 1 53 478 344 10; #X obj 2 -8 cnv 15 450 20 empty empty track_max 2 11 1 18 -233017 -66577 0; #X floatatom 97 79 5 0 0 0 - - -; #X msg 148 61 bang; #X floatatom 97 142 5 0 0 0 - - -; #X text 183 62 <-- bang to reset; #X obj 159 86 tgl 15 1 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1 ; #X text 179 86 <-- stop/start tracking; #X text 7 26 Track maximum value:; #X floatatom 97 229 5 0 0 0 - - -; #X msg 176 211 bang; #X floatatom 97 292 5 0 0 0 - - -; #X text 211 212 <-- bang to reset; #X obj 187 236 tgl 15 1 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1; #X text 207 236 <-- stop/start tracking; #X text 14 173 The argument and/or the second inlet set the initial minimum value.; #X floatatom 136 229 5 0 0 0 - - -; #X obj 97 262 track_max 72; #N canvas 371 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 Cyrille Henry and Hans-Christoph Steiner; #X text 12 5 KEYWORDS control abstraction; #X text 12 45 DESCRIPTION track maximum value; #X text 12 65 INLET_0 float; #X text 12 85 INLET_1 float; #X text 12 105 INLET_2 float bang; #X text 12 125 OUTLET_0 float; #X restore 424 305 pd META; #X obj 97 112 track_max; #X connect 1 0 18 0; #X connect 2 0 18 2; #X connect 5 0 18 2; #X connect 8 0 16 0; #X connect 9 0 16 2; #X connect 12 0 16 2; #X connect 15 0 16 1; #X connect 16 0 10 0; #X connect 18 0 3 0;
#N canvas 1 53 478 344 10; #X obj 2 -8 cnv 15 450 20 empty empty track_max 2 11 1 18 -233017 -66577 0; #X floatatom 97 79 5 0 0 0 - - -; #X msg 148 61 bang; #X floatatom 97 142 5 0 0 0 - - -; #X text 183 62 <-- bang to reset; #X obj 159 86 tgl 15 1 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1 ; #X text 179 86 <-- stop/start tracking; #X text 7 26 Track maximum value:; #X floatatom 97 229 5 0 0 0 - - -; #X msg 176 211 bang; #X floatatom 97 292 5 0 0 0 - - -; #X text 211 212 <-- bang to reset; #X obj 187 236 tgl 15 1 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1; #X text 207 236 <-- stop/start tracking; #X text 14 173 The argument and/or the second inlet set the initial minimum value.; #X floatatom 136 229 5 0 0 0 - - -; #X obj 97 262 track_max 72; #X obj 97 112 track_max; #X connect 1 0 18 0; #X connect 2 0 18 2; #X connect 5 0 18 2; #X connect 8 0 16 0; #X connect 9 0 16 2; #X connect 12 0 16 2; #X connect 15 0 16 1; #X connect 16 0 10 0; #X connect 18 0 3 0;
39
control abstraction
track maximum value
create a purr-data patch that matches the following description and keywords.
Description: track maximum value, Keywords: control abstraction
vthreshold-help.pd
externals\smlib\vthreshold-help.pd
#N canvas 1 53 400 214 10; #X text 192 79 j#|@2002; #X obj 214 59 SMLib-help; #X obj 15 57 vmtof; #X text 10 6 midi to frequency on a vector; #X msg 15 33 69 70 81; #X obj 15 80 print vmtof; #N canvas 145 227 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 (johannes.taelman@rug.ac.be) ; #X text 12 65 INLET_0 list float; #X text 12 85 OUTLET_0 float list; #X text 12 5 KEYWORDS control list_op conversion MIDI; #X text 12 45 DESCRIPTION midi to frequency on a vector; #X restore 221 105 pd META; #X connect 2 0 5 0; #X connect 4 0 2 0;
#N canvas 1 53 400 214 10; #X text 192 79 j#|@2002; #X obj 214 59 SMLib-help; #X obj 15 57 vmtof; #X text 10 6 midi to frequency on a vector; #X msg 15 33 69 70 81; #X obj 15 80 print vmtof; #X connect 2 0 5 0; #X connect 4 0 2 0;
18
control list_op conversion MIDI
midi to frequency on a vector
create a purr-data patch that matches the following description and keywords.
Description: midi to frequency on a vector, Keywords: control list_op conversion MIDI
tilt-help.pd
externals\maxlib\tilt-help.pd
#N canvas 0 26 562 330 12; #X floatatom 24 114 5 0 0 0 - - -; #X obj 54 293 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X floatatom 153 227 5 0 0 0 - - -; #X text 210 228 interval; #X text 39 20 tilt :: meassure 'tilt' of input; #X text 226 186 trip point :: alert when exceeding; #X text 339 203 this value; #X text 215 128 low limit :: reset 'start tilt' in case; #X text 319 143 value is below this for a; #X text 319 160 longer time; #X text 184 80 high limit :: ignore chnages higher than this; #X text 163 56 tilt :: maximum value change within one interval; #X obj 54 250 tilt 0.78 100; #X msg 126 81 hi 230; #X msg 139 127 low 17.3; #X msg 139 186 trip 173; #X msg 100 55 tilt 25; #N canvas 304 317 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 Olaf Matthes <olaf.matthes@gmx.de>; #X text 12 85 INLET_1 float; #X text 12 45 DESCRIPTION meassure 'tilt' of input; #X text 12 5 KEYWORDS control; #X text 12 65 INLET_0 float tilt hi low trip; #X text 12 105 OUTLET_0 bang; #X restore 501 299 pd META; #X connect 0 0 12 0; #X connect 2 0 12 1; #X connect 12 0 1 0; #X connect 13 0 12 0; #X connect 14 0 12 0; #X connect 15 0 12 0; #X connect 16 0 12 0;
#N canvas 0 26 562 330 12; #X floatatom 24 114 5 0 0 0 - - -; #X obj 54 293 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X floatatom 153 227 5 0 0 0 - - -; #X text 210 228 interval; #X text 39 20 tilt :: meassure 'tilt' of input; #X text 226 186 trip point :: alert when exceeding; #X text 339 203 this value; #X text 215 128 low limit :: reset 'start tilt' in case; #X text 319 143 value is below this for a; #X text 319 160 longer time; #X text 184 80 high limit :: ignore chnages higher than this; #X text 163 56 tilt :: maximum value change within one interval; #X obj 54 250 tilt 0.78 100; #X msg 126 81 hi 230; #X msg 139 127 low 17.3; #X msg 139 186 trip 173; #X msg 100 55 tilt 25; #X connect 0 0 12 0; #X connect 2 0 12 1; #X connect 12 0 1 0; #X connect 13 0 12 0; #X connect 14 0 12 0; #X connect 15 0 12 0; #X connect 16 0 12 0;
35
control
meassure 'tilt' of input
create a purr-data patch that matches the following description and keywords.
Description: meassure 'tilt' of input, Keywords: control
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 <hans@eds.org> ; #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 <hans@eds.org> ; #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
tabdump-help.pd
externals\zexy\reference\tabdump-help.pd
#N canvas 3 3 728 317 10; #N canvas 0 0 450 300 (subpatch) 0; #X array my_array66 5 float 0; #X array my_array77 8 float 0; #X coords 0 1 8 -1 200 140 1; #X restore 513 117 graph; #X obj 193 138 loadbang; #X obj 23 168 tabdump my_array66; #X msg 23 100 bang; #X obj 23 193 print; #X msg 73 148 set my_array77; #X msg 193 164 \; my_array66 resize 5 \; my_array77 resize 8 \; my_array66 0.1 0.3 0.2 0.5 0.2 -0.1 \; my_array77 0.1 0.1 0.2 0.3 0.5 0.8 0.13 0.21 0.34; #X obj 116 22 tabdump; #X text 213 24 dump the contents of a table as a list; #X msg 72 126 set my_array66; #X text 555 22 part of zexy; #N canvas 515 193 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 IOhannes m zmoelnig; #X text 12 85 OUTLET_0 list; #X text 12 45 DESCRIPTION dump the contents of a table as a list; #X text 12 65 INLET_0 bang set; #X text 12 5 KEYWORDS control array list_op; #X restore 668 286 pd META; #X connect 1 0 6 0; #X connect 2 0 4 0; #X connect 3 0 2 0; #X connect 5 0 2 0; #X connect 9 0 2 0;
#N canvas 3 3 728 317 10;
30
control array list_op
dump the contents of a table as a list
create a purr-data patch that matches the following description and keywords.
Description: dump the contents of a table as a list, Keywords: control array list_op
lstd-help.pd
externals\smlib\lstd-help.pd
#N canvas 1 53 441 199 10; #X text 347 135 j#|@2002; #X obj 369 113 SMLib-help; #X floatatom 74 115 5 0 0 0 - - -; #X obj 74 85 lstd; #X obj 77 47 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #N canvas 179 217 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 (johannes.taelman@rug.ac.be) ; #X text 12 45 DESCRIPTION leaky standard deviation; #X text 12 65 INLET_0 float; #X restore 385 157 pd META; #X connect 3 0 2 0; #X connect 4 0 3 0;
#N canvas 1 53 441 199 10; #X text 347 135 j#|@2002; #X obj 369 113 SMLib-help; #X floatatom 74 115 5 0 0 0 - - -; #X obj 74 85 lstd; #X obj 77 47 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X connect 3 0 2 0; #X connect 4 0 3 0;
17
control filter
leaky standard deviation
create a purr-data patch that matches the following description and keywords.
Description: leaky standard deviation, Keywords: control filter
tkconsole-help.pd
externals\hcs\tkconsole-help.pd
#N canvas 0 26 385 246 10; #X obj 183 165 tkconsole; #X obj 183 142 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 24 18 The Tcl/Tk Wish Shell \, which Pd's GUI is built on top of \, provides an interactive console. In this console you can run Tcl code on the live GUI. This object makes it easy to show and hide the Tk console.; #N canvas 326 192 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 v3; #X text 12 85 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control abstraction pd_op; #X text 12 45 DESCRIPTION toggle visibility of the Tcl/Tk Wish Shell ; #X text 12 65 INLET_0 float; #X restore 336 226 pd META; #X connect 1 0 0 0;
#N canvas 0 26 385 246 10; #X obj 183 165 tkconsole; #X obj 183 142 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 24 18 The Tcl/Tk Wish Shell \, which Pd's GUI is built on top of \, provides an interactive console. In this console you can run Tcl code on the live GUI. This object makes it easy to show and hide the Tk console.; #X connect 1 0 0 0;
13
control abstraction pd_op
toggle visibility of the Tcl/Tk Wish Shell
create a purr-data patch that matches the following description and keywords.
Description: toggle visibility of the Tcl/Tk Wish Shell, Keywords: control abstraction pd_op
17.coords.pd
pd\doc\4.data.structures\pd-l2ork\ds-tutorials\17.coords.pd
#N struct drawtut-coords float x float y; #N canvas 1 25 537 571 10; #N canvas 290 275 450 300 META 0; #X text 16 6 KEYWORDS tutorial data_structure draw; #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 46 DESCRIPTION animating scalars with the [draw] command ; #X restore 450 538 pd META; #X text 0 1 New Drawing Commands: coordinate data; #X text 1 1 _____________________________________; #X obj 51 30 struct drawtut-coords float x float y; #X obj 135 321 draw polyline; #X scalar drawtut-coords 85 159 \;; #X obj 135 113 tgl 15 0 empty empty Auto 17 7 0 10 -262144 -1 -1 0 1; #X obj 135 133 metro 400; #X obj 135 155 tgl 15 0 empty empty Click_me 17 7 0 10 -262144 -1 -1 0 1; #X obj 135 182 * 30; #X obj 135 204 + 30; #X msg 135 231 points 0 0 30 0 30 \$1 0 \$1; #X obj 158 256 loadbang; #X msg 158 278 stroke black \, stroke-width 1 \, fill none \, points 0 0 30 0 30 30 0 30; #X obj 46 431 draw path m -60 20 20 0 0 20 -20 0 z m 30 0 10 0 0 10 -10 0 z; #X msg 46 406 d m -60 20 20 0 0 20 -20 0 z m \$1 0 10 0 0 10 -10 0 z; #X text 184 189 Polygons and polylines take the "points" message to set their coordinate data.; #X text 94 371 For paths \, use the "d" message to send new path data. ; #X text 49 64 You can dynamically set the coordinate data for polygons \, polylines \, and paths.; #X connect 6 0 7 0; #X connect 7 0 8 0; #X connect 8 0 9 0; #X connect 9 0 10 0; #X connect 10 0 11 0; #X connect 10 0 15 0; #X connect 11 0 4 0; #X connect 12 0 13 0; #X connect 13 0 4 0; #X connect 15 0 14 0;
#N struct drawtut-coords float x float y; #N canvas 1 25 537 571 10; #X text 0 1 New Drawing Commands: coordinate data; #X text 1 1 _____________________________________; #X obj 51 30 struct drawtut-coords float x float y; #X obj 135 321 draw polyline; #X scalar drawtut-coords 85 159 \;; #X obj 135 113 tgl 15 0 empty empty Auto 17 7 0 10 -262144 -1 -1 0 1; #X obj 135 133 metro 400; #X obj 135 155 tgl 15 0 empty empty Click_me 17 7 0 10 -262144 -1 -1 0 1; #X obj 135 182 * 30; #X obj 135 204 + 30; #X msg 135 231 points 0 0 30 0 30 \$1 0 \$1; #X obj 158 256 loadbang; #X msg 158 278 stroke black \, stroke-width 1 \, fill none \, points 0 0 30 0 30 30 0 30; #X obj 46 431 draw path m -60 20 20 0 0 20 -20 0 z m 30 0 10 0 0 10 -10 0 z; #X msg 46 406 d m -60 20 20 0 0 20 -20 0 z m \$1 0 10 0 0 10 -10 0 z; #X text 184 189 Polygons and polylines take the "points" message to set their coordinate data.; #X text 94 371 For paths \, use the "d" message to send new path data. ; #X text 49 64 You can dynamically set the coordinate data for polygons \, polylines \, and paths.; #X connect 6 0 7 0; #X connect 7 0 8 0; #X connect 8 0 9 0; #X connect 9 0 10 0; #X connect 10 0 11 0; #X connect 10 0 15 0; #X connect 11 0 4 0; #X connect 12 0 13 0; #X connect 13 0 4 0; #X connect 15 0 14 0;
37
tutorial data_structure draw
animating scalars with the [draw] command
create a purr-data patch that matches the following description and keywords.
Description: animating scalars with the [draw] command, Keywords: tutorial data_structure draw
degrees2mapping-help.pd
externals\mapping\degrees2mapping-help.pd
#N canvas 1 53 487 327 10; #X obj 5 2 cnv 15 450 20 empty empty degrees2mapping 2 11 1 18 -233017 -66577 0; #X msg 422 3 pddp; #X text 254 269 released under the GNU GPL; #X text 185 228 For more info:; #X obj 289 226 pddp/pddplink ../mapping-about.pd -text mapping-about ; #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <hans@at.or.at> ; #X text 300 168 related objects:; #X obj 352 184 radians2mapping; #X floatatom 56 203 7 0 0 1 - - -; #X obj 59 103 hsl 300 15 0 360 0 0 empty empty degrees 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 82 133 5 0 0 0 - - -; #X text 26 34 This object converts numbers from the mapping range (0 to 1) to radians (-pi to pi) with the 0's lining up in the same place. ; #X obj 296 204 mapping2degrees; #X obj 56 168 degrees2mapping; #X obj 240 184 mapping2radians; #N canvas 466 198 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 75 INLET_0 float; #X text 12 95 OUTLET_0 float; #X text 12 5 KEYWORDS control abstraction conversion; #X text 12 45 DESCRIPTION convert numbers from the mapping range (0 to 1) to radians (-pi to pi) with 0's lining up in the same place; #X restore 433 300 pd META; #X connect 9 0 10 0; #X connect 9 0 13 0; #X connect 13 0 8 0;
#N canvas 1 53 487 327 10; #X msg 422 3 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 <hans@at.or.at> ; #X text 300 168 related objects:; #X obj 352 184 radians2mapping; #X floatatom 56 203 7 0 0 1 - - -; #X obj 59 103 hsl 300 15 0 360 0 0 empty empty degrees 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 82 133 5 0 0 0 - - -; #X text 26 34 This object converts numbers from the mapping range (0 to 1) to radians (-pi to pi) with the 0's lining up in the same place. ; #X obj 296 204 mapping2degrees; #X obj 56 168 degrees2mapping; #X obj 240 184 mapping2radians; #X connect 9 0 10 0; #X connect 9 0 13 0; #X connect 13 0 8 0;
28
control abstraction conversion
convert numbers from the mapping range (0 to 1) to radians (-pi to pi) with 0's lining up in the same place
create a purr-data patch that matches the following description and keywords.
Description: convert numbers from the mapping range (0 to 1) to radians (-pi to pi) with 0's lining up in the same place, Keywords: control abstraction conversion
17.coords.pd
pd\doc\4.data.structures\pd-l2ork\ds-tutorials\17.coords.pd
#N struct drawtut-coords float x float y; #N canvas 1 25 537 571 10; #N canvas 290 275 450 300 META 0; #X text 16 6 KEYWORDS tutorial data_structure draw; #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 46 DESCRIPTION animating scalars with the [draw] command ; #X restore 450 538 pd META; #X text 0 1 New Drawing Commands: coordinate data; #X text 1 1 _____________________________________; #X obj 51 30 struct drawtut-coords float x float y; #X obj 135 321 draw polyline; #X scalar drawtut-coords 85 159 \;; #X obj 135 113 tgl 15 0 empty empty Auto 17 7 0 10 -262144 -1 -1 0 1; #X obj 135 133 metro 400; #X obj 135 155 tgl 15 0 empty empty Click_me 17 7 0 10 -262144 -1 -1 0 1; #X obj 135 182 * 30; #X obj 135 204 + 30; #X msg 135 231 points 0 0 30 0 30 \$1 0 \$1; #X obj 158 256 loadbang; #X msg 158 278 stroke black \, stroke-width 1 \, fill none \, points 0 0 30 0 30 30 0 30; #X obj 46 431 draw path m -60 20 20 0 0 20 -20 0 z m 30 0 10 0 0 10 -10 0 z; #X msg 46 406 d m -60 20 20 0 0 20 -20 0 z m \$1 0 10 0 0 10 -10 0 z; #X text 184 189 Polygons and polylines take the "points" message to set their coordinate data.; #X text 94 371 For paths \, use the "d" message to send new path data. ; #X text 49 64 You can dynamically set the coordinate data for polygons \, polylines \, and paths.; #X connect 6 0 7 0; #X connect 7 0 8 0; #X connect 8 0 9 0; #X connect 9 0 10 0; #X connect 10 0 11 0; #X connect 10 0 15 0; #X connect 11 0 4 0; #X connect 12 0 13 0; #X connect 13 0 4 0; #X connect 15 0 14 0;
#N struct drawtut-coords float x float y; #N canvas 1 25 537 571 10; #X text 0 1 New Drawing Commands: coordinate data; #X text 1 1 _____________________________________; #X obj 51 30 struct drawtut-coords float x float y; #X obj 135 321 draw polyline; #X scalar drawtut-coords 85 159 \;; #X obj 135 113 tgl 15 0 empty empty Auto 17 7 0 10 -262144 -1 -1 0 1; #X obj 135 133 metro 400; #X obj 135 155 tgl 15 0 empty empty Click_me 17 7 0 10 -262144 -1 -1 0 1; #X obj 135 182 * 30; #X obj 135 204 + 30; #X msg 135 231 points 0 0 30 0 30 \$1 0 \$1; #X obj 158 256 loadbang; #X msg 158 278 stroke black \, stroke-width 1 \, fill none \, points 0 0 30 0 30 30 0 30; #X obj 46 431 draw path m -60 20 20 0 0 20 -20 0 z m 30 0 10 0 0 10 -10 0 z; #X msg 46 406 d m -60 20 20 0 0 20 -20 0 z m \$1 0 10 0 0 10 -10 0 z; #X text 184 189 Polygons and polylines take the "points" message to set their coordinate data.; #X text 94 371 For paths \, use the "d" message to send new path data. ; #X text 49 64 You can dynamically set the coordinate data for polygons \, polylines \, and paths.; #X connect 6 0 7 0; #X connect 7 0 8 0; #X connect 8 0 9 0; #X connect 9 0 10 0; #X connect 10 0 11 0; #X connect 10 0 15 0; #X connect 11 0 4 0; #X connect 12 0 13 0; #X connect 13 0 4 0; #X connect 15 0 14 0;
37
tutorial data_structure draw
animating scalars with the [draw] command
create a purr-data patch that matches the following description and keywords.
Description: animating scalars with the [draw] command, Keywords: tutorial data_structure draw
env--help.pd
externals\mapping\env--help.pd
#N canvas 1 53 537 542 10; #X obj 266 362 timeroll; #X obj 42 162 random 1000; #X obj 42 136 metro 30; #X obj 42 112 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 43 365 timeroll; #X obj 68 112 loadbang; #X obj 265 264 env- 80; #X obj 42 187 / 1000; #N canvas 465 169 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 65 INLET_0 float; #X text 12 5 KEYWORDS control abstraction; #X text 12 45 DESCRIPTION negative envelope follower; #X text 12 85 INLET_1 bang; #X restore 503 495 pd META; #X text 130 26 negative 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 537 542 10; #X obj 266 362 timeroll; #X obj 42 162 random 1000; #X obj 42 136 metro 30; #X obj 42 112 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 43 365 timeroll; #X obj 68 112 loadbang; #X obj 265 264 env- 80; #X obj 42 187 / 1000; #X text 130 26 negative 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;
27
control abstraction
negative envelope follower
create a purr-data patch that matches the following description and keywords.
Description: negative envelope follower, Keywords: control abstraction
locale-help.pd
externals\moocow\locale\src\locale-help.pd
#N canvas 0 31 583 376 10; #X text 56 7 locale : access to C99-style localization; #X obj 41 298 locale; #X obj 41 320 print locale-out; #X text 202 342 Bryan Jurish <moocow@ling.uni-potsdam.de>; #X msg 41 48 set; #X text 222 49 "set" : initialize locale from environment variables ; #X msg 47 68 set LC_CTYPE de_DE.UTF-8; #X msg 50 107 get; #X msg 56 127 get LC_CTYPE; #X text 226 128 "get CATEGORY" : get value for CATEGORY; #X text 226 107 "get" : symbol representing current locale; #X msg 66 193 reset; #X text 226 189 "reset" : alias for "set LC_ALL C"; #X text 130 216 WARNING:; #X text 150 229 Injudicious use of "set" can cause bizarre and unexpected results. In particular \, setting LC_NUMERIC (possibly via LC_ALL or LANG) to a locale whose floats are comma-separated rather than dot-separated (e.g. de_DE) can confuse Pd's underlying float-parsing mechanism.; #X msg 66 173 bang; #X text 224 69 "set CATEGORY VALUE" : set CATEGORY to VALUE; #X msg 64 151 which; #X text 226 153 "which" : list supported categories; #X text 226 173 "bang" : alias for "set \, set LC_NUMERIC C"; #N canvas 260 141 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 Bryan Jurish <moocow@ling.uni-potsdam.de>; #X text 12 45 DESCRIPTION access to C99-style localization; #X text 12 65 INLET_0 set get which bang reset; #X text 12 85 OUTLET_0 anything; #X text 12 5 KEYWORDS control; #X restore 531 347 pd META; #X connect 1 0 2 0; #X connect 4 0 1 0; #X connect 6 0 1 0; #X connect 7 0 1 0; #X connect 8 0 1 0; #X connect 11 0 1 0; #X connect 15 0 1 0; #X connect 17 0 1 0;
#N canvas 0 31 583 376 10; #X text 56 7 locale : access to C99-style localization; #X obj 41 298 locale; #X obj 41 320 print locale-out; #X text 202 342 Bryan Jurish <moocow@ling.uni-potsdam.de>; #X msg 41 48 set; #X text 222 49 "set" : initialize locale from environment variables ; #X msg 47 68 set LC_CTYPE de_DE.UTF-8; #X msg 50 107 get; #X msg 56 127 get LC_CTYPE; #X text 226 128 "get CATEGORY" : get value for CATEGORY; #X text 226 107 "get" : symbol representing current locale; #X msg 66 193 reset; #X text 226 189 "reset" : alias for "set LC_ALL C"; #X text 130 216 WARNING:; #X text 150 229 Injudicious use of "set" can cause bizarre and unexpected results. In particular \, setting LC_NUMERIC (possibly via LC_ALL or LANG) to a locale whose floats are comma-separated rather than dot-separated (e.g. de_DE) can confuse Pd's underlying float-parsing mechanism.; #X msg 66 173 bang; #X text 224 69 "set CATEGORY VALUE" : set CATEGORY to VALUE; #X msg 64 151 which; #X text 226 153 "which" : list supported categories; #X text 226 173 "bang" : alias for "set \, set LC_NUMERIC C"; #X connect 1 0 2 0; #X connect 4 0 1 0; #X connect 6 0 1 0; #X connect 7 0 1 0; #X connect 8 0 1 0; #X connect 11 0 1 0; #X connect 15 0 1 0; #X connect 17 0 1 0;
38
control
access to C99-style localization
create a purr-data patch that matches the following description and keywords.
Description: access to C99-style localization, Keywords: control
unroute-help.pd
externals\maxlib\unroute-help.pd
#N canvas 0 26 481 371 12; #X obj 64 343 print; #X msg 64 89 1 \$1; #X msg 112 110 2 \$1; #X msg 163 116 3 \$1; #X floatatom 64 62 5 0 0 0 - - -; #X floatatom 112 85 5 0 0 0 - - -; #X floatatom 163 91 5 0 0 0 - - -; #X obj 64 232 route 1 2 3 4; #X obj 64 314 unroute one 2 three 4; #X text 52 13 unroute :: merges all inputs into one output; #X text 138 30 and prepends an identifier; #X text 138 47 written by Olaf Matthes <olaf.matthes@gmx.de>; #X msg 194 170 4 this came through 4; #X msg 209 196 3 drei; #X msg 174 146 4 25 467 23.6; #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 <olaf.matthes@gmx.de>; #X text 12 5 KEYWORDS control list_op; #X text 12 45 DESCRIPTION merges all inputs into one output and prepends an identifier; #X text 12 85 INLET_0 anything; #X text 12 105 INLET_N anything; #X text 12 125 OUTLET_0 list; #X restore 420 344 pd META; #X connect 1 0 7 0; #X connect 2 0 7 0; #X connect 3 0 7 0; #X connect 4 0 1 0; #X connect 5 0 2 0; #X connect 6 0 3 0; #X connect 7 0 8 0; #X connect 7 1 8 1; #X connect 7 2 8 2; #X connect 7 3 8 3; #X connect 8 0 0 0; #X connect 12 0 7 0; #X connect 13 0 7 0; #X connect 14 0 7 0;
#N canvas 0 26 481 371 12; #X obj 64 343 print; #X msg 64 89 1 \$1; #X msg 112 110 2 \$1; #X msg 163 116 3 \$1; #X floatatom 64 62 5 0 0 0 - - -; #X floatatom 112 85 5 0 0 0 - - -; #X floatatom 163 91 5 0 0 0 - - -; #X obj 64 232 route 1 2 3 4; #X obj 64 314 unroute one 2 three 4; #X text 52 13 unroute :: merges all inputs into one output; #X text 138 30 and prepends an identifier; #X text 138 47 written by Olaf Matthes <olaf.matthes@gmx.de>; #X msg 194 170 4 this came through 4; #X msg 209 196 3 drei; #X msg 174 146 4 25 467 23.6; #X connect 1 0 7 0; #X connect 2 0 7 0; #X connect 3 0 7 0; #X connect 4 0 1 0; #X connect 5 0 2 0; #X connect 6 0 3 0; #X connect 7 0 8 0; #X connect 7 1 8 1; #X connect 7 2 8 2; #X connect 7 3 8 3; #X connect 8 0 0 0; #X connect 12 0 7 0; #X connect 13 0 7 0; #X connect 14 0 7 0;
40
control list_op
merges all inputs into one output and prepends an identifier
create a purr-data patch that matches the following description and keywords.
Description: merges all inputs into one output and prepends an identifier, Keywords: control list_op
tabreceive~-help.pd
packages\win64_inno\build\doc\5.reference\tabreceive~-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 tabreceive~ 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 288 494 344 META 0; #X text 12 115 LIBRARY internal; #X text 12 155 WEBSITE http://crca.ucsd.edu/~msp/; #X text 12 25 LICENSE SIBSD; #X text 12 135 AUTHOR Miller Puckette; #X text 12 195 HELP_PATCH_AUTHORS Updated for Pd version 0.33. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 45 DESCRIPTION read a block of a signal from an array continuously ; #X text 12 75 INLET_0; #X text 12 95 OUTLET_0 signal; #X text 12 175 RELEASE_DATE 1997; #X text 12 5 KEYWORDS signal array block_oriented; #X restore 500 597 pd META; #X obj 0 487 cnv 3 550 3 empty \$0-pddp.cnv.outlets outlets 8 12 0 13 -228856 -1 0; #X obj 0 524 cnv 3 550 3 empty \$0-pddp.cnv.argument arguments 8 12 0 13 -228856 -1 0; #X obj 0 565 cnv 3 550 3 empty \$0-pddp.cnv.more_info more_info 8 12 0 13 -228856 -1 0; #N canvas 214 527 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 obj 103 43 fft~; #X obj 23 43 tabsend~; #X text 8 2 [tabreceive~] Related Objects; #X restore 102 597 pd Related_objects; #X obj 78 459 cnv 17 3 17 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856 -162280 0; #X obj 78 496 cnv 17 3 17 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856 -162280 0; #X obj 466 10 tabreceive~; #X text 11 23 read a block of a signal from an array continuously; #X obj 95 226 tabreceive~; #X text 90 291 By default a block is 64 samples \; this can be reset using the block~ object.; #X text 203 226 - read a block of a signal from an array continuously ; #X text 168 542 - the name of an array to read from.; #X text 98 495 signal; #X text 98 458 unknown; #X text 80 542 1) symbol atom; #X obj 4 597 pddp/pddplink all_about_help_patches.pd -text Usage Guide ; #X obj 474 55 pddp/dsp; #X obj 98 570 pddp/pddplink all_about_arrays.pd;
#N canvas 429 35 555 619 10; #X obj 466 10 tabreceive~; #X text 11 23 read a block of a signal from an array continuously; #X obj 95 226 tabreceive~; #X text 90 291 By default a block is 64 samples \; this can be reset using the block~ object.; #X text 203 226 - read a block of a signal from an array continuously ; #X text 168 542 - the name of an array to read from.; #X text 98 495 signal; #X text 98 458 unknown; #X text 80 542 1) symbol atom; #X obj 474 55 pddp/dsp;
39
signal array block_oriented
read a block of a signal from an array continuously
create a purr-data patch that matches the following description and keywords.
Description: read a block of a signal from an array continuously, Keywords: signal array block_oriented
oneshot-help.pd
externals\markex\oneshot-help.pd
#N canvas 1 53 518 454 10; #X text 124 68 GEM object; #X obj 123 298 print out1; #X msg 123 155 bang; #X text 138 23 oneshot; #X obj 123 219 oneshot; #X msg 188 154 clear; #X text 61 385 oneshot blocks after the initial bang \, until a clear message is received.; #N canvas 496 82 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 Mark Danks; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control bang_op; #X text 12 45 DESCRIPTION let one bang pass; #X text 12 65 INLET_0 bang clear; #X text 12 85 OUTLET_0 bang; #X restore 448 421 pd META; #X connect 2 0 4 0; #X connect 4 0 1 0; #X connect 5 0 4 0;
#N canvas 1 53 518 454 10; #X text 124 68 GEM object; #X obj 123 298 print out1; #X msg 123 155 bang; #X text 138 23 oneshot; #X obj 123 219 oneshot; #X msg 188 154 clear; #X text 61 385 oneshot blocks after the initial bang \, until a clear message is received.; #X connect 2 0 4 0; #X connect 4 0 1 0; #X connect 5 0 4 0;
20
control bang_op
let one bang pass
create a purr-data patch that matches the following description and keywords.
Description: let one bang pass, Keywords: control bang_op
timebang-help.pd
externals\maxlib\timebang-help.pd
#N canvas 0 26 549 368 12; #X obj 29 242 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 29 295 print good morning; #X obj 29 202 timebang 7 10 13 19 47 50; #X obj 224 235 print good night; #X text 32 13 timebang :: send out bangs at given times of day; #X text 130 34 written by Olaf Matthes <olaf.matthes@gmx.de>; #X text 31 119 creation arguments: triples of hour minute and second for; #X text 191 137 the times of day you want a bang to occur; #X text 191 156 each time will get it's own outlet; #X text 184 297 this gets banged at 7:10:13 in the morning; #X text 224 257 this gets banged at 19:47:50; #N canvas 304 317 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 Olaf Matthes <olaf.matthes@gmx.de>; #X text 12 5 KEYWORDS control; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_N bang; #X text 12 45 DESCRIPTION send out bangs at given times of day; #X restore 491 339 pd META; #X connect 0 0 1 0; #X connect 2 0 0 0; #X connect 2 1 3 0;
#N canvas 0 26 549 368 12; #X obj 29 242 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 29 295 print good morning; #X obj 29 202 timebang 7 10 13 19 47 50; #X obj 224 235 print good night; #X text 32 13 timebang :: send out bangs at given times of day; #X text 130 34 written by Olaf Matthes <olaf.matthes@gmx.de>; #X text 31 119 creation arguments: triples of hour minute and second for; #X text 191 137 the times of day you want a bang to occur; #X text 191 156 each time will get it's own outlet; #X text 184 297 this gets banged at 7:10:13 in the morning; #X text 224 257 this gets banged at 19:47:50; #X connect 0 0 1 0; #X connect 2 0 0 0; #X connect 2 1 3 0;
24
control
send out bangs at given times of day
create a purr-data patch that matches the following description and keywords.
Description: send out bangs at given times of day, Keywords: control
vftom-help.pd
externals\smlib\vftom-help.pd
#N canvas 1 53 302 152 10; #X text 194 88 j#|@2002; #X obj 216 68 SMLib-help; #X text 10 6 frequency to midi on a vector; #X msg 15 33 440 446.164 880; #X obj 15 56 vftom; #X obj 15 80 print vftom; #N canvas 119 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 25 LICENSE GPL v2; #X text 12 105 AUTHOR Johannes Taelman (johannes.taelman@rug.ac.be) ; #X text 12 65 INLET_0 list float; #X text 12 85 OUTLET_0 list float; #X text 12 45 DESCRIPTION frequency to midi on a vector; #X text 12 5 KEYWORDS control list_op conversion MIDI; #X restore 229 111 pd META; #X connect 3 0 4 0; #X connect 4 0 5 0;
#N canvas 1 53 302 152 10; #X text 194 88 j#|@2002; #X obj 216 68 SMLib-help; #X text 10 6 frequency to midi on a vector; #X msg 15 33 440 446.164 880; #X obj 15 56 vftom; #X obj 15 80 print vftom; #X connect 3 0 4 0; #X connect 4 0 5 0;
18
control list_op conversion MIDI
frequency to midi on a vector
create a purr-data patch that matches the following description and keywords.
Description: frequency to midi on a vector, Keywords: control list_op conversion MIDI
vdelta-help.pd
externals\smlib\vdelta-help.pd
#N canvas 1 53 433 284 10; #X msg 5 30 1 1 1 1 1 1 1 1 1 1; #X msg 5 52 1 0 1 0 1 0 1 0 1 0; #X msg 5 74 0 1 0 1 0 1 0 1 0 1; #X msg 5 96 0 0 0 0 0 0 0 0 0 0; #X msg 5 118 -1 -1 0 0 -1 -1 0 0 -1 -1; #X msg 5 140 0 0 0 0 0 1 1 1 1 1; #X text 352 205 j#|@2002; #X obj 373 184 SMLib-help; #X text 7 3 vdelta: difference between consecutive vectors; #X obj 5 193 print vdelta; #X msg 221 31 0; #X text 111 162 sending a vector of a different; #X text 111 178 length resets its state; #X obj 5 170 vdelta; #X msg 221 57 0 0 0; #X msg 221 79 1 2 3; #X msg 221 101 3 2 1; #N canvas 248 160 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 (johannes.taelman@rug.ac.be) ; #X text 12 5 KEYWORDS control list_op; #X text 12 65 INLET_0 list float; #X text 12 45 DESCRIPTION difference between consecutive vectors; #X text 12 85 OUTLET_0 list float; #X restore 374 228 pd META; #X connect 0 0 13 0; #X connect 1 0 13 0; #X connect 2 0 13 0; #X connect 3 0 13 0; #X connect 4 0 13 0; #X connect 5 0 13 0; #X connect 10 0 13 0; #X connect 13 0 9 0; #X connect 14 0 13 0; #X connect 15 0 13 0; #X connect 16 0 13 0;
#N canvas 1 53 433 284 10; #X msg 5 30 1 1 1 1 1 1 1 1 1 1; #X msg 5 52 1 0 1 0 1 0 1 0 1 0; #X msg 5 74 0 1 0 1 0 1 0 1 0 1; #X msg 5 96 0 0 0 0 0 0 0 0 0 0; #X msg 5 118 -1 -1 0 0 -1 -1 0 0 -1 -1; #X msg 5 140 0 0 0 0 0 1 1 1 1 1; #X text 352 205 j#|@2002; #X obj 373 184 SMLib-help; #X text 7 3 vdelta: difference between consecutive vectors; #X obj 5 193 print vdelta; #X msg 221 31 0; #X text 111 162 sending a vector of a different; #X text 111 178 length resets its state; #X obj 5 170 vdelta; #X msg 221 57 0 0 0; #X msg 221 79 1 2 3; #X msg 221 101 3 2 1; #X connect 0 0 13 0; #X connect 1 0 13 0; #X connect 2 0 13 0; #X connect 3 0 13 0; #X connect 4 0 13 0; #X connect 5 0 13 0; #X connect 10 0 13 0; #X connect 13 0 9 0; #X connect 14 0 13 0; #X connect 15 0 13 0; #X connect 16 0 13 0;
38
control list_op
difference between consecutive vectors
create a purr-data patch that matches the following description and keywords.
Description: difference between consecutive vectors, Keywords: control list_op
lop-help.pd
externals\mapping\lop-help.pd
#N canvas 1 52 502 628 10; #X obj 119 -287 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 0; #X floatatom 165 -105 5 0 0 0 - - -; #X floatatom 235 -90 5 0 0 0 - - -; #X floatatom 202 15 5 0 0 0 - - -; #X floatatom 71 -96 5 0 0 0 - - -; #X floatatom 131 -136 5 0 0 0 - - -; #X floatatom 291 -134 5 0 0 0 - - -; #X obj 119 -40 resample 100; #X obj 119 -9 lop 1; #X obj 119 43 timeroll; #X text 23 -357 this should be a filter independant to data flow frequency. ; #X text 12 -319 need some more work; #N canvas 465 169 494 344 META 0; #X text 12 195 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 175 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 45 DESCRIPTION this should be a filter independant to data flow frequency.; #X text 12 155 OUTLET_0 float; #X text 12 75 INLET_0 float; #X text 12 95 INLET_1 float; #X text 12 115 INLET_2 float; #X text 12 135 INLET_3 float; #X text 12 5 KEYWORDS control abstraction filter; #X restore 445 238 pd META; #X connect 0 0 4 0; #X connect 0 0 7 0; #X connect 1 0 8 2; #X connect 2 0 8 3; #X connect 5 0 8 1; #X connect 7 0 8 0; #X connect 8 0 3 0; #X connect 8 0 9 0;
#N canvas 1 52 502 628 10; #X obj 119 -287 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 0; #X floatatom 165 -105 5 0 0 0 - - -; #X floatatom 235 -90 5 0 0 0 - - -; #X floatatom 202 15 5 0 0 0 - - -; #X floatatom 71 -96 5 0 0 0 - - -; #X floatatom 131 -136 5 0 0 0 - - -; #X floatatom 291 -134 5 0 0 0 - - -; #X obj 119 -40 resample 100; #X obj 119 -9 lop 1; #X obj 119 43 timeroll; #X text 23 -357 this should be a filter independant to data flow frequency. ; #X text 12 -319 need some more work; #X connect 0 0 4 0; #X connect 0 0 7 0; #X connect 1 0 8 2; #X connect 2 0 8 3; #X connect 5 0 8 1; #X connect 7 0 8 0; #X connect 8 0 3 0; #X connect 8 0 9 0;
33
control abstraction filter
this should be a filter independant to data flow frequency.
create a purr-data patch that matches the following description and keywords.
Description: this should be a filter independant to data flow frequency., Keywords: control abstraction filter
unserialize-help.pd
externals\ggee\control\unserialize-help.pd
#N canvas 0 31 450 300 10; #X text 54 47 placeholder help patch; #X obj 144 165 print; #X floatatom 125 89 5 0 0 0 - - -; #X obj 140 126 unserialize 4; #N canvas 391 259 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 conversion; #X text 12 65 INLET_0 float; #X text 12 45 DESCRIPTION turn a stream of floats into a list; #X text 12 85 OUTLET_0 list; #X restore 390 260 pd META; #X connect 2 0 3 0; #X connect 3 0 1 0;
#N canvas 0 31 450 300 10; #X text 54 47 placeholder help patch; #X obj 144 165 print; #X floatatom 125 89 5 0 0 0 - - -; #X obj 140 126 unserialize 4; #X connect 2 0 3 0; #X connect 3 0 1 0;
16
control conversion
turn a stream of floats into a list
create a purr-data patch that matches the following description and keywords.
Description: turn a stream of floats into a list, Keywords: control conversion
screensaver-help.pd
externals\hcs\grabbag\screensaver-help.pd
#N canvas 0 31 450 300 10; #X obj 127 148 screensaver; #X obj 130 96 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X text 43 31 set the screensaver timer (in seconds). 0 turns the screensaver off; #X floatatom 141 126 5 0 0 1 seconds - -; #N canvas 404 246 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 v3; #X text 12 85 AUTHOR Hans-Christoph Steiner; #X text 12 65 INLET_0 float; #X text 12 5 KEYWORDS control filesystem; #X text 12 45 DESCRIPTION set the screensaver timer (in seconds); #X restore 392 266 pd META; #X connect 1 0 0 0; #X connect 1 0 3 0;
#N canvas 0 31 450 300 10; #X obj 127 148 screensaver; #X obj 130 96 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X text 43 31 set the screensaver timer (in seconds). 0 turns the screensaver off; #X floatatom 141 126 5 0 0 1 seconds - -; #X connect 1 0 0 0; #X connect 1 0 3 0;
15
control filesystem
set the screensaver timer (in seconds)
create a purr-data patch that matches the following description and keywords.
Description: set the screensaver timer (in seconds), Keywords: control filesystem
active-help.pd
externals\miXed\doc\help\cyclone\active-help.pd
#N canvas 0 31 431 256 10; #X obj 4 4 cnv 15 400 40 empty empty empty 20 12 0 14 -262130 -66577 0; #X text 31 210 docs based on the MAX/MSP reference (c) cycling'74; #X text 30 224 ___________________________________________________ ; #X obj 41 22 active; #X text 108 24 report if window is active / inactive; #X obj 39 117 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1 ; #X obj 39 86 active; #X text 64 118 focus / unfocus window and watch the toggle; #N canvas 365 140 494 344 META 0; #X text 12 105 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html ; #X text 12 5 KEYWORDS float max_compatible canvas_op; #X text 12 45 DESCRIPTION report if window is active / inactive; #X text 12 135 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan Wilkes for Pd-extended 0.42 to conform to the PDDP template.; #X text 12 65 OUTLET_0 float; #X text 12 85 AUTHOR Krzysztof Czaja; #X text 12 25 LICENSE SIBSD; #X restore 381 235 pd META; #X connect 6 0 5 0;
#N canvas 0 31 431 256 10; #X text 31 210 docs based on the MAX/MSP reference (c) cycling'74; #X text 30 224 ___________________________________________________ ; #X obj 41 22 active; #X text 108 24 report if window is active / inactive; #X obj 39 117 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1 ; #X obj 39 86 active; #X text 64 118 focus / unfocus window and watch the toggle; #X connect 6 0 5 0;
19
float max_compatible canvas_op
report if window is active / inactive
create a purr-data patch that matches the following description and keywords.
Description: report if window is active / inactive, Keywords: float max_compatible canvas_op
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 jdl@xdv.org; #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
rl-help.pd
externals\ggee\control\rl-help.pd
#N canvas 0 31 450 206 10; #X text 40 131 (C) Guenter Geiger; #N canvas 46 242 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 Tcl/Tk; #X text 12 85 AUTHOR Guenter Geiger; #X text 12 45 DESCRIPTION receive local to this canvas; #X text 12 65 OUTLET_0 anything; #X text 12 5 KEYWORDS signal nonlocal canvas_op; #X restore 377 170 pd META; #X text 40 28 receive local to this canvas; #X obj 270 53 rl; #X obj 301 55 sl; #X floatatom 268 90 5 0 0 0 - - -; #X floatatom 303 31 5 0 0 0 - - -; #N canvas 440 128 395 247 local-send-and-receive-for-subpatches 0; #X obj 68 77 rl; #X obj 117 57 sl; #X floatatom 117 22 5 0 0 0 - - -; #X floatatom 68 118 5 0 0 0 - - -; #X connect 0 0 3 0; #X connect 2 0 1 0; #X restore 170 130 pd local-send-and-receive-for-subpatches; #X obj 154 68 receivelocal foo; #X obj 67 97 sendlocal foo; #X floatatom 172 96 5 0 0 0 - - -; #X floatatom 74 58 5 0 0 0 - - -; #X connect 3 0 5 0; #X connect 6 0 4 0; #X connect 8 0 10 0; #X connect 11 0 9 0;
#N canvas 0 31 450 206 10; #X text 40 131 (C) Guenter Geiger; #X text 40 28 receive local to this canvas; #X obj 270 53 rl; #X obj 301 55 sl; #X floatatom 268 90 5 0 0 0 - - -; #X floatatom 303 31 5 0 0 0 - - -; #X obj 154 68 receivelocal foo; #X obj 67 97 sendlocal foo; #X floatatom 172 96 5 0 0 0 - - -; #X floatatom 74 58 5 0 0 0 - - -; #X connect 3 0 5 0; #X connect 6 0 4 0; #X connect 8 0 10 0; #X connect 11 0 9 0;
31
signal nonlocal canvas_op
receive local to this canvas
create a purr-data patch that matches the following description and keywords.
Description: receive local to this canvas, Keywords: signal nonlocal canvas_op
vfmod-help.pd
externals\smlib\vfmod-help.pd
#N canvas 1 53 442 175 10; #X text 354 107 j#|@2002; #X obj 376 87 SMLib-help; #X text 10 6 vfmod computes the modulo of each element in a vector ; #X obj 15 127 print; #X floatatom 66 81 5 0 0 0 - - -; #X text 79 103 base; #X text 78 119 base zero becomes one; #X msg 15 33 0 0.5 1 1.5 2 2.5 3 3.5; #X msg 26 58 0 -0.5 -1 -1.5 -2 -2.5 -3 -3.5; #X obj 15 101 vfmod 2; #X text 78 134 default argument is 1; #N canvas 178 183 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 (johannes.taelman@rug.ac.be) ; #X text 12 5 KEYWORDS control list_op; #X text 12 65 INLET_0 list float; #X text 12 105 OUTLET_0 list float; #X text 12 45 DESCRIPTION compute the modulo of each element in a vector ; #X text 12 85 INLET_1 float; #X restore 386 128 pd META; #X connect 4 0 9 1; #X connect 7 0 9 0; #X connect 8 0 9 0; #X connect 9 0 3 0;
#N canvas 1 53 442 175 10; #X text 354 107 j#|@2002; #X obj 376 87 SMLib-help; #X text 10 6 vfmod computes the modulo of each element in a vector ; #X obj 15 127 print; #X floatatom 66 81 5 0 0 0 - - -; #X text 79 103 base; #X text 78 119 base zero becomes one; #X msg 15 33 0 0.5 1 1.5 2 2.5 3 3.5; #X msg 26 58 0 -0.5 -1 -1.5 -2 -2.5 -3 -3.5; #X obj 15 101 vfmod 2; #X text 78 134 default argument is 1; #X connect 4 0 9 1; #X connect 7 0 9 0; #X connect 8 0 9 0; #X connect 9 0 3 0;
26
control list_op
compute the modulo of each element in a vector
create a purr-data patch that matches the following description and keywords.
Description: compute the modulo of each element in a vector, Keywords: control list_op
4.fonts.pd
packages\win64_inno\build\doc\manuals\pd-msg\1.msg_and_patch\4.fonts.pd
#N canvas 295 201 405 234 10; #X msg 14 26 menufont; #X msg 32 64 font 10 100 100; #X msg 32 88 font 14 100 100; #X msg 30 114 font 24 100 100; #X msg 158 86 50; #X msg 198 86 200; #X msg 158 112 font 10 100 \$1; #X msg 274 84 50; #X msg 314 84 200; #X msg 274 112 font 10 \$1 100; #X obj 14 196 s pd-4.fonts.pd; #X text 14 3 Here a list of all the messages dealing with fonts :; #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 changing font size with messages to a canvas ; #X text 12 43 LICENSE public domain; #X text 12 5 KEYWORDS control canvas_op nonlocal dynamic_patching tutorial ; #X restore 347 206 pd META; #X connect 0 0 10 0; #X connect 1 0 10 0; #X connect 2 0 10 0; #X connect 3 0 10 0; #X connect 4 0 6 0; #X connect 5 0 6 0; #X connect 6 0 10 0; #X connect 7 0 9 0; #X connect 8 0 9 0; #X connect 9 0 10 0;
#N canvas 295 201 405 234 10; #X msg 14 26 menufont; #X msg 32 64 font 10 100 100; #X msg 32 88 font 14 100 100; #X msg 30 114 font 24 100 100; #X msg 158 86 50; #X msg 198 86 200; #X msg 158 112 font 10 100 \$1; #X msg 274 84 50; #X msg 314 84 200; #X msg 274 112 font 10 \$1 100; #X obj 14 196 s pd-4.fonts.pd; #X text 14 3 Here a list of all the messages dealing with fonts :; #X connect 0 0 10 0; #X connect 1 0 10 0; #X connect 2 0 10 0; #X connect 3 0 10 0; #X connect 4 0 6 0; #X connect 5 0 6 0; #X connect 6 0 10 0; #X connect 7 0 9 0; #X connect 8 0 9 0; #X connect 9 0 10 0;
29
control canvas_op nonlocal dynamic_patching tutorial
changing font size with messages to a canvas
create a purr-data patch that matches the following description and keywords.
Description: changing font size with messages to a canvas, Keywords: control canvas_op nonlocal dynamic_patching tutorial
bfilt-help.pd
externals\cxc\bfilt-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 165 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 85 INLET_0 bang float; #X text 12 105 INLET_1 float; #X text 12 25 LICENSE GPL v2; #X text 12 145 AUTHOR jdl@xdv.org; #X text 12 125 OUTLET_0 bang; #X restore 352 205 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
4.fonts.pd
pd\doc\manuals\pd-msg\1.msg_and_patch\4.fonts.pd
#N canvas 295 201 405 234 10; #X msg 14 26 menufont; #X msg 32 64 font 10 100 100; #X msg 32 88 font 14 100 100; #X msg 30 114 font 24 100 100; #X msg 158 86 50; #X msg 198 86 200; #X msg 158 112 font 10 100 \$1; #X msg 274 84 50; #X msg 314 84 200; #X msg 274 112 font 10 \$1 100; #X obj 14 196 s pd-4.fonts.pd; #X text 14 3 Here a list of all the messages dealing with fonts :; #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 changing font size with messages to a canvas ; #X text 12 43 LICENSE public domain; #X text 12 5 KEYWORDS control canvas_op nonlocal dynamic_patching tutorial ; #X restore 347 206 pd META; #X connect 0 0 10 0; #X connect 1 0 10 0; #X connect 2 0 10 0; #X connect 3 0 10 0; #X connect 4 0 6 0; #X connect 5 0 6 0; #X connect 6 0 10 0; #X connect 7 0 9 0; #X connect 8 0 9 0; #X connect 9 0 10 0;
#N canvas 295 201 405 234 10; #X msg 14 26 menufont; #X msg 32 64 font 10 100 100; #X msg 32 88 font 14 100 100; #X msg 30 114 font 24 100 100; #X msg 158 86 50; #X msg 198 86 200; #X msg 158 112 font 10 100 \$1; #X msg 274 84 50; #X msg 314 84 200; #X msg 274 112 font 10 \$1 100; #X obj 14 196 s pd-4.fonts.pd; #X text 14 3 Here a list of all the messages dealing with fonts :; #X connect 0 0 10 0; #X connect 1 0 10 0; #X connect 2 0 10 0; #X connect 3 0 10 0; #X connect 4 0 6 0; #X connect 5 0 6 0; #X connect 6 0 10 0; #X connect 7 0 9 0; #X connect 8 0 9 0; #X connect 9 0 10 0;
29
control canvas_op nonlocal dynamic_patching tutorial
changing font size with messages to a canvas
create a purr-data patch that matches the following description and keywords.
Description: changing font size with messages to a canvas, Keywords: control canvas_op nonlocal dynamic_patching tutorial
3.0.events.pd
packages\win64_inno\build\doc\manuals\pd-msg\1.msg_and_patch\3.0.events.pd
#N canvas 317 86 381 325 10; #X msg 36 86 click \$1 \$2 \$3 \$4; #X obj 111 182 key; #X floatatom 111 208 0 0 0 0 - - -; #X floatatom 50 184 0 0 0 0 - - -; #X msg 50 158 0; #X msg 6 6 bang; #X text 56 41 left; #X text 124 41 rigth; #X text 70 4 Msg-dealing with events :; #X text 89 28 click; #X text 218 37 \$1 x; #X text 218 52 \$2 y; #X obj 36 290 s pd-3.0.events.pd; #X msg 36 129 mouseup \$1 \$2 \$4; #X msg 113 60 15 15 0 8; #X msg 36 60 15 15 0 1; #X msg 36 257 motion \$1 \$2 \$4; #X msg 36 209 key 1 \$1 0; #X text 274 84 0:nomod \; 1 shift \; 2 crtl \; 3 alt \; 4 right click) ; #X text 218 82 \$4 mod :; #X text 218 67 \$3 (unused ???); #X text 73 230 \$1 : number of the key; #N canvas 218 113 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 65 DESCRIPTION simulating mouse and key events with messages to a canvas; #X text 12 44 LICENSE public domain; #X text 12 5 KEYWORDS control canvas_op nonlocal dynamic_patching tutorial ; #X restore 325 297 pd META; #X connect 0 0 12 0; #X connect 1 0 2 0; #X connect 3 0 17 0; #X connect 4 0 3 0; #X connect 13 0 12 0; #X connect 14 0 0 0; #X connect 15 0 0 0; #X connect 16 0 12 0; #X connect 17 0 12 0;
#N canvas 317 86 381 325 10; #X msg 36 86 click \$1 \$2 \$3 \$4; #X obj 111 182 key; #X floatatom 111 208 0 0 0 0 - - -; #X floatatom 50 184 0 0 0 0 - - -; #X msg 50 158 0; #X msg 6 6 bang; #X text 56 41 left; #X text 124 41 rigth; #X text 70 4 Msg-dealing with events :; #X text 89 28 click; #X text 218 37 \$1 x; #X text 218 52 \$2 y; #X obj 36 290 s pd-3.0.events.pd; #X msg 36 129 mouseup \$1 \$2 \$4; #X msg 113 60 15 15 0 8; #X msg 36 60 15 15 0 1; #X msg 36 257 motion \$1 \$2 \$4; #X msg 36 209 key 1 \$1 0; #X text 274 84 0:nomod \; 1 shift \; 2 crtl \; 3 alt \; 4 right click) ; #X text 218 82 \$4 mod :; #X text 218 67 \$3 (unused ???); #X text 73 230 \$1 : number of the key; #X connect 0 0 12 0; #X connect 1 0 2 0; #X connect 3 0 17 0; #X connect 4 0 3 0; #X connect 13 0 12 0; #X connect 14 0 0 0; #X connect 15 0 0 0; #X connect 16 0 12 0; #X connect 17 0 12 0;
38
control canvas_op nonlocal dynamic_patching tutorial
simulating mouse and key events with messages to a canvas
create a purr-data patch that matches the following description and keywords.
Description: simulating mouse and key events with messages to a canvas, Keywords: control canvas_op nonlocal dynamic_patching tutorial
gogins_pan~-help.pd
externals\pan\gogins_pan~-help.pd
#N canvas 0 31 519 390 10; #X obj 5 2 cnv 15 450 20 empty empty gogins_pan~ 2 11 1 18 -233017 -66577 0; #X msg 422 3 pddp; #X obj 224 149 hsl 128 20 0 1 0 1 empty empty pan_position 6 10 1 11 -262131 -1 -1 1100 0; #X obj 113 131 osc~ 250; #X obj 113 152 *~ 0.5; #X obj 362 186 tgl 25 0 empty empty DSP 3 12 1 9 -24198 -1 -1 0 1; #X msg 362 218 \; pd dsp \$1; #X text 17 82 The left inlet takes the audio signal and the right inlet takes the control signal with 0 = left \, 1 = right \, and 0.5 = center. ; #X obj 122 231 dac~ 1 2; #X obj 114 187 gogins_pan~; #X text 15 36 Pan a mono signal using an algorithm posted by Michael Gogins to the Csound list. The aim is to have the pan feel like its wrapping around more.; #X text 27 350 (C) Copyright 2004 Hans-Christoph Steiner <hans@eds.org> ; #X text 244 364 released under the GNU GPL; #X text 40 277 [gogins_pan~] implements an algorithm conceived by Michael Gogins and described here:; #X obj 22 324 pddp/pddplink http://www.csounds.com/ezine/autumn1999/beginners/ ; #N canvas 504 253 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; #X text 12 155 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS signal abstraction; #X text 12 95 INLET_1 float; #X text 12 75 INLET_0 signal; #X text 12 115 OUTLET_0 signal; #X text 12 135 OUTLET_1 signal; #X text 12 45 DESCRIPTION pan a mono signal using an algorithm posted by Michael Gogins to the Csound list; #X restore 463 358 pd META; #X connect 2 0 9 1; #X connect 3 0 4 0; #X connect 4 0 9 0; #X connect 5 0 6 0; #X connect 9 0 8 0; #X connect 9 1 8 1;
#N canvas 0 31 519 390 10; #X msg 422 3 pddp; #X obj 224 149 hsl 128 20 0 1 0 1 empty empty pan_position 6 10 1 11 -262131 -1 -1 1100 0; #X obj 113 131 osc~ 250; #X obj 113 152 *~ 0.5; #X obj 362 186 tgl 25 0 empty empty DSP 3 12 1 9 -24198 -1 -1 0 1; #X msg 362 218 \; pd dsp \$1; #X text 17 82 The left inlet takes the audio signal and the right inlet takes the control signal with 0 = left \, 1 = right \, and 0.5 = center. ; #X obj 122 231 dac~ 1 2; #X obj 114 187 gogins_pan~; #X text 15 36 Pan a mono signal using an algorithm posted by Michael Gogins to the Csound list. The aim is to have the pan feel like its wrapping around more.; #X text 27 350 (C) Copyright 2004 Hans-Christoph Steiner <hans@eds.org> ; #X text 244 364 released under the GNU GPL; #X text 40 277 [gogins_pan~] implements an algorithm conceived by Michael Gogins and described here:; #X connect 2 0 9 1; #X connect 3 0 4 0; #X connect 4 0 9 0; #X connect 5 0 6 0; #X connect 9 0 8 0; #X connect 9 1 8 1;
33
signal abstraction
pan a mono signal using an algorithm posted by Michael Gogins to the Csound list
create a purr-data patch that matches the following description and keywords.
Description: pan a mono signal using an algorithm posted by Michael Gogins to the Csound list, Keywords: signal abstraction
01.PART1.hello.pd
packages\win64_inno\build\doc\2.control.examples\01.PART1.hello.pd
#N canvas 448 60 448 496 10; #X msg 144 42 hello world; #X obj 144 116 print; #X floatatom 257 42 0 0 0 0 - - -; #X text 141 134 object; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header hello_world 20 10 1 18 -261139 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 474 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 385 143 494 284 META 0; #X text 12 115 WEBSITE http://crca.ucsd.edu/~msp/; #X text 12 95 LIBRARY PDDP; #X text 12 45 LICENSE SIBSD; #X text 12 135 HELP_PATCH_AUTHORS Miller Puckette. Updated for release 0.33. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 65 DESCRIPTION the obligatory first program as in any programming language to print out "Hello World"; #X text 12 25 KEYWORDS control GUI user_input tutorial; #X restore 382 476 pd META; #N canvas 20 281 428 279 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 Hello World- Related Help Documents; #X text 19 37 Help patches and tutorials in Pure Data are themselves little programs called "patches". You can interact with the objects in them and even produce sound and edit the contents. The help patches and tutorials that come with Pd are read-only by default \, so you don't have to worry about changing them.; #X obj 18 247 pddp/pddplink http://lists.puredata.info/listinfo/pd-list ; #X text 18 190 Netiquette guide:; #X obj 18 207 pddp/pddplink http://puredata.info/community/lists/Netiquette ; #X text 18 110 Another "hello world" moment comes when you discover the Pd community that corresponds over the Pure Data user mailing list. You can search for answers to questions on there \, and if you're having a hard time finding info you can always ask questions \, too. See the netiquette page before posting \, though.; #X text 18 230 Pd user mailing list:; #X restore 103 476 pd References; #X obj 6 476 pddp/pddplink ../5.reference/pddp/help.pd -text help; #X text 23 175 There are four types of text objects in Pd: message box \, atom box \, object \, and comment.; #X text 255 59 atom box; #X text 155 58 message box; #X text 23 210 Message boxes respond to mouse clicks by sending their contents to one or more destinations. The usual destination is the "outlet" at the lower left corner of the box.; #X text 74 50 outlet -->; #X text 23 258 Click the message box above and watch the terminal window Pd was started in. You should see the "hello world" message appear. ; #X text 23 305 Atom boxes respond to clicking and dragging up and down with the mouse \, by changing their contents and sending the result out their outlets. You can also click an atom box and then type an atom. Hit "Enter" to output the number or click anywhere else to cancel. ; #X text 23 376 Objects \, like [print] above \, may have all sorts of functions depending on what's typed into them. The [print] object simply prints out every message it receives.; #X text 23 425 To get help on an object \, right-click it then choose "Help" in the popup menu. You should see a "help window" for the object. ; #X connect 0 0 1 0; #X connect 2 0 1 0;
#N canvas 448 60 448 496 10; #X msg 144 42 hello world; #X obj 144 116 print; #X floatatom 257 42 0 0 0 0 - - -; #X text 141 134 object; #X text 23 175 There are four types of text objects in Pd: message box \, atom box \, object \, and comment.; #X text 255 59 atom box; #X text 155 58 message box; #X text 23 210 Message boxes respond to mouse clicks by sending their contents to one or more destinations. The usual destination is the "outlet" at the lower left corner of the box.; #X text 74 50 outlet -->; #X text 23 258 Click the message box above and watch the terminal window Pd was started in. You should see the "hello world" message appear. ; #X text 23 305 Atom boxes respond to clicking and dragging up and down with the mouse \, by changing their contents and sending the result out their outlets. You can also click an atom box and then type an atom. Hit "Enter" to output the number or click anywhere else to cancel. ; #X text 23 376 Objects \, like [print] above \, may have all sorts of functions depending on what's typed into them. The [print] object simply prints out every message it receives.; #X text 23 425 To get help on an object \, right-click it then choose "Help" in the popup menu. You should see a "help window" for the object. ; #X connect 0 0 1 0; #X connect 2 0 1 0;
38
control GUI user_input tutorial
the obligatory first program as in any programming language to print out "Hello World"
create a purr-data patch that matches the following description and keywords.
Description: the obligatory first program as in any programming language to print out "Hello World", Keywords: control GUI user_input tutorial
tkconsole-help.pd
externals\hcs\tkconsole-help.pd
#N canvas 0 26 385 246 10; #X obj 183 165 tkconsole; #X obj 183 142 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 24 18 The Tcl/Tk Wish Shell \, which Pd's GUI is built on top of \, provides an interactive console. In this console you can run Tcl code on the live GUI. This object makes it easy to show and hide the Tk console.; #N canvas 326 192 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 v3; #X text 12 85 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control abstraction pd_op; #X text 12 45 DESCRIPTION toggle visibility of the Tcl/Tk Wish Shell ; #X text 12 65 INLET_0 float; #X restore 336 226 pd META; #X connect 1 0 0 0;
#N canvas 0 26 385 246 10; #X obj 183 165 tkconsole; #X obj 183 142 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 24 18 The Tcl/Tk Wish Shell \, which Pd's GUI is built on top of \, provides an interactive console. In this console you can run Tcl code on the live GUI. This object makes it easy to show and hide the Tk console.; #X connect 1 0 0 0;
13
control abstraction pd_op
toggle visibility of the Tcl/Tk Wish Shell
create a purr-data patch that matches the following description and keywords.
Description: toggle visibility of the Tcl/Tk Wish Shell, Keywords: control abstraction pd_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
deny-help.pd
externals\maxlib\deny-help.pd
#N canvas 0 26 437 310 12; #X text 97 34 written by Olaf Matthes <olaf.matthes@gmx.de>; #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 obj 114 156 symbol \$1; #X floatatom 40 81 5 0 0 0 - - -; #X obj 82 217 route float symbol; #X obj 82 189 deny 17 cat dog 23; #N canvas 293 158 494 344 META 0; #X text 12 126 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 106 AUTHOR Olaf Matthes <olaf.matthes@gmx.de>; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION blocks denied floats or symbols; #X text 12 66 INLET_0 symbol float; #X text 12 86 OUTLET_0 float symbol; #X restore 375 278 pd META; #X text 32 18 deny :: blocks denied floats or symbols; #X connect 1 0 6 0; #X connect 2 0 6 0; #X connect 3 0 6 0; #X connect 6 0 9 0; #X connect 7 0 9 0; #X connect 8 0 4 0; #X connect 8 1 5 0; #X connect 9 0 8 0;
#N canvas 0 26 437 310 12; #X text 97 34 written by Olaf Matthes <olaf.matthes@gmx.de>; #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 obj 114 156 symbol \$1; #X floatatom 40 81 5 0 0 0 - - -; #X obj 82 217 route float symbol; #X obj 82 189 deny 17 cat dog 23; #X text 32 18 deny :: blocks denied floats or symbols; #X connect 1 0 6 0; #X connect 2 0 6 0; #X connect 3 0 6 0; #X connect 6 0 9 0; #X connect 7 0 9 0; #X connect 8 0 4 0; #X connect 8 1 5 0; #X connect 9 0 8 0;
29
control
blocks denied floats or symbols
create a purr-data patch that matches the following description and keywords.
Description: blocks denied floats or symbols, Keywords: control
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
vstd-help.pd
externals\smlib\vstd-help.pd
#N canvas 1 53 394 160 10; #X msg 17 39 1 2 3 4; #X floatatom 51 95 5 0 0 0 - - -; #X msg 84 40 3 4 5; #X text 315 100 j#|@2002; #X obj 337 78 SMLib-help; #X msg 134 40 1 1 1 1; #X obj 51 70 vstd; #X msg 200 40 1 -1 1 -1 1; #X text 16 14 vstd computes the standard deviation of a vector; #N canvas 175 193 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 (johannes.taelman@rug.ac.be) ; #X text 12 65 INLET_0 list float; #X text 12 45 DESCRIPTION standard deviation of a vector; #X text 12 85 OUTLET_0 float; #X text 12 5 KEYWORDS control list_op; #X restore 337 125 pd META; #X connect 0 0 6 0; #X connect 2 0 6 0; #X connect 5 0 6 0; #X connect 6 0 1 0; #X connect 7 0 6 0;
#N canvas 1 53 394 160 10; #X msg 17 39 1 2 3 4; #X floatatom 51 95 5 0 0 0 - - -; #X msg 84 40 3 4 5; #X text 315 100 j#|@2002; #X obj 337 78 SMLib-help; #X msg 134 40 1 1 1 1; #X obj 51 70 vstd; #X msg 200 40 1 -1 1 -1 1; #X text 16 14 vstd computes the standard deviation of a vector; #X connect 0 0 6 0; #X connect 2 0 6 0; #X connect 5 0 6 0; #X connect 6 0 1 0; #X connect 7 0 6 0;
24
control list_op
standard deviation of a vector
create a purr-data patch that matches the following description and keywords.
Description: standard deviation of a vector, Keywords: control list_op
vols~-help.pd
externals\creb\doc\vols~-help.pd
#N canvas 0 26 450 300 10; #N canvas 248 148 494 372 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 165 AUTHOR Tom Shouten; #X text 12 45 DESCRIPTION volume for a stereo signal; #X text 12 85 INLET_1 signal; #X text 12 105 INLET_2 float; #X text 12 145 OUTLET_1 signal; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS signal filter abstraction; #X restore 393 274 pd META; #X obj 152 129 vols~; #X obj 137 36 osc~ 440; #X floatatom 176 95 5 0 100 0 - - -; #X obj 153 165 dac~; #X obj 156 66 osc~ 440.1; #X text 210 126 volume for a stereo signal; #X connect 1 0 4 0; #X connect 1 1 4 1; #X connect 2 0 1 0; #X connect 3 0 1 2; #X connect 5 0 1 1;
#N canvas 0 26 450 300 10; #X obj 152 129 vols~; #X obj 137 36 osc~ 440; #X floatatom 176 95 5 0 100 0 - - -; #X obj 153 165 dac~; #X obj 156 66 osc~ 440.1; #X text 210 126 volume for a stereo signal; #X connect 1 0 4 0; #X connect 1 1 4 1; #X connect 2 0 1 0; #X connect 3 0 1 2; #X connect 5 0 1 1;
24
signal filter abstraction
volume for a stereo signal
create a purr-data patch that matches the following description and keywords.
Description: volume for a stereo signal, Keywords: signal filter abstraction
doubledelta-help.pd
externals\ekext\doubledelta-help.pd
#N canvas 0 31 450 300 10; #X obj 138 148 doubledelta; #X obj 139 113 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X floatatom 138 178 5 0 0 0 - - -; #X floatatom 201 178 5 0 0 0 - - -; #X text 87 63 delta and delta-of-delta of incoming values; #N canvas 55 93 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS Ed Kelly. Revised by Jonathan Wilkes for Pd-extended 0.42 to conform to the PDDP template.; #X text 12 125 AUTHOR Ed Kelly <morph_2016@yahoo.co.uk>; #X text 12 5 KEYWORDS control needs_work (example patch); #X text 12 45 DESCRIPTION ???; #X text 12 65 INLET_0 float bang; #X text 12 85 OUTLET_0 float; #X text 12 105 OUTLET_1 float; #X text 12 25 LICENSE GPL v3; #X restore 394 270 pd META; #X connect 0 0 2 0; #X connect 0 1 3 0; #X connect 1 0 0 0;
#N canvas 0 31 450 300 10; #X obj 138 148 doubledelta; #X obj 139 113 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X floatatom 138 178 5 0 0 0 - - -; #X floatatom 201 178 5 0 0 0 - - -; #X text 87 63 delta and delta-of-delta of incoming values; #X connect 0 0 2 0; #X connect 0 1 3 0; #X connect 1 0 0 0;
19
control needs_work (example patch)
???
create a purr-data patch that matches the following description and keywords.
Description: ???, Keywords: control needs_work (example patch)
vrms-help.pd
externals\smlib\vrms-help.pd
#N canvas 1 53 392 166 10; #X msg 17 39 1 2 3 4; #X floatatom 50 96 5 0 0 0 - - -; #X msg 84 40 3 4 5; #X text 315 100 j#|@2002; #X obj 337 78 SMLib-help; #X obj 52 69 vrms; #X text 16 14 vrms computes the root-mean-square of a vector; #X msg 134 40 1 1 1 1; #X msg 200 40 1 -1 1 -1; #N canvas 159 173 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 (johannes.taelman@rug.ac.be) ; #X text 12 65 INLET_0 list float; #X text 12 5 KEYWORDS control list_op; #X text 12 85 OUTLET_0 float list; #X text 12 45 DESCRIPTION root-mean-square of a vector; #X restore 338 125 pd META; #X connect 0 0 5 0; #X connect 2 0 5 0; #X connect 5 0 1 0; #X connect 7 0 5 0; #X connect 8 0 5 0;
#N canvas 1 53 392 166 10; #X msg 17 39 1 2 3 4; #X floatatom 50 96 5 0 0 0 - - -; #X msg 84 40 3 4 5; #X text 315 100 j#|@2002; #X obj 337 78 SMLib-help; #X obj 52 69 vrms; #X text 16 14 vrms computes the root-mean-square of a vector; #X msg 134 40 1 1 1 1; #X msg 200 40 1 -1 1 -1; #X connect 0 0 5 0; #X connect 2 0 5 0; #X connect 5 0 1 0; #X connect 7 0 5 0; #X connect 8 0 5 0;
24
control list_op
root-mean-square of a vector
create a purr-data patch that matches the following description and keywords.
Description: root-mean-square of a vector, Keywords: control list_op
bandpass-help.pd
externals\ggee\filters\bandpass-help.pd
#N canvas 0 26 423 419 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 76 12 Bandpass coefficients for biquad~; #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 102 258 dac~; #X obj 179 74 hsl 128 17 20 20000 1 0 empty empty frequency 5 9 0 10 -203904 -1 -1 0 0; #X obj 270 97 hsl 128 17 0 100 0 0 empty empty bandwidth 5 9 0 10 -261682 -1 -1 0 1; #X obj 176 185 bandpass; #N canvas 433 26 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 bandpass forefficients 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 396 pd META; #X connect 5 0 13 0; #X connect 6 0 7 0; #X connect 7 0 13 0; #X connect 7 1 13 1; #X connect 8 0 10 1; #X connect 8 0 10 0; #X connect 9 0 8 0; #X connect 11 0 5 0; #X connect 12 0 6 0; #X connect 13 0 8 0;
#N canvas 0 26 423 419 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 76 12 Bandpass coefficients for biquad~; #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 102 258 dac~; #X obj 179 74 hsl 128 17 20 20000 1 0 empty empty frequency 5 9 0 10 -203904 -1 -1 0 0; #X obj 270 97 hsl 128 17 0 100 0 0 empty empty bandwidth 5 9 0 10 -261682 -1 -1 0 1; #X obj 176 185 bandpass; #X connect 5 0 13 0; #X connect 6 0 7 0; #X connect 7 0 13 0; #X connect 7 1 13 1; #X connect 8 0 10 1; #X connect 8 0 10 0; #X connect 9 0 8 0; #X connect 11 0 5 0; #X connect 12 0 6 0; #X connect 13 0 8 0;
35
control
bandpass forefficients for biquad~
create a purr-data patch that matches the following description and keywords.
Description: bandpass forefficients for biquad~, Keywords: control
cauchy-help.pd
externals\maxlib\cauchy-help.pd
#N canvas 0 31 487 308 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 185 103 5 0 0 0 - - -; #X obj 70 140 cauchy 0.5; #X text 238 104 alpha - governs spread; #X text 39 21 cauchy :: Cauchy distributed random numbers; #N canvas 293 158 494 344 META 0; #X text 12 150 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 130 AUTHOR Olaf Matthes <olaf.matthes@gmx.de>; #X text 12 90 INLET_1 float; #X text 12 110 OUTLET_0 float; #X text 12 45 DESCRIPTION Cauchy distributed random numbers; #X text 12 5 KEYWORDS control random; #X text 12 70 INLET_0 bang; #X restore 425 278 pd META; #X connect 0 0 3 0; #X connect 2 0 3 1; #X connect 3 0 1 0;
#N canvas 0 31 487 308 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 185 103 5 0 0 0 - - -; #X obj 70 140 cauchy 0.5; #X text 238 104 alpha - governs spread; #X text 39 21 cauchy :: Cauchy distributed random numbers; #X connect 0 0 3 0; #X connect 2 0 3 1; #X connect 3 0 1 0;
20
control random
Cauchy distributed random numbers
create a purr-data patch that matches the following description and keywords.
Description: Cauchy distributed random numbers, Keywords: control random
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
tcpreceive-help.pd
externals\mrpeach\net\tcpreceive-help.pd
#N canvas 1 53 478 294 12; #X floatatom 206 144 3 0 0 0 - - -; #X floatatom 233 144 3 0 0 0 - - -; #X floatatom 260 144 3 0 0 0 - - -; #X floatatom 287 144 3 0 0 0 - - -; #X text 163 143 from; #X obj 155 185 print message; #X obj 155 57 tcpreceive 9997; #X floatatom 257 96 5 0 0 0 - - -; #X text 303 94 connections; #X text 32 16 tcpreceive receives bytes over a tcp connection.; #X floatatom 315 144 5 0 0 0 - - -; #X obj 206 117 unpack 0 0 0 0 0; #X text 265 235 Martin Peach 2008/11/05; #N canvas 529 268 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 Martin Peach; #X text 12 25 LICENSE GPL v2 or later; #X text 12 5 KEYWORDS control network; #X text 12 45 DESCRIPTION tcpreceive receives bytes over a tcp connection ; #X text 12 65 OUTLET_0 anything; #X text 12 85 OUTLET_1 list; #X text 12 105 OUTLET_2 float; #X restore 421 264 pd META; #X connect 6 0 5 0; #X connect 6 1 11 0; #X connect 6 2 7 0; #X connect 11 0 0 0; #X connect 11 1 1 0; #X connect 11 2 2 0; #X connect 11 3 3 0; #X connect 11 4 10 0;
#N canvas 1 53 478 294 12; #X floatatom 206 144 3 0 0 0 - - -; #X floatatom 233 144 3 0 0 0 - - -; #X floatatom 260 144 3 0 0 0 - - -; #X floatatom 287 144 3 0 0 0 - - -; #X text 163 143 from; #X obj 155 185 print message; #X obj 155 57 tcpreceive 9997; #X floatatom 257 96 5 0 0 0 - - -; #X text 303 94 connections; #X text 32 16 tcpreceive receives bytes over a tcp connection.; #X floatatom 315 144 5 0 0 0 - - -; #X obj 206 117 unpack 0 0 0 0 0; #X text 265 235 Martin Peach 2008/11/05; #X connect 6 0 5 0; #X connect 6 1 11 0; #X connect 6 2 7 0; #X connect 11 0 0 0; #X connect 11 1 1 0; #X connect 11 2 2 0; #X connect 11 3 3 0; #X connect 11 4 10 0;
32
control network
tcpreceive receives bytes over a tcp connection
create a purr-data patch that matches the following description and keywords.
Description: tcpreceive receives bytes over a tcp connection, Keywords: control network
tabreadl-help.pd
externals\moonlib\tabreadl-help.pd
#N canvas 0 31 650 395 10; #X obj 10 11 tabreadl; #X text 22 332 (c) Antoine Rousseau 2004; #X floatatom 15 173 0 0 0 0 - - -; #X floatatom 15 278 0 0 0 0 - - -; #N canvas 0 0 450 300 (subpatch) 0; #X array \$0-array 10 float 0; #X coords 0 0 10 10 250 200 1; #X restore 362 139 graph; #X text 60 276 output = array99[index]; #X text 34 50 click here to initialize; #X text 159 236 creation argument; #X text 155 254 gives array name; #X text 137 204 change array name; #X msg 25 204 set \$0-array99; #X msg 33 65 resize 10 \, bounds 0 0 10 10 \, xlabel -0.5 0 1 2 3 4 5 6 7 8 9 10 \, ylabel -1 0 1 2 3 4 5 6 7 8 9 10 \, 0 1 4 2 8 5 6 1 4 2 8; #X obj 34 139 s \$0-array; #X text 110 8 - linear interpolating read from a table; #X text 46 174 index(float); #X obj 15 245 tabreadl \$0-array; #N canvas 502 150 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 85 OUTLET_0 float; #X text 12 45 DESCRIPTION linear interpolating read from a table; #X text 12 5 KEYWORDS control array; #X text 12 65 INLET_0 float set; #X restore 592 367 pd META; #X connect 2 0 15 0; #X connect 10 0 15 0; #X connect 11 0 12 0; #X connect 15 0 3 0;
#N canvas 0 31 650 395 10; #X obj 10 11 tabreadl; #X text 22 332 (c) Antoine Rousseau 2004; #X floatatom 15 173 0 0 0 0 - - -; #X floatatom 15 278 0 0 0 0 - - -;
33
control array
linear interpolating read from a table
create a purr-data patch that matches the following description and keywords.
Description: linear interpolating read from a table, Keywords: control array
pdynwav~-help.pd
externals\creb\doc\pdynwav~-help.pd
#N canvas 0 26 194 151 10; #X obj 35 15 pdynwav~; #N canvas 80 80 494 326 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 Tom Shouten; #X text 12 105 OUTLET_0 signal; #X text 12 65 INLET_0 signal; #X text 12 5 KEYWORDS signal abstraction needs_work (example patch) ; #X text 12 85 INLET_1 float; #X text 12 45 DESCRIPTION phasor~ + dynwav~; #X text 12 25 LICENSE GPL v2; #X restore 143 129 pd META;
#N canvas 0 26 194 151 10; #X obj 35 15 pdynwav~;
12
signal abstraction needs_work (example patch)
phasor~ + dynwav~
create a purr-data patch that matches the following description and keywords.
Description: phasor~ + dynwav~, Keywords: signal abstraction needs_work (example patch)
expmap~-help.pd
externals\creb\doc\expmap~-help.pd
#N canvas 0 26 352 368 10; #X text 80 9 exponential map from (-1 \, 1) to (min \, max); #N canvas 331 92 494 345 META 0; #X text 12 165 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 exponential map from (-1 \, 1) to (min \, max); #X text 12 65 INLET_0 signal; #X text 12 105 INLET_2 float; #X text 12 125 OUTLET_0 signal; #X text 12 5 KEYWORDS signal abstraction needs_work (example patch) ; #X text 12 25 LICENSE GPL v2; #X text 12 145 AUTHOR Tom Schouten <tom@zwizwa.be>; #X restore 302 347 pd META; #X obj 103 141 expmap~;
#N canvas 0 26 352 368 10; #X text 80 9 exponential map from (-1 \, 1) to (min \, max); #X obj 103 141 expmap~;
14
signal abstraction needs_work (example patch)
exponential map from (-1 \, 1) to (min \, max)
create a purr-data patch that matches the following description and keywords.
Description: exponential map from (-1 \, 1) to (min \, max), Keywords: signal abstraction needs_work (example patch)
ENV-help.pd
externals\cxc\ENV-help.pd
#N canvas 0 31 625 314 10; #X obj 147 203 ENV; #X msg 147 163 RAND_MAX; #X floatatom 226 253 10 0 0 0 - - -; #X obj 147 277 print; #X msg 214 164 getenv \$1; #X symbolatom 215 130 10 0 0 0 - - -; #X obj 295 130 symbol; #X msg 311 105 HOSTNAME; #X msg 310 80 USERNAME; #X obj 147 228 route symbol; #X msg 147 253 \$1; #X msg 424 110 USERNAME bla; #X obj 395 202 print pre; #X msg 425 135 HOSTNAME testi; #X msg 312 45 RANDOM; #X text 18 7 get and set environment variables etc ...; #X msg 244 51 DATE; #N canvas 299 125 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 65 DESCRIPTION get and set environment variables; #X text 12 85 INLET_0 RAND_MAX getenv; #X text 12 105 OUTLET_0 float symbol; #X text 12 45 LICENSE GPL v2; #X text 12 125 AUTHOR jdl@xdv.org; #X text 12 15 KEYWORDS control filesystem; #X restore 575 293 pd META; #X obj 386 168 cxc_prepend setenv; #X connect 0 0 9 0; #X connect 1 0 0 0; #X connect 4 0 0 0; #X connect 5 0 4 0; #X connect 6 0 4 0; #X connect 7 0 6 0; #X connect 8 0 6 0; #X connect 9 0 10 0; #X connect 9 1 2 0; #X connect 10 0 3 0; #X connect 14 0 6 0; #X connect 16 0 6 0;
#N canvas 0 31 625 314 10; #X obj 147 203 ENV; #X msg 147 163 RAND_MAX; #X floatatom 226 253 10 0 0 0 - - -; #X obj 147 277 print; #X msg 214 164 getenv \$1; #X symbolatom 215 130 10 0 0 0 - - -; #X obj 295 130 symbol; #X msg 311 105 HOSTNAME; #X msg 310 80 USERNAME; #X obj 147 228 route symbol; #X msg 147 253 \$1; #X msg 424 110 USERNAME bla; #X obj 395 202 print pre; #X msg 425 135 HOSTNAME testi; #X msg 312 45 RANDOM; #X text 18 7 get and set environment variables etc ...; #X msg 244 51 DATE; #X obj 386 168 cxc_prepend setenv; #X connect 0 0 9 0; #X connect 1 0 0 0; #X connect 4 0 0 0; #X connect 5 0 4 0; #X connect 6 0 4 0; #X connect 7 0 6 0; #X connect 8 0 6 0; #X connect 9 0 10 0; #X connect 9 1 2 0; #X connect 10 0 3 0; #X connect 14 0 6 0; #X connect 16 0 6 0;
40
control filesystem
get and set environment variables
create a purr-data patch that matches the following description and keywords.
Description: get and set environment variables, Keywords: control filesystem
keygate-help.pd
externals\hid\keygate-help.pd
#N canvas 0 31 462 494 10; #X obj 5 2 cnv 15 450 20 empty empty keygate 2 11 1 18 -233017 -66577 0; #X obj 160 257 bng 25 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 160 121 loadbang; #X msg 160 141 1; #X obj 160 169 metro 150; #X text 33 416 (C) Copyright 2004 Hans-Christoph Steiner <hans@eds.org> ; #X text 250 430 released under the GNU GPL; #X obj 237 369 pddp/pddplink ../all_about_hid.pd -text all_about_hid ; #X text 128 370 For more info:; #X text 15 207 data to be gated -->; #X obj 281 258 bng 25 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 40 300 keyname; #X symbolatom 79 324 10 0 0 0 - - -; #X text 157 324 <-- check here for the keyname symbol; #X obj 160 214 keygate f; #X text 17 38 [keygate] is a simple gate controlled by a keyboard. You must specify the name of the key which controls the gate. The left inlet takes the data to be gated.; #X text 18 89 The "f" key on the any keyboard controls this gate:; #X text 310 263 <-- key released; #X text 41 264 key pressed -->; #X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #N canvas 472 31 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 125 AUTHOR Hans-Christoph Steiner; #X text 12 85 OUTLET_0 bang; #X text 12 105 OUTLET_1 bang; #X text 12 45 DESCRIPTION simple gate controlled by a keyboard; #X text 12 65 INLET_0 bang; #X text 12 5 KEYWORDS control user_input abstraction; #X restore 407 462 pd META; #X connect 2 0 3 0; #X connect 3 0 4 0; #X connect 4 0 14 0; #X connect 11 1 12 0; #X connect 14 0 1 0; #X connect 14 1 10 0;
#N canvas 0 31 462 494 10; #X obj 160 257 bng 25 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 160 121 loadbang; #X msg 160 141 1; #X obj 160 169 metro 150; #X text 33 416 (C) Copyright 2004 Hans-Christoph Steiner <hans@eds.org> ; #X text 250 430 released under the GNU GPL; #X text 128 370 For more info:; #X text 15 207 data to be gated -->; #X obj 281 258 bng 25 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 40 300 keyname; #X symbolatom 79 324 10 0 0 0 - - -; #X text 157 324 <-- check here for the keyname symbol; #X obj 160 214 keygate f; #X text 17 38 [keygate] is a simple gate controlled by a keyboard. You must specify the name of the key which controls the gate. The left inlet takes the data to be gated.; #X text 18 89 The "f" key on the any keyboard controls this gate:; #X text 310 263 <-- key released; #X text 41 264 key pressed -->; #X connect 2 0 3 0; #X connect 3 0 4 0; #X connect 4 0 14 0; #X connect 11 1 12 0; #X connect 14 0 1 0; #X connect 14 1 10 0;
37
control user_input abstraction
simple gate controlled by a keyboard
create a purr-data patch that matches the following description and keywords.
Description: simple gate controlled by a keyboard, Keywords: control user_input abstraction
vftom-help.pd
externals\smlib\vftom-help.pd
#N canvas 1 53 302 152 10; #X text 194 88 j#|@2002; #X obj 216 68 SMLib-help; #X text 10 6 frequency to midi on a vector; #X msg 15 33 440 446.164 880; #X obj 15 56 vftom; #X obj 15 80 print vftom; #N canvas 119 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 25 LICENSE GPL v2; #X text 12 105 AUTHOR Johannes Taelman (johannes.taelman@rug.ac.be) ; #X text 12 65 INLET_0 list float; #X text 12 85 OUTLET_0 list float; #X text 12 45 DESCRIPTION frequency to midi on a vector; #X text 12 5 KEYWORDS control list_op conversion MIDI; #X restore 229 111 pd META; #X connect 3 0 4 0; #X connect 4 0 5 0;
#N canvas 1 53 302 152 10; #X text 194 88 j#|@2002; #X obj 216 68 SMLib-help; #X text 10 6 frequency to midi on a vector; #X msg 15 33 440 446.164 880; #X obj 15 56 vftom; #X obj 15 80 print vftom; #X connect 3 0 4 0; #X connect 4 0 5 0;
18
control list_op conversion MIDI
frequency to midi on a vector
create a purr-data patch that matches the following description and keywords.
Description: frequency to midi on a vector, Keywords: control list_op conversion MIDI
gemwin+-help.pd
externals\tof\tof\gemwin+-help.pd
#N canvas 1 53 812 373 10; #X obj 4 -185 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 483 -183 dimen w h; #X text 483 -169 lighting 0/1; #X text 483 -156 border 0/1; #X text 482 -143 offest x y; #X text 440 -88 Gem window with a dimension of 640 by 480 pixels \, with no border \, and with an offset of 200 by 200 pixels; #X text 482 -130 frame f; #X text 440 -234 ARGUMENTS; #X text -6 -269 Description: A more user friendly Gem window manager with mouse pointer information.; #X text 439 -216 You can set the following comma separated arguments: ; #X text -5 -234 Tags: Gem; #X obj 43 -125 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 23 -188 Float: 1: Create and render window \, 0: Destroy window. ; #X text 67 -128 Float: Mouse mode \; 0: Gem coordinates \, 1: Normalized. ; #X obj 43 -75 print mouse; #X obj 4 -100 gemwin+; #X text 39 -58 x_pos y_pos left_button middle_button right_button; #X obj 4 9 scale 0.5; #X obj 4 35 square; #X obj 439 -109 gemwin+ dimen 640 480 \, border 0 \, offset 200 200 ; #X text 12 -37 The left most outlet is a gemlist normalized to the window's size (i.e. a square of size 1 fills the whole window); #N canvas 211 137 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 155 AUTHOR Thomas Ouellet Fredericks; #X text 12 25 DESCRIPTION a more user friendly Gem window manager with mouse pointer information; #X text 12 75 INLET_0 float; #X text 12 95 INLET_1 float; #X text 12 115 OUTLET_0 gemlist; #X text 12 135 OUTLET_1 list; #X text 12 5 KEYWORDS control abstraction user_input; #X text 12 55 LICENSE GPL v2; #X restore 743 58 pd META; #X connect 0 0 15 0; #X connect 11 0 15 1; #X connect 15 0 17 0; #X connect 15 1 14 0; #X connect 17 0 18 0;
#N canvas 1 53 812 373 10; #X obj 4 -185 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 483 -183 dimen w h; #X text 483 -169 lighting 0/1; #X text 483 -156 border 0/1; #X text 482 -143 offest x y; #X text 440 -88 Gem window with a dimension of 640 by 480 pixels \, with no border \, and with an offset of 200 by 200 pixels; #X text 482 -130 frame f; #X text 440 -234 ARGUMENTS; #X text -6 -269 Description: A more user friendly Gem window manager with mouse pointer information.; #X text 439 -216 You can set the following comma separated arguments: ; #X text -5 -234 Tags: Gem; #X obj 43 -125 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 23 -188 Float: 1: Create and render window \, 0: Destroy window. ; #X text 67 -128 Float: Mouse mode \; 0: Gem coordinates \, 1: Normalized. ; #X obj 43 -75 print mouse; #X obj 4 -100 gemwin+; #X text 39 -58 x_pos y_pos left_button middle_button right_button; #X obj 4 9 scale 0.5; #X obj 4 35 square; #X obj 439 -109 gemwin+ dimen 640 480 \, border 0 \, offset 200 200 ; #X text 12 -37 The left most outlet is a gemlist normalized to the window's size (i.e. a square of size 1 fills the whole window); #X connect 0 0 15 0; #X connect 11 0 15 1; #X connect 15 0 17 0; #X connect 15 1 14 0; #X connect 17 0 18 0;
38
control abstraction user_input
a more user friendly Gem window manager with mouse pointer information
create a purr-data patch that matches the following description and keywords.
Description: a more user friendly Gem window manager with mouse pointer information, Keywords: control abstraction user_input
samplerate~-help.pd
packages\win64_inno\build\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
01.PART1.hello.pd
packages\win64_inno\build\doc\2.control.examples\01.PART1.hello.pd
#N canvas 448 60 448 496 10; #X msg 144 42 hello world; #X obj 144 116 print; #X floatatom 257 42 0 0 0 0 - - -; #X text 141 134 object; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header hello_world 20 10 1 18 -261139 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 474 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 385 143 494 284 META 0; #X text 12 115 WEBSITE http://crca.ucsd.edu/~msp/; #X text 12 95 LIBRARY PDDP; #X text 12 45 LICENSE SIBSD; #X text 12 135 HELP_PATCH_AUTHORS Miller Puckette. Updated for release 0.33. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 65 DESCRIPTION the obligatory first program as in any programming language to print out "Hello World"; #X text 12 25 KEYWORDS control GUI user_input tutorial; #X restore 382 476 pd META; #N canvas 20 281 428 279 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 Hello World- Related Help Documents; #X text 19 37 Help patches and tutorials in Pure Data are themselves little programs called "patches". You can interact with the objects in them and even produce sound and edit the contents. The help patches and tutorials that come with Pd are read-only by default \, so you don't have to worry about changing them.; #X obj 18 247 pddp/pddplink http://lists.puredata.info/listinfo/pd-list ; #X text 18 190 Netiquette guide:; #X obj 18 207 pddp/pddplink http://puredata.info/community/lists/Netiquette ; #X text 18 110 Another "hello world" moment comes when you discover the Pd community that corresponds over the Pure Data user mailing list. You can search for answers to questions on there \, and if you're having a hard time finding info you can always ask questions \, too. See the netiquette page before posting \, though.; #X text 18 230 Pd user mailing list:; #X restore 103 476 pd References; #X obj 6 476 pddp/pddplink ../5.reference/pddp/help.pd -text help; #X text 23 175 There are four types of text objects in Pd: message box \, atom box \, object \, and comment.; #X text 255 59 atom box; #X text 155 58 message box; #X text 23 210 Message boxes respond to mouse clicks by sending their contents to one or more destinations. The usual destination is the "outlet" at the lower left corner of the box.; #X text 74 50 outlet -->; #X text 23 258 Click the message box above and watch the terminal window Pd was started in. You should see the "hello world" message appear. ; #X text 23 305 Atom boxes respond to clicking and dragging up and down with the mouse \, by changing their contents and sending the result out their outlets. You can also click an atom box and then type an atom. Hit "Enter" to output the number or click anywhere else to cancel. ; #X text 23 376 Objects \, like [print] above \, may have all sorts of functions depending on what's typed into them. The [print] object simply prints out every message it receives.; #X text 23 425 To get help on an object \, right-click it then choose "Help" in the popup menu. You should see a "help window" for the object. ; #X connect 0 0 1 0; #X connect 2 0 1 0;
#N canvas 448 60 448 496 10; #X msg 144 42 hello world; #X obj 144 116 print; #X floatatom 257 42 0 0 0 0 - - -; #X text 141 134 object; #X text 23 175 There are four types of text objects in Pd: message box \, atom box \, object \, and comment.; #X text 255 59 atom box; #X text 155 58 message box; #X text 23 210 Message boxes respond to mouse clicks by sending their contents to one or more destinations. The usual destination is the "outlet" at the lower left corner of the box.; #X text 74 50 outlet -->; #X text 23 258 Click the message box above and watch the terminal window Pd was started in. You should see the "hello world" message appear. ; #X text 23 305 Atom boxes respond to clicking and dragging up and down with the mouse \, by changing their contents and sending the result out their outlets. You can also click an atom box and then type an atom. Hit "Enter" to output the number or click anywhere else to cancel. ; #X text 23 376 Objects \, like [print] above \, may have all sorts of functions depending on what's typed into them. The [print] object simply prints out every message it receives.; #X text 23 425 To get help on an object \, right-click it then choose "Help" in the popup menu. You should see a "help window" for the object. ; #X connect 0 0 1 0; #X connect 2 0 1 0;
38
control GUI user_input tutorial
the obligatory first program as in any programming language to print out "Hello World"
create a purr-data patch that matches the following description and keywords.
Description: the obligatory first program as in any programming language to print out "Hello World", Keywords: control GUI user_input tutorial
03.rect.pd
pd\doc\4.data.structures\pd-l2ork\ds-tutorials\03.rect.pd
#N struct drawtut-rect float x float y; #N canvas 1 25 515 614 10; #X text 0 1 __________________________; #X text 0 1 New Drawing Commands: rect; #X obj 53 87 struct drawtut-rect float x float y; #X text 53 63 Let's start with another [struct]:; #X scalar drawtut-rect 56 374 \;; #X text 53 115 As stated in the previous tutorial \, all [draw] objects have the same interface. The first word (called the selector) is always "draw". The first argument is the name of the svg shape to draw. Finally \, any arguments after that are coordinate and other data that define how to draw the shape.; #X text 53 480 You can select the scalar like any other Pd object \, move it \, cut/paste it \, and undo/redo any actions you take.; #X text 53 23 So what can we draw with [draw]? All shapes from the svg specification. These are "rect" \, "polygon" \, "polyline" \, "ellipse" \, "circle" \, "line" \, and "path".; #X text 53 510 Also note that you can define a [struct] without any "x" or "y" fields. This is because data structures may be used for purposes other than visualizing data. But if you do draw objects with x/y fields \, it will draw the scalar at 0/0 and you won't be able to move it with the mouse in "edit mode".; #X text 53 341 Below is a scalar defined by the [struct] above. As you can tell it's just two rectangles. Pretty boring stuff so far... ; #X obj 53 244 draw rect 100 40 0 0; #X obj 193 244 draw rect 40 100 120 0; #X text 53 270 You can use positive and negative numbers for the first two arguments \, but only positive numbers for the width and height. Coordinates and dimensions can be integers or floats. (One exception are "flag" values in path arcs but these will just be converted automatically to integers.); #X text 53 184 In the case of "rect" \, there are only four coordinates. The first two are the width and height of the rectangle. The third and fourth arguments are the x/y coordinates of the top-left corner of the rectangle. That's it!; #N canvas 290 275 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 rectangle with the [draw] command ; #X restore 446 583 pd META;
#N struct drawtut-rect float x float y; #N canvas 1 25 515 614 10; #X text 0 1 __________________________; #X text 0 1 New Drawing Commands: rect; #X obj 53 87 struct drawtut-rect float x float y; #X text 53 63 Let's start with another [struct]:; #X scalar drawtut-rect 56 374 \;; #X text 53 115 As stated in the previous tutorial \, all [draw] objects have the same interface. The first word (called the selector) is always "draw". The first argument is the name of the svg shape to draw. Finally \, any arguments after that are coordinate and other data that define how to draw the shape.; #X text 53 480 You can select the scalar like any other Pd object \, move it \, cut/paste it \, and undo/redo any actions you take.; #X text 53 23 So what can we draw with [draw]? All shapes from the svg specification. These are "rect" \, "polygon" \, "polyline" \, "ellipse" \, "circle" \, "line" \, and "path".; #X text 53 510 Also note that you can define a [struct] without any "x" or "y" fields. This is because data structures may be used for purposes other than visualizing data. But if you do draw objects with x/y fields \, it will draw the scalar at 0/0 and you won't be able to move it with the mouse in "edit mode".; #X text 53 341 Below is a scalar defined by the [struct] above. As you can tell it's just two rectangles. Pretty boring stuff so far... ; #X obj 53 244 draw rect 100 40 0 0; #X obj 193 244 draw rect 40 100 120 0; #X text 53 270 You can use positive and negative numbers for the first two arguments \, but only positive numbers for the width and height. Coordinates and dimensions can be integers or floats. (One exception are "flag" values in path arcs but these will just be converted automatically to integers.); #X text 53 184 In the case of "rect" \, there are only four coordinates. The first two are the width and height of the rectangle. The third and fourth arguments are the x/y coordinates of the top-left corner of the rectangle. That's it!;
23
tutorial data_structure draw gui
drawing a rectangle with the [draw] command
create a purr-data patch that matches the following description and keywords.
Description: drawing a rectangle with the [draw] command, Keywords: tutorial data_structure draw gui
get-midi-dialog-help.pd
externals\hcs\get-midi-dialog-help.pd
#N canvas 0 26 611 344 10; #X msg 34 111 bang; #X obj 73 174 pddp/print; #X obj 53 179 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X text 9 23 get the MIDI settings to save as part of the patch.; #X text 153 93 Open the MIDI Settings and click OK to get the data \, then click bang to use them in the patch; #X obj 34 142 get-midi-dialog; #X obj 34 203 prepend set; #X obj 34 278 send pd; #X text 246 249 <-- this message will be saved as part of your patch. click it or [loadbang] it to configure the MIDI settings. Make sure it is attached to a [send pd] so that Pd gets the message.; #X msg 34 249 midi-dialog 0 0 0 0 0 0 0 0 1 1; #N canvas 386 198 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 v3; #X text 12 115 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION get Pd's MIDI settings to save as part of the patch; #X text 12 75 INLET_0 bang; #X text 12 95 OUTLET_0 midi-dialog; #X text 12 5 KEYWORDS control pd_op; #X restore 562 322 pd META; #X connect 0 0 5 0; #X connect 5 0 1 0; #X connect 5 0 2 0; #X connect 5 0 6 0; #X connect 6 0 9 0; #X connect 9 0 7 0;
#N canvas 0 26 611 344 10; #X msg 34 111 bang; #X obj 73 174 pddp/print; #X obj 53 179 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X text 9 23 get the MIDI settings to save as part of the patch.; #X text 153 93 Open the MIDI Settings and click OK to get the data \, then click bang to use them in the patch; #X obj 34 142 get-midi-dialog; #X obj 34 203 prepend set; #X obj 34 278 send pd; #X text 246 249 <-- this message will be saved as part of your patch. click it or [loadbang] it to configure the MIDI settings. Make sure it is attached to a [send pd] so that Pd gets the message.; #X msg 34 249 midi-dialog 0 0 0 0 0 0 0 0 1 1; #X connect 0 0 5 0; #X connect 5 0 1 0; #X connect 5 0 2 0; #X connect 5 0 6 0; #X connect 6 0 9 0; #X connect 9 0 7 0;
26
control pd_op
get Pd's MIDI settings to save as part of the patch
create a purr-data patch that matches the following description and keywords.
Description: get Pd's MIDI settings to save as part of the patch, Keywords: control pd_op
a2l-help.pd
externals\zexy\reference\a2l-help.pd
#N canvas 0 31 450 458 10; #X text 113 30 convert "anything" to lists; #X text 116 56 pass through the rest; #X floatatom 46 229 0 0 0 0 - - -; #X symbolatom 46 203 0 0 0 0 - - -; #X msg 46 162 this is anything; #X msg 46 182 list this is a list; #X obj 35 276 print a2l; #X text 48 337 to make "anything"s out of lists \, try; #X obj 319 339 route list; #X msg 319 318 list this is a list; #X obj 319 359 print l2a; #X text 245 223 alias; #X obj 286 223 a2l; #X obj 35 256 any2list; #X text 356 6 part of zexy; #N canvas 460 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 5 KEYWORDS control conversion deprecated; #X text 12 45 DESCRIPTION convert an anything to a list; #X text 12 65 INLET_0 anything; #X text 12 85 OUTLET_0 list; #X text 12 105 AUTHOR IOhannes m zmoelnig; #X restore 401 437 pd META; #X obj 48 30 any2list; #X connect 2 0 13 0; #X connect 3 0 13 0; #X connect 4 0 13 0; #X connect 5 0 13 0; #X connect 8 0 10 0; #X connect 9 0 8 0; #X connect 13 0 6 0;
#N canvas 0 31 450 458 10; #X text 113 30 convert "anything" to lists; #X text 116 56 pass through the rest; #X floatatom 46 229 0 0 0 0 - - -; #X symbolatom 46 203 0 0 0 0 - - -; #X msg 46 162 this is anything; #X msg 46 182 list this is a list; #X obj 35 276 print a2l; #X text 48 337 to make "anything"s out of lists \, try; #X obj 319 339 route list; #X msg 319 318 list this is a list; #X obj 319 359 print l2a; #X text 245 223 alias; #X obj 286 223 a2l; #X obj 35 256 any2list; #X text 356 6 part of zexy; #X obj 48 30 any2list; #X connect 2 0 13 0; #X connect 3 0 13 0; #X connect 4 0 13 0; #X connect 5 0 13 0; #X connect 8 0 10 0; #X connect 9 0 8 0; #X connect 13 0 6 0;
33
control conversion deprecated
convert an anything to a list
create a purr-data patch that matches the following description and keywords.
Description: convert an anything to a list, Keywords: control conversion deprecated
ti_snare-help.pd
externals\creb\doc\ti_snare-help.pd
#N canvas 1 26 449 391 10; #N canvas 200 78 494 332 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 5 KEYWORDS signal abstraction GUI needs_work (example patch) ; #X text 12 105 OUTLET_0 signal; #X text 12 45 DESCRIPTION snare drum gop object; #X text 12 65 INLET_0 bang; #X text 12 85 INLET_1 float; #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR Tom Schouten <tom@zwizwa.be>; #X restore 395 359 pd META; #X obj 77 59 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 77 92 ti_snare; #X obj 76 159 output~; #X text 132 16 snare drum gop object; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 2 0 3 1; #X coords 0 0 1 1 270 50 0;
#N canvas 1 26 449 391 10; #X obj 77 59 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 77 92 ti_snare; #X obj 76 159 output~; #X text 132 16 snare drum gop object; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 2 0 3 1; #X coords 0 0 1 1 270 50 0;
19
signal abstraction GUI needs_work (example patch)
snare drum gop object
create a purr-data patch that matches the following description and keywords.
Description: snare drum gop object, Keywords: signal abstraction GUI needs_work (example patch)
timeroll-help.pd
externals\mapping\timeroll-help.pd
#N canvas 1 53 472 358 10; #X obj 116 147 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262131 -1 -1 0 1; #X text 339 191 from 0 to 1; #X obj 21 188 resample 50; #X obj 133 133 timeroll; #X obj 21 211 clip 0 1; #X text 73 54 Display a changing value over time.; #X text 99 110 (move the slider to see it in action); #N canvas 467 227 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 65 INLET_0 float; #X text 12 85 INLET_1 float; #X text 12 5 KEYWORDS control abstraction GUI; #X text 12 45 DESCRIPTION display a changing value over time; #X restore 417 330 pd META; #X connect 0 0 2 0; #X connect 2 0 4 0; #X connect 4 0 3 0;
#N canvas 1 53 472 358 10; #X obj 116 147 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262131 -1 -1 0 1; #X text 339 191 from 0 to 1; #X obj 21 188 resample 50; #X obj 133 133 timeroll; #X obj 21 211 clip 0 1; #X text 73 54 Display a changing value over time.; #X text 99 110 (move the slider to see it in action); #X connect 0 0 2 0; #X connect 2 0 4 0; #X connect 4 0 3 0;
20
control abstraction GUI
display a changing value over time
create a purr-data patch that matches the following description and keywords.
Description: display a changing value over time, Keywords: control abstraction GUI
17.coords.pd
packages\win64_inno\build\doc\4.data.structures\pd-l2ork\ds-tutorials\17.coords.pd
#N struct drawtut-coords float x float y; #N canvas 1 25 537 571 10; #N canvas 290 275 450 300 META 0; #X text 16 6 KEYWORDS tutorial data_structure draw; #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 46 DESCRIPTION animating scalars with the [draw] command ; #X restore 450 538 pd META; #X text 0 1 New Drawing Commands: coordinate data; #X text 1 1 _____________________________________; #X obj 51 30 struct drawtut-coords float x float y; #X obj 135 321 draw polyline; #X scalar drawtut-coords 85 159 \;; #X obj 135 113 tgl 15 0 empty empty Auto 17 7 0 10 -262144 -1 -1 0 1; #X obj 135 133 metro 400; #X obj 135 155 tgl 15 0 empty empty Click_me 17 7 0 10 -262144 -1 -1 0 1; #X obj 135 182 * 30; #X obj 135 204 + 30; #X msg 135 231 points 0 0 30 0 30 \$1 0 \$1; #X obj 158 256 loadbang; #X msg 158 278 stroke black \, stroke-width 1 \, fill none \, points 0 0 30 0 30 30 0 30; #X obj 46 431 draw path m -60 20 20 0 0 20 -20 0 z m 30 0 10 0 0 10 -10 0 z; #X msg 46 406 d m -60 20 20 0 0 20 -20 0 z m \$1 0 10 0 0 10 -10 0 z; #X text 184 189 Polygons and polylines take the "points" message to set their coordinate data.; #X text 94 371 For paths \, use the "d" message to send new path data. ; #X text 49 64 You can dynamically set the coordinate data for polygons \, polylines \, and paths.; #X connect 6 0 7 0; #X connect 7 0 8 0; #X connect 8 0 9 0; #X connect 9 0 10 0; #X connect 10 0 11 0; #X connect 10 0 15 0; #X connect 11 0 4 0; #X connect 12 0 13 0; #X connect 13 0 4 0; #X connect 15 0 14 0;
#N struct drawtut-coords float x float y; #N canvas 1 25 537 571 10; #X text 0 1 New Drawing Commands: coordinate data; #X text 1 1 _____________________________________; #X obj 51 30 struct drawtut-coords float x float y; #X obj 135 321 draw polyline; #X scalar drawtut-coords 85 159 \;; #X obj 135 113 tgl 15 0 empty empty Auto 17 7 0 10 -262144 -1 -1 0 1; #X obj 135 133 metro 400; #X obj 135 155 tgl 15 0 empty empty Click_me 17 7 0 10 -262144 -1 -1 0 1; #X obj 135 182 * 30; #X obj 135 204 + 30; #X msg 135 231 points 0 0 30 0 30 \$1 0 \$1; #X obj 158 256 loadbang; #X msg 158 278 stroke black \, stroke-width 1 \, fill none \, points 0 0 30 0 30 30 0 30; #X obj 46 431 draw path m -60 20 20 0 0 20 -20 0 z m 30 0 10 0 0 10 -10 0 z; #X msg 46 406 d m -60 20 20 0 0 20 -20 0 z m \$1 0 10 0 0 10 -10 0 z; #X text 184 189 Polygons and polylines take the "points" message to set their coordinate data.; #X text 94 371 For paths \, use the "d" message to send new path data. ; #X text 49 64 You can dynamically set the coordinate data for polygons \, polylines \, and paths.; #X connect 6 0 7 0; #X connect 7 0 8 0; #X connect 8 0 9 0; #X connect 9 0 10 0; #X connect 10 0 11 0; #X connect 10 0 15 0; #X connect 11 0 4 0; #X connect 12 0 13 0; #X connect 13 0 4 0; #X connect 15 0 14 0;
37
tutorial data_structure draw
animating scalars with the [draw] command
create a purr-data patch that matches the following description and keywords.
Description: animating scalars with the [draw] command, Keywords: tutorial data_structure draw
bhip~-help.pd
externals\creb\doc\bhip~-help.pd
#N canvas 0 0 450 300 10; #X obj 130 55 bhip~; #X text 175 53 butterworth high pass filter; #N canvas 331 92 494 327 META 0; #X text 12 175 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 135 LIBRARY external creb; #X text 12 95 INLET_1 float; #X text 12 115 OUTLET_0 signal; #X text 12 5 KEYWORDS signal abstraction filter needs_work (example patch); #X text 12 55 DESCRIPTION butterworth high pass filter; #X text 12 75 INLET_0 signal; #X text 12 155 AUTHOR Tom Schouten <tom@zwizwa.be>; #X text 12 35 LICENSE GPL v2; #X restore 398 277 pd META;
#N canvas 0 0 450 300 10; #X obj 130 55 bhip~; #X text 175 53 butterworth high pass filter;
14
signal abstraction filter needs_work (example patch)
butterworth high pass filter
create a purr-data patch that matches the following description and keywords.
Description: butterworth high pass filter, Keywords: signal abstraction filter needs_work (example patch)
cupd-help.pd
externals\ekext\cupd-help.pd
#N canvas 0 31 450 300 10; #X obj 87 161 cupd; #X obj 87 94 metro 100; #X obj 87 56 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 110 134 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1; #X floatatom 87 201 5 0 0 0 - - -; #X msg 197 102 160; #X text 109 59 bang counts; #X text 70 14 cupd counts up ^_^ and down _^_; #X text 223 101 float sets next; #X text 132 135 != 0 counts down \, 0 counts up; #X text 69 235 aaaaah \, simplicity!; #N canvas 379 254 447 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS Ed Kelly. Revised by Jonathan Wilkes for Pd-extended 0.42 to conform to the PDDP template.; #X text 12 5 KEYWORDS control storage; #X text 12 125 AUTHOR Ed Kelly <morph_2016@yahoo.co.uk>; #X text 12 65 INLET_0 float bang; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 float; #X text 12 45 DESCRIPTION cup counts up ^_^ and down _^_; #X text 12 25 LICENSE GPL v3; #X restore 390 270 pd META; #X connect 0 0 4 0; #X connect 1 0 0 0; #X connect 2 0 1 0; #X connect 3 0 0 1; #X connect 5 0 0 0;
#N canvas 0 31 450 300 10; #X obj 87 161 cupd; #X obj 87 94 metro 100; #X obj 87 56 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 110 134 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1; #X floatatom 87 201 5 0 0 0 - - -; #X msg 197 102 160; #X text 109 59 bang counts; #X text 70 14 cupd counts up ^_^ and down _^_; #X text 223 101 float sets next; #X text 132 135 != 0 counts down \, 0 counts up; #X text 69 235 aaaaah \, simplicity!; #X connect 0 0 4 0; #X connect 1 0 0 0; #X connect 2 0 1 0; #X connect 3 0 0 1; #X connect 5 0 0 0;
27
control storage
cup counts up ^_^ and down _^_
create a purr-data patch that matches the following description and keywords.
Description: cup counts up ^_^ and down _^_, Keywords: control storage
ISOdate-help.pd
externals\hcs\ISOdate-help.pd
#N canvas 0 31 393 252 10; #X msg 139 82 bang; #X symbolatom 138 156 0 0 0 0 - - -; #X text 49 29 output the current date in ISO format; #X obj 139 114 ISOdate; #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; #X text 12 45 DESCRIPTION output the current date in ISO format; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_0 symbol; #X restore 332 217 pd META; #X connect 0 0 3 0; #X connect 3 0 1 0;
#N canvas 0 31 393 252 10; #X msg 139 82 bang; #X symbolatom 138 156 0 0 0 0 - - -; #X text 49 29 output the current date in ISO format; #X obj 139 114 ISOdate; #X connect 0 0 3 0; #X connect 3 0 1 0;
16
control
output the current date in ISO format
create a purr-data patch that matches the following description and keywords.
Description: output the current date in ISO format, Keywords: control
radians2mapping-help.pd
externals\mapping\radians2mapping-help.pd
#N canvas 1 53 533 333 10; #X obj 5 2 cnv 15 450 20 empty empty radians2mapping 2 11 1 18 -233017 -66577 0; #X msg 422 3 pddp; #X text 254 269 released under the GNU GPL; #X text 144 228 For more info:; #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <hans@at.or.at> ; #X text 254 186 related objects:; #X floatatom 69 195 5 0 0 1 mapping - -; #X obj 72 95 hsl 128 15 -3.14159 3.14159 0 0 empty empty radians 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 95 125 9 0 0 0 - - -; #X obj 69 160 radians2mapping; #X text 21 35 This object converts numbers from radians (-pi to pi) to the mapping range (0 to 1) with the 0's lining up in the same place. ; #X obj 252 202 radians2mapping; #X obj 140 202 degrees2mapping; #X obj 365 202 mapping2degrees; #X obj 248 226 pddp/pddplink ../mapping-about.pd -text mapping-about ; #N canvas 436 140 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 85 INLET_0 float; #X text 12 45 DESCRIPTION convert numbers from radians (-pi to pi) to the mapping range (0 to 1) with the 0's lining up in the same place ; #X text 12 5 KEYWORDS control abstraction conversion; #X restore 474 302 pd META; #X connect 7 0 8 0; #X connect 7 0 9 0; #X connect 9 0 6 0;
#N canvas 1 53 533 333 10; #X msg 422 3 pddp; #X text 254 269 released under the GNU GPL; #X text 144 228 For more info:; #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <hans@at.or.at> ; #X text 254 186 related objects:; #X floatatom 69 195 5 0 0 1 mapping - -; #X obj 72 95 hsl 128 15 -3.14159 3.14159 0 0 empty empty radians 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 95 125 9 0 0 0 - - -; #X obj 69 160 radians2mapping; #X text 21 35 This object converts numbers from radians (-pi to pi) to the mapping range (0 to 1) with the 0's lining up in the same place. ; #X obj 252 202 radians2mapping; #X obj 140 202 degrees2mapping; #X obj 365 202 mapping2degrees; #X connect 7 0 8 0; #X connect 7 0 9 0; #X connect 9 0 6 0;
28
control abstraction conversion
convert numbers from radians (-pi to pi) to the mapping range (0 to 1) with the 0's lining up in the same place
create a purr-data patch that matches the following description and keywords.
Description: convert numbers from radians (-pi to pi) to the mapping range (0 to 1) with the 0's lining up in the same place, Keywords: control abstraction conversion
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 <tom@zwizwa.be>; #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)
slider-help.pd
externals\ggee\gui\slider-help.pd
#N canvas 0 26 592 446 12; #X obj 14 121 slider 127 0 15; #X floatatom 12 42 0 0 0 0 - - -; #X floatatom 14 319 0 0 0 0 - - -; #X text 140 188 This was instantiated with slider 200 100; #X obj 14 85 random 127; #X obj 468 343 state sl; #X msg 468 283 save; #X msg 520 283 1; #X floatatom 98 296 0 0 0 0 - - -; #X obj 186 252 slider 127 0 40; #X text 184 231 This was instantiated with slider 127 0 40; #X obj 274 333 sliderh 127 0 30; #X text 273 307 Same with sliderh; #X floatatom 274 384 5 0 0 0 - - -; #X obj 12 64 metro 2; #X obj 98 167 slider 200 100 15; #X text 125 117 Slider is state aware.; #N canvas 447 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 Tcl/Tk; #X text 12 105 AUTHOR Guenter Geiger; #X text 12 5 KEYWORDS control GUI; #X text 12 45 DESCRIPTION graphical slider; #X text 12 65 INLET_0 float bang; #X text 12 85 OUTLET_0 float; #X restore 532 416 pd META; #X text 126 11 Instantiate a new slider with Put->Object and type slider into the object. The slider takes up to 3 parameters \, the first is the maximum value \, the second is the minimum. The third is the width of the slider (contributed by Dieter <dieter@rhiz.org>. Click on the trough to move in 0.01. Middle button jumps.; #X connect 0 0 2 0; #X connect 1 0 14 0; #X connect 4 0 0 0; #X connect 6 0 5 0; #X connect 7 0 5 0; #X connect 11 0 13 0; #X connect 14 0 4 0; #X connect 15 0 8 0;
#N canvas 0 26 592 446 12; #X obj 14 121 slider 127 0 15; #X floatatom 12 42 0 0 0 0 - - -; #X floatatom 14 319 0 0 0 0 - - -; #X text 140 188 This was instantiated with slider 200 100; #X obj 14 85 random 127; #X obj 468 343 state sl; #X msg 468 283 save; #X msg 520 283 1; #X floatatom 98 296 0 0 0 0 - - -; #X obj 186 252 slider 127 0 40; #X text 184 231 This was instantiated with slider 127 0 40; #X obj 274 333 sliderh 127 0 30; #X text 273 307 Same with sliderh; #X floatatom 274 384 5 0 0 0 - - -; #X obj 12 64 metro 2; #X obj 98 167 slider 200 100 15; #X text 125 117 Slider is state aware.; #X text 126 11 Instantiate a new slider with Put->Object and type slider into the object. The slider takes up to 3 parameters \, the first is the maximum value \, the second is the minimum. The third is the width of the slider (contributed by Dieter <dieter@rhiz.org>. Click on the trough to move in 0.01. Middle button jumps.; #X connect 0 0 2 0; #X connect 1 0 14 0; #X connect 4 0 0 0; #X connect 6 0 5 0; #X connect 7 0 5 0; #X connect 11 0 13 0; #X connect 14 0 4 0; #X connect 15 0 8 0;
36
control GUI
graphical slider
create a purr-data patch that matches the following description and keywords.
Description: graphical slider, Keywords: control GUI
median_n-help.pd
externals\mapping\median_n-help.pd
#N canvas 1 53 556 321 10; #X declare -lib zexy; #X declare -lib zexy; #X declare -lib zexy; #X obj 16 105 cnv 15 60 60 empty empty empty 20 12 0 14 -258699 -66577 0; #X floatatom 22 30 5 0 0 0 - - -; #X floatatom 22 220 5 0 0 0 - - -; #X text 112 93 Calculates the median of the last n numbers in a stream of numbers.; #X text 349 254 )c( Alexandre Quessy 2006; #X obj 414 225 zexy; #X text 348 225 Requires; #N canvas 0 0 342 294 more 0; #X obj 90 103 vsl 15 128 0 127 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 267 103 vsl 15 128 0 127 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X text 71 66 Play with the left one.; #X obj 127 139 median_n 25; #X connect 0 0 3 0; #X connect 3 0 1 0; #X restore 117 172 pd more examples; #X obj 498 225 expr; #X text 460 225 and; #X text 352 268 Release under the GPL v2; #X obj 22 115 median_n 6; #X text 108 55 [median_n <sample set size>]; #X text 112 119 Useful for discarding irrealistic values received from electronic sensors.; #X text 119 268 See also; #X obj 187 266 median; #N canvas 498 307 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 5 KEYWORDS control abstraction filter; #X text 12 45 DESCRIPTION calculate the median of the last n numbers in a stream of numbers; #X text 12 75 INLET_0 float; #X restore 502 294 pd META; #X connect 1 0 11 0; #X connect 11 0 2 0;
#N canvas 1 53 556 321 10; #X declare -lib zexy; #X declare -lib zexy; #X declare -lib zexy; #X floatatom 22 30 5 0 0 0 - - -; #X floatatom 22 220 5 0 0 0 - - -; #X text 112 93 Calculates the median of the last n numbers in a stream of numbers.; #X text 349 254 )c( Alexandre Quessy 2006; #X obj 414 225 zexy; #X text 348 225 Requires;
38
control abstraction filter
calculate the median of the last n numbers in a stream of numbers
create a purr-data patch that matches the following description and keywords.
Description: calculate the median of the last n numbers in a stream of numbers, Keywords: control abstraction filter
lstd-help.pd
externals\smlib\lstd-help.pd
#N canvas 1 53 441 199 10; #X text 347 135 j#|@2002; #X obj 369 113 SMLib-help; #X floatatom 74 115 5 0 0 0 - - -; #X obj 74 85 lstd; #X obj 77 47 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #N canvas 179 217 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 (johannes.taelman@rug.ac.be) ; #X text 12 45 DESCRIPTION leaky standard deviation; #X text 12 65 INLET_0 float; #X restore 385 157 pd META; #X connect 3 0 2 0; #X connect 4 0 3 0;
#N canvas 1 53 441 199 10; #X text 347 135 j#|@2002; #X obj 369 113 SMLib-help; #X floatatom 74 115 5 0 0 0 - - -; #X obj 74 85 lstd; #X obj 77 47 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X connect 3 0 2 0; #X connect 4 0 3 0;
17
control filter
leaky standard deviation
create a purr-data patch that matches the following description and keywords.
Description: leaky standard deviation, Keywords: control filter
getdir-help.pd
externals\ggee\control\getdir-help.pd
#N canvas 0 26 460 383 10; #X obj 177 95 getdir; #X msg 177 57 bang; #X obj 176 133 print; #X text 17 21 get the directory that this patch is operating in:; #X text 18 165 You can also get the path of the parent patch \, if this patch is an object embedded in another patch. You use the argument to set how many levels up to go:; #X msg 99 212 bang; #X obj 98 288 print; #X obj 99 250 getdir 1; #X msg 294 209 bang; #X obj 293 285 print; #X obj 294 247 getdir 2; #X text 18 331 If there is no parent at that level \, it returns the directory as if there was no argument \, i.e. level 0; #N canvas 407 106 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE Tcl/Tk; #X text 12 105 AUTHOR Guenter Geiger; #X text 12 45 DESCRIPTION get the directory this patch is operating in; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_0 symbol; #X text 12 5 KEYWORDS control patchfile_op filesystem; #X restore 410 362 pd META; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 5 0 7 0; #X connect 7 0 6 0; #X connect 8 0 10 0; #X connect 10 0 9 0;
#N canvas 0 26 460 383 10; #X obj 177 95 getdir; #X msg 177 57 bang; #X obj 176 133 print; #X text 17 21 get the directory that this patch is operating in:; #X text 18 165 You can also get the path of the parent patch \, if this patch is an object embedded in another patch. You use the argument to set how many levels up to go:; #X msg 99 212 bang; #X obj 98 288 print; #X obj 99 250 getdir 1; #X msg 294 209 bang; #X obj 293 285 print; #X obj 294 247 getdir 2; #X text 18 331 If there is no parent at that level \, it returns the directory as if there was no argument \, i.e. level 0; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 5 0 7 0; #X connect 7 0 6 0; #X connect 8 0 10 0; #X connect 10 0 9 0;
28
control patchfile_op filesystem
get the directory this patch is operating in
create a purr-data patch that matches the following description and keywords.
Description: get the directory this patch is operating in, Keywords: control patchfile_op filesystem
receive13-help.pd
externals\ext13\receive13-help.pd
#N canvas 0 31 532 371 10; #X floatatom 360 201 5 0 0 0 - - -; #X floatatom 152 304 5 0 0 0 - - -; #X floatatom 135 74 5 0 0 0 - - -; #X obj 135 105 send13 \$0-one; #X obj 360 232 send \$0-one; #X floatatom 225 74 5 0 0 0 - - -; #X obj 225 105 send13 \$0-two; #X msg 152 248 set \$1; #X obj 152 223 makefilename \$0-%s; #X msg 152 161 symbol one; #X msg 168 191 symbol two; #X obj 152 277 receive13 \$0-one; #X text 351 146 Seems to work with; #X text 351 166 [send] too:; #X obj 32 29 receive13; #X text 102 29 or; #X obj 133 30 r13; #X text 172 29 - a settable [receive]; #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 d13@klingt.org; #X text 12 85 INLET_0 set; #X text 12 45 LICENSE GPL v2; #X text 12 5 ALIAS r13~; #X text 12 25 KEYWORDS control nonlocal; #X text 12 65 DESCRIPTION settable receive object; #X text 12 105 OUTLET_0 anything; #X restore 473 344 pd META; #X connect 0 0 4 0; #X connect 2 0 3 0; #X connect 5 0 6 0; #X connect 7 0 11 0; #X connect 8 0 7 0; #X connect 9 0 8 0; #X connect 10 0 8 0; #X connect 11 0 1 0;
#N canvas 0 31 532 371 10; #X floatatom 360 201 5 0 0 0 - - -; #X floatatom 152 304 5 0 0 0 - - -; #X floatatom 135 74 5 0 0 0 - - -; #X obj 135 105 send13 \$0-one; #X obj 360 232 send \$0-one; #X floatatom 225 74 5 0 0 0 - - -; #X obj 225 105 send13 \$0-two; #X msg 152 248 set \$1; #X obj 152 223 makefilename \$0-%s; #X msg 152 161 symbol one; #X msg 168 191 symbol two; #X obj 152 277 receive13 \$0-one; #X text 351 146 Seems to work with; #X text 351 166 [send] too:; #X obj 32 29 receive13; #X text 102 29 or; #X obj 133 30 r13; #X text 172 29 - a settable [receive]; #X connect 0 0 4 0; #X connect 2 0 3 0; #X connect 5 0 6 0; #X connect 7 0 11 0; #X connect 8 0 7 0; #X connect 9 0 8 0; #X connect 10 0 8 0; #X connect 11 0 1 0;
37
control nonlocal
settable receive object
create a purr-data patch that matches the following description and keywords.
Description: settable receive object, Keywords: control nonlocal
reson~-help.pd
externals\cxc\reson~-help.pd
#N canvas 0 4 454 304 10; #X obj 183 119 reson~; #X text 104 237 An interpolating reson filter; #N canvas 358 105 494 359 META 0; #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 5 KEYWORDS signal filter needs_work (example patch); #X text 12 45 DESCRIPTION an interpolating reson filter; #X text 12 65 INLET_0 signal; #X text 12 85 INLET_1 signal; #X text 12 105 INLET_2 signal; #X text 12 125 INLET_3 signal; #X text 12 145 OUTLET_0 signal; #X text 12 25 LICENSE GPL v2; #X text 12 165 AUTHOR jdl@xdv.org; #X restore 405 282 pd META;
#N canvas 0 4 454 304 10; #X obj 183 119 reson~; #X text 104 237 An interpolating reson filter;
15
signal filter needs_work (example patch)
an interpolating reson filter
create a purr-data patch that matches the following description and keywords.
Description: an interpolating reson filter, Keywords: signal filter needs_work (example patch)
diff_n-help.pd
externals\mapping\diff_n-help.pd
#N canvas 1 53 468 358 10; #X obj 63 47 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 0; #X floatatom 63 301 5 0 0 0 - - -; #X obj 63 218 resample 30; #X obj 63 265 diff_n 5; #X obj 5 2 cnv 15 450 20 empty empty diff_n 2 11 1 18 -233017 -66577 0; #N canvas 468 256 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 105 OUTLET_0 float; #X text 12 5 KEYWORDS control abstraction; #X text 12 85 INLET_1 float; #X text 12 45 DESCRIPTION differentiate of the input; #X text 12 65 INLET_0 float; #X restore 411 327 pd META; #X text 145 64 differentiate of the input; #X connect 0 0 2 0; #X connect 2 0 3 0; #X connect 3 0 1 0;
#N canvas 1 53 468 358 10; #X obj 63 47 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 0; #X floatatom 63 301 5 0 0 0 - - -; #X obj 63 218 resample 30; #X obj 63 265 diff_n 5; #X text 145 64 differentiate of the input; #X connect 0 0 2 0; #X connect 2 0 3 0; #X connect 3 0 1 0;
20
control abstraction
differentiate of the input
create a purr-data patch that matches the following description and keywords.
Description: differentiate of the input, Keywords: control abstraction
debug-help.pd
externals\hcs\debug-help.pd
#N canvas 0 31 450 300 10; #X obj 148 137 debug testing; #X text 31 46 a simple object to control the flow of print messages \, and label them.; #N canvas 329 160 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 v3; #X text 12 85 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION debounce; #X text 12 65 INLET_0 anything; #X text 12 5 KEYWORDS control; #X restore 388 268 pd META;
#N canvas 0 31 450 300 10; #X obj 148 137 debug testing; #X text 31 46 a simple object to control the flow of print messages \, and label them.;
11
control
debounce
create a purr-data patch that matches the following description and keywords.
Description: debounce, Keywords: control
2.open_close.pd
pd\doc\manuals\pd-msg\2.msg_and_pd\2.open_close.pd
#N canvas 250 104 525 543 10; #X text 10 4 open and close an abstraction; #X msg 25 205 \; pd-abstraction.pd menuclose \;; #X text 25 141 Sometimes you can get relative paths (./ \, ../ \, etc.) to work \, but usually not. I don't know why...; #X msg 176 434 \; pd open \$1 \$2; #X obj 221 369 getdir; #X msg 25 63 \; pd open abstraction.pd /usr/local/lib/pd/doc/7.stuff/additional/pd-msg/2.msg_and_pd ; #X text 25 41 OPEN; #X text 24 184 CLOSE; #X obj 51 418 makefilename pd-%s; #X msg 51 441 \; \$1 menuclose \;; #X obj 51 396 symbol; #X msg 51 310 abstraction.pd; #X obj 51 335 trigger bang anything bang; #X obj 127 369 symbol; #X obj 51 369 del 2000; #X obj 176 411 pack s s; #X obj 176 369 symbol; #X text 27 288 OPEN \, THEN CLOSE AFTER 2 SECONDS; #X text 25 109 You have to put the name of the patch to open and its complete path; #X text 22 251 (you have to put the correct name & a valid path); #X text 47 481 you have to put the name of the patch to open (\$1) and the complete path to it (\$2); #N canvas 438 216 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 65 DESCRIPTION opening and closing a patch by sending messages to Pd; #X text 12 45 LICENSE public domain; #X text 12 25 KEYWORDS control pd_op nonlocal tutorial; #X restore 445 516 pd META; #X connect 4 0 15 1; #X connect 8 0 9 0; #X connect 10 0 8 0; #X connect 11 0 12 0; #X connect 12 0 14 0; #X connect 12 1 13 0; #X connect 12 1 16 0; #X connect 12 2 4 0; #X connect 13 0 10 1; #X connect 14 0 10 0; #X connect 15 0 3 0; #X connect 16 0 15 0;
#N canvas 250 104 525 543 10; #X text 10 4 open and close an abstraction; #X msg 25 205 \; pd-abstraction.pd menuclose \;; #X text 25 141 Sometimes you can get relative paths (./ \, ../ \, etc.) to work \, but usually not. I don't know why...; #X msg 176 434 \; pd open \$1 \$2; #X obj 221 369 getdir; #X msg 25 63 \; pd open abstraction.pd /usr/local/lib/pd/doc/7.stuff/additional/pd-msg/2.msg_and_pd ; #X text 25 41 OPEN; #X text 24 184 CLOSE; #X obj 51 418 makefilename pd-%s; #X msg 51 441 \; \$1 menuclose \;; #X obj 51 396 symbol; #X msg 51 310 abstraction.pd; #X obj 51 335 trigger bang anything bang; #X obj 127 369 symbol; #X obj 51 369 del 2000; #X obj 176 411 pack s s; #X obj 176 369 symbol; #X text 27 288 OPEN \, THEN CLOSE AFTER 2 SECONDS; #X text 25 109 You have to put the name of the patch to open and its complete path; #X text 22 251 (you have to put the correct name & a valid path); #X text 47 481 you have to put the name of the patch to open (\$1) and the complete path to it (\$2); #X connect 4 0 15 1; #X connect 8 0 9 0; #X connect 10 0 8 0; #X connect 11 0 12 0; #X connect 12 0 14 0; #X connect 12 1 13 0; #X connect 12 1 16 0; #X connect 12 2 4 0; #X connect 13 0 10 1; #X connect 14 0 10 0; #X connect 15 0 3 0; #X connect 16 0 15 0;
40
control pd_op nonlocal tutorial
opening and closing a patch by sending messages to Pd
create a purr-data patch that matches the following description and keywords.
Description: opening and closing a patch by sending messages to Pd, Keywords: control pd_op nonlocal tutorial
diag~-help.pd
externals\creb\doc\diag~-help.pd
#N canvas 3 26 450 300 10; #X obj 36 29 diag~; #X text 83 31 diagonal state space system; #X text 38 67 treats input dsp block as n parallel signals; #X text 40 92 s1 = (a * s1) + (b * s2) + u1; #X text 41 109 s2 = (a * s2) - (b * s1) + u2; #N canvas 145 112 494 314 META 0; #X text 12 5 KEYWORDS signal needs_work (example patch); #X text 12 45 DESCRIPTION diagonal state space system; #X text 12 65 INLET_0 signal bang reset random time eigen; #X text 12 85 OUTLET_0 signal; #X text 12 125 HELP_PATCH_AUTHORS Added by Jonathan Wilkes.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Tom Schouten <tom@zwizwa.be>; #X restore 395 275 pd META; #X msg 108 140 reset; #X obj 108 262 diag~; #X msg 118 163 random; #X msg 127 184 bang; #X msg 144 232 eigen; #X msg 137 206 time; #X connect 6 0 7 0; #X connect 8 0 7 0; #X connect 9 0 7 0; #X connect 10 0 7 0; #X connect 11 0 7 0;
#N canvas 3 26 450 300 10; #X obj 36 29 diag~; #X text 83 31 diagonal state space system; #X text 38 67 treats input dsp block as n parallel signals; #X text 40 92 s1 = (a * s1) + (b * s2) + u1; #X text 41 109 s2 = (a * s2) - (b * s1) + u2; #X msg 108 140 reset; #X obj 108 262 diag~; #X msg 118 163 random; #X msg 127 184 bang; #X msg 144 232 eigen; #X msg 137 206 time; #X connect 6 0 7 0; #X connect 8 0 7 0; #X connect 9 0 7 0; #X connect 10 0 7 0; #X connect 11 0 7 0;
26
signal needs_work (example patch)
diagonal state space system
create a purr-data patch that matches the following description and keywords.
Description: diagonal state space system, Keywords: signal needs_work (example patch)
bdfts-help.pd
externals\creb\doc\bdfts-help.pd
#N canvas 0 0 450 300 10; #N canvas 145 112 494 314 META 0; #X text 12 165 HELP_PATCH_AUTHORS Added by Jonathan Wilkes.; #X text 12 125 LIBRARY external creb; #X text 12 5 KEYWORDS control abstraction; #X text 12 65 INLET_0 float; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 anything; #X text 12 45 DESCRIPTION set osc frequency for [bdiag~]; #X text 12 145 AUTHOR Tom Schouten <tom@zwizwa.be>; #X text 12 25 LICENSE GPL v2; #X restore 398 279 pd META; #X text 114 58 set osc frequency for [bdiag~]; #X obj 71 58 bdfts;
#N canvas 0 0 450 300 10; #X text 114 58 set osc frequency for [bdiag~]; #X obj 71 58 bdfts;
14
control abstraction
set osc frequency for [bdiag~]
create a purr-data patch that matches the following description and keywords.
Description: set osc frequency for [bdiag~], Keywords: control abstraction
vectorpack-help.pd
externals\markex\vectorpack-help.pd
#N canvas 252 599 522 314 10; #N canvas 456 153 494 344 META 0; #X text 12 125 AUTHOR Mark Danks; #X text 12 25 LICENSE GPL v2; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42. \, helppatch by IOhannes m zmölnig; #X text 12 5 KEYWORDS control vector; #X text 12 65 INLET_0 list; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 list; #X text 11 45 DESCRIPTION append a single value to a vector; #X restore 388 269 pd META; #X msg 64 86 1 2 3; #X msg 175 86 7; #X obj 64 116 vectorpack 10; #X text 27 25 MarkEx vector operation: create a new vector by appending a float to vector; #X obj 64 146 print vectorpack; #X text 49 183 a more versatile approach is to use the [list append] object:; #X msg 64 216 1 2 3; #X msg 175 216 7; #X obj 64 246 list append 10; #X obj 64 276 print listappend; #X text 212 139 a "vector" is simply a list of numbers.; #X connect 1 0 3 0; #X connect 2 0 3 1; #X connect 3 0 5 0; #X connect 7 0 9 0; #X connect 8 0 9 1; #X connect 9 0 10 0;
#N canvas 252 599 522 314 10; #X msg 64 86 1 2 3; #X msg 175 86 7; #X obj 64 116 vectorpack 10; #X text 27 25 MarkEx vector operation: create a new vector by appending a float to vector; #X obj 64 146 print vectorpack; #X text 49 183 a more versatile approach is to use the [list append] object:; #X msg 64 216 1 2 3; #X msg 175 216 7; #X obj 64 246 list append 10; #X obj 64 276 print listappend; #X text 212 139 a "vector" is simply a list of numbers.; #X connect 1 0 3 0; #X connect 2 0 3 1; #X connect 3 0 5 0; #X connect 7 0 9 0; #X connect 8 0 9 1; #X connect 9 0 10 0;
28
control vector
append a single value to a vector
create a purr-data patch that matches the following description and keywords.
Description: append a single value to a vector, Keywords: control vector
lstd-help.pd
externals\smlib\lstd-help.pd
#N canvas 1 53 441 199 10; #X text 347 135 j#|@2002; #X obj 369 113 SMLib-help; #X floatatom 74 115 5 0 0 0 - - -; #X obj 74 85 lstd; #X obj 77 47 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #N canvas 179 217 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 (johannes.taelman@rug.ac.be) ; #X text 12 45 DESCRIPTION leaky standard deviation; #X text 12 65 INLET_0 float; #X restore 385 157 pd META; #X connect 3 0 2 0; #X connect 4 0 3 0;
#N canvas 1 53 441 199 10; #X text 347 135 j#|@2002; #X obj 369 113 SMLib-help; #X floatatom 74 115 5 0 0 0 - - -; #X obj 74 85 lstd; #X obj 77 47 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X connect 3 0 2 0; #X connect 4 0 3 0;
17
control filter
leaky standard deviation
create a purr-data patch that matches the following description and keywords.
Description: leaky standard deviation, Keywords: control filter
all_about_libraries.pd
pd\doc\5.reference\all_about_libraries.pd
#N canvas 429 58 448 238 10; #X declare; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header libraries 20 10 1 18 -261106 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 216 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 374 81 494 169 META 0; #X text 12 85 LIBRARY PDDP; #X text 12 105 HELP_PATCH_AUTHORS Dave Sabine \, May 5 \, 2003 . Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42. Some info was pulled from puredata.info; #X text 12 65 DESCRIPTION how pure data libraries are loaded; #X text 12 45 KEYWORDS needs_work all_about_pd; #X restore 392 218 pd META; #N canvas 216 143 428 105 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 Libraries - Related Objects; #X obj 22 42 declare; #X obj 22 72 import; #X restore 103 218 pd Related_objects; #X obj 6 218 pddp/pddplink all_about.pd -text All About Pd; #X text 20 37 Explain what libraries are \, how to load them \, and any missing features that are currently being worked on.; #N canvas 14 48 428 166 How_to_load_libraries 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 20 10 1 18 -261106 -33289 0; #X text 7 1 How to load libraries; #X text 19 36 Ways to load libraries: command line \, declare \, import \, any others?; #X restore 43 81 pd How_to_load_libraries; #N canvas 9 155 428 240 What_happens_when_you_load_a_library 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 20 10 1 18 -261106 -33289 0; #X text 7 1 What happens when you load a library?; #X text 19 37 Describe what happens \, and maybe give one or two examples... ; #X restore 43 111 pd What_happens_when_you_load_a_library; #N canvas 7 69 428 112 Loading_libs_in_an_abstraction 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 20 10 1 18 -261106 -33289 0; #X text 7 1 Loading libs in an abstraction; #X text 20 37 Info here...; #X restore 43 141 pd Loading_libs_in_an_abstraction;
#N canvas 429 58 448 238 10; #X declare; #X text 20 37 Explain what libraries are \, how to load them \, and any missing features that are currently being worked on.;
34
needs_work all_about_pd
how pure data libraries are loaded
create a purr-data patch that matches the following description and keywords.
Description: how pure data libraries are loaded, Keywords: needs_work all_about_pd
poisson-help.pd
externals\maxlib\poisson-help.pd
#N canvas 0 26 467 278 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 193 112 5 0 0 0 - - -; #X text 39 21 poisson :: Poisson distributed random numbers; #X obj 70 145 poisson 2.2; #X text 246 113 lambda - value that is most; #X text 317 132 likely to appear; #N canvas 295 203 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 Olaf Matthes <olaf.matthes@gmx.de>; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 float; #X text 12 45 DESCRIPTION Poisson distributed random numbers; #X text 12 65 INLET_0 bang; #X text 12 5 KEYWORDS control random; #X restore 404 248 pd META; #X connect 0 0 4 0; #X connect 2 0 4 1; #X connect 4 0 1 0;
#N canvas 0 26 467 278 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 193 112 5 0 0 0 - - -; #X text 39 21 poisson :: Poisson distributed random numbers; #X obj 70 145 poisson 2.2; #X text 246 113 lambda - value that is most; #X text 317 132 likely to appear; #X connect 0 0 4 0; #X connect 2 0 4 1; #X connect 4 0 1 0;
21
control random
Poisson distributed random numbers
create a purr-data patch that matches the following description and keywords.
Description: Poisson distributed random numbers, Keywords: control random
edge~-help.pd
externals\miXed\doc\help\cyclone\edge~-help.pd
#N canvas 0 26 594 299 10; #X text 15 35 Detect zero to non-zero signal transitions; #X text 176 256 zero to non- zero transition; #X floatatom 156 85 0 0 0 0 - - -; #X obj 185 235 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 156 259 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 156 113 sig~; #X text 199 80 change signal value above and below 1; #X text 209 233 non-zero to zero transition; #X obj 299 142 expr~; #X obj 156 149 expr~ $v1>1; #X obj 156 200 edge~; #X obj 209 182 Snapshot~ 100; #X obj 210 205 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -8 0 10 -262144 -1 -1 0 256; #N canvas 77 68 494 395 META 0; #X text 12 65 PLATFORM windows macosx gnulinux; #X text 12 195 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan Wilkes for Pd-extended 0.42 to conform to the PDDP template.; #X text 12 165 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html ; #X text 12 5 KEYWORDS signal conversion max_compatible; #X text 12 45 DESCRIPTION detect zero to non-zero signal transitions ; #X text 12 85 INLET_0 signal; #X text 12 105 OUTLET_0 bang; #X text 12 125 OUTLET_1 bang; #X text 12 25 LICENSE SIBSD; #X text 12 145 AUTHOR Krzysztof Czaja; #X restore 544 277 pd META; #X connect 2 0 5 0; #X connect 5 0 9 0; #X connect 9 0 10 0; #X connect 9 0 11 0; #X connect 10 0 4 0; #X connect 10 1 3 0; #X connect 11 0 12 0;
#N canvas 0 26 594 299 10; #X text 15 35 Detect zero to non-zero signal transitions; #X text 176 256 zero to non- zero transition; #X floatatom 156 85 0 0 0 0 - - -; #X obj 185 235 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 156 259 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 156 113 sig~; #X text 199 80 change signal value above and below 1; #X text 209 233 non-zero to zero transition; #X obj 299 142 expr~; #X obj 156 149 expr~ $v1>1; #X obj 156 200 edge~; #X obj 209 182 Snapshot~ 100; #X obj 210 205 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -8 0 10 -262144 -1 -1 0 256; #X connect 2 0 5 0; #X connect 5 0 9 0; #X connect 9 0 10 0; #X connect 9 0 11 0; #X connect 10 0 4 0; #X connect 10 1 3 0; #X connect 11 0 12 0;
33
signal conversion max_compatible
detect zero to non-zero signal transitions
create a purr-data patch that matches the following description and keywords.
Description: detect zero to non-zero signal transitions, Keywords: signal conversion max_compatible
idsfosc~-help.pd
externals\creb\doc\idsfosc~-help.pd
#N canvas 0 26 454 368 10; #X text 59 21 complex form of the (infinite) discrete summation oscillator ; #X text 62 38 1/(1-az) \, with z = e^(jw); #N canvas 331 92 494 345 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 85 INLET_0 signal; #X text 12 105 INLET_1 signal; #X text 12 145 OUTLET_1 signal; #X text 12 55 DESCRIPTION complex form of the (infinite) discrete summation oscillator; #X text 12 5 KEYWORDS signal abstraction oscillator needs_work (example patch); #X text 12 35 LICENSE GPL v2; #X text 12 165 AUTHOR Tom Schouten <tom@zwizwa.be>; #X restore 401 345 pd META; #X obj 80 110 idsfosc~;
#N canvas 0 26 454 368 10; #X text 59 21 complex form of the (infinite) discrete summation oscillator ; #X text 62 38 1/(1-az) \, with z = e^(jw); #X obj 80 110 idsfosc~;
15
signal abstraction oscillator needs_work (example patch)
complex form of the (infinite) discrete summation oscillator
create a purr-data patch that matches the following description and keywords.
Description: complex form of the (infinite) discrete summation oscillator, Keywords: signal abstraction oscillator needs_work (example patch)
hid_graph-help.pd
externals\hid\hid_graph-help.pd
#N canvas 0 31 495 470 10; #X obj 5 2 cnv 15 450 20 empty empty hid_graph 2 11 1 18 -233017 -66577 0; #X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X text 27 410 (C) Copyright 2004 Hans-Christoph Steiner <hans@eds.org> ; #X text 244 424 released under the GNU GPL; #X text 98 381 For more info:; #X msg 19 150 reset; #X floatatom 115 163 5 0 0 0 - - -; #X floatatom 114 314 5 0 0 0 - - -; #X obj 98 341 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -262144 -1 -1 0 1; #X obj 98 138 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -261681 -1 -1 0 1; #X obj 95 187 hid/hid_graph; #X text 18 33 This object allows you to draw an arbitrary curve \, which is then applied to the input range. To change the curve \, click anywhere on the black diagonal line and start dragging.; #X text 19 86 There are 100 points in [hid_graph] \, each one pixel in size.; #N canvas 478 206 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; #X text 12 75 INLET_0 float; #X text 12 95 OUTLET_0 float; #X text 12 115 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION draw an arbitrary curve \, which is then applied to the input range; #X text 12 5 KEYWORDS control conversion GUI abstraction; #X restore 442 441 pd META; #X connect 9 0 6 0; #X connect 9 0 10 0; #X connect 10 0 7 0; #X connect 10 0 8 0;
#N canvas 0 31 495 470 10; #X text 27 410 (C) Copyright 2004 Hans-Christoph Steiner <hans@eds.org> ; #X text 244 424 released under the GNU GPL; #X text 98 381 For more info:; #X msg 19 150 reset; #X floatatom 115 163 5 0 0 0 - - -; #X floatatom 114 314 5 0 0 0 - - -; #X obj 98 341 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -262144 -1 -1 0 1; #X obj 98 138 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -261681 -1 -1 0 1; #X obj 95 187 hid/hid_graph; #X text 18 33 This object allows you to draw an arbitrary curve \, which is then applied to the input range. To change the curve \, click anywhere on the black diagonal line and start dragging.; #X text 19 86 There are 100 points in [hid_graph] \, each one pixel in size.; #X connect 9 0 6 0; #X connect 9 0 10 0; #X connect 10 0 7 0; #X connect 10 0 8 0;
27
control conversion GUI abstraction
draw an arbitrary curve \, which is then applied to the input range
create a purr-data patch that matches the following description and keywords.
Description: draw an arbitrary curve \, which is then applied to the input range, Keywords: control conversion GUI abstraction
median-help.pd
externals\mapping\median-help.pd
#N canvas 1 53 556 332 10; #X declare -lib zexy; #X declare -lib zexy; #X obj 16 105 cnv 15 60 60 empty empty empty 20 12 0 14 -258699 -66577 0; #X floatatom 22 220 5 0 0 0 - - -; #X text 326 235 )c( Alexandre Quessy 2006; #X msg 89 55 123 234 345 123 345 67; #X obj 390 203 zexy; #X text 324 203 Requires; #X obj 474 203 expr; #X text 436 203 and; #X text 328 249 Release under the GPL v2; #X text 125 139 Calculates the median of a list of floats.; #X text 127 103 [median]; #X msg 89 29 999 999 7 6 5 0 -99999; #X msg 88 4 0 67 68 67 69 67 1023; #X obj 22 115 median; #X text 131 250 See also; #X obj 199 247 median_n; #N canvas 463 53 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 5 KEYWORDS control abstraction; #X text 12 45 DESCRIPTION calculate the median of a list of floats ; #X text 12 65 INLET_0 list; #X restore 488 301 pd META; #X connect 3 0 13 0; #X connect 11 0 13 0; #X connect 12 0 13 0; #X connect 13 0 1 0;
#N canvas 1 53 556 332 10; #X declare -lib zexy; #X declare -lib zexy; #X floatatom 22 220 5 0 0 0 - - -; #X text 326 235 )c( Alexandre Quessy 2006; #X msg 89 55 123 234 345 123 345 67; #X obj 390 203 zexy; #X text 324 203 Requires; #X obj 474 203 expr; #X text 436 203 and; #X text 328 249 Release under the GPL v2; #X text 125 139 Calculates the median of a list of floats.; #X text 127 103 [median]; #X msg 89 29 999 999 7 6 5 0 -99999; #X msg 88 4 0 67 68 67 69 67 1023; #X obj 22 115 median; #X text 131 250 See also; #X obj 199 247 median_n; #X connect 3 0 13 0; #X connect 11 0 13 0; #X connect 12 0 13 0; #X connect 13 0 1 0;
32
control abstraction
calculate the median of a list of floats
create a purr-data patch that matches the following description and keywords.
Description: calculate the median of a list of floats, Keywords: control abstraction