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
metroplus-help.pd
externals\mjlib\metroplus-help.pd
#N canvas 1 53 632 505 12; #X obj 166 441 bng 15 250 50 0 empty empty empty 20 8 0 8 -262144 -1 -1; #X msg 170 249 start; #X msg 123 351 stop; #X floatatom 460 286 5 0 0 0 - - -; #X obj 173 393 metroplus 1000 500 1000 200; #X msg 269 309 500 1000 200; #X text 28 13 metroplus; #X text 27 32 by mark williamson ([email protected]); #X obj 182 279 bng 15 250 50 0 empty empty empty 20 8 0 8 -262144 -1 -1; #X text 27 65 metroplus is a variation on the metro object. Instead of providing a steady pulse however it can provide an irregular beat. It takes as its control a list of numbers representing intervals in milliseconds. These are the time between each "pulse". So for example with the initial setting below (in the metroplus object itself) - the first pulse comes after 1 second the second after 500ms the third after 1 second and the fourth after 200ms - the next beat comming a second after that because the sequence starts again.; #X text 19 243 start with; #X text 18 257 a start message; #X text 18 274 or a 'bang'---->; #X text 12 321 stop with a; #X text 11 338 stop; #X text 13 352 message--->; #X text 245 286 set a new sequence; #X text 457 322 it still works; #X text 455 338 like a metro; #X text 428 355 object if you want; #X text 518 372 it to; #N canvas 277 222 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 135 AUTHOR Mark Williamson <[email protected]>; #X text 12 25 LICENSE GPL v2; #X text 12 45 DESCRIPTION variation on the metro object -- instead of providing a steady pulse it can provide an irregular beat; #X text 12 75 INLET_0 bang start stop; #X text 12 95 INLET_1 float list; #X text 12 115 OUTLET_0 bang; #X text 12 5 KEYWORDS control bang_op; #X restore 508 455 pd META; #X connect 1 0 4 0; #X connect 2 0 4 0; #X connect 3 0 4 1; #X connect 4 0 0 0; #X connect 5 0 4 1; #X connect 8 0 4 0;
#N canvas 1 53 632 505 12; #X obj 166 441 bng 15 250 50 0 empty empty empty 20 8 0 8 -262144 -1 -1; #X msg 170 249 start; #X msg 123 351 stop; #X floatatom 460 286 5 0 0 0 - - -; #X obj 173 393 metroplus 1000 500 1000 200; #X msg 269 309 500 1000 200; #X text 28 13 metroplus; #X text 27 32 by mark williamson ([email protected]); #X obj 182 279 bng 15 250 50 0 empty empty empty 20 8 0 8 -262144 -1 -1; #X text 27 65 metroplus is a variation on the metro object. Instead of providing a steady pulse however it can provide an irregular beat. It takes as its control a list of numbers representing intervals in milliseconds. These are the time between each "pulse". So for example with the initial setting below (in the metroplus object itself) - the first pulse comes after 1 second the second after 500ms the third after 1 second and the fourth after 200ms - the next beat comming a second after that because the sequence starts again.; #X text 19 243 start with; #X text 18 257 a start message; #X text 18 274 or a 'bang'---->; #X text 12 321 stop with a; #X text 11 338 stop; #X text 13 352 message--->; #X text 245 286 set a new sequence; #X text 457 322 it still works; #X text 455 338 like a metro; #X text 428 355 object if you want; #X text 518 372 it to; #X connect 1 0 4 0; #X connect 2 0 4 0; #X connect 3 0 4 1; #X connect 4 0 0 0; #X connect 5 0 4 1; #X connect 8 0 4 0;
38
control bang_op
variation on the metro object -- instead of providing a steady pulse it can provide an irregular beat
create a purr-data patch that matches the following description and keywords.
Description: variation on the metro object -- instead of providing a steady pulse it can provide an irregular beat, Keywords: control bang_op
absolutepath-help.pd
externals\moonlib\absolutepath-help.pd
#N canvas 0 31 482 379 10; #X text 17 352 (c) Antoine Rousseau 2004; #X obj 33 108 absolutepath; #X symbolatom 33 131 0 0 0 0 - - -; #X obj 33 220 relativepath; #X symbolatom 33 245 0 0 0 0 - - -; #X text 14 6 absolutepath / relativepath : use filenames relatively to the patch's path.; #N canvas 380 146 494 344 META 0; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control patchfile_op; #X text 12 45 DESCRIPTION use filenames relatively to the patch's path ; #X text 12 65 INLET_0 symbol; #X text 12 85 OUTLET_0 symbol; #X text 12 105 AUTHOR Antoine Rousseau; #X text 12 125 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X restore 421 350 pd META; #X msg 33 51 symbol absolutepath-help.pd; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 3 0 4 0; #X connect 7 0 1 0;
#N canvas 0 31 482 379 10; #X text 17 352 (c) Antoine Rousseau 2004; #X obj 33 108 absolutepath; #X symbolatom 33 131 0 0 0 0 - - -; #X obj 33 220 relativepath; #X symbolatom 33 245 0 0 0 0 - - -; #X text 14 6 absolutepath / relativepath : use filenames relatively to the patch's path.; #X msg 33 51 symbol absolutepath-help.pd; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 3 0 4 0; #X connect 7 0 1 0;
21
control patchfile_op
use filenames relatively to the patch's path
create a purr-data patch that matches the following description and keywords.
Description: use filenames relatively to the patch's path, Keywords: control patchfile_op
scale7-help.pd
externals\creb\doc\scale7-help.pd
#N canvas 0 26 450 373 10; #N canvas 331 92 494 323 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 65 INLET_0 float; #X text 12 85 INLET_1 list; #X text 12 105 OUTLET_0 float; #X text 12 5 KEYWORDS control abstraction needs_work (example patch) ; #X text 12 45 DESCRIPTION arbitrary 7 tone scale; #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR Tom Schouten <[email protected]>; #X restore 398 347 pd META; #X obj 151 152 scale7;
#N canvas 0 26 450 373 10; #X obj 151 152 scale7;
12
control abstraction needs_work (example patch)
arbitrary 7 tone scale
create a purr-data patch that matches the following description and keywords.
Description: arbitrary 7 tone scale, Keywords: control abstraction needs_work (example patch)
amp~-help.pd
externals\hcs\general\doc\amp~-help.pd
#N canvas 0 31 465 358 10; #X obj 5 2 cnv 15 450 20 empty empty amp~ 2 11 1 18 -233017 -66577 0; #X msg 422 3 pddp; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 284 released under the GNU GPL; #X floatatom 192 115 5 0 0 0 - - -; #X obj 195 95 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -225271 -1 -1 0 1; #X obj 157 219 dac~; #X obj 127 139 osc~ 350; #X obj 169 178 amp~; #X text 28 43 Smooth amplitude control.; #N canvas 356 214 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 125 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control conversion; #X text 12 45 DESCRIPTION smooth amplitude control; #X text 12 65 INLET_0 signal; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 signal; #X restore 407 328 pd META; #X connect 4 0 8 1; #X connect 5 0 4 0; #X connect 7 0 8 0; #X connect 8 0 6 0; #X connect 8 0 6 1;
#N canvas 0 31 465 358 10; #X msg 422 3 pddp; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 284 released under the GNU GPL; #X floatatom 192 115 5 0 0 0 - - -; #X obj 195 95 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -225271 -1 -1 0 1; #X obj 157 219 dac~; #X obj 127 139 osc~ 350; #X obj 169 178 amp~; #X text 28 43 Smooth amplitude control.; #X connect 4 0 8 1; #X connect 5 0 4 0; #X connect 7 0 8 0; #X connect 8 0 6 0; #X connect 8 0 6 1;
26
control conversion
smooth amplitude control
create a purr-data patch that matches the following description and keywords.
Description: smooth amplitude control, Keywords: control conversion
cosc~-help.pd
externals\creb\doc\cosc~-help.pd
#N canvas 0 31 381 197 10; #X text 49 5 complex oscillator (unit norm exponential); #N canvas 331 92 494 369 META 0; #X text 12 185 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 65 INLET_0 signal; #X text 12 45 DESCRIPTION complex oscillator; #X text 12 85 INLET_1 float; #X text 12 105 INLET_2 float; #X text 12 125 OUTLET_0 signal; #X text 12 145 OUTLET_1 signal; #X text 12 5 KEYWORDS signal abstraction needs_work (example patch) ; #X text 12 165 AUTHOR Tom Schouten <[email protected]>; #X text 12 25 LICENSE GPL v2; #X restore 331 176 pd META; #X obj 63 64 cosc~;
#N canvas 0 31 381 197 10; #X text 49 5 complex oscillator (unit norm exponential); #X obj 63 64 cosc~;
15
signal abstraction needs_work (example patch)
complex oscillator
create a purr-data patch that matches the following description and keywords.
Description: complex oscillator, Keywords: signal abstraction needs_work (example patch)
delta-help.pd
externals\maxlib\delta-help.pd
#N canvas 0 26 466 337 12; #X floatatom 54 217 5 0 0 0 - - -; #X floatatom 54 108 5 0 0 0 - - -; #X msg 23 83 bang; #X text 69 82 calculate and output result now; #X obj 54 172 delta; #X obj 54 133 * 3; #X floatatom 127 218 5 0 0 0 - - -; #X floatatom 127 109 5 0 0 0 - - -; #X obj 127 134 * 3; #X obj 127 173 delta 2; #X text 53 242 use creation arguments to set order (1st or 2nd); #X text 39 20 delta :: calculate 1st or 2nd order difference; #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 <[email protected]>; #X text 12 45 DESCRIPTION calculate 1st or 2nd order difference; #X text 12 66 INLET_0 bang float; #X text 12 86 OUTLET_0 float; #X text 12 5 KEYWORDS control; #X restore 405 303 pd META; #X connect 1 0 5 0; #X connect 2 0 4 0; #X connect 4 0 0 0; #X connect 5 0 4 0; #X connect 7 0 8 0; #X connect 8 0 9 0; #X connect 9 0 6 0;
#N canvas 0 26 466 337 12; #X floatatom 54 217 5 0 0 0 - - -; #X floatatom 54 108 5 0 0 0 - - -; #X msg 23 83 bang; #X text 69 82 calculate and output result now; #X obj 54 172 delta; #X obj 54 133 * 3; #X floatatom 127 218 5 0 0 0 - - -; #X floatatom 127 109 5 0 0 0 - - -; #X obj 127 134 * 3; #X obj 127 173 delta 2; #X text 53 242 use creation arguments to set order (1st or 2nd); #X text 39 20 delta :: calculate 1st or 2nd order difference; #X connect 1 0 5 0; #X connect 2 0 4 0; #X connect 4 0 0 0; #X connect 5 0 4 0; #X connect 7 0 8 0; #X connect 8 0 9 0; #X connect 9 0 6 0;
29
control
calculate 1st or 2nd order difference
create a purr-data patch that matches the following description and keywords.
Description: calculate 1st or 2nd order difference, Keywords: control
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
dynwav~-help.pd
externals\creb\doc\dynwav~-help.pd
#N canvas 0 26 450 300 10; #X text 96 6 dynwav~: dynamic wavetable oscillator; #X obj 61 98 osc~; #X floatatom 60 56 5 0 0 0 - - -; #X obj 60 151 dynwav~; #X obj 60 214 vol~; #X floatatom 85 190 5 0 0 0 - - -; #X obj 50 256 dac~; #X obj 172 105 phasor~; #X floatatom 172 80 5 0 0 0 - - -; #X obj 107 54 bang~; #X text 171 22 (scanned synthesis); #X text 165 143 left inlet's dsp block = wavetable; #X msg 107 78 0.25; #X text 242 157 right inlet = phase (0-1); #N canvas 379 254 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 75 INLET_0 signal; #X text 12 95 INLET_1 signal; #X text 12 115 OUTLET_0 signal; #X text 12 45 DESCRIPTION dynamic wavetable oscillator ( scanned synthesis ); #X text 12 5 KEYWORDS signal oscillator; #X text 12 25 LICENSE GPL v2; #X text 12 135 AUTHOR Tom Schouten <[email protected]>; #X restore 400 279 pd META; #X connect 1 0 3 0; #X connect 2 0 1 0; #X connect 3 0 4 0; #X connect 4 0 6 1; #X connect 4 0 6 0; #X connect 5 0 4 1; #X connect 7 0 3 1; #X connect 8 0 7 0; #X connect 9 0 12 0; #X connect 12 0 1 1;
#N canvas 0 26 450 300 10; #X text 96 6 dynwav~: dynamic wavetable oscillator; #X obj 61 98 osc~; #X floatatom 60 56 5 0 0 0 - - -; #X obj 60 151 dynwav~; #X obj 60 214 vol~; #X floatatom 85 190 5 0 0 0 - - -; #X obj 50 256 dac~; #X obj 172 105 phasor~; #X floatatom 172 80 5 0 0 0 - - -; #X obj 107 54 bang~; #X text 171 22 (scanned synthesis); #X text 165 143 left inlet's dsp block = wavetable; #X msg 107 78 0.25; #X text 242 157 right inlet = phase (0-1); #X connect 1 0 3 0; #X connect 2 0 1 0; #X connect 3 0 4 0; #X connect 4 0 6 1; #X connect 4 0 6 0; #X connect 5 0 4 1; #X connect 7 0 3 1; #X connect 8 0 7 0; #X connect 9 0 12 0; #X connect 12 0 1 1;
35
signal oscillator
dynamic wavetable oscillator ( scanned synthesis )
create a purr-data patch that matches the following description and keywords.
Description: dynamic wavetable oscillator ( scanned synthesis ), Keywords: signal oscillator
gnome-screensaver-help.pd
externals\hcs\grabbag\gnome-screensaver-help.pd
#N canvas 0 31 450 300 10; #X obj 109 129 gnome-screensaver; #X obj 109 108 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 68 58 activate/deactivate the gnome-screensaver; #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 activate/deactivate the gnome-screensaver ; #X restore 392 266 pd META; #X connect 1 0 0 0;
#N canvas 0 31 450 300 10; #X obj 109 129 gnome-screensaver; #X obj 109 108 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 68 58 activate/deactivate the gnome-screensaver; #X connect 1 0 0 0;
13
control filesystem
activate/deactivate the gnome-screensaver
create a purr-data patch that matches the following description and keywords.
Description: activate/deactivate the gnome-screensaver, Keywords: control filesystem
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 ([email protected]) ; #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
datei-w-help.pd
abstractions\jmmmp\datei-w-help.pd
#N canvas 38 28 462 293 10; #X text 310 50 Inlets; #X text 310 100 Outlets; #X text 310 150 GUI; #X text 310 170 - Click on it; #X text 310 70 - Bang / File name; #X text 310 120 - Message; #X msg 22 50 bang; #X text 120 80 Takes the file string; #X msg 32 80 filename.ext; #X text 60 50 Opens up dialog; #X text 92 120 <- Or click on it; #X text 111 160 Message; #X obj 22 120 datei-w; #X text 12 6 [datei-w] - Sends the message "write ../../"; #X obj 22 160 print Datei_W; #X text 12 237 (C) 2006 Jo�o Pais - [email protected]; #X text 12 257 Released under the BSD License; #X text 12 207 Related objects: [datei-o] [datei-r]; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <[email protected]>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 12 135 VERSION 2006; #X text 14 165 INLET_0 - Bang / File name; #X text 14 185 OUTLET_0 - Message; #X text 12 5 DESCRIPTION Sends the message "write ../../"; #X text 12 35 KEYWORDS wrote file; #X restore 402 266 pd META; #X connect 6 0 12 0; #X connect 8 0 12 0; #X connect 12 0 14 0; #X coords 0 0 1 1 62 17 0;
#N canvas 38 28 462 293 10; #X text 310 50 Inlets; #X text 310 100 Outlets; #X text 310 150 GUI; #X text 310 170 - Click on it; #X text 310 70 - Bang / File name; #X text 310 120 - Message; #X msg 22 50 bang; #X text 120 80 Takes the file string; #X msg 32 80 filename.ext; #X text 60 50 Opens up dialog; #X text 92 120 <- Or click on it; #X text 111 160 Message; #X obj 22 120 datei-w; #X text 12 6 [datei-w] - Sends the message "write ../../"; #X obj 22 160 print Datei_W; #X text 12 237 (C) 2006 Jo�o Pais - [email protected]; #X text 12 257 Released under the BSD License; #X text 12 207 Related objects: [datei-o] [datei-r]; #X connect 6 0 12 0; #X connect 8 0 12 0; #X connect 12 0 14 0; #X coords 0 0 1 1 62 17 0;
34
wrote file
Sends the message "write ../../"
create a purr-data patch that matches the following description and keywords.
Description: Sends the message "write ../../", Keywords: wrote file
ratio-help.pd
externals\creb\doc\ratio-help.pd
#N canvas 0 26 414 244 10; #X obj 75 99 ratio; #X obj 103 192 osc~; #X floatatom 131 122 5 0 0 0 - - -; #X obj 103 150 *; #X obj 103 223 dac~; #X floatatom 75 51 5 0 0 0 - - -; #X floatatom 35 135 5 0 0 0 - - -; #X text 189 32 ratio is an octave shifter.; #X text 188 46 output is between 1 and 2; #X text 189 62 it computes 2^(log2(x)-int(log2(x))); #N canvas 379 254 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION octave shifter; #X text 12 65 INLET_0 float; #X text 12 85 OUTLET_0 float; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Tom Schouten <[email protected]>; #X restore 364 223 pd META; #X connect 0 0 3 0; #X connect 0 0 6 0; #X connect 1 0 4 0; #X connect 1 0 4 1; #X connect 2 0 3 1; #X connect 3 0 1 0; #X connect 5 0 0 0;
#N canvas 0 26 414 244 10; #X obj 75 99 ratio; #X obj 103 192 osc~; #X floatatom 131 122 5 0 0 0 - - -; #X obj 103 150 *; #X obj 103 223 dac~; #X floatatom 75 51 5 0 0 0 - - -; #X floatatom 35 135 5 0 0 0 - - -; #X text 189 32 ratio is an octave shifter.; #X text 188 46 output is between 1 and 2; #X text 189 62 it computes 2^(log2(x)-int(log2(x))); #X connect 0 0 3 0; #X connect 0 0 6 0; #X connect 1 0 4 0; #X connect 1 0 4 1; #X connect 2 0 3 1; #X connect 3 0 1 0; #X connect 5 0 0 0;
27
control
octave shifter
create a purr-data patch that matches the following description and keywords.
Description: octave shifter, 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
all_about_submitting_bugs.pd
pd\doc\5.reference\all_about_submitting_bugs.pd
#N canvas 429 58 448 245 10; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header submitting_bugs 20 10 1 18 -261106 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 223 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 370 97 494 183 META 0; #X text 12 100 HELP_PATCH_AUTHORS Dave Sabine \, May 5 \, 2003 . Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 80 LIBRARY PDDP; #X text 12 45 DESCRIPTION prerequisites for submitting a bug on Sourceforge ; #X text 12 25 KEYWORDS needs_work all_about_pd; #X restore 392 225 pd META; #N canvas 215 136 428 117 Related_objects 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261106 -33289 0; #X text 7 2 All About Submitting Bugs- Related Objects; #X obj 22 42 print; #X text 19 70 Also \, have a look in the "Find" Menu for the entry "Find last error."; #X restore 103 225 pd Related_objects; #X obj 6 225 pddp/pddplink all_about.pd -text All About Pd; #X text 20 62 1) Make sure you can reproduce the bug consistently. Include a brief example patch to demonstrate the bug \, using the minimum number of objects needed to reproduce it.; #X obj 83 194 pddplink http://sourceforge.net/tracker/?func=add&group_id=55736&atid=478070 -text Beam me up to the Sourceforge bug tracker...; #X text 20 32 0) Search the Sourceforge bug tracker to make sure the bug hasn't already been reported (click "Browse" to search).; #X text 20 106 2) Make a note of the operating system (and OS version) you are using \, as well as any hardware that might be relevant to the bug (sound card \, camera \, etc).; #X text 20 149 3) Specify the version of Pd you are using. You can find it under the "Help" menu by choosing "About Pd".;
#N canvas 429 58 448 245 10; #X text 20 62 1) Make sure you can reproduce the bug consistently. Include a brief example patch to demonstrate the bug \, using the minimum number of objects needed to reproduce it.; #X obj 83 194 pddplink http://sourceforge.net/tracker/?func=add&group_id=55736&atid=478070 -text Beam me up to the Sourceforge bug tracker...; #X text 20 32 0) Search the Sourceforge bug tracker to make sure the bug hasn't already been reported (click "Browse" to search).; #X text 20 106 2) Make a note of the operating system (and OS version) you are using \, as well as any hardware that might be relevant to the bug (sound card \, camera \, etc).; #X text 20 149 3) Specify the version of Pd you are using. You can find it under the "Help" menu by choosing "About Pd".;
22
needs_work all_about_pd
prerequisites for submitting a bug on Sourceforge
create a purr-data patch that matches the following description and keywords.
Description: prerequisites for submitting a bug on Sourceforge, Keywords: needs_work all_about_pd
listfind-help.pd
externals\zexy\reference\listfind-help.pd
#N canvas 0 31 567 344 10; #X text 467 29 part of zexy; #X obj 33 13 listfind; #X text 92 14 - find sublists in lists; #X obj 58 175 listfind; #X msg 249 154 1 2 3 2 1 8 2 3 4; #X obj 249 128 loadbang; #X msg 58 71 1; #X text 253 174 set the list to be searched; #X text 55 55 the list to be found; #X msg 70 95 list bla; #X msg 84 119 list 2 3; #X msg 96 142 list 8; #X obj 58 220 print found@; #X text 150 223 outputs a list of (0-based) indices of all occurences of the sublist; #X text 54 281 this is similar (and hopefully compatible) to foobar's [list-find] but it searches not only for single elements but for entire sub-lists; #N canvas 460 154 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 OUTLET_0 list; #X text 12 125 AUTHOR IOhannes m zmoelnig; #X text 12 5 KEYWORDS control list_op; #X text 12 45 DESCRIPTION find sublists in lists; #X text 12 65 INLET_0 list; #X text 12 85 INLET_1 list; #X restore 511 317 pd META; #X connect 3 0 12 0; #X connect 4 0 3 1; #X connect 5 0 4 0; #X connect 6 0 3 0; #X connect 9 0 3 0; #X connect 10 0 3 0; #X connect 11 0 3 0;
#N canvas 0 31 567 344 10; #X text 467 29 part of zexy; #X obj 33 13 listfind; #X text 92 14 - find sublists in lists; #X obj 58 175 listfind; #X msg 249 154 1 2 3 2 1 8 2 3 4; #X obj 249 128 loadbang; #X msg 58 71 1; #X text 253 174 set the list to be searched; #X text 55 55 the list to be found; #X msg 70 95 list bla; #X msg 84 119 list 2 3; #X msg 96 142 list 8; #X obj 58 220 print found@; #X text 150 223 outputs a list of (0-based) indices of all occurences of the sublist; #X text 54 281 this is similar (and hopefully compatible) to foobar's [list-find] but it searches not only for single elements but for entire sub-lists; #X connect 3 0 12 0; #X connect 4 0 3 1; #X connect 5 0 4 0; #X connect 6 0 3 0; #X connect 9 0 3 0; #X connect 10 0 3 0; #X connect 11 0 3 0;
33
control list_op
find sublists in lists
create a purr-data patch that matches the following description and keywords.
Description: find sublists in lists, Keywords: control list_op
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
speedlimiter--help.pd
externals\mapping\speedlimiter--help.pd
#N canvas 1 53 571 505 10; #X obj 245 209 timeroll; #X obj 41 45 random 1000; #X obj 41 19 metro 30; #X obj 41 -5 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 42 209 timeroll; #X obj 67 -5 loadbang; #X floatatom 365 89 5 0 0 0 - - -; #X obj 365 111 / 100; #X obj 41 72 / 1000; #X obj 244 134 speedlimiter- -0.1; #X text 211 -89 limit negative variation to \$1 for every samples; #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 504 393 pd META; #X connect 1 0 8 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 9 1; #X connect 8 0 4 0; #X connect 8 0 9 0; #X connect 9 0 0 0;
#N canvas 1 53 571 505 10; #X obj 245 209 timeroll; #X obj 41 45 random 1000; #X obj 41 19 metro 30; #X obj 41 -5 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 42 209 timeroll; #X obj 67 -5 loadbang; #X floatatom 365 89 5 0 0 0 - - -; #X obj 365 111 / 100; #X obj 41 72 / 1000; #X obj 244 134 speedlimiter- -0.1; #X text 211 -89 limit negative variation to \$1 for every samples; #X connect 1 0 8 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 9 1; #X connect 8 0 4 0; #X connect 8 0 9 0; #X connect 9 0 0 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
serial_ms-help.pd
externals\ggee\control\serial_ms-help.pd
#N canvas 1 31 473 321 10; #X obj 251 180 print reading; #X msg 154 82 start; #X msg 155 100 stop; #X obj 59 157 serial_ms; #X text 35 19 decodes serial mice attached to the 1 serial port; #X text 35 268 (C) Guenter Geiger; #X msg 37 53 init; #X msg 245 98 setcontrol 0 CREAD CLOCAL CS7; #X msg 247 77 getlines; #X obj 59 180 unpack; #X floatatom 59 202 0 0 0 0 - - -; #X floatatom 90 202 0 0 0 0 - - -; #X msg 344 56 setlines RTS 1; #X msg 247 37 setlines DTR 0; #X msg 247 55 setlines RTS 0; #X msg 342 37 setlines DTR 1; #X msg 304 133 setlocal 0; #N canvas 407 106 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 Tcl/Tk; #X text 12 135 AUTHOR Guenter Geiger; #X text 12 45 DESCRIPTION decodes serial mice attached to the 1 serial port; #X text 12 95 OUTLET_0 list; #X text 12 115 OUTLET_1; #X text 12 5 KEYWORDS control user_input needs_work (OUTLET_1?); #X text 12 75 INLET_0 init reset; #X restore 407 267 pd META; #X msg 70 100 reset; #X obj 155 123 serialctl /dev/ttyS0; #X connect 3 0 9 0; #X connect 6 0 3 0; #X connect 9 0 10 0; #X connect 9 1 11 0; #X connect 18 0 3 0;
#N canvas 1 31 473 321 10; #X obj 251 180 print reading; #X msg 154 82 start; #X msg 155 100 stop; #X obj 59 157 serial_ms; #X text 35 19 decodes serial mice attached to the 1 serial port; #X text 35 268 (C) Guenter Geiger; #X msg 37 53 init; #X msg 245 98 setcontrol 0 CREAD CLOCAL CS7; #X msg 247 77 getlines; #X obj 59 180 unpack; #X floatatom 59 202 0 0 0 0 - - -; #X floatatom 90 202 0 0 0 0 - - -; #X msg 344 56 setlines RTS 1; #X msg 247 37 setlines DTR 0; #X msg 247 55 setlines RTS 0; #X msg 342 37 setlines DTR 1; #X msg 304 133 setlocal 0; #X msg 70 100 reset; #X obj 155 123 serialctl /dev/ttyS0; #X connect 3 0 9 0; #X connect 6 0 3 0; #X connect 9 0 10 0; #X connect 9 1 11 0; #X connect 18 0 3 0;
35
control user_input needs_work (OUTLET_1?)
decodes serial mice attached to the 1 serial port
create a purr-data patch that matches the following description and keywords.
Description: decodes serial mice attached to the 1 serial port, Keywords: control user_input needs_work (OUTLET_1?)
from_ascii_code-help.pd
externals\tof\tof\from_ascii_code-help.pd
#N canvas 1 53 589 396 10; #X obj 64 332 print; #X msg 103 156 43; #X obj 41 69 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X msg 78 116 32; #X obj 64 285 tof/from_ascii_code 13; #X msg 69 94 54; #X msg 125 197 13; #X text 34 29 Tags: conversion text symbols; #X text 34 13 Description: Convert ASCII codes into PD messages; #X text 104 95 Floats and lists: enter ASCII codes; #X text 63 68 Bang: output data; #X msg 91 137 65; #X text 155 192 Because of [form_ascii_code]'s creation argument \, the number 13 acts like a bang; #X msg 131 229 49 50 51 32 52 53 13; #X msg 113 176 49 50 51 32 52 53; #N canvas 246 152 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 105 AUTHOR Thomas Ouellet Fredericks; #X text 12 25 DESCRIPTION convert ASCII codes into PD messages; #X text 12 65 INLET_0 bang float list; #X text 12 85 OUTLET_0 anything; #X text 12 5 KEYWORDS control conversion anything_op; #X text 12 45 LICENSE GPL v2; #X restore 499 353 pd META; #X text 218 285 Optional argument: output data once that ASCII code is received; #X connect 1 0 4 0; #X connect 2 0 4 0; #X connect 3 0 4 0; #X connect 4 0 0 0; #X connect 5 0 4 0; #X connect 6 0 4 0; #X connect 11 0 4 0; #X connect 13 0 4 0; #X connect 14 0 4 0;
#N canvas 1 53 589 396 10; #X obj 64 332 print; #X msg 103 156 43; #X obj 41 69 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X msg 78 116 32; #X obj 64 285 tof/from_ascii_code 13; #X msg 69 94 54; #X msg 125 197 13; #X text 34 29 Tags: conversion text symbols; #X text 34 13 Description: Convert ASCII codes into PD messages; #X text 104 95 Floats and lists: enter ASCII codes; #X text 63 68 Bang: output data; #X msg 91 137 65; #X text 155 192 Because of [form_ascii_code]'s creation argument \, the number 13 acts like a bang; #X msg 131 229 49 50 51 32 52 53 13; #X msg 113 176 49 50 51 32 52 53; #X text 218 285 Optional argument: output data once that ASCII code is received; #X connect 1 0 4 0; #X connect 2 0 4 0; #X connect 3 0 4 0; #X connect 4 0 0 0; #X connect 5 0 4 0; #X connect 6 0 4 0; #X connect 11 0 4 0; #X connect 13 0 4 0; #X connect 14 0 4 0;
35
control conversion anything_op
convert ASCII codes into PD messages
create a purr-data patch that matches the following description and keywords.
Description: convert ASCII codes into PD messages, Keywords: control conversion anything_op
all_about_cyclone.pd
externals\miXed\doc\help\cyclone\all_about_cyclone.pd
#N canvas 424 166 448 398 10; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header all_about_cyclone 20 10 1 18 -261106 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 376 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 45 271 494 344 META 0; #X text 12 45 DESCRIPTION outline of the cyclone library; #X text 12 65 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan Wilkes for Pd-extended 0.42 to conform to the PDDP template.; #X text 12 25 KEYWORDS cyclone needs_work all_about_pd; #X restore 392 378 pd META; #N canvas 8 287 428 105 Related_objects 0; #X text 31 37 Hm...what to put here?; #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 Atoms- Related Objects; #X restore 103 378 pd Related_objects; #X text 40 36 Cyclone is a library of Pure Data classes \, bringing some level of compatibility between Max/MSP and Pd environments. Although being itself in the early stage of development \, it is meant to eventually become part of a much larger project \, aiming at unification and standardization of computer musicians' tools. In its current form \, cyclone is mainly for people using both Max and Pd \, and thus wanting to develop cross-platform patches \, but it also provide many very useful objects for the Pd-only user.; #X text 39 154 - hammer contains Pd versions of Max objects; #X text 39 174 - sickle contains Pd versions of MSP objects; #X text 39 194 - optional dummies sub-library \, which contains a large set of dummy classes \, serving as substitutions for Max/MSP classes not (yet) implemented in the cyclone; #X text 38 236 - cyclone sub-library \, taking care of loading the other three components \, and which itself contains: a small set of operators (!- \, !/ \, ==~ \, !=~ \, <~ \, <=~ \, >~ \, >=~ \, !-~ \, !/~ \, %~ \, +=~) and an importing mechanism provided by the cyclone class; #X text 38 302 For more info:; #X obj 38 342 pddp/pddplink http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html ; #X obj 38 322 pddp/pddplink maxmode-help.pd;
#N canvas 424 166 448 398 10; #X text 40 36 Cyclone is a library of Pure Data classes \, bringing some level of compatibility between Max/MSP and Pd environments. Although being itself in the early stage of development \, it is meant to eventually become part of a much larger project \, aiming at unification and standardization of computer musicians' tools. In its current form \, cyclone is mainly for people using both Max and Pd \, and thus wanting to develop cross-platform patches \, but it also provide many very useful objects for the Pd-only user.; #X text 39 154 - hammer contains Pd versions of Max objects; #X text 39 174 - sickle contains Pd versions of MSP objects; #X text 39 194 - optional dummies sub-library \, which contains a large set of dummy classes \, serving as substitutions for Max/MSP classes not (yet) implemented in the cyclone; #X text 38 236 - cyclone sub-library \, taking care of loading the other three components \, and which itself contains: a small set of operators (!- \, !/ \, ==~ \, !=~ \, <~ \, <=~ \, >~ \, >=~ \, !-~ \, !/~ \, %~ \, +=~) and an importing mechanism provided by the cyclone class; #X text 38 302 For more info:;
22
cyclone needs_work all_about_pd
outline of the cyclone library
create a purr-data patch that matches the following description and keywords.
Description: outline of the cyclone library, Keywords: cyclone needs_work all_about_pd
vector--help.pd
externals\markex\vector--help.pd
#N canvas 4 49 450 300 10; #N canvas 246 447 494 344 META 0; #X text 12 135 AUTHOR Mark Danks; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control vector; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42. \, helppatch by IOhannes m zmölnig; #X text 13 76 INLET_0 list; #X text 13 116 OUTLET_0 list; #X text 13 96 INLET_1 float; #X text 12 45 DESCRIPTION subtracts a constant offset from a vector ; #X restore 390 271 pd META; #X msg 64 86 1 2 3; #X msg 175 86 10; #X text 27 25 MarkEx vector operation: add a constant offset to a vector ; #X text 52 248 a "vector" is simply a list of numbers.; #X obj 64 146 print vector-; #X obj 64 116 vector- 42; #X connect 1 0 6 0; #X connect 2 0 6 1; #X connect 6 0 5 0;
#N canvas 4 49 450 300 10; #X msg 64 86 1 2 3; #X msg 175 86 10; #X text 27 25 MarkEx vector operation: add a constant offset to a vector ; #X text 52 248 a "vector" is simply a list of numbers.; #X obj 64 146 print vector-; #X obj 64 116 vector- 42; #X connect 1 0 6 0; #X connect 2 0 6 1; #X connect 6 0 5 0;
20
control vector
subtracts a constant offset from a vector
create a purr-data patch that matches the following description and keywords.
Description: subtracts a constant offset from a vector, Keywords: control vector
hid2deg-help.pd
externals\hid\hid2deg-help.pd
#N canvas 0 31 483 323 10; #X obj 5 2 cnv 15 450 20 empty empty hid2deg 2 11 1 18 -233017 -66577 0; #X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X text 254 269 released under the GNU GPL; #X text 185 228 For more info:; #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <[email protected]> ; #X text 290 164 related objects:; #X obj 323 184 hid/rad2hid; #X obj 401 184 hid/deg2hid; #X floatatom 69 185 7 0 0 1 degrees - -; #X obj 72 85 hsl 128 15 0 1 0 0 empty empty hid 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 95 115 5 0 0 0 - - -; #X obj 245 184 hid/hid2rad; #X obj 69 150 hid/hid2deg; #X text 26 34 This object converts numbers from the [hid] range (0 to 1) to degrees (0 to 360) with the 0 being north.; #N canvas 504 253 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL; #X text 12 85 INLET_0 float; #X text 12 105 OUTLET_0 float; #X text 12 125 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION convert numbers from the [hid] range (0 to 1) to degrees (0 to 360) with the 0 being north.; #X text 12 5 KEYWORDS control conversion abstraction; #X restore 427 293 pd META; #X connect 9 0 12 0; #X connect 10 0 12 0; #X connect 12 0 8 0;
#N canvas 0 31 483 323 10; #X text 254 269 released under the GNU GPL; #X text 185 228 For more info:; #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <[email protected]> ; #X text 290 164 related objects:; #X obj 323 184 hid/rad2hid; #X obj 401 184 hid/deg2hid; #X floatatom 69 185 7 0 0 1 degrees - -; #X obj 72 85 hsl 128 15 0 1 0 0 empty empty hid 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 95 115 5 0 0 0 - - -; #X obj 245 184 hid/hid2rad; #X obj 69 150 hid/hid2deg; #X text 26 34 This object converts numbers from the [hid] range (0 to 1) to degrees (0 to 360) with the 0 being north.; #X connect 9 0 12 0; #X connect 10 0 12 0; #X connect 12 0 8 0;
27
control conversion abstraction
convert numbers from the [hid] range (0 to 1) to degrees (0 to 360) with the 0 being north.
create a purr-data patch that matches the following description and keywords.
Description: convert numbers from the [hid] range (0 to 1) to degrees (0 to 360) with the 0 being north., Keywords: control conversion abstraction
openpatch-help.pd
externals\ext13\openpatch-help.pd
#N canvas 0 31 373 263 10; #X obj 47 87 openpatch; #X text 120 88 =; #X obj 136 89 opa; #X text 43 13 this would open /tmp/tst.pd; #X text 24 161 but you can also use; #X msg 176 160 \; pd open foo.pd /tmp/ 1 1 \;; #X msg 155 49 symbol /tmp; #N canvas 463 219 494 344 META 0; #X text 12 125 RELEASE_DATE 2009-06-12; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 105 AUTHOR [email protected]; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control patchfile_op; #X text 12 45 DESCRIPTION open a patch; #X text 12 65 INLET_0 symbol; #X text 12 85 INLET_1 symbol; #X restore 320 235 pd META; #X msg 47 49 symbol tst.pd; #X connect 6 0 0 1; #X connect 8 0 0 0;
#N canvas 0 31 373 263 10; #X obj 47 87 openpatch; #X text 120 88 =; #X obj 136 89 opa; #X text 43 13 this would open /tmp/tst.pd; #X text 24 161 but you can also use; #X msg 176 160 \; pd open foo.pd /tmp/ 1 1 \;; #X msg 155 49 symbol /tmp; #X msg 47 49 symbol tst.pd; #X connect 6 0 0 1; #X connect 8 0 0 0;
21
control patchfile_op
open a patch
create a purr-data patch that matches the following description and keywords.
Description: open a patch, Keywords: control patchfile_op
tastin-help.pd
abstractions\jmmmp\tastin-help.pd
#N canvas 121 146 376 360 10; #X text 12 327 Released under the BSD License; #X floatatom 46 196 5 0 0 0 - - -; #X text 12 10 [tastin] - Gate for keyboard input; #X obj 133 179 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1; #X text 82 196 Key value; #X text 151 178 State; #X obj 46 159 tastin; #X text 12 30 Controls the flow of keyboard events with the Esc key \, so that nothing gets triggered by accident. The numbers are also displayed in the object.; #X text 236 185 Outlets; #X text 236 85 Arguments; #X text 236 105 - State (0 / 1); #X text 236 205 - key number; #X text 236 225 - state; #X text 236 255 Key control; #X text 236 275 - Esc on / off; #X text 236 135 Inlets; #X text 236 155 - toggle switch; #X obj 46 129 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 64 129 Status control; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <[email protected]>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 13 6 DESCRIPTION Gate for keyboard input; #X text 12 36 KEYWORDS key GUI; #X text 14 165 INLET_0 - toggle switch; #X text 14 185 OUTLET_0 - key number; #X text 14 205 OUTLET_1 - state; #X text 12 135 VERSION 2006; #X restore 312 326 pd META; #X text 12 307 (C) 2006 Jo�o Pais - [email protected]; #X connect 6 0 1 0; #X connect 6 1 3 0; #X connect 17 0 6 0;
#N canvas 121 146 376 360 10; #X text 12 327 Released under the BSD License; #X floatatom 46 196 5 0 0 0 - - -; #X text 12 10 [tastin] - Gate for keyboard input; #X obj 133 179 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1; #X text 82 196 Key value; #X text 151 178 State; #X obj 46 159 tastin; #X text 12 30 Controls the flow of keyboard events with the Esc key \, so that nothing gets triggered by accident. The numbers are also displayed in the object.; #X text 236 185 Outlets; #X text 236 85 Arguments; #X text 236 105 - State (0 / 1); #X text 236 205 - key number; #X text 236 225 - state; #X text 236 255 Key control; #X text 236 275 - Esc on / off; #X text 236 135 Inlets; #X text 236 155 - toggle switch; #X obj 46 129 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 64 129 Status control; #X text 12 307 (C) 2006 Jo�o Pais - [email protected]; #X connect 6 0 1 0; #X connect 6 1 3 0; #X connect 17 0 6 0;
36
key GUI
Gate for keyboard input
create a purr-data patch that matches the following description and keywords.
Description: Gate for keyboard input, Keywords: key GUI
open_help-help.pd
externals\tof\tof\open_help-help.pd
#N canvas 1 53 488 503 10; #X msg 27 167 symbol list; #X msg 107 201 symbol until; #X obj -1 29 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text 4 85 author: [email protected]; #X msg 128 252 symbol zexy/list2symbol; #X text 4 28 description: searches for an external's or an abstraction's help file and tries to open it.; #X text 4 106 version: 2009-09-25; #X text 3 65 tags: file patch; #X obj 27 294 tof/open_help; #X obj 39 392 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 39 414 tof/open_help tof/param; #X text 72 351 If you define the name of an external or abstraction as an argument \, open_help will open that abstraction's or external's help file when you send a bang to the inlet or when you CLICK open_help. ; #X text 186 413 <- CLICK; #N canvas 429 138 494 344 META 0; #X text 12 115 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 95 AUTHOR Thomas Ouellet Fredericks; #X text 12 25 DESCRIPTION search for an external's or an abstraction's help file and tries to open it; #X text 12 5 KEYWORDS control filesystem patch_op; #X text 12 75 INLET_0 symbol; #X text 12 55 LICENSE GPL v2; #X restore 415 446 pd META; #X connect 0 0 8 0; #X connect 1 0 8 0; #X connect 4 0 8 0; #X connect 9 0 10 0;
#N canvas 1 53 488 503 10; #X msg 27 167 symbol list; #X msg 107 201 symbol until; #X obj -1 29 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text 4 85 author: [email protected]; #X msg 128 252 symbol zexy/list2symbol; #X text 4 28 description: searches for an external's or an abstraction's help file and tries to open it.; #X text 4 106 version: 2009-09-25; #X text 3 65 tags: file patch; #X obj 27 294 tof/open_help; #X obj 39 392 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 39 414 tof/open_help tof/param; #X text 72 351 If you define the name of an external or abstraction as an argument \, open_help will open that abstraction's or external's help file when you send a bang to the inlet or when you CLICK open_help. ; #X text 186 413 <- CLICK; #X connect 0 0 8 0; #X connect 1 0 8 0; #X connect 4 0 8 0; #X connect 9 0 10 0;
26
control filesystem patch_op
search for an external's or an abstraction's help file and tries to open it
create a purr-data patch that matches the following description and keywords.
Description: search for an external's or an abstraction's help file and tries to open it, Keywords: control filesystem patch_op
inv-help.pd
externals\ggee\control\inv-help.pd
#N canvas 0 31 450 300 10; #X obj 165 115 inv; #X floatatom 165 164 5 0 0 0 - - -; #X text 41 32 perform 1/x using float from inlet; #X obj 166 77 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X msg 126 77 5; #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 perform 1/x using float from inlet; #X text 12 65 INLET_0 float; #X text 12 85 OUTLET_0 float; #X text 12 5 KEYWORDS control; #X restore 387 267 pd META; #X connect 0 0 1 0; #X connect 3 0 0 0; #X connect 4 0 0 0;
#N canvas 0 31 450 300 10; #X obj 165 115 inv; #X floatatom 165 164 5 0 0 0 - - -; #X text 41 32 perform 1/x using float from inlet; #X obj 166 77 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X msg 126 77 5; #X connect 0 0 1 0; #X connect 3 0 0 0; #X connect 4 0 0 0;
18
control
perform 1/x using float from inlet
create a purr-data patch that matches the following description and keywords.
Description: perform 1/x using float from inlet, Keywords: control
folderpanel-help.pd
externals\tof\tof\folderpanel-help.pd
#N canvas 1 53 450 300 10; #X obj 26 148 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 26 185 tof/folderpanel; #X obj 26 221 print; #X obj -1 29 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text 7 78 author: [email protected]; #X text 5 99 version: 2009-04-14 (initial release); #X text 6 56 tags: initialization patch; #X text 6 29 description: queries for a folder; #X text 140 150 inlet 1 bang: opens the panel; #X text 140 169 outlet 2 symbol: the folder selected; #N canvas 220 179 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Thomas Ouellet Fredericks; #X text 12 45 DESCRIPTION query for a folder; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_0 symbol; #X text 12 5 KEYWORDS control filesystem GUI symbol_op; #X restore 355 263 pd META; #X connect 0 0 1 0; #X connect 1 0 2 0;
#N canvas 1 53 450 300 10; #X obj 26 148 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 26 185 tof/folderpanel; #X obj 26 221 print; #X obj -1 29 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text 7 78 author: [email protected]; #X text 5 99 version: 2009-04-14 (initial release); #X text 6 56 tags: initialization patch; #X text 6 29 description: queries for a folder; #X text 140 150 inlet 1 bang: opens the panel; #X text 140 169 outlet 2 symbol: the folder selected; #X connect 0 0 1 0; #X connect 1 0 2 0;
22
control filesystem GUI symbol_op
query for a folder
create a purr-data patch that matches the following description and keywords.
Description: query for a folder, Keywords: control filesystem GUI symbol_op
spectrogram~-help.pd
abstractions\jmmmp\spectrogram~-help.pd
#N canvas 53 147 704 415 10; #X text 12 387 Released under the BSD License; #X text 576 155 Outlets; #X text 576 105 Inlets; #X text 575 125 - Audio to analyse; #X text 576 205 GUI; #X text 576 225 - Zoom control; #X text 576 175 - Same as inlet; #X text 12 367 (C) 2009 Jo�o Pais - [email protected]; #X obj 18 106 spectrogram~; #X text 11 11 [spectrogram~] - Spectrogram with 512 bins resolution ; #X text 12 30 Spectrum analyser based on M. Puckette's tutorial patch. Harmonic content is analysed in 512 bins resolution \, 20 times a second. Tested on 44.1KHz.; #X obj 18 76 noise~; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <[email protected]>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 12 6 DESCRIPTION Spectrogram with 512 bins resolution; #X text 12 36 KEYWORDS spectrogram; #X text 12 135 VERSION 2009; #X text 14 166 INLET_0 - Audio to analyse; #X text 14 185 OUTLET_0 - Same as inlet; #X restore 642 386 pd META; #X connect 11 0 8 0;
#N canvas 53 147 704 415 10; #X text 12 387 Released under the BSD License; #X text 576 155 Outlets; #X text 576 105 Inlets; #X text 575 125 - Audio to analyse; #X text 576 205 GUI; #X text 576 225 - Zoom control; #X text 576 175 - Same as inlet; #X text 12 367 (C) 2009 Jo�o Pais - [email protected]; #X obj 18 106 spectrogram~; #X text 11 11 [spectrogram~] - Spectrogram with 512 bins resolution ; #X text 12 30 Spectrum analyser based on M. Puckette's tutorial patch. Harmonic content is analysed in 512 bins resolution \, 20 times a second. Tested on 44.1KHz.; #X obj 18 76 noise~; #X connect 11 0 8 0;
25
spectrogram
Spectrogram with 512 bins resolution
create a purr-data patch that matches the following description and keywords.
Description: Spectrogram with 512 bins resolution, Keywords: spectrogram
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 <[email protected]>; #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
cexp~-help.pd
externals\creb\doc\cexp~-help.pd
#N canvas 0 26 475 207 10; #X obj 85 82 clog~; #X obj 145 82 cexp~; #X text 235 81 complex log and exp.; #X text 237 105 see also; #X obj 309 104 cep~; #X text 351 103 and; #X obj 384 105 icep~; #N canvas 379 254 494 344 META 0; #X text 12 185 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 85 INLET_0 signal; #X text 12 105 INLET_1 signal; #X text 12 125 OUTLET_0 signal; #X text 12 145 OUTLET_1 signal; #X text 12 5 NAME clog~ cexp~; #X text 12 165 AUTHOR Tom Schouten <[email protected]>; #X text 12 45 LICENSE GPL v2; #X text 12 25 KEYWORDS signal needs_work needs_work (example); #X text 12 65 DESCRIPTION complex log and exp; #X restore 424 185 pd META;
#N canvas 0 26 475 207 10; #X obj 85 82 clog~; #X obj 145 82 cexp~; #X text 235 81 complex log and exp.; #X text 237 105 see also; #X obj 309 104 cep~; #X text 351 103 and; #X obj 384 105 icep~;
20
signal needs_work needs_work (example)
complex log and exp
create a purr-data patch that matches the following description and keywords.
Description: complex log and exp, Keywords: signal needs_work needs_work (example)
datei-o-help.pd
abstractions\jmmmp\datei-o-help.pd
#N canvas 110 129 454 293 10; #X text 310 50 Inlets; #X text 310 100 Outlets; #X text 310 150 GUI; #X text 310 170 - Click on it; #X text 310 70 - Bang / File name; #X text 310 120 - Message; #X msg 22 50 bang; #X text 120 80 Takes the file string; #X msg 32 80 filename.ext; #X text 60 50 Opens up dialog; #X text 92 120 <- Or click on it; #X text 111 160 Message; #X obj 22 120 datei-o; #X text 13 6 [datei-o] - Sends the message "open ../../"; #X obj 22 160 print Datei_O; #X text 12 237 (C) 2006 Jo�o Pais - [email protected]; #X text 12 257 Released under the BSD License; #X text 12 207 Related objects: [datei-r] [datei-w]; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <[email protected]>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 12 135 VERSION 2006; #X text 12 5 DESCRIPTION Sends the message "open ../../"; #X text 12 35 KEYWORDS open file; #X text 14 165 INLET_0 - Bang / File name; #X text 14 185 OUTLET_0 - Message; #X restore 392 266 pd META; #X connect 6 0 12 0; #X connect 8 0 12 0; #X connect 12 0 14 0; #X coords 0 0 1 1 62 17 0;
#N canvas 110 129 454 293 10; #X text 310 50 Inlets; #X text 310 100 Outlets; #X text 310 150 GUI; #X text 310 170 - Click on it; #X text 310 70 - Bang / File name; #X text 310 120 - Message; #X msg 22 50 bang; #X text 120 80 Takes the file string; #X msg 32 80 filename.ext; #X text 60 50 Opens up dialog; #X text 92 120 <- Or click on it; #X text 111 160 Message; #X obj 22 120 datei-o; #X text 13 6 [datei-o] - Sends the message "open ../../"; #X obj 22 160 print Datei_O; #X text 12 237 (C) 2006 Jo�o Pais - [email protected]; #X text 12 257 Released under the BSD License; #X text 12 207 Related objects: [datei-r] [datei-w]; #X connect 6 0 12 0; #X connect 8 0 12 0; #X connect 12 0 14 0; #X coords 0 0 1 1 62 17 0;
34
open file
Sends the message "open ../../"
create a purr-data patch that matches the following description and keywords.
Description: Sends the message "open ../../", Keywords: open file
absolutepath-help.pd
externals\moonlib\absolutepath-help.pd
#N canvas 0 31 482 379 10; #X text 17 352 (c) Antoine Rousseau 2004; #X obj 33 108 absolutepath; #X symbolatom 33 131 0 0 0 0 - - -; #X obj 33 220 relativepath; #X symbolatom 33 245 0 0 0 0 - - -; #X text 14 6 absolutepath / relativepath : use filenames relatively to the patch's path.; #N canvas 380 146 494 344 META 0; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control patchfile_op; #X text 12 45 DESCRIPTION use filenames relatively to the patch's path ; #X text 12 65 INLET_0 symbol; #X text 12 85 OUTLET_0 symbol; #X text 12 105 AUTHOR Antoine Rousseau; #X text 12 125 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X restore 421 350 pd META; #X msg 33 51 symbol absolutepath-help.pd; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 3 0 4 0; #X connect 7 0 1 0;
#N canvas 0 31 482 379 10; #X text 17 352 (c) Antoine Rousseau 2004; #X obj 33 108 absolutepath; #X symbolatom 33 131 0 0 0 0 - - -; #X obj 33 220 relativepath; #X symbolatom 33 245 0 0 0 0 - - -; #X text 14 6 absolutepath / relativepath : use filenames relatively to the patch's path.; #X msg 33 51 symbol absolutepath-help.pd; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 3 0 4 0; #X connect 7 0 1 0;
21
control patchfile_op
use filenames relatively to the patch's path
create a purr-data patch that matches the following description and keywords.
Description: use filenames relatively to the patch's path, Keywords: control patchfile_op
serial_ms-help.pd
externals\ggee\control\serial_ms-help.pd
#N canvas 1 31 473 321 10; #X obj 251 180 print reading; #X msg 154 82 start; #X msg 155 100 stop; #X obj 59 157 serial_ms; #X text 35 19 decodes serial mice attached to the 1 serial port; #X text 35 268 (C) Guenter Geiger; #X msg 37 53 init; #X msg 245 98 setcontrol 0 CREAD CLOCAL CS7; #X msg 247 77 getlines; #X obj 59 180 unpack; #X floatatom 59 202 0 0 0 0 - - -; #X floatatom 90 202 0 0 0 0 - - -; #X msg 344 56 setlines RTS 1; #X msg 247 37 setlines DTR 0; #X msg 247 55 setlines RTS 0; #X msg 342 37 setlines DTR 1; #X msg 304 133 setlocal 0; #N canvas 407 106 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 Tcl/Tk; #X text 12 135 AUTHOR Guenter Geiger; #X text 12 45 DESCRIPTION decodes serial mice attached to the 1 serial port; #X text 12 95 OUTLET_0 list; #X text 12 115 OUTLET_1; #X text 12 5 KEYWORDS control user_input needs_work (OUTLET_1?); #X text 12 75 INLET_0 init reset; #X restore 407 267 pd META; #X msg 70 100 reset; #X obj 155 123 serialctl /dev/ttyS0; #X connect 3 0 9 0; #X connect 6 0 3 0; #X connect 9 0 10 0; #X connect 9 1 11 0; #X connect 18 0 3 0;
#N canvas 1 31 473 321 10; #X obj 251 180 print reading; #X msg 154 82 start; #X msg 155 100 stop; #X obj 59 157 serial_ms; #X text 35 19 decodes serial mice attached to the 1 serial port; #X text 35 268 (C) Guenter Geiger; #X msg 37 53 init; #X msg 245 98 setcontrol 0 CREAD CLOCAL CS7; #X msg 247 77 getlines; #X obj 59 180 unpack; #X floatatom 59 202 0 0 0 0 - - -; #X floatatom 90 202 0 0 0 0 - - -; #X msg 344 56 setlines RTS 1; #X msg 247 37 setlines DTR 0; #X msg 247 55 setlines RTS 0; #X msg 342 37 setlines DTR 1; #X msg 304 133 setlocal 0; #X msg 70 100 reset; #X obj 155 123 serialctl /dev/ttyS0; #X connect 3 0 9 0; #X connect 6 0 3 0; #X connect 9 0 10 0; #X connect 9 1 11 0; #X connect 18 0 3 0;
35
control user_input needs_work (OUTLET_1?)
decodes serial mice attached to the 1 serial port
create a purr-data patch that matches the following description and keywords.
Description: decodes serial mice attached to the 1 serial port, Keywords: control user_input needs_work (OUTLET_1?)
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
spectrogram~-help.pd
abstractions\jmmmp\spectrogram~-help.pd
#N canvas 53 147 704 415 10; #X text 12 387 Released under the BSD License; #X text 576 155 Outlets; #X text 576 105 Inlets; #X text 575 125 - Audio to analyse; #X text 576 205 GUI; #X text 576 225 - Zoom control; #X text 576 175 - Same as inlet; #X text 12 367 (C) 2009 Jo�o Pais - [email protected]; #X obj 18 106 spectrogram~; #X text 11 11 [spectrogram~] - Spectrogram with 512 bins resolution ; #X text 12 30 Spectrum analyser based on M. Puckette's tutorial patch. Harmonic content is analysed in 512 bins resolution \, 20 times a second. Tested on 44.1KHz.; #X obj 18 76 noise~; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <[email protected]>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 12 6 DESCRIPTION Spectrogram with 512 bins resolution; #X text 12 36 KEYWORDS spectrogram; #X text 12 135 VERSION 2009; #X text 14 166 INLET_0 - Audio to analyse; #X text 14 185 OUTLET_0 - Same as inlet; #X restore 642 386 pd META; #X connect 11 0 8 0;
#N canvas 53 147 704 415 10; #X text 12 387 Released under the BSD License; #X text 576 155 Outlets; #X text 576 105 Inlets; #X text 575 125 - Audio to analyse; #X text 576 205 GUI; #X text 576 225 - Zoom control; #X text 576 175 - Same as inlet; #X text 12 367 (C) 2009 Jo�o Pais - [email protected]; #X obj 18 106 spectrogram~; #X text 11 11 [spectrogram~] - Spectrogram with 512 bins resolution ; #X text 12 30 Spectrum analyser based on M. Puckette's tutorial patch. Harmonic content is analysed in 512 bins resolution \, 20 times a second. Tested on 44.1KHz.; #X obj 18 76 noise~; #X connect 11 0 8 0;
25
spectrogram
Spectrogram with 512 bins resolution
create a purr-data patch that matches the following description and keywords.
Description: Spectrogram with 512 bins resolution, Keywords: spectrogram
edge-help.pd
externals\maxlib\edge-help.pd
#N canvas 0 26 452 302 12; #X obj 100 154 edge; #X obj 100 215 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 127 186 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 156 186 falling edge detected; #X text 128 216 rising edge detected; #X text 31 16 edge :: detect rising or falling edge in floats; #X floatatom 126 111 5 0 0 0 - - -; #X obj 100 79 tgl 20 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X text 94 35 written by <[email protected]>; #N canvas 293 158 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 <[email protected]>; #X text 12 5 KEYWORDS control analysis; #X text 12 45 DESCRIPTION detect rising or falling edge in floats; #X text 12 65 INLET_0 float; #X text 12 85 OUTLET_0 bang; #X text 12 105 OUTLET_1 bang; #X restore 385 273 pd META; #X connect 0 0 1 0; #X connect 0 1 2 0; #X connect 6 0 0 0; #X connect 7 0 0 0;
#N canvas 0 26 452 302 12; #X obj 100 154 edge; #X obj 100 215 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 127 186 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 156 186 falling edge detected; #X text 128 216 rising edge detected; #X text 31 16 edge :: detect rising or falling edge in floats; #X floatatom 126 111 5 0 0 0 - - -; #X obj 100 79 tgl 20 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X text 94 35 written by <[email protected]>; #X connect 0 0 1 0; #X connect 0 1 2 0; #X connect 6 0 0 0; #X connect 7 0 0 0;
24
control analysis
detect rising or falling edge in floats
create a purr-data patch that matches the following description and keywords.
Description: detect rising or falling edge in floats, Keywords: control analysis
v0x2a-help.pd
externals\markex\v0x2a-help.pd
#N canvas 382 194 450 300 10; #N canvas 247 443 494 344 META 0; #X text 12 135 AUTHOR Mark Danks; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control vector; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42. \, helppatch by IOhannes m zmölnig; #X text 13 76 INLET_0 list; #X text 13 116 OUTLET_0 list; #X text 13 96 INLET_1 float; #X text 12 45 DESCRIPTION multiplies a vector by a number; #X restore 390 271 pd META; #X msg 64 86 1 2 3; #X msg 175 86 10; #X text 52 248 a "vector" is simply a list of numbers.; #X text 27 25 MarkEx vector operation: multiply a vector by a factor ; #X obj 64 146 print vector*; #X obj 64 116 vector* 42; #X connect 1 0 6 0; #X connect 2 0 6 1; #X connect 6 0 5 0;
#N canvas 382 194 450 300 10; #X msg 64 86 1 2 3; #X msg 175 86 10; #X text 52 248 a "vector" is simply a list of numbers.; #X text 27 25 MarkEx vector operation: multiply a vector by a factor ; #X obj 64 146 print vector*; #X obj 64 116 vector* 42; #X connect 1 0 6 0; #X connect 2 0 6 1; #X connect 6 0 5 0;
20
control vector
multiplies a vector by a number
create a purr-data patch that matches the following description and keywords.
Description: multiplies a vector by a number, Keywords: control vector
gfsm-help.pd
externals\moocow\gfsm\src\gfsm-help.pd
#N canvas 0 0 436 349 10; #X text 138 257 Bryan Jurish <[email protected]>; #X text 21 43 EXTERNALS:; #X obj 41 72 gfsm_alphabet; #X obj 41 98 gfsm_automaton; #X text 159 71 integer <-> atom mapping; #X obj 41 124 gfsm_state; #X text 161 125 automaton position; #X text 160 98 weighted finite state machine; #X text 21 194 SEE ALSO:; #X text 38 211 gfsmutils(1); #X text 100 7 : finite state machine external library; #X obj 40 150 gfsm_markov; #X text 161 151 trainable Markov chain; #X text 38 227 http://www.ling.uni-potsdam.de/~moocow/projects/gfsm ; #X obj 66 7 gfsm; #N canvas 446 120 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 Bryan Jurish <[email protected]>; #X text 12 45 DESCRIPTION finite state machine external library; #X text 12 5 KEYWORDS control; #X text 12 65 INLET_0; #X restore 375 308 pd META;
#N canvas 0 0 436 349 10; #X text 138 257 Bryan Jurish <[email protected]>; #X text 21 43 EXTERNALS:; #X obj 41 72 gfsm_alphabet; #X obj 41 98 gfsm_automaton; #X text 159 71 integer <-> atom mapping; #X obj 41 124 gfsm_state; #X text 161 125 automaton position; #X text 160 98 weighted finite state machine; #X text 21 194 SEE ALSO:; #X text 38 211 gfsmutils(1); #X text 100 7 : finite state machine external library; #X obj 40 150 gfsm_markov; #X text 161 151 trainable Markov chain; #X text 38 227 http://www.ling.uni-potsdam.de/~moocow/projects/gfsm ; #X obj 66 7 gfsm;
24
control
finite state machine external library
create a purr-data patch that matches the following description and keywords.
Description: finite state machine external library, Keywords: control
all_about_haptics.pd
packages\win64_inno\build\doc\5.reference\all_about_haptics.pd
#N canvas 429 58 448 374 10; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header haptics 20 10 1 18 -261106 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 352 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 374 245 494 136 META 0; #X text 12 85 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 65 LIBRARY PDDP; #X text 12 45 DESCRIPTION definition of haptics; #X text 12 25 KEYWORDS needs_work all_about_pd; #X restore 392 354 pd META; #N canvas 212 24 428 359 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 Haptic Objects in Pd; #X text 72 58 Control the pulses and vibrations of a TouchSense (aka iFeel) mouse; #X text 24 114 Set the overall gain for all force effects; #X text 24 153 Apply forces to automatically center the controller ; #X text 24 193 Apply a spring force in a specified direction; #X text 24 233 Apply friction to the movement of the controller. Also known as damping.; #X text 25 280 Periodic effects are forces controlled by waveforms of various shape \, strength \, and frequency; #X text 25 329 Apply a constant force in a specified direction; #X obj 10 33 pddp/pddplink all_about_externals.pd -text _________; #X obj 10 33 pddp/pddplink all_about_externals.pd -text Externals; #X obj 10 58 pddp/helplink hcs/ifeel; #X obj 10 94 pddp/helplink flatspace/ff-gain; #X obj 10 134 pddp/helplink flatspace/ff-autocenter; #X obj 10 174 pddp/helplink flatspace/ff-spring; #X obj 10 214 pddp/helplink flatspace/ff-friction; #X obj 10 264 pddp/helplink flatspace/ff-periodic; #X obj 10 314 pddp/helplink flatspace/ff-constant; #X restore 103 354 pd Related_objects; #X obj 6 354 pddp/pddplink all_about.pd -text All About Pd; #X text 19 37 "Haptic" means relating to the sense of touch. Haptic feedback relates to the sense of touch at the skin level \, and the feeling of forces in the muscles and joints. Vibrations stimulate the sense of touch while various forces stimulate the muscles.; #X text 19 106 There are many haptic devices available \, from a US\$35 Logitech iFeel mouse \, to the massive \, extremely expensive haptic devices used for remote control surgery. Immersion \, Inc. has almost a monopoly on this technology due to a number of patents. These objects all work with Immersion technology \, generally known as "TouchSense". ; #X text 19 188 Numerous companies produce haptic game controllers: mice \, joysticks \, gamepads \, steering wheels. These objects work with game controllers. Belkin \, Logitech \, Microsoft \, Saitek \, and others make TouchSense game controllers.; #X text 19 245 Currently \, these objects only work on GNU/Linux. For info on how to get it working \, see: http://at.or.at/hans/haptics ; #X text 19 295 See also:; #X obj 19 315 pddp/pddplink all_about_hid.pd;
#N canvas 429 58 448 374 10; #X text 19 37 "Haptic" means relating to the sense of touch. Haptic feedback relates to the sense of touch at the skin level \, and the feeling of forces in the muscles and joints. Vibrations stimulate the sense of touch while various forces stimulate the muscles.; #X text 19 106 There are many haptic devices available \, from a US\$35 Logitech iFeel mouse \, to the massive \, extremely expensive haptic devices used for remote control surgery. Immersion \, Inc. has almost a monopoly on this technology due to a number of patents. These objects all work with Immersion technology \, generally known as "TouchSense". ; #X text 19 188 Numerous companies produce haptic game controllers: mice \, joysticks \, gamepads \, steering wheels. These objects work with game controllers. Belkin \, Logitech \, Microsoft \, Saitek \, and others make TouchSense game controllers.; #X text 19 245 Currently \, these objects only work on GNU/Linux. For info on how to get it working \, see: http://at.or.at/hans/haptics ; #X text 19 295 See also:;
37
needs_work all_about_pd
definition of haptics
create a purr-data patch that matches the following description and keywords.
Description: definition of haptics, Keywords: needs_work all_about_pd
dacm~-help.pd
abstractions\jmmmp\dacm~-help.pd
#N canvas 71 205 407 315 10; #X text 12 287 Released under the BSD License; #X text 12 237 Related objects: [maat~] [mat~] [dacm~]; #X text 11 8 [dacm~] - Mono dac~ for lazy people; #X text 220 115 Inlets; #X text 220 135 - Audio signal; #X text 220 165 Arguments; #X text 220 185 - Number of channels; #X text 11 40 Connects the audio input to how many dac channels you specify \, making a mono output.; #X obj 76 156 dacm~ 4; #X text 11 70 In case you don't give any arguments \, it assumes that you work with 2 channels. So \, [dacm~] == [dacm~ 2].; #X text 12 267 (C) 2009 Jo�o Pais - [email protected]; #X text 28 131 look inside to make sure; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <[email protected]>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 12 135 VERSION 2009; #X text 12 5 DESCRIPTION Mono dac~ for lazy people; #X text 12 35 KEYWORDS dac~ dynamic; #X text 12 165 INLET_0 - Audio signal; #X restore 352 286 pd META; #X coords 0 0 1 1 31 130 0;
#N canvas 71 205 407 315 10; #X text 12 287 Released under the BSD License; #X text 12 237 Related objects: [maat~] [mat~] [dacm~]; #X text 11 8 [dacm~] - Mono dac~ for lazy people; #X text 220 115 Inlets; #X text 220 135 - Audio signal; #X text 220 165 Arguments; #X text 220 185 - Number of channels; #X text 11 40 Connects the audio input to how many dac channels you specify \, making a mono output.; #X obj 76 156 dacm~ 4; #X text 11 70 In case you don't give any arguments \, it assumes that you work with 2 channels. So \, [dacm~] == [dacm~ 2].; #X text 12 267 (C) 2009 Jo�o Pais - [email protected]; #X text 28 131 look inside to make sure; #X coords 0 0 1 1 31 130 0;
24
dac~ dynamic
Mono dac~ for lazy people
create a purr-data patch that matches the following description and keywords.
Description: Mono dac~ for lazy people, Keywords: dac~ dynamic
02.editing.pd
pd\doc\2.control.examples\02.editing.pd
#N canvas 432 25 448 559 10; #X msg 145 43 hello world; #X obj 145 84 print; #X floatatom 254 43 0 0 0 0 - - -; #X text 32 281 When you're done changing the contents of the box \, click outside the box to deselect it. This tells Pd to incorporate the new text.; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header editing 20 10 1 18 -261139 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 537 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 42 254 494 284 META 0; #X text 12 105 WEBSITE http://crca.ucsd.edu/~msp/; #X text 12 85 LIBRARY PDDP; #X text 12 45 LICENSE SIBSD; #X text 12 65 DESCRIPTION the basics of how to edit objects in Pd; #X text 12 125 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 25 KEYWORDS control GUI tutorial; #X restore 382 539 pd META; #X text 32 323 Edit mode also lets you make and break connections between objects. Put the "hand" cursor over a line connecting two objects: it turns into an X. Clicking will delete the connection. Hold the cursor over an outlet and it becomes a circle (a patch point). Drag to any box and release-- you will be connected to the nearest inlet.; #X text 32 401 There are several handy tools in the "Edit" menu. You can use the "Duplicate" menu item to create new objects by duplicating existing ones. You can also "Cut" and "Paste" them. If you duplicate several connected objects the connections will be replicated too.; #X text 32 468 Also have a look in the "Put" menu-- use it to create new text items of any of the four types. You can also put a "symbol" box \, analogous to a number box but for showing and entering text strings \, as well as other objects with more sophisticated graphical user interfaces.; #N canvas 19 470 428 143 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 Editing- Related Help Documents; #X text 17 28 Notice that some of the menu items have shortcut keys listed beside them. Check out the one for Edit mode for a quick way to switch back and forth between Edit mode and Run mode.; #X restore 103 539 pd References; #X obj 6 539 pddp/pddplink ../5.reference/pddp/help.pd -text help; #X text 144 24 message box; #X text 252 24 atom box; #X text 33 107 When you first open a Pd document like this one \, your cursor will be an arrow. Select "Edit Mode" in the "Edit" menu and the cursor will change to the image of a hand. The patch is now in Edit mode. You can move any object by dragging it.; #X text 33 173 Select "Edit Mode" again in the "Edit" menu and you're back to the arrow cursor which acts on objects without moving them. ; #X text 33 215 In Edit Mode \, if you click on a message \, object \, or comment \, you can then retype the text. For objects this will create a new object and delete the old one. Pd will try to reconnect the newly created object in the same way as the old one.; #X text 77 51 outlet -->; #X text 188 84 <-- object; #X connect 0 0 1 0; #X connect 2 0 1 0;
#N canvas 432 25 448 559 10; #X msg 145 43 hello world; #X obj 145 84 print; #X floatatom 254 43 0 0 0 0 - - -; #X text 32 281 When you're done changing the contents of the box \, click outside the box to deselect it. This tells Pd to incorporate the new text.; #X text 32 323 Edit mode also lets you make and break connections between objects. Put the "hand" cursor over a line connecting two objects: it turns into an X. Clicking will delete the connection. Hold the cursor over an outlet and it becomes a circle (a patch point). Drag to any box and release-- you will be connected to the nearest inlet.; #X text 32 401 There are several handy tools in the "Edit" menu. You can use the "Duplicate" menu item to create new objects by duplicating existing ones. You can also "Cut" and "Paste" them. If you duplicate several connected objects the connections will be replicated too.; #X text 32 468 Also have a look in the "Put" menu-- use it to create new text items of any of the four types. You can also put a "symbol" box \, analogous to a number box but for showing and entering text strings \, as well as other objects with more sophisticated graphical user interfaces.; #X text 144 24 message box; #X text 252 24 atom box; #X text 33 107 When you first open a Pd document like this one \, your cursor will be an arrow. Select "Edit Mode" in the "Edit" menu and the cursor will change to the image of a hand. The patch is now in Edit mode. You can move any object by dragging it.; #X text 33 173 Select "Edit Mode" again in the "Edit" menu and you're back to the arrow cursor which acts on objects without moving them. ; #X text 33 215 In Edit Mode \, if you click on a message \, object \, or comment \, you can then retype the text. For objects this will create a new object and delete the old one. Pd will try to reconnect the newly created object in the same way as the old one.; #X text 77 51 outlet -->; #X text 188 84 <-- object; #X connect 0 0 1 0; #X connect 2 0 1 0;
34
control GUI tutorial
the basics of how to edit objects in Pd
create a purr-data patch that matches the following description and keywords.
Description: the basics of how to edit objects in Pd, Keywords: control GUI tutorial
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
vlmax-help.pd
externals\smlib\vlmax-help.pd
#N canvas 31 108 466 316 10; #N canvas 0 22 450 300 (subpatch) 0; #X array array_vlmax 10 float 0; #X coords 0 1 9 -1 200 140 1; #X restore 239 72 graph; #X msg 8 58 1 1 1 1 1 1 1 1 1 1; #X msg 8 80 1 0 1 0 1 0 1 0 1 0; #X msg 8 102 0 1 0 1 0 1 0 1 0 1; #X msg 8 124 0 0 0 0 0 0 0 0 0 0; #X msg 8 146 -1 -1 0 0 -1 -1 0 0 -1 -1; #X msg 8 168 0 0 0 0 0 1 1 1 1 1; #X text 376 255 j#|@2002; #X text 8 22 the argument is the half-decay expressed in number of activations; #X obj 397 234 SMLib-help; #X obj 8 224 vlmax 6; #X obj 8 295 s array_vlmax; #X msg 27 201 decay 20; #X text 9 4 vlmax: vector leaky maximum; #N canvas 243 181 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 45 DESCRIPTION vector leaky maximum; #X text 12 5 KEYWORDS control list_op; #X text 12 65 INLET_0 float list decay; #X text 12 85 OUTLET_0 list float; #X restore 406 278 pd META; #X obj 8 249 list prepend 0; #X obj 8 273 list trim; #X connect 1 0 10 0; #X connect 2 0 10 0; #X connect 3 0 10 0; #X connect 4 0 10 0; #X connect 5 0 10 0; #X connect 6 0 10 0; #X connect 10 0 15 0; #X connect 12 0 10 0; #X connect 15 0 16 0; #X connect 16 0 11 0;
#N canvas 31 108 466 316 10;
39
control list_op
vector leaky maximum
create a purr-data patch that matches the following description and keywords.
Description: vector leaky maximum, Keywords: control list_op
ratio-help.pd
externals\creb\doc\ratio-help.pd
#N canvas 0 26 414 244 10; #X obj 75 99 ratio; #X obj 103 192 osc~; #X floatatom 131 122 5 0 0 0 - - -; #X obj 103 150 *; #X obj 103 223 dac~; #X floatatom 75 51 5 0 0 0 - - -; #X floatatom 35 135 5 0 0 0 - - -; #X text 189 32 ratio is an octave shifter.; #X text 188 46 output is between 1 and 2; #X text 189 62 it computes 2^(log2(x)-int(log2(x))); #N canvas 379 254 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION octave shifter; #X text 12 65 INLET_0 float; #X text 12 85 OUTLET_0 float; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Tom Schouten <[email protected]>; #X restore 364 223 pd META; #X connect 0 0 3 0; #X connect 0 0 6 0; #X connect 1 0 4 0; #X connect 1 0 4 1; #X connect 2 0 3 1; #X connect 3 0 1 0; #X connect 5 0 0 0;
#N canvas 0 26 414 244 10; #X obj 75 99 ratio; #X obj 103 192 osc~; #X floatatom 131 122 5 0 0 0 - - -; #X obj 103 150 *; #X obj 103 223 dac~; #X floatatom 75 51 5 0 0 0 - - -; #X floatatom 35 135 5 0 0 0 - - -; #X text 189 32 ratio is an octave shifter.; #X text 188 46 output is between 1 and 2; #X text 189 62 it computes 2^(log2(x)-int(log2(x))); #X connect 0 0 3 0; #X connect 0 0 6 0; #X connect 1 0 4 0; #X connect 1 0 4 1; #X connect 2 0 3 1; #X connect 3 0 1 0; #X connect 5 0 0 0;
27
control
octave shifter
create a purr-data patch that matches the following description and keywords.
Description: octave shifter, Keywords: control
biquadseries~-help.pd
externals\creb\doc\biquadseries~-help.pd
#N canvas 0 26 533 299 10; #X obj 37 246 dac~; #X msg 81 132 butterLP \$1; #X msg 173 131 butterHP \$1; #X floatatom 81 105 5 0 0 0 - - -; #X floatatom 173 104 5 0 0 0 - - -; #X obj 48 78 *~; #X floatatom 82 55 5 0 0 0 - - -; #X obj 48 35 noise~; #X text 269 132 butterworth lowpass and highpass; #X text 181 178 creation argument: number of 2nd order sections; #X obj 48 178 biquadseries~ 4; #X text 173 22 biquadseries~ second order iir series section; #N canvas 379 254 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 5 KEYWORDS signal block_oriented filter; #X text 12 45 DESCRIPTION biquadseries~ 2nd order iir series section ; #X text 12 65 INLET_0 signal butterLP butterHP; #X text 12 85 OUTLET_0 signal; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Tom Schouten <[email protected]>; #X restore 482 277 pd META; #X connect 1 0 10 0; #X connect 2 0 10 0; #X connect 3 0 1 0; #X connect 4 0 2 0; #X connect 5 0 10 0; #X connect 6 0 5 1; #X connect 7 0 5 0; #X connect 10 0 0 0; #X connect 10 0 0 1;
#N canvas 0 26 533 299 10; #X obj 37 246 dac~; #X msg 81 132 butterLP \$1; #X msg 173 131 butterHP \$1; #X floatatom 81 105 5 0 0 0 - - -; #X floatatom 173 104 5 0 0 0 - - -; #X obj 48 78 *~; #X floatatom 82 55 5 0 0 0 - - -; #X obj 48 35 noise~; #X text 269 132 butterworth lowpass and highpass; #X text 181 178 creation argument: number of 2nd order sections; #X obj 48 178 biquadseries~ 4; #X text 173 22 biquadseries~ second order iir series section; #X connect 1 0 10 0; #X connect 2 0 10 0; #X connect 3 0 1 0; #X connect 4 0 2 0; #X connect 5 0 10 0; #X connect 6 0 5 1; #X connect 7 0 5 0; #X connect 10 0 0 0; #X connect 10 0 0 1;
31
signal block_oriented filter
biquadseries~ 2nd order iir series section
create a purr-data patch that matches the following description and keywords.
Description: biquadseries~ 2nd order iir series section, Keywords: signal block_oriented filter
equal_power_pan~-help.pd
externals\pan\equal_power_pan~-help.pd
#N canvas 0 31 485 328 10; #X obj 5 2 cnv 15 450 20 empty empty equal_power_pan~ 2 11 1 18 -233017 -66577 0; #X msg 422 3 pddp; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 284 released under the GNU GPL; #X obj 224 149 hsl 128 20 0 1 0 1 empty empty pan_position 6 10 1 11 -262131 -1 -1 0 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 16 71 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 text 16 37 Pan a mono signal using square root panning to smooth out the dead spot in the middle somewhat.; #X obj 141 234 dac~ 1 2; #X obj 113 187 equal_power_pan~; #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 45 DESCRIPTION pan a mono signal using square root panning to smooth out the dead spot in the middle somewhat; #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 restore 432 299 pd META; #X connect 4 0 12 1; #X connect 5 0 6 0; #X connect 6 0 12 0; #X connect 7 0 8 0; #X connect 12 0 11 0; #X connect 12 1 11 1;
#N canvas 0 31 485 328 10; #X msg 422 3 pddp; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 284 released under the GNU GPL; #X obj 224 149 hsl 128 20 0 1 0 1 empty empty pan_position 6 10 1 11 -262131 -1 -1 0 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 16 71 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 text 16 37 Pan a mono signal using square root panning to smooth out the dead spot in the middle somewhat.; #X obj 141 234 dac~ 1 2; #X obj 113 187 equal_power_pan~; #X connect 4 0 12 1; #X connect 5 0 6 0; #X connect 6 0 12 0; #X connect 7 0 8 0; #X connect 12 0 11 0; #X connect 12 1 11 1;
31
signal abstraction
pan a mono signal using square root panning to smooth out the dead spot in the middle somewhat
create a purr-data patch that matches the following description and keywords.
Description: pan a mono signal using square root panning to smooth out the dead spot in the middle somewhat, Keywords: signal abstraction
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 ([email protected]) ; #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
2.open_close.pd
packages\win64_inno\build\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
tavg~-help.pd
externals\zexy\reference\tavg~-help.pd
#N canvas 0 31 518 348 10; #X floatatom 59 148 0 0 0 0 - - -; #X floatatom 59 254 0 0 0 0 - - -; #X floatatom 129 255 0 0 0 0 - - -; #X obj 59 276 dbtorms; #X floatatom 59 299 0 0 0 0 - - -; #X text 272 269 see also:; #X obj 277 296 env~; #X obj 59 233 env~; #X obj 315 296 envrms~; #X obj 59 173 osc~ 5512.5; #X obj 373 296 avg~; #X obj 129 234 tavg~; #X obj 71 51 tavg~; #X text 130 51 calculates the arithmetic mean of a signal between 2 bangs; #X obj 176 195 metro 1000; #X msg 176 167 bang; #X msg 211 167 stop; #X text 392 23 part of zexy; #N canvas 460 154 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 115 AUTHOR IOhannes m zmoelnig; #X text 12 45 DESCRIPTION calculates the arithmetic mean of a signal between 2 bangs; #X text 12 75 INLET_0 signal bang; #X text 12 95 OUTLET_0 float; #X text 12 5 KEYWORDS signal conversion; #X restore 463 319 pd META; #X connect 0 0 9 0; #X connect 1 0 3 0; #X connect 3 0 4 0; #X connect 7 0 1 0; #X connect 9 0 7 0; #X connect 9 0 11 0; #X connect 11 0 2 0; #X connect 14 0 11 0; #X connect 15 0 14 0; #X connect 16 0 14 0;
#N canvas 0 31 518 348 10; #X floatatom 59 148 0 0 0 0 - - -; #X floatatom 59 254 0 0 0 0 - - -; #X floatatom 129 255 0 0 0 0 - - -; #X obj 59 276 dbtorms; #X floatatom 59 299 0 0 0 0 - - -; #X text 272 269 see also:; #X obj 277 296 env~; #X obj 59 233 env~; #X obj 315 296 envrms~; #X obj 59 173 osc~ 5512.5; #X obj 373 296 avg~; #X obj 129 234 tavg~; #X obj 71 51 tavg~; #X text 130 51 calculates the arithmetic mean of a signal between 2 bangs; #X obj 176 195 metro 1000; #X msg 176 167 bang; #X msg 211 167 stop; #X text 392 23 part of zexy; #X connect 0 0 9 0; #X connect 1 0 3 0; #X connect 3 0 4 0; #X connect 7 0 1 0; #X connect 9 0 7 0; #X connect 9 0 11 0; #X connect 11 0 2 0; #X connect 14 0 11 0; #X connect 15 0 14 0; #X connect 16 0 14 0;
38
signal conversion
calculates the arithmetic mean of a signal between 2 bangs
create a purr-data patch that matches the following description and keywords.
Description: calculates the arithmetic mean of a signal between 2 bangs, Keywords: signal conversion
curve_graph-help.pd
externals\mapping\curve_graph-help.pd
#N canvas 1 53 495 470 10; #X obj 5 2 cnv 15 450 20 empty empty curve_graph 2 11 1 18 -233017 -66577 0; #X msg 422 3 pddp; #X text 27 410 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 424 released under the GNU GPL; #X text 98 381 For more info:; #X obj 202 379 pddp/pddplink ../all_about_curve_mapping.pd -text all_about_curve_mapping ; #X msg 19 150 reset; #X floatatom 95 163 5 0 0 0 - - -; #X floatatom 94 314 5 0 0 0 - - -; #X obj 97 331 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -262144 -1 -1 0 1; #X obj 98 143 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -261681 -1 -1 0 1; #X obj 94 187 curve_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 [curve_graph] \, each one pixel in size.; #N canvas 464 140 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 95 OUTLET_0 float; #X text 12 115 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 75 INLET_0 float; #X text 12 45 DESCRIPTION draw an arbitrary curve \, which is then applied to the input range; #X text 12 5 KEYWORDS control abstraction GUI; #X restore 441 442 pd META; #X connect 6 0 11 0; #X connect 7 0 11 0; #X connect 8 0 9 0; #X connect 10 0 7 0; #X connect 11 0 8 0;
#N canvas 1 53 495 470 10; #X msg 422 3 pddp; #X text 27 410 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 424 released under the GNU GPL; #X text 98 381 For more info:; #X msg 19 150 reset; #X floatatom 95 163 5 0 0 0 - - -; #X floatatom 94 314 5 0 0 0 - - -; #X obj 97 331 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -262144 -1 -1 0 1; #X obj 98 143 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -261681 -1 -1 0 1; #X obj 94 187 curve_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 [curve_graph] \, each one pixel in size.; #X connect 6 0 11 0; #X connect 7 0 11 0; #X connect 8 0 9 0; #X connect 10 0 7 0; #X connect 11 0 8 0;
29
control abstraction GUI
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 abstraction GUI
triang-help.pd
externals\maxlib\triang-help.pd
#N canvas 0 26 413 275 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 obj 70 141 triang; #X text 19 20 triang :: triangularly distributed random numbers; #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 <[email protected]>; #X text 12 65 INLET_0 bang; #X text 12 5 KEYWORDS control random; #X text 12 45 DESCRIPTION triangularly distributed random numbers; #X text 12 85 OUTLET_0 float; #X restore 351 245 pd META; #X connect 0 0 2 0; #X connect 2 0 1 0;
#N canvas 0 26 413 275 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 obj 70 141 triang; #X text 19 20 triang :: triangularly distributed random numbers; #X connect 0 0 2 0; #X connect 2 0 1 0;
16
control random
triangularly distributed random numbers
create a purr-data patch that matches the following description and keywords.
Description: triangularly distributed random numbers, Keywords: control random
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 <[email protected]>. 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 <[email protected]>. 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
14.dollarsigns.pd
pd\doc\2.control.examples\14.dollarsigns.pd
#N canvas 434 123 448 139 10; #X obj 103 79 dollarsign2 three 4; #X text 19 37 An abstraction's creation arguments may be either numbers or symbols. Gory details are inside:; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header dollarsigns 20 10 1 18 -261139 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 117 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 405 151 494 284 META 0; #X text 12 125 WEBSITE http://crca.ucsd.edu/~msp/; #X text 12 105 AUTHOR Miller Puckette; #X text 12 85 LIBRARY PDDP; #X text 12 45 LICENSE SIBSD; #X text 12 145 HELP_PATCH_AUTHORS Updated for release 0.34. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 65 DESCRIPTION example patch for dollarsign variables; #X text 12 25 KEYWORDS control abstraction tutorial; #X restore 382 119 pd META; #N canvas 13 202 428 143 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 Dollar Signs- Related Help Documents; #X obj 63 53 pddp/pddplink ../5.reference/all_about_dollarsign_zero.pd -text doc/5.reference/all_about_dollarsign_zero.pd; #X obj 63 73 pddp/pddplink ../5.reference/all_about_atoms.pd -text doc/5.reference/all_about_atoms.pd; #X restore 103 119 pd References; #X obj 6 119 pddp/pddplink ../5.reference/pddp/help.pd -text help;
#N canvas 434 123 448 139 10; #X obj 103 79 dollarsign2 three 4; #X text 19 37 An abstraction's creation arguments may be either numbers or symbols. Gory details are inside:;
22
control abstraction tutorial
example patch for dollarsign variables
create a purr-data patch that matches the following description and keywords.
Description: example patch for dollarsign variables, Keywords: control abstraction tutorial
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 <[email protected]>; #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 <[email protected]>; #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 <[email protected]>; #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
datei-r-help.pd
abstractions\jmmmp\datei-r-help.pd
#N canvas 38 28 456 290 10; #X msg 22 50 bang; #X obj 22 120 datei-r; #X obj 22 160 print Datei_R; #X msg 32 80 filename.ext; #X text 13 6 [datei-r] - Sends the message "read ../../"; #X text 310 50 Inlets; #X text 310 100 Outlets; #X text 310 150 GUI; #X text 310 170 - Click on it; #X text 310 70 - Bang / File name; #X text 310 120 - Message; #X text 120 80 Takes the file string; #X text 60 50 Opens up dialog; #X text 92 120 <- Or click on it; #X text 111 160 Message; #X text 12 237 (C) 2006 Jo�o Pais - [email protected]; #X text 12 257 Released under the BSD License; #X text 12 208 Related objects: [datei-o] [datei-w]; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <[email protected]>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 12 135 VERSION 2006; #X text 14 165 INLET_0 - Bang / File name; #X text 14 185 OUTLET_0 - Message; #X text 12 5 DESCRIPTION Sends the message "read ../../"; #X text 12 35 KEYWORDS read file; #X restore 402 266 pd META; #X connect 0 0 1 0; #X connect 1 0 2 0; #X connect 3 0 1 0; #X coords 0 0 1 1 62 17 0;
#N canvas 38 28 456 290 10; #X msg 22 50 bang; #X obj 22 120 datei-r; #X obj 22 160 print Datei_R; #X msg 32 80 filename.ext; #X text 13 6 [datei-r] - Sends the message "read ../../"; #X text 310 50 Inlets; #X text 310 100 Outlets; #X text 310 150 GUI; #X text 310 170 - Click on it; #X text 310 70 - Bang / File name; #X text 310 120 - Message; #X text 120 80 Takes the file string; #X text 60 50 Opens up dialog; #X text 92 120 <- Or click on it; #X text 111 160 Message; #X text 12 237 (C) 2006 Jo�o Pais - [email protected]; #X text 12 257 Released under the BSD License; #X text 12 208 Related objects: [datei-o] [datei-w]; #X connect 0 0 1 0; #X connect 1 0 2 0; #X connect 3 0 1 0; #X coords 0 0 1 1 62 17 0;
34
read file
Sends the message "read ../../"
create a purr-data patch that matches the following description and keywords.
Description: Sends the message "read ../../", Keywords: read file
uhr-help.pd
abstractions\jmmmp\uhr-help.pd
#N canvas 35 130 301 182 10; #X text 11 10 [uhr] - Shows the time; #X obj 41 61 uhr; #X text 12 149 Released under the BSD License; #X text 47 41 H / M / S; #X text 12 99 Related objects: [stoppuhr] [clock]; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <[email protected]>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 12 135 VERSION 2006; #X text 13 6 DESCRIPTION Shows the time; #X text 12 36 KEYWORDS time GUI; #X restore 232 156 pd META; #X text 11 132 (C) 2006-2015 Jo�o Pais - [email protected];
#N canvas 35 130 301 182 10; #X text 11 10 [uhr] - Shows the time; #X obj 41 61 uhr; #X text 12 149 Released under the BSD License; #X text 47 41 H / M / S; #X text 12 99 Related objects: [stoppuhr] [clock]; #X text 11 132 (C) 2006-2015 Jo�o Pais - [email protected];
16
time GUI
Shows the time
create a purr-data patch that matches the following description and keywords.
Description: Shows the time, Keywords: time GUI
makecolor-help.pd
externals\moonlib\makecolor-help.pd
#N canvas 0 31 527 298 10; #X text 27 268 (c) Antoine Rousseau 2001; #X obj 18 27 makecolor; #X text 91 22 A color-symbol builder \, transforming RGB values in one hexa symbol.; #X obj 161 149 makecolor; #X symbolatom 161 186 10 0 0 0 - - -; #X floatatom 144 85 5 0 0 0 - - -; #X floatatom 190 85 5 0 0 0 - - -; #X floatatom 235 86 5 0 0 0 - - -; #X obj 161 127 b; #N canvas 518 217 494 344 META 0; #X text 12 25 LICENSE GPL v2; #X text 12 155 AUTHOR Antoine Rousseau; #X text 12 175 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 5 KEYWORDS control conversion; #X text 12 45 DESCRIPTION a color-symbol builder \, transforming RGB values in one hexa symbol; #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 symbol; #X restore 467 261 pd META; #X connect 3 0 4 0; #X connect 5 0 3 0; #X connect 6 0 3 1; #X connect 6 0 8 0; #X connect 7 0 3 2; #X connect 7 0 8 0; #X connect 8 0 3 0;
#N canvas 0 31 527 298 10; #X text 27 268 (c) Antoine Rousseau 2001; #X obj 18 27 makecolor; #X text 91 22 A color-symbol builder \, transforming RGB values in one hexa symbol.; #X obj 161 149 makecolor; #X symbolatom 161 186 10 0 0 0 - - -; #X floatatom 144 85 5 0 0 0 - - -; #X floatatom 190 85 5 0 0 0 - - -; #X floatatom 235 86 5 0 0 0 - - -; #X obj 161 127 b; #X connect 3 0 4 0; #X connect 5 0 3 0; #X connect 6 0 3 1; #X connect 6 0 8 0; #X connect 7 0 3 2; #X connect 7 0 8 0; #X connect 8 0 3 0;
28
control conversion
a color-symbol builder \, transforming RGB values in one hexa symbol
create a purr-data patch that matches the following description and keywords.
Description: a color-symbol builder \, transforming RGB values in one hexa symbol, Keywords: control conversion
mapping2degrees-help.pd
externals\mapping\mapping2degrees-help.pd
#N canvas 1 53 487 327 10; #X obj 5 2 cnv 15 450 20 empty empty mapping2degrees 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 <[email protected]> ; #X text 300 168 related objects:; #X obj 240 184 radians2mapping; #X obj 352 184 degrees2mapping; #X floatatom 69 185 7 0 0 1 degrees - -; #X obj 72 85 hsl 128 15 0 1 0 0 empty empty mapping 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 95 115 5 0 0 0 - - -; #X text 26 34 This object converts numbers from the mapping range (0 to 1) to degrees (0 to 360) with the 0 being north.; #X obj 298 205 mapping2radians; #X obj 69 150 mapping2degrees; #N canvas 464 140 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 95 OUTLET_0 float; #X text 12 115 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 75 INLET_0 float; #X text 12 45 DESCRIPTION convert numbers from the mapping range (0 to 1) to degrees (0 to 360) with the 0 being north; #X text 12 5 KEYWORDS control abstraction conversion; #X restore 429 297 pd META; #X connect 10 0 11 0; #X connect 10 0 14 0; #X connect 14 0 9 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 <[email protected]> ; #X text 300 168 related objects:; #X obj 240 184 radians2mapping; #X obj 352 184 degrees2mapping; #X floatatom 69 185 7 0 0 1 degrees - -; #X obj 72 85 hsl 128 15 0 1 0 0 empty empty mapping 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 95 115 5 0 0 0 - - -; #X text 26 34 This object converts numbers from the mapping range (0 to 1) to degrees (0 to 360) with the 0 being north.; #X obj 298 205 mapping2radians; #X obj 69 150 mapping2degrees; #X connect 10 0 11 0; #X connect 10 0 14 0; #X connect 14 0 9 0;
28
control abstraction conversion
convert numbers from the mapping range (0 to 1) to degrees (0 to 360) with the 0 being north
create a purr-data patch that matches the following description and keywords.
Description: convert numbers from the mapping range (0 to 1) to degrees (0 to 360) with the 0 being north, Keywords: control abstraction conversion
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 <[email protected]>; #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)
hid_lowpass-help.pd
externals\hid\hid_lowpass-help.pd
#N canvas 0 31 475 392 10; #X obj 5 2 cnv 15 450 20 empty empty hid_lowpass 2 11 1 18 -233017 -66577 0; #X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X text 27 340 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 354 released under the GNU GPL; #X floatatom 112 199 5 0 0 0 - - -; #X floatatom 112 255 5 0 0 0 - - -; #X text 98 312 For more info:; #X obj 102 225 hid/hid_lowpass; #X obj 194 198 hsl 75 18 1 100 1 1 empty empty refresh(Hz) 4 9 1 12 -228992 -1 -1 0 0; #X floatatom 216 225 5 0 0 0 - - -; #X obj 105 272 hsl 250 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 105 173 hsl 250 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X text 20 35 Smooths a stream of numbers by converting it to an audio signal and low-pass filtering that signal. By default \, the the filter is set to 10 Hz. You can set this using the right inlet. The lower the frequency \, the smoother the data \, but the greater the latency. ; #X obj 102 140 noise4hidhelp; #X obj 102 105 tgl 30 0 empty empty start 1 15 1 12 -90049 -1 -1 0 1; #N canvas 482 227 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL; #X text 12 115 AUTHOR Hans-Christoph Steiner; #X text 12 75 INLET_0 float; #X text 12 95 OUTLET_0 float; #X text 12 45 DESCRIPTION smooth a stream of numbers by converting it to an audio signal and low-pass filtering that signal; #X text 12 5 KEYWORDS signal filter abstraction; #X restore 422 362 pd META; #X connect 7 0 5 0; #X connect 7 0 10 0; #X connect 8 0 7 1; #X connect 8 0 9 0; #X connect 11 0 4 0; #X connect 11 0 7 0; #X connect 13 0 11 0; #X connect 14 0 13 0;
#N canvas 0 31 475 392 10; #X text 27 340 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 354 released under the GNU GPL; #X floatatom 112 199 5 0 0 0 - - -; #X floatatom 112 255 5 0 0 0 - - -; #X text 98 312 For more info:; #X obj 102 225 hid/hid_lowpass; #X obj 194 198 hsl 75 18 1 100 1 1 empty empty refresh(Hz) 4 9 1 12 -228992 -1 -1 0 0; #X floatatom 216 225 5 0 0 0 - - -; #X obj 105 272 hsl 250 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 105 173 hsl 250 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X text 20 35 Smooths a stream of numbers by converting it to an audio signal and low-pass filtering that signal. By default \, the the filter is set to 10 Hz. You can set this using the right inlet. The lower the frequency \, the smoother the data \, but the greater the latency. ; #X obj 102 140 noise4hidhelp; #X obj 102 105 tgl 30 0 empty empty start 1 15 1 12 -90049 -1 -1 0 1; #X connect 7 0 5 0; #X connect 7 0 10 0; #X connect 8 0 7 1; #X connect 8 0 9 0; #X connect 11 0 4 0; #X connect 11 0 7 0; #X connect 13 0 11 0; #X connect 14 0 13 0;
33
signal filter abstraction
smooth a stream of numbers by converting it to an audio signal and low-pass filtering that signal
create a purr-data patch that matches the following description and keywords.
Description: smooth a stream of numbers by converting it to an audio signal and low-pass filtering that signal, Keywords: signal filter abstraction
all_about_cyclone.pd
externals\miXed\doc\help\cyclone\all_about_cyclone.pd
#N canvas 424 166 448 398 10; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header all_about_cyclone 20 10 1 18 -261106 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 376 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 45 271 494 344 META 0; #X text 12 45 DESCRIPTION outline of the cyclone library; #X text 12 65 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan Wilkes for Pd-extended 0.42 to conform to the PDDP template.; #X text 12 25 KEYWORDS cyclone needs_work all_about_pd; #X restore 392 378 pd META; #N canvas 8 287 428 105 Related_objects 0; #X text 31 37 Hm...what to put here?; #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 Atoms- Related Objects; #X restore 103 378 pd Related_objects; #X text 40 36 Cyclone is a library of Pure Data classes \, bringing some level of compatibility between Max/MSP and Pd environments. Although being itself in the early stage of development \, it is meant to eventually become part of a much larger project \, aiming at unification and standardization of computer musicians' tools. In its current form \, cyclone is mainly for people using both Max and Pd \, and thus wanting to develop cross-platform patches \, but it also provide many very useful objects for the Pd-only user.; #X text 39 154 - hammer contains Pd versions of Max objects; #X text 39 174 - sickle contains Pd versions of MSP objects; #X text 39 194 - optional dummies sub-library \, which contains a large set of dummy classes \, serving as substitutions for Max/MSP classes not (yet) implemented in the cyclone; #X text 38 236 - cyclone sub-library \, taking care of loading the other three components \, and which itself contains: a small set of operators (!- \, !/ \, ==~ \, !=~ \, <~ \, <=~ \, >~ \, >=~ \, !-~ \, !/~ \, %~ \, +=~) and an importing mechanism provided by the cyclone class; #X text 38 302 For more info:; #X obj 38 342 pddp/pddplink http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html ; #X obj 38 322 pddp/pddplink maxmode-help.pd;
#N canvas 424 166 448 398 10; #X text 40 36 Cyclone is a library of Pure Data classes \, bringing some level of compatibility between Max/MSP and Pd environments. Although being itself in the early stage of development \, it is meant to eventually become part of a much larger project \, aiming at unification and standardization of computer musicians' tools. In its current form \, cyclone is mainly for people using both Max and Pd \, and thus wanting to develop cross-platform patches \, but it also provide many very useful objects for the Pd-only user.; #X text 39 154 - hammer contains Pd versions of Max objects; #X text 39 174 - sickle contains Pd versions of MSP objects; #X text 39 194 - optional dummies sub-library \, which contains a large set of dummy classes \, serving as substitutions for Max/MSP classes not (yet) implemented in the cyclone; #X text 38 236 - cyclone sub-library \, taking care of loading the other three components \, and which itself contains: a small set of operators (!- \, !/ \, ==~ \, !=~ \, <~ \, <=~ \, >~ \, >=~ \, !-~ \, !/~ \, %~ \, +=~) and an importing mechanism provided by the cyclone class; #X text 38 302 For more info:;
22
cyclone needs_work all_about_pd
outline of the cyclone library
create a purr-data patch that matches the following description and keywords.
Description: outline of the cyclone library, Keywords: cyclone needs_work all_about_pd
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 <[email protected]>; #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
rawprint-help.pd
externals\zexy\reference\rawprint-help.pd
#N canvas 0 31 499 300 10; #X text 303 9 part of zexy; #X obj 34 32 rawprint; #X text 104 34 print a message as raw as possible; #X msg 194 64 1; #X msg 218 94 symbol bla; #X msg 229 131 list 4 2 crash; #X text 40 253 this is similar to the built-in [print] but without trying to hide things from you; #X obj 194 222 rawprint raw; #X obj 318 223 print cooked; #X msg 259 154 gully; #X msg 354 152 symbol \$1; #X msg 354 130 symbol; #N canvas 0 0 450 300 nop 0; #X obj 75 51 inlet; #X obj 75 73 outlet; #X text 57 158 i don't use [trigger anything] here \, as this might do something to the messages.; #X connect 0 0 1 0; #X restore 194 200 pd nop; #N canvas 509 158 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; #X text 12 45 DESCRIPTION print a message as raw as possible; #X text 12 65 INLET_0 anything; #X restore 442 275 pd META; #X connect 3 0 12 0; #X connect 4 0 12 0; #X connect 5 0 12 0; #X connect 9 0 12 0; #X connect 10 0 12 0; #X connect 11 0 10 0; #X connect 12 0 7 0; #X connect 12 0 8 0;
#N canvas 0 31 499 300 10; #X text 303 9 part of zexy; #X obj 34 32 rawprint; #X text 104 34 print a message as raw as possible; #X msg 194 64 1; #X msg 218 94 symbol bla; #X msg 229 131 list 4 2 crash; #X text 40 253 this is similar to the built-in [print] but without trying to hide things from you; #X obj 194 222 rawprint raw; #X obj 318 223 print cooked; #X msg 259 154 gully; #X msg 354 152 symbol \$1; #X msg 354 130 symbol; #X connect 3 0 12 0; #X connect 4 0 12 0; #X connect 5 0 12 0; #X connect 9 0 12 0; #X connect 10 0 12 0; #X connect 11 0 10 0; #X connect 12 0 7 0; #X connect 12 0 8 0;
35
control
print a message as raw as possible
create a purr-data patch that matches the following description and keywords.
Description: print a message as raw as possible, 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
pong-help.pd
externals\maxlib\pong-help.pd
#N canvas 1 88 450 300 10; #X text 24 14 a bouncing ball model!; #X text 53 45 Based on pong (for Max) version 1.5 written by Richard Dudas.; #N canvas 458 88 494 344 META 0; #X text 12 285 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 265 AUTHOR Olaf Matthes <[email protected]>; #X text 12 165 INLET_5; #X text 12 145 INLET_4; #X text 12 125 INLET_3; #X text 12 105 INLET_2; #X text 12 85 INLET_1; #X text 12 65 INLET_0; #X text 12 185 OUTLET_0; #X text 12 205 OUTLET_1; #X text 12 225 OUTLET_2; #X text 12 245 OUTLET_3; #X text 12 45 DESCRIPTION bouncing ball model; #X text 12 5 KEYWORDS control; #X restore 390 269 pd META; #X obj 153 121 pong 1.23321e+07;
#N canvas 1 88 450 300 10; #X text 24 14 a bouncing ball model!; #X text 53 45 Based on pong (for Max) version 1.5 written by Richard Dudas.; #X obj 153 121 pong 1.23321e+07;
21
control
bouncing ball model
create a purr-data patch that matches the following description and keywords.
Description: bouncing ball model, Keywords: control
local_max-help.pd
externals\mapping\local_max-help.pd
#N canvas 1 53 457 282 10; #X floatatom 22 86 5 0 0 0 - - -; #X floatatom 22 133 5 0 0 0 - - -; #X obj 22 109 local_max; #X text 49 27 give the value of every local maximum whenever there is a change in direction.; #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 95 OUTLET_0 float; #X text 12 75 INLET_0 float; #X text 12 45 DESCRIPTION give the value of every local maximum whenever there is a change in direction; #X text 12 5 KEYWORDS control abstraction filter; #X restore 400 257 pd META; #X connect 0 0 2 0; #X connect 2 0 1 0;
#N canvas 1 53 457 282 10; #X floatatom 22 86 5 0 0 0 - - -; #X floatatom 22 133 5 0 0 0 - - -; #X obj 22 109 local_max; #X text 49 27 give the value of every local maximum whenever there is a change in direction.; #X connect 0 0 2 0; #X connect 2 0 1 0;
16
control abstraction filter
give the value of every local maximum whenever there is a change in direction
create a purr-data patch that matches the following description and keywords.
Description: give the value of every local maximum whenever there is a change in direction, Keywords: control abstraction filter
rad2hid-help.pd
externals\hid\rad2hid-help.pd
#N canvas 0 31 467 307 10; #X obj 5 2 cnv 15 450 20 empty empty rad2hid 2 11 1 18 -233017 -66577 0; #X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X text 234 269 released under the GNU GPL; #X text 165 228 For more info:; #X text 20 254 (C) Copyright 2005 Hans-Christoph Steiner <[email protected]> ; #X text 300 168 related objects:; #X obj 233 184 hid/rad2hid; #X obj 312 184 hid/deg2hid; #X obj 391 184 hid/hid2deg; #X floatatom 69 195 5 0 0 1 hid - -; #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 hid/rad2hid; #X text 21 35 This object converts numbers from radians (-pi to pi) to the [hid] range (0 to 1) with the 0's lining up in the same place. ; #N canvas 477 31 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 115 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION convert numbers from radians (-pi to pi) to the [hid] range (0 to 1) with 0's lining up in the same place; #X text 12 75 INLET_0 float; #X text 12 95 OUTLET_0 float; #X text 12 5 KEYWORDS control user_input abstraction; #X restore 416 275 pd META; #X connect 10 0 12 0; #X connect 10 0 11 0; #X connect 12 0 9 0;
#N canvas 0 31 467 307 10; #X text 234 269 released under the GNU GPL; #X text 165 228 For more info:; #X text 20 254 (C) Copyright 2005 Hans-Christoph Steiner <[email protected]> ; #X text 300 168 related objects:; #X obj 233 184 hid/rad2hid; #X obj 312 184 hid/deg2hid; #X obj 391 184 hid/hid2deg; #X floatatom 69 195 5 0 0 1 hid - -; #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 hid/rad2hid; #X text 21 35 This object converts numbers from radians (-pi to pi) to the [hid] range (0 to 1) with the 0's lining up in the same place. ; #X connect 10 0 12 0; #X connect 10 0 11 0; #X connect 12 0 9 0;
27
control user_input abstraction
convert numbers from radians (-pi to pi) to the [hid] range (0 to 1) 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 radians (-pi to pi) to the [hid] range (0 to 1) with 0's lining up in the same place, Keywords: control user_input abstraction
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
C06.signal.to.control.pd
pd\doc\3.audio.examples\C06.signal.to.control.pd
#N canvas 434 220 448 265 10; #N canvas 0 0 269 179 metro 0; #X obj 88 39 loadbang; #X msg 87 65 1; #X obj 87 128 outlet; #X obj 87 96 metro 100; #X msg 178 70 \; pd dsp 1; #X connect 0 0 1 0; #X connect 0 0 4 0; #X connect 1 0 3 0; #X connect 3 0 2 0; #X restore 21 119 pd metro; #X obj 21 175 snapshot~; #X obj 46 145 phasor~ 1; #X floatatom 21 206 5 0 0 0 - - -, f 5; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header converting_signals_to_controls 20 10 1 18 -261139 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X text 18 38 The [snapshot~] object allows you to convert from signals back to control streams (float messages) -- an opposite of [signal~]. The value output is always the end of the most recently computed audio block \, so that even if you bang it metronomically (as here) it need not give you samples that are exactly evenly spaced.; #X obj 1 243 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 44 246 494 284 META 0; #X text 12 105 WEBSITE http://crca.ucsd.edu/~msp/; #X text 12 85 AUTHOR Miller Puckette; #X text 12 65 LIBRARY PDDP; #X text 12 25 LICENSE SIBSD; #X text 12 125 HELP_PATCH_AUTHORS Updated for release 0.37. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 45 DESCRIPTION converting signals to controls; #X text 12 5 KEYWORDS signal conversion tutorial; #X restore 392 245 pd META; #N canvas 13 202 428 190 References 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261139 -33289 0; #X text 19 37 links:; #X text 7 2 signals to controls- Related Help Documents; #X restore 103 245 pd References; #X obj 6 245 pddp/pddplink ../5.reference/pddp/help.pd -text help; #X connect 0 0 1 0; #X connect 1 0 3 0; #X connect 2 0 1 0;
#N canvas 434 220 448 265 10; #X obj 21 175 snapshot~; #X obj 46 145 phasor~ 1; #X floatatom 21 206 5 0 0 0 - - -, f 5; #X text 18 38 The [snapshot~] object allows you to convert from signals back to control streams (float messages) -- an opposite of [signal~]. The value output is always the end of the most recently computed audio block \, so that even if you bang it metronomically (as here) it need not give you samples that are exactly evenly spaced.; #X connect 0 0 1 0; #X connect 1 0 3 0; #X connect 2 0 1 0;
37
signal conversion tutorial
converting signals to controls
create a purr-data patch that matches the following description and keywords.
Description: converting signals to controls, Keywords: signal conversion tutorial
fwriteln-help.pd
externals\zexy\reference\fwriteln-help.pd
#N canvas 4 2 827 363 10; #X text 72 260 see also:; #X obj 130 281 textfile; #X text 482 150 output one line as a list and move to the next; #X text 618 7 part of zexy; #X text 15 95 features are :; #X text 58 199 no random access!; #X text 9 183 drawbacks are :; #X msg 433 248 close; #X text 578 117 open a file in 'cr' mode; #X obj 73 9 fwriteln; #X text 127 9 write text-files line-by-line; #X text 18 57 The [fwriteln] object is a simplified version if [textfile]. It only supports writing files.; #X text 60 108 the file is not cached in the object's buffer. instead the current line will be streamed directly into the file. this allows to write _large_ files (which need not fit into the main memory at all); #X obj 130 262 freadln; #X obj 406 271 fwriteln; #X msg 441 172 1 2 3.666; #X msg 441 194 foo bar; #X msg 443 216 list is a list is a list; #X msg 435 116 open /tmp/test.txt cr; #X text 489 249 close the file (ensure that it gets written); #X text 167 322 you can use the arguments "w" and "p" to set the width and precision of floating point numbers \, e.g.:; #X obj 602 331 fwriteln w 8 p 2; #N canvas 708 249 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 storage filesystem; #X text 12 45 DESCRIPTION write text files line by line; #X text 12 65 INLET_0 open close anything; #X restore 768 327 pd META; #X connect 7 0 14 0; #X connect 15 0 14 0; #X connect 16 0 14 0; #X connect 17 0 14 0; #X connect 18 0 14 0;
#N canvas 4 2 827 363 10; #X text 72 260 see also:; #X obj 130 281 textfile; #X text 482 150 output one line as a list and move to the next; #X text 618 7 part of zexy; #X text 15 95 features are :; #X text 58 199 no random access!; #X text 9 183 drawbacks are :; #X msg 433 248 close; #X text 578 117 open a file in 'cr' mode; #X obj 73 9 fwriteln; #X text 127 9 write text-files line-by-line; #X text 18 57 The [fwriteln] object is a simplified version if [textfile]. It only supports writing files.; #X text 60 108 the file is not cached in the object's buffer. instead the current line will be streamed directly into the file. this allows to write _large_ files (which need not fit into the main memory at all); #X obj 130 262 freadln; #X obj 406 271 fwriteln; #X msg 441 172 1 2 3.666; #X msg 441 194 foo bar; #X msg 443 216 list is a list is a list; #X msg 435 116 open /tmp/test.txt cr; #X text 489 249 close the file (ensure that it gets written); #X text 167 322 you can use the arguments "w" and "p" to set the width and precision of floating point numbers \, e.g.:; #X obj 602 331 fwriteln w 8 p 2; #X connect 7 0 14 0; #X connect 15 0 14 0; #X connect 16 0 14 0; #X connect 17 0 14 0; #X connect 18 0 14 0;
36
control storage filesystem
write text files line by line
create a purr-data patch that matches the following description and keywords.
Description: write text files line by line, Keywords: control storage filesystem
split-help.pd
externals\maxlib\split-help.pd
#N canvas 0 26 514 431 12; #X floatatom 27 304 8 0 0 0 - - -; #X floatatom 27 73 5 0 0 0 - - -; #X text 196 28 written by <[email protected]>; #X floatatom 56 131 5 0 0 0 - - -; #X floatatom 85 152 5 0 0 0 - - -; #X text 84 71 input value; #X text 57 104 creation arguments can be changed dynamically:; #X text 35 341 creation arguments:; #X obj 27 249 split 6 40; #X text 111 130 lower limit; #X text 137 151 upper limit; #X text 35 378 All floats that fall below the lower limit or above the upper limit get routed to the 2nd outlet.; #X text 36 358 split <lower limit> <upper limit>; #X floatatom 102 276 5 0 0 0 - - -; #X text 154 276 floats 'out of range'; #X text 122 11 split :: split incoming floats according to value; #X text 106 305 floats 'in range' (including borders!); #N canvas 292 198 494 344 META 0; #X text 12 190 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 170 AUTHOR Olaf Matthes <[email protected]>; #X text 12 90 INLET_1 float; #X text 12 5 KEYWORDS control filter anything_op; #X text 12 45 DESCRIPTION split incoming floats according to value ; #X text 12 70 INLET_0 float; #X text 12 110 INLET_2 float; #X text 12 130 OUTLET_0 float; #X text 12 150 OUTLET_1 float; #X restore 453 402 pd META; #X connect 1 0 8 0; #X connect 3 0 8 1; #X connect 4 0 8 2; #X connect 8 0 0 0; #X connect 8 1 13 0;
#N canvas 0 26 514 431 12; #X floatatom 27 304 8 0 0 0 - - -; #X floatatom 27 73 5 0 0 0 - - -; #X text 196 28 written by <[email protected]>; #X floatatom 56 131 5 0 0 0 - - -; #X floatatom 85 152 5 0 0 0 - - -; #X text 84 71 input value; #X text 57 104 creation arguments can be changed dynamically:; #X text 35 341 creation arguments:; #X obj 27 249 split 6 40; #X text 111 130 lower limit; #X text 137 151 upper limit; #X text 35 378 All floats that fall below the lower limit or above the upper limit get routed to the 2nd outlet.; #X text 36 358 split <lower limit> <upper limit>; #X floatatom 102 276 5 0 0 0 - - -; #X text 154 276 floats 'out of range'; #X text 122 11 split :: split incoming floats according to value; #X text 106 305 floats 'in range' (including borders!); #X connect 1 0 8 0; #X connect 3 0 8 1; #X connect 4 0 8 2; #X connect 8 0 0 0; #X connect 8 1 13 0;
35
control filter anything_op
split incoming floats according to value
create a purr-data patch that matches the following description and keywords.
Description: split incoming floats according to value, Keywords: control filter anything_op
bmatrix~-help.pd
externals\creb\doc\bmatrix~-help.pd
#N canvas 0 26 418 231 10; #X msg 69 127 load matrix.bin; #X text 27 39 added for completeness. mainly intended for spectral transfos; #X text 26 73 the file format is binary floating point \, column encoded. ; #X obj 46 174 bmatrix~; #X text 29 23 bmatrix multiplies a signal block with an arbitrary matrix ; #N canvas 200 154 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 5 KEYWORDS signal; #X text 12 45 DESCRIPTION multiply a signal block with an arbitrary matrix; #X text 12 85 OUTLET_0 signal; #X text 12 65 INLET_0 signal load; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Tom Schouten <[email protected]>; #X restore 369 209 pd META; #X connect 0 0 3 0;
#N canvas 0 26 418 231 10; #X msg 69 127 load matrix.bin; #X text 27 39 added for completeness. mainly intended for spectral transfos; #X text 26 73 the file format is binary floating point \, column encoded. ; #X obj 46 174 bmatrix~; #X text 29 23 bmatrix multiplies a signal block with an arbitrary matrix ; #X connect 0 0 3 0;
16
signal
multiply a signal block with an arbitrary matrix
create a purr-data patch that matches the following description and keywords.
Description: multiply a signal block with an arbitrary matrix, Keywords: signal
list2lists-help.pd
externals\zexy\reference\list2lists-help.pd
#N canvas 0 31 597 383 10; #X text 497 29 part of zexy; #X obj 63 13 list2lists; #X text 136 13 - split a list into sublists; #X obj 88 220 print sublists; #X obj 88 175 list2lists; #X msg 88 83 1 2 3 4 5 6 7 8 9 10; #X text 232 153 an array of lengths of the sublists; #X text 226 84 a list to be split; #X text 186 214 outputs a number of sublists each having the length as specified to the object.; #X text 91 266 if the total length of the sublists exceeds the length of the input list \, the rest of the sublists is discarded; #X msg 143 153 4 3 0 0 -1 -2; #X text 94 293 zero-length sublists are "bangs"; #X text 77 351 see also; #X obj 150 350 repack; #X text 206 351 fixed sized sublists; #N canvas 460 154 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 OUTLET_0 list; #X text 12 125 AUTHOR IOhannes m zmoelnig; #X text 12 5 KEYWORDS control conversion list_op; #X text 12 45 DESCRIPTION split a list into sublists; #X text 12 65 INLET_0 list; #X text 12 85 INLET_1 list; #X restore 541 357 pd META; #X connect 4 0 3 0; #X connect 5 0 4 0; #X connect 10 0 4 1;
#N canvas 0 31 597 383 10; #X text 497 29 part of zexy; #X obj 63 13 list2lists; #X text 136 13 - split a list into sublists; #X obj 88 220 print sublists; #X obj 88 175 list2lists; #X msg 88 83 1 2 3 4 5 6 7 8 9 10; #X text 232 153 an array of lengths of the sublists; #X text 226 84 a list to be split; #X text 186 214 outputs a number of sublists each having the length as specified to the object.; #X text 91 266 if the total length of the sublists exceeds the length of the input list \, the rest of the sublists is discarded; #X msg 143 153 4 3 0 0 -1 -2; #X text 94 293 zero-length sublists are "bangs"; #X text 77 351 see also; #X obj 150 350 repack; #X text 206 351 fixed sized sublists; #X connect 4 0 3 0; #X connect 5 0 4 0; #X connect 10 0 4 1;
29
control conversion list_op
split a list into sublists
create a purr-data patch that matches the following description and keywords.
Description: split a list into sublists, Keywords: control conversion list_op
11.polygon.pd
packages\win64_inno\build\doc\4.data.structures\pd-l2ork\ds-tutorials\11.polygon.pd
#N struct drawtut-polygon float x float y; #N canvas 1 25 845 575 10; #X msg 53 117 stroke blue; #X msg 142 117 fill yellow; #X msg 228 117 stroke-width \$1; #X floatatom 228 93 5 0 0 0 - - -, f 5; #X obj 53 57 struct drawtut-polygon float x float y; #X scalar drawtut-polygon -138 117 \;; #X text 0 1 New Drawing Commands: polygon; #X text 0 1 _____________________________; #X text 53 23 Polygons are closed shapes.; #X obj 53 153 draw polygon 350 75 379 161 469 161 397 215 423 301 350 250 277 301 303 215 231 161 321 161; #X text 52 444 The polygon shape is like polyline \, except it creates a closed shape.; #X obj 432 153 draw polygon 250 75 323 301 131 161 369 161 177 301 ; #X text 632 311 <- two polygons; #X obj 595 97 loadbang; #X text 52 484 For the polygon on the right \, you can see how the line segments actually intersect each other. When you want to fill such a shape \, use the "fill-rule" message to specify the algorithm for how to fill overlapping areas.; #X msg 595 121 transform translate 375 0 \, fill red; #X msg 432 56 fill-rule 0; #X text 517 57 nonzero; #X text 527 87 evenodd; #X msg 442 86 fill-rule 1; #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 polygons with the [draw] command ; #X restore 780 544 pd META; #X connect 0 0 9 0; #X connect 1 0 9 0; #X connect 2 0 9 0; #X connect 3 0 2 0; #X connect 13 0 15 0; #X connect 15 0 11 0; #X connect 16 0 11 0; #X connect 19 0 11 0;
#N struct drawtut-polygon float x float y; #N canvas 1 25 845 575 10; #X msg 53 117 stroke blue; #X msg 142 117 fill yellow; #X msg 228 117 stroke-width \$1; #X floatatom 228 93 5 0 0 0 - - -, f 5; #X obj 53 57 struct drawtut-polygon float x float y; #X scalar drawtut-polygon -138 117 \;; #X text 0 1 New Drawing Commands: polygon; #X text 0 1 _____________________________; #X text 53 23 Polygons are closed shapes.; #X obj 53 153 draw polygon 350 75 379 161 469 161 397 215 423 301 350 250 277 301 303 215 231 161 321 161; #X text 52 444 The polygon shape is like polyline \, except it creates a closed shape.; #X obj 432 153 draw polygon 250 75 323 301 131 161 369 161 177 301 ; #X text 632 311 <- two polygons; #X obj 595 97 loadbang; #X text 52 484 For the polygon on the right \, you can see how the line segments actually intersect each other. When you want to fill such a shape \, use the "fill-rule" message to specify the algorithm for how to fill overlapping areas.; #X msg 595 121 transform translate 375 0 \, fill red; #X msg 432 56 fill-rule 0; #X text 517 57 nonzero; #X text 527 87 evenodd; #X msg 442 86 fill-rule 1; #X connect 0 0 9 0; #X connect 1 0 9 0; #X connect 2 0 9 0; #X connect 3 0 2 0; #X connect 13 0 15 0; #X connect 15 0 11 0; #X connect 16 0 11 0; #X connect 19 0 11 0;
37
tutorial data_structure draw gui
drawing polygons with the [draw] command
create a purr-data patch that matches the following description and keywords.
Description: drawing polygons with the [draw] command, Keywords: tutorial data_structure draw gui
unpackOSCstream-help.pd
externals\mrpeach\osc\unpackOSCstream-help.pd
#N canvas 1 53 638 435 10; #X text 8 369 check also:; #X obj 240 386 tcpreceive; #X obj 183 386 tcpsend; #X obj 318 386 tcpserver; #X obj 389 386 tcpclient; #X text 472 374 Author: Roman Haefeli; #X text 472 390 Version: 2008-09-09; #X text 158 65 [unpackOSCstream] is meant to be a replacement for [unpackOSC] \, when receiving from a stream based protocol \, such as TCP.; #X obj 18 197 unpackOSCstream; #X obj 18 17 tcpreceive 9995; #X obj 18 222 print; #X floatatom 105 221 5 0 0 0 - - -; #X text 159 283 reference:; #X obj 10 386 packOSCstream; #X obj 110 386 unpackOSC; #X text 160 300 http://archive.cnmat.berkeley.edu/OpenSoundControl/OSC-spec.html : Section "OSC Packets"; #X text 141 221 milliseconds delay; #X text 158 119 [unpackOSCstream] will only be able to decode OSC packets or bundles created by [packOSCstream]. OSC packets that were generated by [packOSC] will cause errors or wrong output.; #N canvas 507 340 494 344 META 0; #X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2 or later; #X text 12 5 KEYWORDS control network abstraction; #X text 12 46 DESCRIPTION meant to be a replacement for [unpackOSC] \, when receiving from a stream based protocol \, such as TCP.; #X text 12 75 INLET_0 anything; #X text 12 95 OUTLET_0 anything; #X text 12 115 OUTLET_1 float; #X text 12 135 AUTHOR Roman Haefeli; #X restore 591 413 pd META; #X connect 8 0 10 0; #X connect 8 1 11 0; #X connect 9 0 8 0;
#N canvas 1 53 638 435 10; #X text 8 369 check also:; #X obj 240 386 tcpreceive; #X obj 183 386 tcpsend; #X obj 318 386 tcpserver; #X obj 389 386 tcpclient; #X text 472 374 Author: Roman Haefeli; #X text 472 390 Version: 2008-09-09; #X text 158 65 [unpackOSCstream] is meant to be a replacement for [unpackOSC] \, when receiving from a stream based protocol \, such as TCP.; #X obj 18 197 unpackOSCstream; #X obj 18 17 tcpreceive 9995; #X obj 18 222 print; #X floatatom 105 221 5 0 0 0 - - -; #X text 159 283 reference:; #X obj 10 386 packOSCstream; #X obj 110 386 unpackOSC; #X text 160 300 http://archive.cnmat.berkeley.edu/OpenSoundControl/OSC-spec.html : Section "OSC Packets"; #X text 141 221 milliseconds delay; #X text 158 119 [unpackOSCstream] will only be able to decode OSC packets or bundles created by [packOSCstream]. OSC packets that were generated by [packOSC] will cause errors or wrong output.; #X connect 8 0 10 0; #X connect 8 1 11 0; #X connect 9 0 8 0;
32
control network abstraction
meant to be a replacement for [unpackOSC] \, when receiving from a stream based protocol \, such as TCP.
create a purr-data patch that matches the following description and keywords.
Description: meant to be a replacement for [unpackOSC] \, when receiving from a stream based protocol \, such as TCP., Keywords: control network abstraction
03.rect.pd
packages\win64_inno\build\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
A05.output.subpatch.pd
packages\win64_inno\build\doc\3.audio.examples\A05.output.subpatch.pd
#N canvas 434 58 448 436 10; #X obj 22 42 osc~ 440; #X obj 37 70 osc~ 550; #X obj 38 131 osc~ 660; #X obj 22 103 +~; #X obj 22 157 +~; #X text 103 188 <-- this is a subwindow--right click on it; #X text 144 203 and select "open" to see inside.; #X text 18 359 The output control automatically starts DSP whenever you touch the level control. Hitting "mute" toggles between the current level and zero.; #X obj 22 188 output~; #X text 97 131 <-- Here we make an A major triad as a test signal. ; #X text 19 248 In this and subsequent patches \, we'll use a subwindow \, "output" \, to control overall amplitude. The amplitudes are in decibels \, with 100 being full blast. In this example \, you can't actually push the output amplitude past 90 or so without clipping. You'll know you're clipping if \, instead of an A major chord \, you hear a single \, distorted tone two octaves down. The clipping happens at Pd's last stage of audio output. Audio signals internal to Pd have essentially no level limit.; #X obj 1 414 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 controlling output amplitude; #X text 12 5 KEYWORDS signal GUI tutorial; #X restore 392 416 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 controlling output amplitude- Related Help Documents; #X text 19 37 List other amplitude GUIs here; #X restore 103 416 pd References; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header controlling_output_amplitude 20 10 1 18 -261139 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 6 416 pddp/pddplink ../5.reference/pddp/help.pd -text help; #X connect 0 0 3 0; #X connect 1 0 3 1; #X connect 2 0 4 1; #X connect 3 0 4 0; #X connect 4 0 8 0; #X connect 4 0 8 1;
#N canvas 434 58 448 436 10; #X obj 22 42 osc~ 440; #X obj 37 70 osc~ 550; #X obj 38 131 osc~ 660; #X obj 22 103 +~; #X obj 22 157 +~; #X text 103 188 <-- this is a subwindow--right click on it; #X text 144 203 and select "open" to see inside.; #X text 18 359 The output control automatically starts DSP whenever you touch the level control. Hitting "mute" toggles between the current level and zero.; #X obj 22 188 output~; #X text 97 131 <-- Here we make an A major triad as a test signal. ; #X text 19 248 In this and subsequent patches \, we'll use a subwindow \, "output" \, to control overall amplitude. The amplitudes are in decibels \, with 100 being full blast. In this example \, you can't actually push the output amplitude past 90 or so without clipping. You'll know you're clipping if \, instead of an A major chord \, you hear a single \, distorted tone two octaves down. The clipping happens at Pd's last stage of audio output. Audio signals internal to Pd have essentially no level limit.; #X connect 0 0 3 0; #X connect 1 0 3 1; #X connect 2 0 4 1; #X connect 3 0 4 0; #X connect 4 0 8 0; #X connect 4 0 8 1;
36
signal GUI tutorial
controlling output amplitude
create a purr-data patch that matches the following description and keywords.
Description: controlling output amplitude, Keywords: signal GUI tutorial
ignore-help.pd
externals\maxlib\ignore-help.pd
#N canvas 0 26 464 328 12; #X floatatom 47 107 5 0 0 0 - - -; #X floatatom 47 225 5 0 0 0 - - -; #X text 122 197 creation argument = time in ms; #X floatatom 122 136 5 0 0 0 - - -; #X obj 47 167 ignore 500; #X text 177 136 time in ms a value has to; #X text 178 152 be present in order to get through; #X text 75 24 ignore :: lets information through; #X text 155 59 at input longer than N ms; #X text 73 258 note: input gets delayed by N milliseconds; #N canvas 481 26 494 344 META 0; #X text 12 160 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 140 AUTHOR Olaf Matthes <[email protected]>; #X text 12 100 INLET_1 float; #X text 12 120 OUTLET_0 float; #X text 12 5 KEYWORDS control filter; #X text 12 45 DESCRIPTION lets information through only when it was present at input longer than N ms; #X text 12 80 INLET_0 float; #X restore 392 294 pd META; #X text 154 41 only when it was present; #X connect 0 0 4 0; #X connect 3 0 4 1; #X connect 4 0 1 0;
#N canvas 0 26 464 328 12; #X floatatom 47 107 5 0 0 0 - - -; #X floatatom 47 225 5 0 0 0 - - -; #X text 122 197 creation argument = time in ms; #X floatatom 122 136 5 0 0 0 - - -; #X obj 47 167 ignore 500; #X text 177 136 time in ms a value has to; #X text 178 152 be present in order to get through; #X text 75 24 ignore :: lets information through; #X text 155 59 at input longer than N ms; #X text 73 258 note: input gets delayed by N milliseconds; #X text 154 41 only when it was present; #X connect 0 0 4 0; #X connect 3 0 4 1; #X connect 4 0 1 0;
25
control filter
lets information through only when it was present at input longer than N ms
create a purr-data patch that matches the following description and keywords.
Description: lets information through only when it was present at input longer than N ms, Keywords: control filter
tripleRand-help.pd
externals\markex\tripleRand-help.pd
#N canvas 1 53 518 452 10; #X obj 136 234 unpack 0 0 0; #X floatatom 136 280 4 0 0 0 - - -; #X floatatom 175 280 4 0 0 0 - - -; #X floatatom 215 280 4 0 0 0 - - -; #X text 138 24 tripleRine; #X text 84 395 [tripleRand] generates three distinct random numbers at once within the range specified.; #X obj 136 184 tripleRand 5; #X floatatom 215 146 5 0 0 0 - - -; #X obj 136 134 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 123 68 MarkEx object; #X msg 278 142 1 5 10; #N canvas 459 228 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 135 AUTHOR Mark Danks; #X text 12 25 LICENSE GPL v2; #X text 12 115 OUTLET_0 list; #X text 12 45 DESCRIPTION generate three distinct random numbers at once within the range specified; #X text 12 75 INLET_0 bang; #X text 12 95 INLET_1 float list; #X text 12 5 KEYWORDS control random; #X restore 456 420 pd META; #X connect 0 0 1 0; #X connect 0 1 2 0; #X connect 0 2 3 0; #X connect 6 0 0 0; #X connect 7 0 6 1; #X connect 8 0 6 0; #X connect 10 0 6 1;
#N canvas 1 53 518 452 10; #X obj 136 234 unpack 0 0 0; #X floatatom 136 280 4 0 0 0 - - -; #X floatatom 175 280 4 0 0 0 - - -; #X floatatom 215 280 4 0 0 0 - - -; #X text 138 24 tripleRine; #X text 84 395 [tripleRand] generates three distinct random numbers at once within the range specified.; #X obj 136 184 tripleRand 5; #X floatatom 215 146 5 0 0 0 - - -; #X obj 136 134 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 123 68 MarkEx object; #X msg 278 142 1 5 10; #X connect 0 0 1 0; #X connect 0 1 2 0; #X connect 0 2 3 0; #X connect 6 0 0 0; #X connect 7 0 6 1; #X connect 8 0 6 0; #X connect 10 0 6 1;
29
control random
generate three distinct random numbers at once within the range specified
create a purr-data patch that matches the following description and keywords.
Description: generate three distinct random numbers at once within the range specified, Keywords: control random
hid_centered-help.pd
externals\hid\hid_centered-help.pd
#N canvas 0 31 468 398 10; #X obj 5 2 cnv 15 450 20 empty empty hid_centered 2 11 1 18 -233017 -66577 0; #X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X text 27 320 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 334 released under the GNU GPL; #X text 98 291 For more info:; #X obj 102 234 hid/hid_centered; #X obj 137 105 tgl 25 0 empty empty empty 0 -6 0 8 -225271 -1 -1 0 1; #X msg 200 138 open \$1; #X obj 200 118 hradio 15 1 1 8 \$0-device-number empty choose_a_device 0 -6 1 9 -262144 -1 -1 7; #X obj 174 118 nbx 1 14 -1e+37 1e+37 0 0 empty \$0-device-number empty 0 -6 0 14 -166441 -1 -1 0 256; #X obj 137 170 joystick 0; #X obj 205 235 hid/hid_centered; #X floatatom 205 256 5 0 0 0 Y - -; #X floatatom 102 255 5 0 0 0 X - -; #X floatatom 205 216 5 0 0 0 Y - -; #X floatatom 102 215 5 0 0 0 X - -; #X text 19 34 Convert the standard "0 to 1" [hid] format to "-1 to 1" so that 0 is the center point of the range. With a joystick \, for example \, this can make the center point of the joystick (0 \, 0) rather than (0.5 \, 0.5).; #N canvas 478 206 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 35 LICENSE GPL; #X text 12 85 INLET_0 float; #X text 12 105 OUTLET_0 float; #X text 12 125 AUTHOR Hans-Christoph Steiner; #X text 12 55 DESCRIPTION convert the standard "0 to 1" [hid] format to "-1 to 1" so that 0 is the center point of the range; #X text 12 5 KEYWORDS control conversion abstraction needs_work (connections) ; #X restore 408 368 pd META; #X connect 6 0 10 0; #X connect 7 0 10 0; #X connect 8 0 7 0;
#N canvas 0 31 468 398 10; #X text 27 320 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 334 released under the GNU GPL; #X text 98 291 For more info:; #X obj 102 234 hid/hid_centered; #X obj 137 105 tgl 25 0 empty empty empty 0 -6 0 8 -225271 -1 -1 0 1; #X msg 200 138 open \$1; #X obj 200 118 hradio 15 1 1 8 \$0-device-number empty choose_a_device 0 -6 1 9 -262144 -1 -1 7; #X obj 174 118 nbx 1 14 -1e+37 1e+37 0 0 empty \$0-device-number empty 0 -6 0 14 -166441 -1 -1 0 256; #X obj 137 170 joystick 0; #X obj 205 235 hid/hid_centered; #X floatatom 205 256 5 0 0 0 Y - -; #X floatatom 102 255 5 0 0 0 X - -; #X floatatom 205 216 5 0 0 0 Y - -; #X floatatom 102 215 5 0 0 0 X - -; #X text 19 34 Convert the standard "0 to 1" [hid] format to "-1 to 1" so that 0 is the center point of the range. With a joystick \, for example \, this can make the center point of the joystick (0 \, 0) rather than (0.5 \, 0.5).; #X connect 6 0 10 0; #X connect 7 0 10 0; #X connect 8 0 7 0;
30
control conversion abstraction needs_work (connections)
convert the standard "0 to 1" [hid] format to "-1 to 1" so that 0 is the center point of the range
create a purr-data patch that matches the following description and keywords.
Description: convert the standard "0 to 1" [hid] format to "-1 to 1" so that 0 is the center point of the range, Keywords: control conversion abstraction needs_work (connections)
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
linear_pan~-help.pd
externals\pan\linear_pan~-help.pd
#N canvas 0 31 477 320 10; #X obj 5 2 cnv 15 450 20 empty empty linearpan~ 2 11 1 18 -233017 -66577 0; #X msg 422 3 pddp; #X text 17 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 234 284 released under the GNU GPL; #X obj 134 225 dac~; #X obj 181 145 hsl 128 20 0 1 0 1 empty empty pan_position 6 10 1 11 -262131 -1 -1 6350 0; #X text 16 37 Pan a mono signal using linear panning. 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 84 131 osc~ 250; #X obj 84 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 obj 113 187 linearpan~; #N canvas 459 31 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 145 AUTHOR Hans-Christoph Steiner; #X text 12 65 INLET_0 signal; #X text 12 105 OUTLET_0 signal; #X text 12 125 OUTLET_1 signal; #X text 12 45 DESCRIPTION pan a mono signal using linear panning; #X text 12 5 KEYWORDS signal abstraction; #X text 12 85 INLET_1 float; #X restore 423 289 pd META; #X connect 5 0 11 1; #X connect 7 0 8 0; #X connect 8 0 11 0; #X connect 9 0 10 0; #X connect 11 0 4 0; #X connect 11 1 4 1;
#N canvas 0 31 477 320 10; #X msg 422 3 pddp; #X text 17 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 234 284 released under the GNU GPL; #X obj 134 225 dac~; #X obj 181 145 hsl 128 20 0 1 0 1 empty empty pan_position 6 10 1 11 -262131 -1 -1 6350 0; #X text 16 37 Pan a mono signal using linear panning. 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 84 131 osc~ 250; #X obj 84 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 obj 113 187 linearpan~; #X connect 5 0 11 1; #X connect 7 0 8 0; #X connect 8 0 11 0; #X connect 9 0 10 0; #X connect 11 0 4 0; #X connect 11 1 4 1;
30
signal abstraction
pan a mono signal using linear panning
create a purr-data patch that matches the following description and keywords.
Description: pan a mono signal using linear panning, Keywords: signal abstraction
arguments-help.pd
externals\tof\tof\arguments-help.pd
#N canvas 1 53 880 406 10; #X obj 506 84 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 506 333 ./test-arguments-all a bear 3 34; #X obj 507 307 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 508 181 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 508 206 ./test-arguments-token @a 54 @c 764; #X obj 506 104 ./test-arguments-comma ready \, 1 2 3 \, go speedracer ; #X obj -1 29 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text 7 78 author: [email protected]; #X text 6 56 tags: initialization patch; #X text 6 27 description: Outputs and parses the patch's creation arguments. ; #X text 5 98 version: 2009-10-27 (initial release); #X text 5 139 see also:; #X obj 77 142 tof/argument; #X text 15 180 [arguments mode]; #X text 15 209 argument 1 symbol: the parsing mode. If it is "comma" or " \, " the mode is set to COMMA. If it is another symbol \, the first character of the symbol is used as a TOKEN. If no argument is set \, the default mode is ALL.; #X text 17 284 inlet 1 bang: outputs parsed patch creation arguments. ; #X text 18 308 outlet 1 variable: the parsed patch arguments.; #X text 611 32 COMMA MODE; #X obj 546 57 tof/arguments comma; #X obj 681 57 tof/arguments \,; #X text 613 265 ALL MODE; #X text 608 132 TOKEN MODE; #X obj 593 158 tof/arguments @; #X obj 596 290 tof/arguments; #N canvas 450 281 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Thomas Ouellet Fredericks; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_0 anything; #X text 12 5 KEYWORDS control abstraction_op; #X text 12 45 DESCRIPTION parse and output the patch's creation arguments. ; #X restore 822 377 pd META; #X connect 0 0 5 0; #X connect 2 0 1 0; #X connect 3 0 4 0;
#N canvas 1 53 880 406 10; #X obj 506 84 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 506 333 ./test-arguments-all a bear 3 34; #X obj 507 307 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 508 181 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 508 206 ./test-arguments-token @a 54 @c 764; #X obj 506 104 ./test-arguments-comma ready \, 1 2 3 \, go speedracer ; #X obj -1 29 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text 7 78 author: [email protected]; #X text 6 56 tags: initialization patch; #X text 6 27 description: Outputs and parses the patch's creation arguments. ; #X text 5 98 version: 2009-10-27 (initial release); #X text 5 139 see also:; #X obj 77 142 tof/argument; #X text 15 180 [arguments mode]; #X text 15 209 argument 1 symbol: the parsing mode. If it is "comma" or " \, " the mode is set to COMMA. If it is another symbol \, the first character of the symbol is used as a TOKEN. If no argument is set \, the default mode is ALL.; #X text 17 284 inlet 1 bang: outputs parsed patch creation arguments. ; #X text 18 308 outlet 1 variable: the parsed patch arguments.; #X text 611 32 COMMA MODE; #X obj 546 57 tof/arguments comma; #X obj 681 57 tof/arguments \,; #X text 613 265 ALL MODE; #X text 608 132 TOKEN MODE; #X obj 593 158 tof/arguments @; #X obj 596 290 tof/arguments; #X connect 0 0 5 0; #X connect 2 0 1 0; #X connect 3 0 4 0;
37
control abstraction_op
parse and output the patch's creation arguments.
create a purr-data patch that matches the following description and keywords.
Description: parse and output the patch's creation arguments., Keywords: control abstraction_op
printwchars-help.pd
externals\moocow\pdstring\src\printwchars-help.pd
#N canvas 0 26 450 333 10; #X text 141 266 Bryan Jurish <[email protected]>; #X text 17 231 SEE ALSO:; #X obj 86 230 pdstring; #X obj 150 230 locale; #X text 153 45 "ABC"; #X text 193 173 First argument is prefixed to output; #X msg 44 44 list 65 66 67; #X msg 54 64 foo 49 50 51; #X text 153 65 "123" \, selector "foo" is printed extra; #X msg 67 87 228 246 252; #X text 159 115 "&pi &delta" in UTF-8; #X text 35 7 printwchars - print wide character strings to pd console ; #X text 157 89 "&auml &ouml &uuml"; #X msg 71 115 960 948; #N canvas 260 141 494 344 META 0; #X text 12 105 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 65 INLET_0 anything; #X text 12 85 AUTHOR Bryan Jurish <[email protected]>; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION print wide character strings to pd console ; #X restore 391 305 pd META; #X obj 44 172 printwchars mywchars; #X connect 6 0 15 0; #X connect 7 0 15 0; #X connect 9 0 15 0; #X connect 13 0 15 0;
#N canvas 0 26 450 333 10; #X text 141 266 Bryan Jurish <[email protected]>; #X text 17 231 SEE ALSO:; #X obj 86 230 pdstring; #X obj 150 230 locale; #X text 153 45 "ABC"; #X text 193 173 First argument is prefixed to output; #X msg 44 44 list 65 66 67; #X msg 54 64 foo 49 50 51; #X text 153 65 "123" \, selector "foo" is printed extra; #X msg 67 87 228 246 252; #X text 159 115 "&pi &delta" in UTF-8; #X text 35 7 printwchars - print wide character strings to pd console ; #X text 157 89 "&auml &ouml &uuml"; #X msg 71 115 960 948; #X obj 44 172 printwchars mywchars; #X connect 6 0 15 0; #X connect 7 0 15 0; #X connect 9 0 15 0; #X connect 13 0 15 0;
28
control
print wide character strings to pd console
create a purr-data patch that matches the following description and keywords.
Description: print wide character strings to pd console, Keywords: control
square~-help.pd
externals\hcs\square~-help.pd
#N canvas 0 31 450 300 10; #X obj 126 141 square~; #X obj 129 205 dac~; #X obj 126 103 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X obj 127 172 *~ 0.2; #X text 83 38 a simple square wave generator; #N canvas 404 246 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 65 INLET_0 float; #X text 12 5 KEYWORDS signal abstraction; #X text 12 45 DESCRIPTION a simple square wave generator; #X text 12 85 OUTLET_0 signal; #X restore 385 263 pd META; #X connect 0 0 3 0; #X connect 2 0 0 0; #X connect 3 0 1 0; #X connect 3 0 1 1;
#N canvas 0 31 450 300 10; #X obj 126 141 square~; #X obj 129 205 dac~; #X obj 126 103 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X obj 127 172 *~ 0.2; #X text 83 38 a simple square wave generator; #X connect 0 0 3 0; #X connect 2 0 0 0; #X connect 3 0 1 0; #X connect 3 0 1 1;
19
signal abstraction
a simple square wave generator
create a purr-data patch that matches the following description and keywords.
Description: a simple square wave generator, Keywords: signal abstraction
vclip-help.pd
externals\smlib\vclip-help.pd
#N canvas 1 53 324 246 10; #X obj 11 141 vclip -1 1; #X obj 11 196 print; #X msg 11 30 -4 -3 -2 -1 0 1 2 3 4; #X floatatom 73 64 5 0 0 0 - - -; #X floatatom 118 103 5 0 0 0 - - -; #X text 10 6 vclip clips each element in a vector; #X text 23 166 arguments: lower bound \, upper bound; #X text 20 52 input; #X text 79 81 lower bound; #X text 121 120 upper bound; #X text 243 183 j#|@2002; #X obj 265 163 SMLib-help; #N canvas 223 236 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 Johannes Taelman ([email protected]) ; #X text 12 5 KEYWORDS control list_op; #X text 12 45 DESCRIPTION clip each element in a vector; #X text 12 65 INLET_0 list float; #X text 12 85 INLET_1 float; #X text 12 105 INLET_2 float; #X text 12 125 OUTLET_0 list float; #X restore 282 207 pd META; #X connect 0 0 1 0; #X connect 2 0 0 0; #X connect 3 0 0 1; #X connect 4 0 0 2;
#N canvas 1 53 324 246 10; #X obj 11 141 vclip -1 1; #X obj 11 196 print; #X msg 11 30 -4 -3 -2 -1 0 1 2 3 4; #X floatatom 73 64 5 0 0 0 - - -; #X floatatom 118 103 5 0 0 0 - - -; #X text 10 6 vclip clips each element in a vector; #X text 23 166 arguments: lower bound \, upper bound; #X text 20 52 input; #X text 79 81 lower bound; #X text 121 120 upper bound; #X text 243 183 j#|@2002; #X obj 265 163 SMLib-help; #X connect 0 0 1 0; #X connect 2 0 0 0; #X connect 3 0 0 1; #X connect 4 0 0 2;
28
control list_op
clip each element in a vector
create a purr-data patch that matches the following description and keywords.
Description: clip each element in a vector, Keywords: control list_op
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
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
ignore-help.pd
externals\maxlib\ignore-help.pd
#N canvas 0 26 464 328 12; #X floatatom 47 107 5 0 0 0 - - -; #X floatatom 47 225 5 0 0 0 - - -; #X text 122 197 creation argument = time in ms; #X floatatom 122 136 5 0 0 0 - - -; #X obj 47 167 ignore 500; #X text 177 136 time in ms a value has to; #X text 178 152 be present in order to get through; #X text 75 24 ignore :: lets information through; #X text 155 59 at input longer than N ms; #X text 73 258 note: input gets delayed by N milliseconds; #N canvas 481 26 494 344 META 0; #X text 12 160 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 140 AUTHOR Olaf Matthes <[email protected]>; #X text 12 100 INLET_1 float; #X text 12 120 OUTLET_0 float; #X text 12 5 KEYWORDS control filter; #X text 12 45 DESCRIPTION lets information through only when it was present at input longer than N ms; #X text 12 80 INLET_0 float; #X restore 392 294 pd META; #X text 154 41 only when it was present; #X connect 0 0 4 0; #X connect 3 0 4 1; #X connect 4 0 1 0;
#N canvas 0 26 464 328 12; #X floatatom 47 107 5 0 0 0 - - -; #X floatatom 47 225 5 0 0 0 - - -; #X text 122 197 creation argument = time in ms; #X floatatom 122 136 5 0 0 0 - - -; #X obj 47 167 ignore 500; #X text 177 136 time in ms a value has to; #X text 178 152 be present in order to get through; #X text 75 24 ignore :: lets information through; #X text 155 59 at input longer than N ms; #X text 73 258 note: input gets delayed by N milliseconds; #X text 154 41 only when it was present; #X connect 0 0 4 0; #X connect 3 0 4 1; #X connect 4 0 1 0;
25
control filter
lets information through only when it was present at input longer than N ms
create a purr-data patch that matches the following description and keywords.
Description: lets information through only when it was present at input longer than N ms, Keywords: control filter
rewrap-help.pd
externals\maxlib\rewrap-help.pd
#N canvas 0 26 483 404 12; #X floatatom 27 304 8 0 0 0 - - -; #X floatatom 27 73 5 0 0 0 - - -; #X text 202 47 written by <[email protected]>; #X floatatom 60 133 5 0 0 0 - - -; #X floatatom 94 158 5 0 0 0 - - -; #X text 84 71 input value; #X text 57 102 creation arguments can be changed dynamically:; #X text 35 341 creation arguments:; #X text 115 132 lower limit; #X text 146 157 upper limit; #X floatatom 110 276 5 0 0 0 - - -; #X text 36 358 wrap <lower limit> <upper limit>; #X obj 27 249 rewrap 6 40; #X text 200 27 into a range; #X text 169 275 wrap period; #X text 107 305 output; #X text 122 11 rewrap :: wraps floats back and forth; #N canvas 293 158 494 344 META 0; #X text 12 185 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 165 AUTHOR Olaf Matthes <[email protected]>; #X text 12 45 DESCRIPTION wraps floats back and forth into a range ; #X text 12 5 KEYWORDS control; #X text 12 65 INLET_0 float; #X text 12 85 INLET_1 float; #X text 12 105 INLET_2 float; #X text 12 125 OUTLET_0 float; #X text 12 145 OUTLET_1 float; #X restore 413 364 pd META; #X connect 1 0 12 0; #X connect 3 0 12 1; #X connect 4 0 12 2; #X connect 12 0 0 0; #X connect 12 1 10 0;
#N canvas 0 26 483 404 12; #X floatatom 27 304 8 0 0 0 - - -; #X floatatom 27 73 5 0 0 0 - - -; #X text 202 47 written by <[email protected]>; #X floatatom 60 133 5 0 0 0 - - -; #X floatatom 94 158 5 0 0 0 - - -; #X text 84 71 input value; #X text 57 102 creation arguments can be changed dynamically:; #X text 35 341 creation arguments:; #X text 115 132 lower limit; #X text 146 157 upper limit; #X floatatom 110 276 5 0 0 0 - - -; #X text 36 358 wrap <lower limit> <upper limit>; #X obj 27 249 rewrap 6 40; #X text 200 27 into a range; #X text 169 275 wrap period; #X text 107 305 output; #X text 122 11 rewrap :: wraps floats back and forth; #X connect 1 0 12 0; #X connect 3 0 12 1; #X connect 4 0 12 2; #X connect 12 0 0 0; #X connect 12 1 10 0;
35
control
wraps floats back and forth into a range
create a purr-data patch that matches the following description and keywords.
Description: wraps floats back and forth into a range, Keywords: control
piperead~-help.pd
externals\ext13\piperead~-help.pd
#N canvas 0 31 450 363 10; #X msg 102 140 1; #X msg 81 90 0; #X obj 226 21 loadbang; #X msg 226 47 \; pd dsp 1; #X obj 63 67 osc~ 440; #X msg 94 117 open /usr/local/pd/ext13/doc/pipein.wav; #X obj 246 231 dac~; #X obj 63 179 pipewrite~ 2; #X obj 142 65 osc~ 480; #X obj 224 192 piperead~ 2; #X msg 165 140 open /usr/local/pd/ext13/doc/pipein.wav; #X msg 227 164 1; #X msg 261 166 0; #X text 26 256 pipewrite/read: argument: number of channels you can create a pipe/fifo from within a shell with mknod pipename p and use this construct to send signals to another program/process. useful if you run more than one pd or mpeg-players \, ...; #N canvas 460 146 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 105 AUTHOR [email protected]; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS signal filesystem; #X text 12 45 DESCRIPTION read write to a pipe; #X text 12 65 INLET_0 float open; #X text 12 85 INLET_N signal; #X restore 389 337 pd META; #X connect 0 0 7 0; #X connect 1 0 7 0; #X connect 2 0 3 0; #X connect 4 0 7 0; #X connect 5 0 7 0; #X connect 8 0 7 1; #X connect 9 0 6 0; #X connect 9 1 6 1; #X connect 10 0 9 0; #X connect 11 0 9 0; #X connect 12 0 9 0;
#N canvas 0 31 450 363 10; #X msg 102 140 1; #X msg 81 90 0; #X obj 226 21 loadbang; #X msg 226 47 \; pd dsp 1; #X obj 63 67 osc~ 440; #X msg 94 117 open /usr/local/pd/ext13/doc/pipein.wav; #X obj 246 231 dac~; #X obj 63 179 pipewrite~ 2; #X obj 142 65 osc~ 480; #X obj 224 192 piperead~ 2; #X msg 165 140 open /usr/local/pd/ext13/doc/pipein.wav; #X msg 227 164 1; #X msg 261 166 0; #X text 26 256 pipewrite/read: argument: number of channels you can create a pipe/fifo from within a shell with mknod pipename p and use this construct to send signals to another program/process. useful if you run more than one pd or mpeg-players \, ...; #X connect 0 0 7 0; #X connect 1 0 7 0; #X connect 2 0 3 0; #X connect 4 0 7 0; #X connect 5 0 7 0; #X connect 8 0 7 1; #X connect 9 0 6 0; #X connect 9 1 6 1; #X connect 10 0 9 0; #X connect 11 0 9 0; #X connect 12 0 9 0;
35
signal filesystem
read write to a pipe
create a purr-data patch that matches the following description and keywords.
Description: read write to a pipe, Keywords: signal filesystem
bytemask-help.pd
externals\mapping\bytemask-help.pd
#N canvas 2 82 462 312 10; #X obj 156 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 173 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 190 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 207 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 224 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 241 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 258 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 275 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X floatatom 195 171 5 0 0 0 - - -; #X text 108 34 generate a bitmask byte from 8 inlets; #X text 204 247 set also: [debytemask]; #X obj 195 135 bytemask; #N canvas 464 140 494 344 META 0; #X text 12 265 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 85 INLET_1 float; #X text 12 225 OUTLET_0 float; #X text 12 245 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 65 INLET_0 float; #X text 12 45 DESCRIPTION generate a bitmask byte from 8 inlets; #X text 12 105 INLET_2 float; #X text 12 125 INLET_3 float; #X text 12 145 INLET_4 float; #X text 12 165 INLET_5 float; #X text 12 185 INLET_6 float; #X text 12 205 INLET_7 float; #X text 12 5 KEYWORDS control abstraction; #X restore 407 284 pd META; #X connect 0 0 11 0; #X connect 1 0 11 1; #X connect 2 0 11 2; #X connect 3 0 11 3; #X connect 4 0 11 4; #X connect 5 0 11 5; #X connect 6 0 11 6; #X connect 7 0 11 7; #X connect 11 0 8 0;
#N canvas 2 82 462 312 10; #X obj 156 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 173 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 190 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 207 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 224 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 241 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 258 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 275 94 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X floatatom 195 171 5 0 0 0 - - -; #X text 108 34 generate a bitmask byte from 8 inlets; #X text 204 247 set also: [debytemask]; #X obj 195 135 bytemask; #X connect 0 0 11 0; #X connect 1 0 11 1; #X connect 2 0 11 2; #X connect 3 0 11 3; #X connect 4 0 11 4; #X connect 5 0 11 5; #X connect 6 0 11 6; #X connect 7 0 11 7; #X connect 11 0 8 0;
38
control abstraction
generate a bitmask byte from 8 inlets
create a purr-data patch that matches the following description and keywords.
Description: generate a bitmask byte from 8 inlets, Keywords: control abstraction
v0x2a-help.pd
externals\markex\v0x2a-help.pd
#N canvas 382 194 450 300 10; #N canvas 247 443 494 344 META 0; #X text 12 135 AUTHOR Mark Danks; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control vector; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42. \, helppatch by IOhannes m zmölnig; #X text 13 76 INLET_0 list; #X text 13 116 OUTLET_0 list; #X text 13 96 INLET_1 float; #X text 12 45 DESCRIPTION multiplies a vector by a number; #X restore 390 271 pd META; #X msg 64 86 1 2 3; #X msg 175 86 10; #X text 52 248 a "vector" is simply a list of numbers.; #X text 27 25 MarkEx vector operation: multiply a vector by a factor ; #X obj 64 146 print vector*; #X obj 64 116 vector* 42; #X connect 1 0 6 0; #X connect 2 0 6 1; #X connect 6 0 5 0;
#N canvas 382 194 450 300 10; #X msg 64 86 1 2 3; #X msg 175 86 10; #X text 52 248 a "vector" is simply a list of numbers.; #X text 27 25 MarkEx vector operation: multiply a vector by a factor ; #X obj 64 146 print vector*; #X obj 64 116 vector* 42; #X connect 1 0 6 0; #X connect 2 0 6 1; #X connect 6 0 5 0;
20
control vector
multiplies a vector by a number
create a purr-data patch that matches the following description and keywords.
Description: multiplies a vector by a number, Keywords: control vector
pointer_position-help.pd
externals\hcs\pointer_position-help.pd
#N canvas 0 26 462 312 10; #X obj 163 146 pointer_position; #X text 24 38 Get the current (x \, y) location of the pointer in this window.; #X text 25 9 [pointer_position]; #X obj 163 78 tgl 15 1 empty empty empty 0 -6 0 10 -262144 -1 -1 1 1; #X msg 177 103 bang; #X text 191 78 enable/disable all motion events; #X text 215 103 show only next motion event; #N canvas 342 208 494 344 META 0; #X text 12 115 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 95 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control canvas_op GUI; #X text 12 45 DESCRIPTION get the current (x \, y) location of the pointer in this window; #X text 12 75 INLET_0 float bang; #X restore 412 292 pd META; #X connect 3 0 0 0; #X connect 4 0 0 0;
#N canvas 0 26 462 312 10; #X obj 163 146 pointer_position; #X text 24 38 Get the current (x \, y) location of the pointer in this window.; #X text 25 9 [pointer_position]; #X obj 163 78 tgl 15 1 empty empty empty 0 -6 0 10 -262144 -1 -1 1 1; #X msg 177 103 bang; #X text 191 78 enable/disable all motion events; #X text 215 103 show only next motion event; #X connect 3 0 0 0; #X connect 4 0 0 0;
18
control canvas_op GUI
get the current (x \, y) location of the pointer in this window
create a purr-data patch that matches the following description and keywords.
Description: get the current (x \, y) location of the pointer in this window, Keywords: control canvas_op GUI
strcmp-help.pd
externals\zexy\reference\strcmp-help.pd
#N canvas 0 31 628 559 10; #X obj 90 54 strcmp; #X text 147 54 -- compare 2 lists as if they were strings; #X obj 71 398 strcmp this is list # 3; #X floatatom 71 423 0 0 0 0 - - -; #X obj 96 423 print strcmp; #X msg 71 184 list this is list # 3; #X msg 71 221 list this is list # 4; #X msg 71 239 1 2 3 4 5; #X msg 71 256 list yet another list; #X floatatom 83 286 0 0 0 0 - - -; #X msg 204 313 list yet another list; #X msg 222 366 list \$1; #X floatatom 222 349 0 0 0 0 - - -; #X text 278 357 to compare symbols/floats you have to make sure that they go to the 2nd inlet as lists; #X text 98 442 the output follows the "strcmp" of the C programming language; #X text 426 24 part of zexy; #X text 68 525 probably not very efficient!!; #N canvas 460 154 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR IOhannes m zmoelnig; #X text 12 5 KEYWORDS control list_op; #X text 12 45 DESCRIPTION compare two lists as if they were strings ; #X text 12 65 INLET_0 list float; #X text 12 85 INLET_1 list; #X text 12 105 OUTLET_0 float; #X restore 573 531 pd META; #X connect 2 0 4 0; #X connect 2 0 3 0; #X connect 5 0 2 0; #X connect 6 0 2 0; #X connect 7 0 2 0; #X connect 8 0 2 0; #X connect 9 0 2 0; #X connect 10 0 2 1; #X connect 11 0 2 1; #X connect 12 0 11 0;
#N canvas 0 31 628 559 10; #X obj 90 54 strcmp; #X text 147 54 -- compare 2 lists as if they were strings; #X obj 71 398 strcmp this is list # 3; #X floatatom 71 423 0 0 0 0 - - -; #X obj 96 423 print strcmp; #X msg 71 184 list this is list # 3; #X msg 71 221 list this is list # 4; #X msg 71 239 1 2 3 4 5; #X msg 71 256 list yet another list; #X floatatom 83 286 0 0 0 0 - - -; #X msg 204 313 list yet another list; #X msg 222 366 list \$1; #X floatatom 222 349 0 0 0 0 - - -; #X text 278 357 to compare symbols/floats you have to make sure that they go to the 2nd inlet as lists; #X text 98 442 the output follows the "strcmp" of the C programming language; #X text 426 24 part of zexy; #X text 68 525 probably not very efficient!!; #X connect 2 0 4 0; #X connect 2 0 3 0; #X connect 5 0 2 0; #X connect 6 0 2 0; #X connect 7 0 2 0; #X connect 8 0 2 0; #X connect 9 0 2 0; #X connect 10 0 2 1; #X connect 11 0 2 1; #X connect 12 0 11 0;
38
control list_op
compare two lists as if they were strings
create a purr-data patch that matches the following description and keywords.
Description: compare two lists as if they were strings, Keywords: control list_op
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 ([email protected]) ; #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
char2f-help.pd
externals\moonlib\char2f-help.pd
#N canvas 0 31 430 247 10; #X obj 0 0 cnv 8 100 60 empty empty char2f_f2char 10 20 1 18 -262144 -1109 0; #X text 7 221 (c) Moonix: Antoine Rousseau 2003; #X text 160 14 ascii utilities; #X obj 131 115 char2f; #X floatatom 131 136 5 0 0 0 - - -; #X msg 131 69 symbol A; #X obj 131 173 f2char; #X symbolatom 131 194 2 0 0 0 - - -; #X obj 131 49 loadbang; #X msg 216 70 symbol a; #N canvas 380 146 494 344 META 0; #X text 12 25 LICENSE GPL v2; #X text 12 65 INLET_0 symbol; #X text 12 105 AUTHOR Antoine Rousseau; #X text 12 125 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 45 DESCRIPTION ascii utility; #X text 12 5 KEYWORDS control conversion symbol_op; #X text 12 85 OUTLET_0 float; #X restore 373 217 pd META; #X connect 3 0 4 0; #X connect 4 0 6 0; #X connect 5 0 3 0; #X connect 6 0 7 0; #X connect 8 0 5 0; #X connect 9 0 3 0;
#N canvas 0 31 430 247 10; #X text 7 221 (c) Moonix: Antoine Rousseau 2003; #X text 160 14 ascii utilities; #X obj 131 115 char2f; #X floatatom 131 136 5 0 0 0 - - -; #X msg 131 69 symbol A; #X obj 131 173 f2char; #X symbolatom 131 194 2 0 0 0 - - -; #X obj 131 49 loadbang; #X msg 216 70 symbol a; #X connect 3 0 4 0; #X connect 4 0 6 0; #X connect 5 0 3 0; #X connect 6 0 7 0; #X connect 8 0 5 0; #X connect 9 0 3 0;
26
control conversion symbol_op
ascii utility
create a purr-data patch that matches the following description and keywords.
Description: ascii utility, Keywords: control conversion symbol_op
median_3-help.pd
externals\mapping\median_3-help.pd
#N canvas 1 53 711 500 12; #X floatatom 95 202 5 0 0 0 - - -; #X floatatom 95 264 5 0 0 0 - - -; #X obj 95 234 median_3; #X text 238 31 output the median value of the 3 last samples; #N canvas 492 275 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 85 OUTLET_0 float; #X text 12 105 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 65 INLET_0 float; #X text 12 45 DESCRIPTION output the median value of the 3 last samples ; #X text 12 5 KEYWORDS control abstraction; #X restore 631 463 pd META; #X connect 0 0 2 0; #X connect 2 0 1 0;
#N canvas 1 53 711 500 12; #X floatatom 95 202 5 0 0 0 - - -; #X floatatom 95 264 5 0 0 0 - - -; #X obj 95 234 median_3; #X text 238 31 output the median value of the 3 last samples; #X connect 0 0 2 0; #X connect 2 0 1 0;
16
control abstraction
output the median value of the 3 last samples
create a purr-data patch that matches the following description and keywords.
Description: output the median value of the 3 last samples, Keywords: control abstraction
hip-help.pd
externals\smlib\hip-help.pd
#N canvas 1 53 430 286 10; #X floatatom 12 141 5 0 0 0 - - -; #X obj 12 118 float; #X obj 12 95 metro 100; #X obj 12 54 loadbang; #X obj 12 78 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1 ; #X obj 124 77 hsl 128 15 -127 127 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X text 338 214 j#|@2002; #X obj 356 192 SMLib-help; #X floatatom 138 133 0 0 0 0 - - -; #X msg 106 110 clear; #X text 156 109 <-- reinitialize internal state; #X obj 21 211 hsl 128 15 -256 256 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 6350 1; #X floatatom 17 237 5 0 0 0 - - -; #X text 262 76 <-- swing!; #X text 13 7 hip: highpass filter on float stream; #X text 11 25 the non-audio version of hip~; #X obj 19 182 hip 0.05; #X text 170 134 <-- cutoff frequency; #N canvas 344 185 494 344 META 0; #X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 135 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 95 INLET_1 float; #X text 12 5 KEYWORDS control filter; #X text 12 45 DESCRIPTION highpass filter on float stream; #X text 12 75 INLET_0 float clear; #X text 12 115 OUTLET_0 float; #X restore 367 237 pd META; #X connect 1 0 0 0; #X connect 1 0 16 0; #X connect 2 0 1 0; #X connect 3 0 4 0; #X connect 4 0 2 0; #X connect 5 0 1 1; #X connect 8 0 16 1; #X connect 9 0 16 0; #X connect 11 0 12 0; #X connect 16 0 11 0;
#N canvas 1 53 430 286 10; #X floatatom 12 141 5 0 0 0 - - -; #X obj 12 118 float; #X obj 12 95 metro 100; #X obj 12 54 loadbang; #X obj 12 78 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1 ; #X obj 124 77 hsl 128 15 -127 127 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X text 338 214 j#|@2002; #X obj 356 192 SMLib-help; #X floatatom 138 133 0 0 0 0 - - -; #X msg 106 110 clear; #X text 156 109 <-- reinitialize internal state; #X obj 21 211 hsl 128 15 -256 256 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 6350 1; #X floatatom 17 237 5 0 0 0 - - -; #X text 262 76 <-- swing!; #X text 13 7 hip: highpass filter on float stream; #X text 11 25 the non-audio version of hip~; #X obj 19 182 hip 0.05; #X text 170 134 <-- cutoff frequency; #X connect 1 0 0 0; #X connect 1 0 16 0; #X connect 2 0 1 0; #X connect 3 0 4 0; #X connect 4 0 2 0; #X connect 5 0 1 1; #X connect 8 0 16 1; #X connect 9 0 16 0; #X connect 11 0 12 0; #X connect 16 0 11 0;
39
control filter
highpass filter on float stream
create a purr-data patch that matches the following description and keywords.
Description: highpass filter on float stream, Keywords: control filter
helppath-help.pd
externals\hcs\helppath-help.pd
#N canvas 0 26 466 316 10; #X obj 40 130 helppath; #X msg 37 99 bang; #X obj 54 176 print; #X symbolatom 29 213 0 0 0 0 - - -; #X obj 101 151 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X msg 79 102 reset; #X text 19 22 This object returns each path in the global classpath one at a time with each bang. [reset( refreshs the classpath data and starts again at the top of the list \, like [textfile] or [qlist]'s [reset(.; #X text 124 153 <-- banged when the end of the list is reached; #X text 234 294 released under the GNU GPL; #X text 18 281 (C) Copyright 2006 Hans-Christoph Steiner <[email protected]> ; #X obj 31 238 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #N canvas 280 175 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 125 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control pd_op; #X text 12 45 DESCRIPTION returns each path in the global class path ; #X text 12 65 INLET_0 bang reset; #X text 12 85 OUTLET_0 symbol; #X text 12 105 OUTLET_1 bang; #X restore 417 296 pd META; #X connect 0 0 2 0; #X connect 0 0 3 0; #X connect 0 1 4 0; #X connect 1 0 0 0; #X connect 3 0 10 0; #X connect 5 0 0 0;
#N canvas 0 26 466 316 10; #X obj 40 130 helppath; #X msg 37 99 bang; #X obj 54 176 print; #X symbolatom 29 213 0 0 0 0 - - -; #X obj 101 151 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X msg 79 102 reset; #X text 19 22 This object returns each path in the global classpath one at a time with each bang. [reset( refreshs the classpath data and starts again at the top of the list \, like [textfile] or [qlist]'s [reset(.; #X text 124 153 <-- banged when the end of the list is reached; #X text 234 294 released under the GNU GPL; #X text 18 281 (C) Copyright 2006 Hans-Christoph Steiner <[email protected]> ; #X obj 31 238 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X connect 0 0 2 0; #X connect 0 0 3 0; #X connect 0 1 4 0; #X connect 1 0 0 0; #X connect 3 0 10 0; #X connect 5 0 0 0;
28
control pd_op
returns each path in the global class path
create a purr-data patch that matches the following description and keywords.
Description: returns each path in the global class path, Keywords: control pd_op