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
vmax-help.pd
externals\smlib\vmax-help.pd
#N canvas 1 53 473 182 10; #X floatatom 35 104 5 0 0 0 - - -; #X text 387 99 j#|@2002; #X obj 409 77 SMLib-help; #X msg 133 47 0; #X msg 168 47 0 1 0 1; #X msg 243 48 0 0 1 1; #X text 14 3 vcog computes maximum of a list of floats; #X obj 49 76 vmax; #X floatatom 86 104 5 0 0 0 - - -; #X msg 15 47 1 2 3 1; #X msg 81 47 3 4 1; #X text 13 21 and the location of the first occurance of the maximum ; #N canvas 122 150 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR Johannes Taelman (johannes.taelman@rug.ac.be) ; #X text 12 5 KEYWORDS control list_op; #X text 12 65 INLET_0 list float; #X text 12 45 DESCRIPTION maximum of a list of floats; #X text 12 85 OUTLET_0 float; #X text 12 105 OUTLET_1 float; #X restore 411 130 pd META; #X connect 3 0 7 0; #X connect 4 0 7 0; #X connect 5 0 7 0; #X connect 7 0 0 0; #X connect 7 1 8 0; #X connect 9 0 7 0; #X connect 10 0 7 0;
#N canvas 1 53 473 182 10; #X floatatom 35 104 5 0 0 0 - - -; #X text 387 99 j#|@2002; #X obj 409 77 SMLib-help; #X msg 133 47 0; #X msg 168 47 0 1 0 1; #X msg 243 48 0 0 1 1; #X text 14 3 vcog computes maximum of a list of floats; #X obj 49 76 vmax; #X floatatom 86 104 5 0 0 0 - - -; #X msg 15 47 1 2 3 1; #X msg 81 47 3 4 1; #X text 13 21 and the location of the first occurance of the maximum ; #X connect 3 0 7 0; #X connect 4 0 7 0; #X connect 5 0 7 0; #X connect 7 0 0 0; #X connect 7 1 8 0; #X connect 9 0 7 0; #X connect 10 0 7 0;
30
control list_op
maximum of a list of floats
create a purr-data patch that matches the following description and keywords.
Description: maximum of a list of floats, Keywords: control list_op
ftos-help.pd
externals\ext13\ftos-help.pd
#N canvas 0 31 450 262 10; #X obj 174 130 ftos; #X msg 174 68 bang; #X floatatom 131 69 5 0 0 0 - - -; #X symbolatom 174 173 10 0 0 0 - - -; #X text 118 30 convert a float to a symbol; #X obj 174 203 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #N canvas 460 113 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; #X text 12 105 AUTHOR d13@klingt.org; #X text 12 45 DESCRIPTION convert a float to a symbol; #X text 12 65 INLET_0 float bang; #X text 12 85 OUTLET_0 symbol; #X text 12 5 KEYWORDS control conversion; #X restore 388 229 pd META; #X connect 0 0 3 0; #X connect 1 0 0 0; #X connect 2 0 0 0; #X connect 3 0 5 0;
#N canvas 0 31 450 262 10; #X obj 174 130 ftos; #X msg 174 68 bang; #X floatatom 131 69 5 0 0 0 - - -; #X symbolatom 174 173 10 0 0 0 - - -; #X text 118 30 convert a float to a symbol; #X obj 174 203 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X connect 0 0 3 0; #X connect 1 0 0 0; #X connect 2 0 0 0; #X connect 3 0 5 0;
20
control conversion
convert a float to a symbol
create a purr-data patch that matches the following description and keywords.
Description: convert a float to a symbol, Keywords: control conversion
streamMinMax-help.pd
externals\tof\tof\streamMinMax-help.pd
#N canvas 1 53 412 446 10; #X floatatom 82 146 5 0 0 0 - - -; #X obj 199 195 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X floatatom 118 297 5 0 0 0 minimum - -; #X floatatom 188 322 5 0 0 0 maximum - -; #X text 216 193 reset; #X text 61 124 number stream; #X obj 2 -43 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text 7 1 author: mrtoftrash@gmail.com; #X text 7 -44 description: outputs the minimum and maximum float of a stream of numbers.; #X text 7 -10 tags: stream; #X text 7 12 version: 2009-05-07 (initial release); #X text 210 145 set minimum and maximum; #X text 4 74 Argument 2: maximum value at start (defaults to none) ; #X text 4 59 Argument 1: minimum value at start (defaults to none) ; #X msg 168 144 43 90; #X obj 9 95 tof/streamMinMax 45 100; #X obj 118 267 tof/streamMinMax; #N canvas 259 140 494 344 META 0; #X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 55 LICENSE GPL v2; #X text 12 135 AUTHOR Thomas Ouellet Fredericks; #X text 12 5 KEYWORDS control conversion; #X text 12 25 DESCRIPTION output the minimum and maximum float of a stream of numbers; #X text 12 75 INLET_0 float list bang; #X text 12 95 OUTLET_0 float; #X text 12 115 OUTLET_1 float; #X restore 352 348 pd META; #X connect 0 0 16 0; #X connect 1 0 16 0; #X connect 14 0 16 0; #X connect 16 0 2 0; #X connect 16 1 3 0;
#N canvas 1 53 412 446 10; #X floatatom 82 146 5 0 0 0 - - -; #X obj 199 195 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X floatatom 118 297 5 0 0 0 minimum - -; #X floatatom 188 322 5 0 0 0 maximum - -; #X text 216 193 reset; #X text 61 124 number stream; #X obj 2 -43 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text 7 1 author: mrtoftrash@gmail.com; #X text 7 -44 description: outputs the minimum and maximum float of a stream of numbers.; #X text 7 -10 tags: stream; #X text 7 12 version: 2009-05-07 (initial release); #X text 210 145 set minimum and maximum; #X text 4 74 Argument 2: maximum value at start (defaults to none) ; #X text 4 59 Argument 1: minimum value at start (defaults to none) ; #X msg 168 144 43 90; #X obj 9 95 tof/streamMinMax 45 100; #X obj 118 267 tof/streamMinMax; #X connect 0 0 16 0; #X connect 1 0 16 0; #X connect 14 0 16 0; #X connect 16 0 2 0; #X connect 16 1 3 0;
33
control conversion
output the minimum and maximum float of a stream of numbers
create a purr-data patch that matches the following description and keywords.
Description: output the minimum and maximum float of a stream of numbers, Keywords: control conversion
hid_one2two-help.pd
externals\hid\hid_one2two-help.pd
#N canvas 0 31 473 316 10; #X obj 5 2 cnv 15 450 20 empty empty hid_one2two 2 11 1 18 -233017 -66577 0; #X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <hans@eds.org> ; #X text 244 284 released under the GNU GPL; #X floatatom 153 110 5 0 0 0 - - -; #X floatatom 83 176 5 0 0 0 - - -; #X obj 156 91 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 86 203 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X text 98 243 For more info:; #X floatatom 263 176 5 0 0 0 - - -; #X obj 266 203 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X text 18 28 Simple one-to-two mapping object. The first inlet is passed thru \, the range of the output data on the second inlet starts at the point in the input range specified as an arugment.; #X obj 153 145 hid/hid_one2two 0.3; #N canvas 483 31 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL; #X text 12 125 AUTHOR Hans-Christoph Steiner; #X text 12 65 INLET_0 float; #X text 12 105 OUTLET_1 float; #X text 12 85 OUTLET_0 float; #X text 12 45 DESCRIPTION simple one-to-two mapping object; #X text 12 5 KEYWORDS control abstraction; #X restore 419 270 pd META; #X connect 4 0 12 0; #X connect 5 0 7 0; #X connect 6 0 4 0; #X connect 9 0 10 0; #X connect 12 0 5 0; #X connect 12 1 9 0;
#N canvas 0 31 473 316 10; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <hans@eds.org> ; #X text 244 284 released under the GNU GPL; #X floatatom 153 110 5 0 0 0 - - -; #X floatatom 83 176 5 0 0 0 - - -; #X obj 156 91 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 86 203 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X text 98 243 For more info:; #X floatatom 263 176 5 0 0 0 - - -; #X obj 266 203 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X text 18 28 Simple one-to-two mapping object. The first inlet is passed thru \, the range of the output data on the second inlet starts at the point in the input range specified as an arugment.; #X obj 153 145 hid/hid_one2two 0.3; #X connect 4 0 12 0; #X connect 5 0 7 0; #X connect 6 0 4 0; #X connect 9 0 10 0; #X connect 12 0 5 0; #X connect 12 1 9 0;
30
control abstraction
simple one-to-two mapping object
create a purr-data patch that matches the following description and keywords.
Description: simple one-to-two mapping object, Keywords: control abstraction
atan2~-help.pd
externals\ggee\signal\atan2~-help.pd
#N canvas 0 26 500 184 10; #X obj 33 88 atan2~; #X text 30 121 (C) Guenter Geiger; #X text 30 18 The atan2 function is used to get the phase from a imaginary value of the fft.; #N canvas 46 242 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE Tcl/Tk; #X text 12 5 KEYWORDS signal trigonometry; #X text 12 125 AUTHOR Guenter Geiger; #X text 12 45 DESCRIPTION get the phase from a imaginary value of the fft; #X text 12 65 INLET_0 signal; #X text 12 85 INLET_1 signal; #X text 12 105 OUTLET_0 signal; #X restore 440 153 pd META;
#N canvas 0 26 500 184 10; #X obj 33 88 atan2~; #X text 30 121 (C) Guenter Geiger; #X text 30 18 The atan2 function is used to get the phase from a imaginary value of the fft.;
14
signal trigonometry
get the phase from a imaginary value of the fft
create a purr-data patch that matches the following description and keywords.
Description: get the phase from a imaginary value of the fft, Keywords: signal trigonometry
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: mrtoftrash@gmail.com; #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: mrtoftrash@gmail.com; #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
all_about_haptics.pd
pd\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
invert-help.pd
externals\markex\invert-help.pd
#N canvas 1 53 424 338 10; #X text 124 68 GEM object; #X msg 170 156 1; #X obj 123 298 print out1; #X obj 123 219 invert; #X msg 123 155 0; #X text 139 22 invert; #N canvas 485 263 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 105 AUTHOR Mark Danks; #X text 12 25 LICENSE GPL v2; #X text 12 45 DESCRIPTION invert; #X text 12 5 KEYWORDS control; #X text 12 65 INLET_0 float; #X text 12 85 OUTLET_0 float; #X restore 368 311 pd META; #X connect 1 0 3 0; #X connect 3 0 2 0; #X connect 4 0 3 0;
#N canvas 1 53 424 338 10; #X text 124 68 GEM object; #X msg 170 156 1; #X obj 123 298 print out1; #X obj 123 219 invert; #X msg 123 155 0; #X text 139 22 invert; #X connect 1 0 3 0; #X connect 3 0 2 0; #X connect 4 0 3 0;
19
control
invert
create a purr-data patch that matches the following description and keywords.
Description: invert, Keywords: control
all_about.pd
pd\doc\5.reference\all_about.pd
#N canvas 434 184 447 377 10; #X obj 2 -3 cnv 15 445 20 empty \$0-pddp.cnv.header all_about_pd 19 11 1 18 -261106 -33289 0; #X obj 407 0 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 444 363 420 149 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 general info for Pure Data; #X text 12 25 KEYWORDS needs_work all_about_pd; #X restore 392 354 pd META; #N canvas 213 407 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 All About Pd- Related Objects; #X restore 103 354 pd Related_objects; #X obj 6 354 pddp/pddplink all_about.pd -text All About Pd; #X obj 24 254 pddp/pddplink cyclone/all_about_cyclone.pd; #X text 20 32 The "All About Pd" collection is a detailed reference for key concepts \, objects \, and settings in Pure Data.; #X obj 23 161 pddp/pddplink all_about_atoms.pd -text 1) All About Atoms ; #X obj 23 181 pddp/pddplink all_about_messages.pd -text 2) All About Messages; #X obj 23 201 pddp/pddplink all_about_arrays.pd -text 3) All About Arrays; #X text 20 67 If you're just getting started \, it may be helpful to take a few minutes to read the following patches:; #X text 20 222 If you're coming from Max/MSP/Jitter \, have a look at the cyclone library for compatible objects:; #X text 5 315 All PDDP help patches have a link to a general help file in the bottom left-hand corner.; #X text 20 277 There are many more "All About..." patches:; #X obj 20 294 pddp/pddplink all_about_index.pd; #X text 20 142 For a brief introduction to data and messages in Pd \, see:; #X obj 23 99 pddp/pddplink all_about_getting_help.pd -text Pure Data Tutorials and Resources; #X obj 23 119 pddp/pddplink all_about_help_patches.pd -text Usage Guide for Internal Pd Objects;
#N canvas 434 184 447 377 10; #X obj 2 -3 cnv 15 445 20 empty \$0-pddp.cnv.header all_about_pd 19 11 1 18 -261106 -33289 0; #X text 20 32 The "All About Pd" collection is a detailed reference for key concepts \, objects \, and settings in Pure Data.; #X text 20 67 If you're just getting started \, it may be helpful to take a few minutes to read the following patches:; #X text 20 222 If you're coming from Max/MSP/Jitter \, have a look at the cyclone library for compatible objects:; #X text 5 315 All PDDP help patches have a link to a general help file in the bottom left-hand corner.; #X text 20 277 There are many more "All About..." patches:; #X text 20 142 For a brief introduction to data and messages in Pd \, see:;
29
needs_work all_about_pd
general info for Pure Data
create a purr-data patch that matches the following description and keywords.
Description: general info for Pure Data, Keywords: needs_work all_about_pd
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
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 d13@klingt.org; #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
noquit-help.pd
externals\hcs\noquit-help.pd
#N canvas 0 26 420 305 10; #X obj 64 222 noquit; #X obj 64 107 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X msg 81 131 bang; #X msg 97 155 reset; #X msg 108 178 quit; #X obj 9 7 cnv 15 400 30 empty empty noquit 20 16 0 14 -261682 -66577 0; #X obj 64 250 bng 35 250 50 0 empty empty bang_on_quit 38 17 0 12 -261234 -1 -1; #X msg 108 198 quitnow; #X text 159 177 quit in the normal way; #X text 88 106 override/reset quitting; #X text 118 132 override quitting; #X text 139 153 re-enable normal quit function; #X text 159 197 quit now without any confirmation at all; #X text 34 58 override quitting Pd for installations \, performances \, etc.; #N canvas 280 175 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 115 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control abstraction pd_op; #X text 12 45 DESCRIPTION override quitting Pd for installations \, performances \, etc.; #X text 12 75 INLET_0 float bang reset quit quitnow; #X text 12 95 OUTLET_0 bang; #X restore 371 284 pd META; #X connect 0 0 6 0; #X connect 1 0 0 0; #X connect 2 0 0 0; #X connect 3 0 0 0; #X connect 4 0 0 0; #X connect 7 0 0 0;
#N canvas 0 26 420 305 10; #X obj 64 222 noquit; #X obj 64 107 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X msg 81 131 bang; #X msg 97 155 reset; #X msg 108 178 quit; #X obj 64 250 bng 35 250 50 0 empty empty bang_on_quit 38 17 0 12 -261234 -1 -1; #X msg 108 198 quitnow; #X text 159 177 quit in the normal way; #X text 88 106 override/reset quitting; #X text 118 132 override quitting; #X text 139 153 re-enable normal quit function; #X text 159 197 quit now without any confirmation at all; #X text 34 58 override quitting Pd for installations \, performances \, etc.; #X connect 0 0 6 0; #X connect 1 0 0 0; #X connect 2 0 0 0; #X connect 3 0 0 0; #X connect 4 0 0 0; #X connect 7 0 0 0;
30
control abstraction pd_op
override quitting Pd for installations \, performances \, etc.
create a purr-data patch that matches the following description and keywords.
Description: override quitting Pd for installations \, performances \, etc., Keywords: control abstraction pd_op
rec_play-help.pd
externals\mapping\rec_play-help.pd
#N canvas 1 53 617 488 10; #X obj 41 41 vsl 15 128 0 127 0 0 empty empty empty 0 -9 0 10 -262144 -1 -1 5700 1; #X obj 41 327 vsl 15 128 0 127 0 0 empty empty empty 0 -9 0 10 -262144 -1 -1 0 1; #X obj 41 179 / 127; #X obj 41 303 * 127; #X obj 76 202 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 96 202 rec; #X obj 112 219 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1 1; #X msg 148 238 write test; #X msg 161 258 read test; #X text 346 152 arg1 : number of sample to record; #X text 346 172 arg2 : time between sample (ms); #X text 190 16 record and play stream of float; #X text 141 45 Warning : the save fonctionality work only if data are :; #X text 478 69 -1 < data < 1; #X text 255 242 write and load in a wave file; #X text 168 280 10s recording \, 10ms between data; #X text 132 219 play (loop); #X obj 41 279 rec_play 1000 10; #N canvas 438 198 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 145 OUTLET_0 float; #X text 12 165 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 65 INLET_0 float; #X text 12 45 DESCRIPTION record and play stream of float; #X text 12 85 INLET_1 float; #X text 12 105 INLET_2 float; #X text 12 125 INLET_3 write read; #X text 12 5 KEYWORDS control abstraction filesystem; #X restore 563 463 pd META; #X connect 0 0 2 0; #X connect 2 0 17 0; #X connect 3 0 1 0; #X connect 4 0 17 1; #X connect 6 0 17 2; #X connect 7 0 17 3; #X connect 8 0 17 3; #X connect 17 0 3 0;
#N canvas 1 53 617 488 10; #X obj 41 41 vsl 15 128 0 127 0 0 empty empty empty 0 -9 0 10 -262144 -1 -1 5700 1; #X obj 41 327 vsl 15 128 0 127 0 0 empty empty empty 0 -9 0 10 -262144 -1 -1 0 1; #X obj 41 179 / 127; #X obj 41 303 * 127; #X obj 76 202 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 96 202 rec; #X obj 112 219 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1 1; #X msg 148 238 write test; #X msg 161 258 read test; #X text 346 152 arg1 : number of sample to record; #X text 346 172 arg2 : time between sample (ms); #X text 190 16 record and play stream of float; #X text 141 45 Warning : the save fonctionality work only if data are :; #X text 478 69 -1 < data < 1; #X text 255 242 write and load in a wave file; #X text 168 280 10s recording \, 10ms between data; #X text 132 219 play (loop); #X obj 41 279 rec_play 1000 10; #X connect 0 0 2 0; #X connect 2 0 17 0; #X connect 3 0 1 0; #X connect 4 0 17 1; #X connect 6 0 17 2; #X connect 7 0 17 3; #X connect 8 0 17 3; #X connect 17 0 3 0;
39
control abstraction filesystem
record and play stream of float
create a purr-data patch that matches the following description and keywords.
Description: record and play stream of float, Keywords: control abstraction filesystem
64k-help.pd
externals\creb\doc\64k-help.pd
#N canvas 0 0 450 300 10; #X text 102 32 a beat shuffler using raw 64k/break sample banks; #N canvas 331 92 494 506 META 0; #X text 12 265 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 85 INLET_1 float; #X text 12 45 DESCRIPTION an overlap add tabread~ clone; #X text 12 65 INLET_0 float; #X text 12 105 INLET_2 float; #X text 12 125 INLET_3 bang; #X text 12 145 INLET_4 float; #X text 12 165 INLET_5 float; #X text 12 185 OUTLET_0 signal; #X text 12 205 OUTLET_1 float; #X text 12 225 OUTLET_2 float; #X text 12 5 KEYWORDS signal abstraction array needs_work (example patch); #X text 12 245 AUTHOR Tom Schouten <tom@zwizwa.be>; #X text 12 25 LICENSE GPL v2; #X restore 398 277 pd META; #X obj 33 32 64k ------;
#N canvas 0 0 450 300 10; #X text 102 32 a beat shuffler using raw 64k/break sample banks; #X obj 33 32 64k ------;
19
signal abstraction array needs_work (example patch)
an overlap add tabread~ clone
create a purr-data patch that matches the following description and keywords.
Description: an overlap add tabread~ clone, Keywords: signal abstraction array needs_work (example patch)
pdf~-help.pd
externals\zexy\reference\pdf~-help.pd
#N canvas 0 31 767 473 10; #X obj 90 43 pdf~; #X text 175 44 probability density function; #X obj 14 166 osc~ 440; #X msg 97 193 bang; #X obj 14 387 tabwrite array99; #X obj 14 303 pdf~ 128; #X msg 96 246 clear; #X msg 97 215 1; #X msg 96 269 0; #X text 146 260 clear the buffer; #X text 140 203 send the pdf to the outlet; #X obj 137 387 print; #X text 90 302 creation argument : number of steps; #X text 227 315 default is 64; #N canvas 0 0 450 300 (subpatch) 0; #X array array99 128 float 0; #X coords 0 1 128 -1 400 300 1; #X restore 338 111 graph; #X text 532 42 part of zexy; #N canvas 460 154 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 85 OUTLET_0 list; #X text 12 105 AUTHOR IOhannes m zmoelnig; #X text 12 5 KEYWORDS signal conversion; #X text 12 45 DESCRIPTION probability density function; #X text 12 65 INLET_0 signal bang float clear; #X restore 711 445 pd META; #X connect 2 0 5 0; #X connect 3 0 5 0; #X connect 5 0 4 0; #X connect 5 0 11 0; #X connect 6 0 5 0; #X connect 7 0 5 0; #X connect 8 0 5 0;
#N canvas 0 31 767 473 10; #X obj 90 43 pdf~; #X text 175 44 probability density function; #X obj 14 166 osc~ 440; #X msg 97 193 bang; #X obj 14 387 tabwrite array99; #X obj 14 303 pdf~ 128; #X msg 96 246 clear; #X msg 97 215 1; #X msg 96 269 0; #X text 146 260 clear the buffer; #X text 140 203 send the pdf to the outlet; #X obj 137 387 print; #X text 90 302 creation argument : number of steps; #X text 227 315 default is 64;
36
signal conversion
probability density function
create a purr-data patch that matches the following description and keywords.
Description: probability density function, Keywords: signal conversion
promiscous~-help.pd
externals\ext13\promiscous~-help.pd
#N canvas 0 31 411 264 10; #X obj 89 151 dac~; #X text 15 19 promiscous~ converts all network traffic; #X text 15 41 from a given interface to signal.; #X text 15 196 pd must run with root permissions \, to catch the traffic ; #X obj 100 93 promiscous~ eth0; #N canvas 421 178 494 344 META 0; #X text 12 115 RELEASE_DATE 2009-06-12; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 95 AUTHOR d13@klingt.org; #X text 12 25 LICENSE GPL v2; #X text 12 45 DESCRIPTION convert all network traffic from a given interface to a signal; #X text 12 75 OUTLET_0 signal; #X text 12 5 KEYWORDS signal network; #X restore 354 237 pd META; #X connect 4 0 0 0; #X connect 4 0 0 1;
#N canvas 0 31 411 264 10; #X obj 89 151 dac~; #X text 15 19 promiscous~ converts all network traffic; #X text 15 41 from a given interface to signal.; #X text 15 196 pd must run with root permissions \, to catch the traffic ; #X obj 100 93 promiscous~ eth0; #X connect 4 0 0 0; #X connect 4 0 0 1;
17
signal network
convert all network traffic from a given interface to a signal
create a purr-data patch that matches the following description and keywords.
Description: convert all network traffic from a given interface to a signal, Keywords: signal network
all_about_libraries.pd
packages\win64_inno\build\doc\5.reference\all_about_libraries.pd
#N canvas 429 58 448 238 10; #X declare; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header libraries 20 10 1 18 -261106 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 216 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 374 81 494 169 META 0; #X text 12 85 LIBRARY PDDP; #X text 12 105 HELP_PATCH_AUTHORS Dave Sabine \, May 5 \, 2003 . Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42. Some info was pulled from puredata.info; #X text 12 65 DESCRIPTION how pure data libraries are loaded; #X text 12 45 KEYWORDS needs_work all_about_pd; #X restore 392 218 pd META; #N canvas 216 143 428 105 Related_objects 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261106 -33289 0; #X text 7 2 Libraries - Related Objects; #X obj 22 42 declare; #X obj 22 72 import; #X restore 103 218 pd Related_objects; #X obj 6 218 pddp/pddplink all_about.pd -text All About Pd; #X text 20 37 Explain what libraries are \, how to load them \, and any missing features that are currently being worked on.; #N canvas 14 48 428 166 How_to_load_libraries 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 20 10 1 18 -261106 -33289 0; #X text 7 1 How to load libraries; #X text 19 36 Ways to load libraries: command line \, declare \, import \, any others?; #X restore 43 81 pd How_to_load_libraries; #N canvas 9 155 428 240 What_happens_when_you_load_a_library 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 20 10 1 18 -261106 -33289 0; #X text 7 1 What happens when you load a library?; #X text 19 37 Describe what happens \, and maybe give one or two examples... ; #X restore 43 111 pd What_happens_when_you_load_a_library; #N canvas 7 69 428 112 Loading_libs_in_an_abstraction 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 20 10 1 18 -261106 -33289 0; #X text 7 1 Loading libs in an abstraction; #X text 20 37 Info here...; #X restore 43 141 pd Loading_libs_in_an_abstraction;
#N canvas 429 58 448 238 10; #X declare; #X text 20 37 Explain what libraries are \, how to load them \, and any missing features that are currently being worked on.;
34
needs_work all_about_pd
how pure data libraries are loaded
create a purr-data patch that matches the following description and keywords.
Description: how pure data libraries are loaded, Keywords: needs_work all_about_pd
12.path.pd
pd\doc\4.data.structures\pd-l2ork\ds-tutorials\12.path.pd
#N struct drawtut-path float x float y; #N canvas 2 25 850 556 10; #X text 0 1 New Drawing Commands: path; #X text 1 1 __________________________; #X text 53 23 Paths are complex drawings.; #X obj 53 47 struct drawtut-path float x float y; #X scalar drawtut-path 292 124 \;; #X msg 53 107 stroke black \, stroke-width 1 \, fill yellow \, transform scale 2; #X text 671 221 <- a complex path; #X obj 53 82 loadbang; #X text 52 404 Svg paths are quite complex and powerful. After the word "path" \, you must specify single-letter drawing commands followed by numeric coordinate and shape data for the command. A single path can have several subpaths-- the one to the left has three \, one for each letter.; #X text 52 474 You can find out more about them in the svg specification: ; #X obj 52 495 pddp/pddplink http://www.w3.org/TR/SVG/paths.html; #X obj 53 133 draw path m 156.27 34.6306 3.94531 0 0 25.8398 14.1992 0 0 3.32031 -18.1445 0 0 -29.1602 m -19.6484 2.67578 c -2.86459 2.7e-05 -5.14324 1.06773 -6.83593 3.20312 -1.6797 2.13544 -2.51954 5.04559 -2.51953 8.73047 -1e-05 3.67189 0.83983 6.57553 2.51953 8.71094 1.69269 2.13542 3.97134 3.20313 6.83593 3.20312 2.86457 2e-06 5.13019 -1.06771 6.79688 -3.20312 1.67966 -2.13541 2.5195 -5.03905 2.51953 -8.71094 -3e-05 -3.68488 -0.83987 -6.59503 -2.51953 -8.73047 -1.66669 -2.13539 -3.93231 -3.2031 -6.79688 -3.20312 m 0 -3.20312 c 4.08853 3e-05 7.35675 1.37373 9.80469 4.12109 2.44789 2.7344 3.67185 6.40627 3.67188 11.0156 -3e-05 4.59636 -1.22399 8.26824 -3.67188 11.0156 -2.44794 2.73438 -5.71616 4.10156 -9.80469 4.10156 -4.10157 -1e-06 -7.38282 -1.36719 -9.84375 -4.10156 -2.44792 -2.73437 -3.67187 -6.40624 -3.67187 -11.0156 0 -4.60936 1.22395 -8.28123 3.67187 -11.0156 2.46093 -2.74737 5.74218 -4.12106 9.84375 -4.12109 m -32.6953 0.527344 3.94531 0 0 25.8398 14.1992 0 0 3.32031 -18.1445 0 0 -29.1602; #X text 468 299 Unfortunately the bounding-box calculation for some curves doesn't work as precisely as it should. This means some paths may extend past the edges of the selection rectangle in Pd. (Like the bottom of the "O" in the example above; #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 paths to display data structure data ; #X restore 776 520 pd META; #X text 466 375 If you copy/paste path data from SVGs on the web \, try putting the data in quotes and prepending "d=" \, like this:; #X text 466 415 [draw path d="M-2 0 3-3"]; #X text 466 437 When you instantiate it \, Pd will normalize the path data by putting spaces between each item in the path \, removing commas \, and making all commands explicit \, like this:; #X text 466 485 [draw path M -2 0 L 3 -3]; #X connect 5 0 11 0; #X connect 7 0 5 0;
#N struct drawtut-path float x float y; #N canvas 2 25 850 556 10; #X text 0 1 New Drawing Commands: path; #X text 1 1 __________________________; #X text 53 23 Paths are complex drawings.; #X obj 53 47 struct drawtut-path float x float y; #X scalar drawtut-path 292 124 \;; #X msg 53 107 stroke black \, stroke-width 1 \, fill yellow \, transform scale 2; #X text 671 221 <- a complex path; #X obj 53 82 loadbang; #X text 52 404 Svg paths are quite complex and powerful. After the word "path" \, you must specify single-letter drawing commands followed by numeric coordinate and shape data for the command. A single path can have several subpaths-- the one to the left has three \, one for each letter.; #X text 52 474 You can find out more about them in the svg specification: ; #X obj 53 133 draw path m 156.27 34.6306 3.94531 0 0 25.8398 14.1992 0 0 3.32031 -18.1445 0 0 -29.1602 m -19.6484 2.67578 c -2.86459 2.7e-05 -5.14324 1.06773 -6.83593 3.20312 -1.6797 2.13544 -2.51954 5.04559 -2.51953 8.73047 -1e-05 3.67189 0.83983 6.57553 2.51953 8.71094 1.69269 2.13542 3.97134 3.20313 6.83593 3.20312 2.86457 2e-06 5.13019 -1.06771 6.79688 -3.20312 1.67966 -2.13541 2.5195 -5.03905 2.51953 -8.71094 -3e-05 -3.68488 -0.83987 -6.59503 -2.51953 -8.73047 -1.66669 -2.13539 -3.93231 -3.2031 -6.79688 -3.20312 m 0 -3.20312 c 4.08853 3e-05 7.35675 1.37373 9.80469 4.12109 2.44789 2.7344 3.67185 6.40627 3.67188 11.0156 -3e-05 4.59636 -1.22399 8.26824 -3.67188 11.0156 -2.44794 2.73438 -5.71616 4.10156 -9.80469 4.10156 -4.10157 -1e-06 -7.38282 -1.36719 -9.84375 -4.10156 -2.44792 -2.73437 -3.67187 -6.40624 -3.67187 -11.0156 0 -4.60936 1.22395 -8.28123 3.67187 -11.0156 2.46093 -2.74737 5.74218 -4.12106 9.84375 -4.12109 m -32.6953 0.527344 3.94531 0 0 25.8398 14.1992 0 0 3.32031 -18.1445 0 0 -29.1602; #X text 468 299 Unfortunately the bounding-box calculation for some curves doesn't work as precisely as it should. This means some paths may extend past the edges of the selection rectangle in Pd. (Like the bottom of the "O" in the example above; #X text 466 375 If you copy/paste path data from SVGs on the web \, try putting the data in quotes and prepending "d=" \, like this:; #X text 466 415 [draw path d="M-2 0 3-3"]; #X text 466 437 When you instantiate it \, Pd will normalize the path data by putting spaces between each item in the path \, removing commas \, and making all commands explicit \, like this:; #X text 466 485 [draw path M -2 0 L 3 -3]; #X connect 5 0 11 0; #X connect 7 0 5 0;
28
tutorial data_structure draw gui
drawing paths to display data structure data
create a purr-data patch that matches the following description and keywords.
Description: drawing paths to display data structure data, Keywords: tutorial data_structure draw gui
11.polygon.pd
pd\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
test_n-help.pd
externals\mapping\test_n-help.pd
#N canvas 1 53 467 373 10; #X floatatom 222 280 5 0 0 0 - - -; #X floatatom 150 329 5 0 0 0 - - -; #X msg 150 245 0; #X msg 181 245 1; #X text 268 277 size: n; #X text 19 25 sends a 1 if the last n values are equal to the first argument; #X floatatom 137 194 5 0 0 0 - - -; #X msg 137 110 word; #X msg 175 110 not-word; #X msg 120 245 2; #X text 13 72 click [word( five times in a row and you will get a 1 (5 is the default for how many \, aka "n"); #X text 25 220 click [2( three times in a row and you will get a 1 ; #X obj 137 168 test_n word; #X obj 150 303 test_n 2 3; #X obj 5 2 cnv 15 450 20 empty empty test_n 2 11 1 18 -233017 -66577 0; #N canvas 464 140 494 344 META 0; #X text 12 175 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 135 OUTLET_0 float; #X text 12 155 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 5 KEYWORDS control abstraction; #X text 12 45 DESCRIPTION send a 1 if the last n values are equal to the first argument; #X text 12 75 INLET_0 anything; #X text 12 95 INLET_1 anything; #X text 12 115 INLET_2 float; #X restore 405 338 pd META; #X connect 0 0 13 2; #X connect 2 0 13 0; #X connect 3 0 13 0; #X connect 7 0 12 0; #X connect 8 0 12 0; #X connect 9 0 13 0; #X connect 12 0 6 0; #X connect 13 0 1 0;
#N canvas 1 53 467 373 10; #X floatatom 222 280 5 0 0 0 - - -; #X floatatom 150 329 5 0 0 0 - - -; #X msg 150 245 0; #X msg 181 245 1; #X text 268 277 size: n; #X text 19 25 sends a 1 if the last n values are equal to the first argument; #X floatatom 137 194 5 0 0 0 - - -; #X msg 137 110 word; #X msg 175 110 not-word; #X msg 120 245 2; #X text 13 72 click [word( five times in a row and you will get a 1 (5 is the default for how many \, aka "n"); #X text 25 220 click [2( three times in a row and you will get a 1 ; #X obj 137 168 test_n word; #X obj 150 303 test_n 2 3; #X connect 0 0 13 2; #X connect 2 0 13 0; #X connect 3 0 13 0; #X connect 7 0 12 0; #X connect 8 0 12 0; #X connect 9 0 13 0; #X connect 12 0 6 0; #X connect 13 0 1 0;
35
control abstraction
send a 1 if the last n values are equal to the first argument
create a purr-data patch that matches the following description and keywords.
Description: send a 1 if the last n values are equal to the first argument, Keywords: control abstraction
speedlimiter+-help.pd
externals\mapping\speedlimiter+-help.pd
#N canvas 1 53 560 542 10; #X obj 250 328 timeroll; #X obj 46 164 random 1000; #X obj 46 138 metro 30; #X obj 46 114 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 47 328 timeroll; #X obj 72 114 loadbang; #X floatatom 363 208 5 0 0 0 - - -; #X obj 363 230 / 100; #X obj 46 191 / 1000; #X obj 249 253 speedlimiter+ 0.1; #X text 202 11 limit the positive variation to \$1 at every samples ; #N canvas 465 169 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 95 INLET_1 float; #X text 12 115 OUTLET_0 float; #X text 12 135 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 75 INLET_0 float; #X text 12 5 KEYWORDS control abstraction filter; #X text 12 45 DESCRIPTION limit the positive variation to \$1 for every samples; #X restore 475 505 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 560 542 10; #X obj 250 328 timeroll; #X obj 46 164 random 1000; #X obj 46 138 metro 30; #X obj 46 114 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 47 328 timeroll; #X obj 72 114 loadbang; #X floatatom 363 208 5 0 0 0 - - -; #X obj 363 230 / 100; #X obj 46 191 / 1000; #X obj 249 253 speedlimiter+ 0.1; #X text 202 11 limit the positive variation to \$1 at 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 the positive variation to \$1 for every samples
create a purr-data patch that matches the following description and keywords.
Description: limit the positive variation to \$1 for every samples, Keywords: control abstraction filter
02.draw.pd
pd\doc\4.data.structures\pd-l2ork\ds-tutorials\02.draw.pd
#N struct drawtut-one float x float y; #N canvas 2 25 495 603 10; #X text 0 1 New Drawing Commands: draw; #X text 0 1 __________________________; #X obj 53 47 struct drawtut-one float x float y; #X text 53 185 Now let's define a shape to associate with this [struct]: ; #X text 53 231 This object starts with the word "draw" followed by the name of an svg shape-- "rect" here. Any arguments after that are coordinates and other data telling Pd how to draw the shape. For convenience \, coordinates are relative to the x/y fields.; #X text 53 359 So how do we draw something? We just type the name we gave to the [struct] into an object box. This will create an object \, referred to in Pd as a "scalar". It will have data for "x" and "y" fields and will use the info in our [draw] object to draw itself on the canvas.; #X text 53 429 Type our [struct] name "drawtut-one" in the box below: ; #X text 53 142 The field names "x" and "y" are special in Pd. Their values will be associated with the base x/y coordinates of what we draw to represent an object created from the [struct] above.; #X text 53 499 That's it! To sum up: once you have a [struct] and some [draw] objects \, you can create a scalar like the one above on any canvas in the running Pd instance. For convenience we created everything in the main patch \, but since there's only one [struct] per canvas you typically will want to keep your [struct] and any [draw] objects in their own subpatch.; #X obj 56 453; #X obj 53 209 draw rect 40 40 0 0; #X text 53 288 Any [draw] object on the same canvas as our [struct] will be used to draw a shape to represent the data structure we've defined here. To keep things organized Pd expects there to be only one [struct] object per canvas. That way it's simple to know which [draw] commands go with which data structure.; #X text 178 208 <- rectangle \, 40x40 pixels at offset (0 \, 0); #N canvas 291 300 450 300 META 0; #X text 16 26 LICENSE SIBSD; #X text 16 66 AUTHOR Jonathan Wilkes; #X text 16 86 HELP_PATCH_AUTHORS Jonathan Wilkes; #X text 16 6 KEYWORDS tutorial data_structure draw gui; #X text 16 46 DESCRIPTION introducing the [draw] command; #X restore 435 575 pd META; #X text 53 23 Let's draw something! First we need a [struct]:; #X text 53 67 The first argument "drawtut-one" is a name for our data. ; #X text 53 88 The other arguments define our data fields. The fields "x" and "y" are names for data fields \, and the word "float" that precedes each one tells Pd that each one should hold a floating point number.;
#N struct drawtut-one float x float y; #N canvas 2 25 495 603 10; #X text 0 1 New Drawing Commands: draw; #X text 0 1 __________________________; #X obj 53 47 struct drawtut-one float x float y; #X text 53 185 Now let's define a shape to associate with this [struct]: ; #X text 53 231 This object starts with the word "draw" followed by the name of an svg shape-- "rect" here. Any arguments after that are coordinates and other data telling Pd how to draw the shape. For convenience \, coordinates are relative to the x/y fields.; #X text 53 359 So how do we draw something? We just type the name we gave to the [struct] into an object box. This will create an object \, referred to in Pd as a "scalar". It will have data for "x" and "y" fields and will use the info in our [draw] object to draw itself on the canvas.; #X text 53 429 Type our [struct] name "drawtut-one" in the box below: ; #X text 53 142 The field names "x" and "y" are special in Pd. Their values will be associated with the base x/y coordinates of what we draw to represent an object created from the [struct] above.; #X text 53 499 That's it! To sum up: once you have a [struct] and some [draw] objects \, you can create a scalar like the one above on any canvas in the running Pd instance. For convenience we created everything in the main patch \, but since there's only one [struct] per canvas you typically will want to keep your [struct] and any [draw] objects in their own subpatch.; #X obj 56 453; #X obj 53 209 draw rect 40 40 0 0; #X text 53 288 Any [draw] object on the same canvas as our [struct] will be used to draw a shape to represent the data structure we've defined here. To keep things organized Pd expects there to be only one [struct] object per canvas. That way it's simple to know which [draw] commands go with which data structure.; #X text 178 208 <- rectangle \, 40x40 pixels at offset (0 \, 0); #X text 53 23 Let's draw something! First we need a [struct]:; #X text 53 67 The first argument "drawtut-one" is a name for our data. ; #X text 53 88 The other arguments define our data fields. The fields "x" and "y" are names for data fields \, and the word "float" that precedes each one tells Pd that each one should hold a floating point number.;
25
tutorial data_structure draw gui
introducing the [draw] command
create a purr-data patch that matches the following description and keywords.
Description: introducing the [draw] command, Keywords: tutorial data_structure draw gui
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
vmtof-help.pd
externals\smlib\vmtof-help.pd
#N canvas 1 53 400 214 10; #X text 192 79 j#|@2002; #X obj 214 59 SMLib-help; #X obj 15 57 vmtof; #X text 10 6 midi to frequency on a vector; #X msg 15 33 69 70 81; #X obj 15 80 print vmtof; #N canvas 125 237 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Johannes Taelman (johannes.taelman@rug.ac.be) ; #X text 12 65 INLET_0 list float; #X text 12 45 DESCRIPTION midi to frequency on a vector; #X text 12 85 OUTLET_0 list float; #X text 12 5 KEYWORDS control list_op conversion MIDI; #X restore 225 107 pd META; #X connect 2 0 5 0; #X connect 4 0 2 0;
#N canvas 1 53 400 214 10; #X text 192 79 j#|@2002; #X obj 214 59 SMLib-help; #X obj 15 57 vmtof; #X text 10 6 midi to frequency on a vector; #X msg 15 33 69 70 81; #X obj 15 80 print vmtof; #X connect 2 0 5 0; #X connect 4 0 2 0;
18
control list_op conversion MIDI
midi to frequency on a vector
create a purr-data patch that matches the following description and keywords.
Description: midi to frequency on a vector, Keywords: control list_op conversion MIDI
glue-help.pd
externals\zexy\reference\glue-help.pd
#N canvas 0 31 577 363 10; #X obj 111 58 glue; #X text 171 58 glue together 2 packages (append \, prepend \, ...) ; #X msg 95 143 1 2 3; #X msg 127 170 4 you and me; #X obj 95 274 print; #X obj 277 270 print; #X msg 277 154 bang; #X msg 317 154 symbol click; #X text 104 335 creation argument: preset the second inlet; #X msg 51 175 bang; #X obj 95 206 glue; #X obj 277 206 glue and stick; #X text 490 14 part of zexy; #N canvas 538 191 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 85 OUTLET_0 anything; #X text 12 45 DESCRIPTION glue together 2 packages (append \, prepend \, ...); #X text 12 65 INLET_0 anything; #X text 12 105 OUTLET_1 anything; #X text 12 5 KEYWORDS control anything_op storage; #X restore 524 335 pd META; #X connect 2 0 10 0; #X connect 3 0 10 1; #X connect 6 0 11 0; #X connect 7 0 11 0; #X connect 9 0 10 0; #X connect 10 0 4 0; #X connect 11 0 5 0;
#N canvas 0 31 577 363 10; #X obj 111 58 glue; #X text 171 58 glue together 2 packages (append \, prepend \, ...) ; #X msg 95 143 1 2 3; #X msg 127 170 4 you and me; #X obj 95 274 print; #X obj 277 270 print; #X msg 277 154 bang; #X msg 317 154 symbol click; #X text 104 335 creation argument: preset the second inlet; #X msg 51 175 bang; #X obj 95 206 glue; #X obj 277 206 glue and stick; #X text 490 14 part of zexy; #X connect 2 0 10 0; #X connect 3 0 10 1; #X connect 6 0 11 0; #X connect 7 0 11 0; #X connect 9 0 10 0; #X connect 10 0 4 0; #X connect 11 0 5 0;
31
control anything_op storage
glue together 2 packages (append \, prepend \, ...)
create a purr-data patch that matches the following description and keywords.
Description: glue together 2 packages (append \, prepend \, ...), Keywords: control anything_op storage
dfreq~-help.pd
externals\zexy\reference\dfreq~-help.pd
#N canvas 0 0 598 301 10; #X obj 61 163 dfreq~; #X obj 61 133 osc~ 440; #X obj 61 231 print~; #X msg 96 208 bang; #X obj 85 28 dfreq~; #X text 146 27 a frequency detector that counts zero-crossings; #X floatatom 61 109 0 0 0 0 - - -; #X text 182 104 every zero-crossing the frequency-estimation is updated \, therefore this estimation is given as a signal...; #X text 179 170 this detector won't work properly on complex signals (e.g. zero-crossings should not be caused by higher partials); #X text 177 205 on the other hand \, this is much cheaper than fft's or fiddle...; #X text 503 7 part of zexy; #X text 183 265 thanks to w.ritsch for this one; #N canvas 515 193 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS signal analysis; #X text 12 105 AUTHOR IOhannes m zmoelnig; #X text 12 45 DESCRIPTION a frequency detector that counts zero-crossings ; #X text 12 65 INLET_0 signal; #X text 12 85 OUTLET_0 signal; #X restore 540 272 pd META; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 3 0 2 0; #X connect 6 0 1 0;
#N canvas 0 0 598 301 10; #X obj 61 163 dfreq~; #X obj 61 133 osc~ 440; #X obj 61 231 print~; #X msg 96 208 bang; #X obj 85 28 dfreq~; #X text 146 27 a frequency detector that counts zero-crossings; #X floatatom 61 109 0 0 0 0 - - -; #X text 182 104 every zero-crossing the frequency-estimation is updated \, therefore this estimation is given as a signal...; #X text 179 170 this detector won't work properly on complex signals (e.g. zero-crossings should not be caused by higher partials); #X text 177 205 on the other hand \, this is much cheaper than fft's or fiddle...; #X text 503 7 part of zexy; #X text 183 265 thanks to w.ritsch for this one; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 3 0 2 0; #X connect 6 0 1 0;
26
signal analysis
a frequency detector that counts zero-crossings
create a purr-data patch that matches the following description and keywords.
Description: a frequency detector that counts zero-crossings, Keywords: signal analysis
cauchy-help.pd
externals\maxlib\cauchy-help.pd
#N canvas 0 31 487 308 12; #X obj 70 95 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X floatatom 70 192 5 0 0 0 - - -; #X floatatom 185 103 5 0 0 0 - - -; #X obj 70 140 cauchy 0.5; #X text 238 104 alpha - governs spread; #X text 39 21 cauchy :: Cauchy distributed random numbers; #N canvas 293 158 494 344 META 0; #X text 12 150 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 130 AUTHOR Olaf Matthes <olaf.matthes@gmx.de>; #X text 12 90 INLET_1 float; #X text 12 110 OUTLET_0 float; #X text 12 45 DESCRIPTION Cauchy distributed random numbers; #X text 12 5 KEYWORDS control random; #X text 12 70 INLET_0 bang; #X restore 425 278 pd META; #X connect 0 0 3 0; #X connect 2 0 3 1; #X connect 3 0 1 0;
#N canvas 0 31 487 308 12; #X obj 70 95 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X floatatom 70 192 5 0 0 0 - - -; #X floatatom 185 103 5 0 0 0 - - -; #X obj 70 140 cauchy 0.5; #X text 238 104 alpha - governs spread; #X text 39 21 cauchy :: Cauchy distributed random numbers; #X connect 0 0 3 0; #X connect 2 0 3 1; #X connect 3 0 1 0;
20
control random
Cauchy distributed random numbers
create a purr-data patch that matches the following description and keywords.
Description: Cauchy distributed random numbers, Keywords: control random
classpath-help.pd
externals\hcs\classpath-help.pd
#N canvas 0 26 425 241 10; #X obj 40 130 classpath; #X msg 40 92 bang; #X obj 65 180 print; #X symbolatom 40 208 0 0 0 0 - - -; #X obj 101 155 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #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 154 <-- banged when the end of the list is reached; #X msg 82 92 rewind; #N canvas 435 26 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 125 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION report global class paths; #X text 12 65 INLET_0 bang rewind; #X text 12 85 OUTLET_0 symbol; #X text 12 105 OUTLET_1 bang; #X text 12 5 KEYWORDS control pd-op; #X restore 376 221 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 7 0 0 0;
#N canvas 0 26 425 241 10; #X obj 40 130 classpath; #X msg 40 92 bang; #X obj 65 180 print; #X symbolatom 40 208 0 0 0 0 - - -; #X obj 101 155 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #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 154 <-- banged when the end of the list is reached; #X msg 82 92 rewind; #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 7 0 0 0;
24
control pd-op
report global class paths
create a purr-data patch that matches the following description and keywords.
Description: report global class paths, Keywords: control pd-op
bendinfix-help.pd
externals\bendinfix\bendinfix-help.pd
#N canvas 696 372 460 365 12; #X obj 22 263 bendinfix; #X floatatom 22 292 5 0 0 0 - - -, f 5; #X msg 78 233 0; #X obj 22 233 bendin; #X text 21 321 corrected pitch bend value (-8192 - 8191 range); #X text 22 206 pitch bend input; #X text 113 234 Passing 0 as input gives the amount by which the result is shifted. This will be -8192 for a vanilla-compatible bendin implementation \, 0 otherwise., f 46; #N canvas 477 282 494 344 META 0; #X text 12 5 KEYWORDS control MIDI; #X text 12 25 LICENSE MIT; #X text 12 85 INLET_0 float; #X text 12 105 OUTLET_0 float; #X text 12 129 AUTHOR Albert Gräf; #X text 12 149 WEBSITE https://agraef.github.io/purr-data/; #X text 12 169 RELEASE_DATE 2020; #X text 12 192 HELP_PATCH_AUTHORS Albert Gräf; #X text 12 45 DESCRIPTION translate bendin output to signed values for all Pd flavors; #X restore 380 335 pd META; #X text 18 2 bendinfix - correct bendin values for all Pd flavors; #X text 17 41 Background: Pd has a long-standing bug (which won't be fixed due to backward compatibility concerns) in that its bendin range (0 - 16383) doesn't match its bendout range (-8192 - 8191). The former is what MIDI readily yields \, while the latter is more convenient for translating pitch bends into frequency offsets. The bendinfix object translates bendin's output to the correct (signed) range \, and works across all Pd flavors \, including Pd-L2ork and Purr Data where bendin returns a signed result by default.; #X connect 0 0 1 0; #X connect 2 0 0 0; #X connect 3 0 0 0;
#N canvas 696 372 460 365 12; #X obj 22 263 bendinfix; #X floatatom 22 292 5 0 0 0 - - -, f 5; #X msg 78 233 0; #X obj 22 233 bendin; #X text 21 321 corrected pitch bend value (-8192 - 8191 range); #X text 22 206 pitch bend input; #X text 113 234 Passing 0 as input gives the amount by which the result is shifted. This will be -8192 for a vanilla-compatible bendin implementation \, 0 otherwise., f 46; #X text 18 2 bendinfix - correct bendin values for all Pd flavors; #X text 17 41 Background: Pd has a long-standing bug (which won't be fixed due to backward compatibility concerns) in that its bendin range (0 - 16383) doesn't match its bendout range (-8192 - 8191). The former is what MIDI readily yields \, while the latter is more convenient for translating pitch bends into frequency offsets. The bendinfix object translates bendin's output to the correct (signed) range \, and works across all Pd flavors \, including Pd-L2ork and Purr Data where bendin returns a signed result by default.; #X connect 0 0 1 0; #X connect 2 0 0 0; #X connect 3 0 0 0;
24
control MIDI
translate bendin output to signed values for all Pd flavors
create a purr-data patch that matches the following description and keywords.
Description: translate bendin output to signed values for all Pd flavors, Keywords: control MIDI
reson~-help.pd
externals\markex\reson~-help.pd
#N canvas 1 53 577 450 10; #X text 15 35 Bandpass filter controllable by center frequency and Q; #X obj 32 382 dac~; #X obj 32 343 *~ 0.2; #X floatatom 160 294 0 0 0 0 - - -; #X msg 133 227 200 \, 10000 4000; #X obj 31 210 noise~; #X text 36 226 input signal; #X text 133 211 center freq; #X text 89 250 gain; #X text 172 325 optional arguments set values of gain \, center frequency \, and Q (default 0 \, 0 \, 0.01); #X text 88 182 list sets gain \, cf \, q (works unless there are any signal inputs for filter parameters); #X text 42 316 filtered output; #X text 15 62 reson~ implements the following filter equation: y[n] = gain * (x[n] - r * x[n-2]) + c1 * y[n-1] + c2 * y[n-2] \, where r \, c1 \, and c2 are parameters calculated from the input center frequency and Q. Q is the filter bandwidth divided by center frequency. Inputs can be floats or signals. The specification is similar to the nres unit generator in cmusic.; #X obj 32 294 reson~ 1 200 23; #X obj 133 250 Line~ 200; #X floatatom 61 254 0 0 0 0 - - -; #X text 158 276 Q: Try range of 1-100; #N canvas 498 140 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 175 AUTHOR Mark Danks; #X text 12 25 LICENSE GPL v2; #X text 12 95 INLET_1 float; #X text 12 5 KEYWORDS signal filter; #X text 12 45 DESCRIPTION bandpass filter controllable by center frequency and Q; #X text 12 75 INLET_0 signal; #X text 12 115 INLET_2 signal; #X text 12 135 INLET_3 float; #X text 12 155 OUTLET_0 signal; #X restore 515 420 pd META; #X connect 2 0 1 0; #X connect 2 0 1 1; #X connect 3 0 13 3; #X connect 4 0 14 0; #X connect 5 0 13 0; #X connect 13 0 2 0; #X connect 14 0 13 2; #X connect 15 0 13 1;
#N canvas 1 53 577 450 10; #X text 15 35 Bandpass filter controllable by center frequency and Q; #X obj 32 382 dac~; #X obj 32 343 *~ 0.2; #X floatatom 160 294 0 0 0 0 - - -; #X msg 133 227 200 \, 10000 4000; #X obj 31 210 noise~; #X text 36 226 input signal; #X text 133 211 center freq; #X text 89 250 gain; #X text 172 325 optional arguments set values of gain \, center frequency \, and Q (default 0 \, 0 \, 0.01); #X text 88 182 list sets gain \, cf \, q (works unless there are any signal inputs for filter parameters); #X text 42 316 filtered output; #X text 15 62 reson~ implements the following filter equation: y[n] = gain * (x[n] - r * x[n-2]) + c1 * y[n-1] + c2 * y[n-2] \, where r \, c1 \, and c2 are parameters calculated from the input center frequency and Q. Q is the filter bandwidth divided by center frequency. Inputs can be floats or signals. The specification is similar to the nres unit generator in cmusic.; #X obj 32 294 reson~ 1 200 23; #X obj 133 250 Line~ 200; #X floatatom 61 254 0 0 0 0 - - -; #X text 158 276 Q: Try range of 1-100; #X connect 2 0 1 0; #X connect 2 0 1 1; #X connect 3 0 13 3; #X connect 4 0 14 0; #X connect 5 0 13 0; #X connect 13 0 2 0; #X connect 14 0 13 2; #X connect 15 0 13 1;
38
signal filter
bandpass filter controllable by center frequency and Q
create a purr-data patch that matches the following description and keywords.
Description: bandpass filter controllable by center frequency and Q, Keywords: signal filter
classpath-help.pd
externals\hcs\classpath-help.pd
#N canvas 0 26 425 241 10; #X obj 40 130 classpath; #X msg 40 92 bang; #X obj 65 180 print; #X symbolatom 40 208 0 0 0 0 - - -; #X obj 101 155 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #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 154 <-- banged when the end of the list is reached; #X msg 82 92 rewind; #N canvas 435 26 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 125 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION report global class paths; #X text 12 65 INLET_0 bang rewind; #X text 12 85 OUTLET_0 symbol; #X text 12 105 OUTLET_1 bang; #X text 12 5 KEYWORDS control pd-op; #X restore 376 221 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 7 0 0 0;
#N canvas 0 26 425 241 10; #X obj 40 130 classpath; #X msg 40 92 bang; #X obj 65 180 print; #X symbolatom 40 208 0 0 0 0 - - -; #X obj 101 155 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #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 154 <-- banged when the end of the list is reached; #X msg 82 92 rewind; #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 7 0 0 0;
24
control pd-op
report global class paths
create a purr-data patch that matches the following description and keywords.
Description: report global class paths, Keywords: control pd-op
01.PART1.hello.pd
pd\doc\2.control.examples\01.PART1.hello.pd
#N canvas 448 60 448 496 10; #X msg 144 42 hello world; #X obj 144 116 print; #X floatatom 257 42 0 0 0 0 - - -; #X text 141 134 object; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header hello_world 20 10 1 18 -261139 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 474 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 385 143 494 284 META 0; #X text 12 115 WEBSITE http://crca.ucsd.edu/~msp/; #X text 12 95 LIBRARY PDDP; #X text 12 45 LICENSE SIBSD; #X text 12 135 HELP_PATCH_AUTHORS Miller Puckette. Updated for release 0.33. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 65 DESCRIPTION the obligatory first program as in any programming language to print out "Hello World"; #X text 12 25 KEYWORDS control GUI user_input tutorial; #X restore 382 476 pd META; #N canvas 20 281 428 279 References 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261139 -33289 0; #X text 7 2 Hello World- Related Help Documents; #X text 19 37 Help patches and tutorials in Pure Data are themselves little programs called "patches". You can interact with the objects in them and even produce sound and edit the contents. The help patches and tutorials that come with Pd are read-only by default \, so you don't have to worry about changing them.; #X obj 18 247 pddp/pddplink http://lists.puredata.info/listinfo/pd-list ; #X text 18 190 Netiquette guide:; #X obj 18 207 pddp/pddplink http://puredata.info/community/lists/Netiquette ; #X text 18 110 Another "hello world" moment comes when you discover the Pd community that corresponds over the Pure Data user mailing list. You can search for answers to questions on there \, and if you're having a hard time finding info you can always ask questions \, too. See the netiquette page before posting \, though.; #X text 18 230 Pd user mailing list:; #X restore 103 476 pd References; #X obj 6 476 pddp/pddplink ../5.reference/pddp/help.pd -text help; #X text 23 175 There are four types of text objects in Pd: message box \, atom box \, object \, and comment.; #X text 255 59 atom box; #X text 155 58 message box; #X text 23 210 Message boxes respond to mouse clicks by sending their contents to one or more destinations. The usual destination is the "outlet" at the lower left corner of the box.; #X text 74 50 outlet -->; #X text 23 258 Click the message box above and watch the terminal window Pd was started in. You should see the "hello world" message appear. ; #X text 23 305 Atom boxes respond to clicking and dragging up and down with the mouse \, by changing their contents and sending the result out their outlets. You can also click an atom box and then type an atom. Hit "Enter" to output the number or click anywhere else to cancel. ; #X text 23 376 Objects \, like [print] above \, may have all sorts of functions depending on what's typed into them. The [print] object simply prints out every message it receives.; #X text 23 425 To get help on an object \, right-click it then choose "Help" in the popup menu. You should see a "help window" for the object. ; #X connect 0 0 1 0; #X connect 2 0 1 0;
#N canvas 448 60 448 496 10; #X msg 144 42 hello world; #X obj 144 116 print; #X floatatom 257 42 0 0 0 0 - - -; #X text 141 134 object; #X text 23 175 There are four types of text objects in Pd: message box \, atom box \, object \, and comment.; #X text 255 59 atom box; #X text 155 58 message box; #X text 23 210 Message boxes respond to mouse clicks by sending their contents to one or more destinations. The usual destination is the "outlet" at the lower left corner of the box.; #X text 74 50 outlet -->; #X text 23 258 Click the message box above and watch the terminal window Pd was started in. You should see the "hello world" message appear. ; #X text 23 305 Atom boxes respond to clicking and dragging up and down with the mouse \, by changing their contents and sending the result out their outlets. You can also click an atom box and then type an atom. Hit "Enter" to output the number or click anywhere else to cancel. ; #X text 23 376 Objects \, like [print] above \, may have all sorts of functions depending on what's typed into them. The [print] object simply prints out every message it receives.; #X text 23 425 To get help on an object \, right-click it then choose "Help" in the popup menu. You should see a "help window" for the object. ; #X connect 0 0 1 0; #X connect 2 0 1 0;
38
control GUI user_input tutorial
the obligatory first program as in any programming language to print out "Hello World"
create a purr-data patch that matches the following description and keywords.
Description: the obligatory first program as in any programming language to print out "Hello World", Keywords: control GUI user_input tutorial
1.3.show_hide.pd
pd\doc\manuals\pd-msg\1.msg_and_patch\1.3.show_hide.pd
#N canvas 294 79 383 241 10; #N canvas 209 154 262 142 my-subpatch 0; #X text 37 40 This is the sub patch; #X restore 215 98 pd my-subpatch; #X msg 33 62 \; pd-my-subpatch vis 1; #X msg 37 127 \; pd-my-subpatch vis 0; #X text 43 42 pop-up; #X text 40 109 close; #X text 13 17 pop-up and close a subpatch :; #N canvas 219 138 494 396 META 0; #X text 12 85 HELP_PATCH_AUTHORS Damien Henry. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 65 DESCRIPTION how to show/hide a patch using messages; #X text 12 44 LICENSE public domain; #X text 12 5 KEYWORDS control canvas_op nonlocal dynamic_patching tutorial ; #X restore 329 216 pd META;
#N canvas 294 79 383 241 10; #X msg 33 62 \; pd-my-subpatch vis 1; #X msg 37 127 \; pd-my-subpatch vis 0; #X text 43 42 pop-up; #X text 40 109 close; #X text 13 17 pop-up and close a subpatch :;
15
control canvas_op nonlocal dynamic_patching tutorial
how to show/hide a patch using messages
create a purr-data patch that matches the following description and keywords.
Description: how to show/hide a patch using messages, Keywords: control canvas_op nonlocal dynamic_patching tutorial
cupd-help.pd
externals\ekext\cupd-help.pd
#N canvas 0 31 450 300 10; #X obj 87 161 cupd; #X obj 87 94 metro 100; #X obj 87 56 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 110 134 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1; #X floatatom 87 201 5 0 0 0 - - -; #X msg 197 102 160; #X text 109 59 bang counts; #X text 70 14 cupd counts up ^_^ and down _^_; #X text 223 101 float sets next; #X text 132 135 != 0 counts down \, 0 counts up; #X text 69 235 aaaaah \, simplicity!; #N canvas 379 254 447 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS Ed Kelly. Revised by Jonathan Wilkes for Pd-extended 0.42 to conform to the PDDP template.; #X text 12 5 KEYWORDS control storage; #X text 12 125 AUTHOR Ed Kelly <morph_2016@yahoo.co.uk>; #X text 12 65 INLET_0 float bang; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 float; #X text 12 45 DESCRIPTION cup counts up ^_^ and down _^_; #X text 12 25 LICENSE GPL v3; #X restore 390 270 pd META; #X connect 0 0 4 0; #X connect 1 0 0 0; #X connect 2 0 1 0; #X connect 3 0 0 1; #X connect 5 0 0 0;
#N canvas 0 31 450 300 10; #X obj 87 161 cupd; #X obj 87 94 metro 100; #X obj 87 56 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 110 134 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1; #X floatatom 87 201 5 0 0 0 - - -; #X msg 197 102 160; #X text 109 59 bang counts; #X text 70 14 cupd counts up ^_^ and down _^_; #X text 223 101 float sets next; #X text 132 135 != 0 counts down \, 0 counts up; #X text 69 235 aaaaah \, simplicity!; #X connect 0 0 4 0; #X connect 1 0 0 0; #X connect 2 0 1 0; #X connect 3 0 0 1; #X connect 5 0 0 0;
27
control storage
cup counts up ^_^ and down _^_
create a purr-data patch that matches the following description and keywords.
Description: cup counts up ^_^ and down _^_, Keywords: control storage
blocksize_in_ms-help.pd
externals\hcs\blocksize_in_ms-help.pd
#N canvas 0 26 474 344 10; #X obj 5 2 cnv 15 450 20 empty empty blocksize_in_ms 2 11 1 18 -233017 -66577 0; #X msg 422 3 pddp; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <hans@eds.org> ; #X text 244 284 released under the GNU GPL; #X obj 152 157 blocksize_in_ms; #X msg 152 115 bang; #X text 197 117 bang to recalculate; #X floatatom 152 210 7 0 0 1 ms - -; #X text 18 36 Output the current blocksize in ms rather than samples. This is currently set at a fixed blocksize of 64 \, but it will change dynamically in the future.; #N canvas 484 26 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 105 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION output current blocksize in ms; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_0 float; #X text 12 5 KEYWORDS control conversion abstraction; #X restore 412 310 pd META; #X connect 4 0 7 0; #X connect 5 0 4 0;
#N canvas 0 26 474 344 10; #X msg 422 3 pddp; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <hans@eds.org> ; #X text 244 284 released under the GNU GPL; #X obj 152 157 blocksize_in_ms; #X msg 152 115 bang; #X text 197 117 bang to recalculate; #X floatatom 152 210 7 0 0 1 ms - -; #X text 18 36 Output the current blocksize in ms rather than samples. This is currently set at a fixed blocksize of 64 \, but it will change dynamically in the future.; #X connect 4 0 7 0; #X connect 5 0 4 0;
21
control conversion abstraction
output current blocksize in ms
create a purr-data patch that matches the following description and keywords.
Description: output current blocksize in ms, Keywords: control conversion abstraction
gpan~-help.pd
externals\pan\gpan~-help.pd
#N canvas 0 31 470 338 10; #X obj 77 187 gpan~; #X obj 54 155 osc~ 300; #X obj 114 155 osc~ 400; #X obj 129 246 dac~; #X obj 5 2 cnv 15 450 20 empty empty gpan~ 2 11 1 18 -233017 -66577 0; #X msg 422 3 pddp; #X msg 190 101 0; #X msg 239 101 0.5; #X msg 284 101 1; #X text 18 43 A stereo pan object with a built-in slider to control and display the status.; #X text 188 86 left; #X text 229 86 center; #X text 283 86 right; #X obj 361 203 tgl 25 0 empty empty DSP 3 12 1 9 -24198 -1 -1 0 1; #X msg 361 235 \; pd dsp \$1; #X text 201 299 released under the GNU GPL; #X text 37 284 (C) Copyright 2003 Marc Lavalee; #N canvas 459 31 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; #X text 12 175 AUTHOR Hans-Christoph Steiner; #X text 12 75 INLET_0 signal; #X text 12 135 OUTLET_0 signal; #X text 12 155 OUTLET_1 signal; #X text 12 115 INLET_2 float; #X text 12 5 KEYWORDS signal abstraction GUI; #X text 12 45 DESCRIPTION a stereo pan object with a built-in slider to control and display the status; #X text 12 95 INLET_1 signal; #X restore 413 309 pd META; #X connect 0 0 3 0; #X connect 0 1 3 1; #X connect 1 0 0 0; #X connect 2 0 0 1; #X connect 6 0 0 2; #X connect 7 0 0 2; #X connect 8 0 0 2; #X connect 13 0 14 0;
#N canvas 0 31 470 338 10; #X obj 77 187 gpan~; #X obj 54 155 osc~ 300; #X obj 114 155 osc~ 400; #X obj 129 246 dac~; #X msg 422 3 pddp; #X msg 190 101 0; #X msg 239 101 0.5; #X msg 284 101 1; #X text 18 43 A stereo pan object with a built-in slider to control and display the status.; #X text 188 86 left; #X text 229 86 center; #X text 283 86 right; #X obj 361 203 tgl 25 0 empty empty DSP 3 12 1 9 -24198 -1 -1 0 1; #X msg 361 235 \; pd dsp \$1; #X text 201 299 released under the GNU GPL; #X text 37 284 (C) Copyright 2003 Marc Lavalee; #X connect 0 0 3 0; #X connect 0 1 3 1; #X connect 1 0 0 0; #X connect 2 0 0 1; #X connect 6 0 0 2; #X connect 7 0 0 2; #X connect 8 0 0 2; #X connect 13 0 14 0;
38
signal abstraction GUI
a stereo pan object with a built-in slider to control and display the status
create a purr-data patch that matches the following description and keywords.
Description: a stereo pan object with a built-in slider to control and display the status, Keywords: signal abstraction GUI
relativepath-help.pd
externals\moonlib\relativepath-help.pd
#N canvas 0 31 535 379 10; #X text 17 352 (c) Antoine Rousseau 2004; #X obj 33 108 absolutepath; #X symbolatom 33 131 0 0 0 0 - - -; #X msg 33 51 symbol absolutepath.pd; #X obj 33 220 relativepath; #X symbolatom 33 245 0 0 0 0 - - -; #X text 14 6 absolutepath / relativepath : use filenames relatively to the patch's path.; #N canvas 380 146 494 344 META 0; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control patchfile_op; #X text 12 65 INLET_0 symbol; #X text 12 85 OUTLET_0 symbol; #X text 12 105 AUTHOR Antoine Rousseau; #X text 12 125 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 45 DESCRIPTION use filename relatively to the patch's path ; #X restore 475 348 pd META; #X connect 1 0 2 0; #X connect 2 0 4 0; #X connect 3 0 1 0; #X connect 4 0 5 0;
#N canvas 0 31 535 379 10; #X text 17 352 (c) Antoine Rousseau 2004; #X obj 33 108 absolutepath; #X symbolatom 33 131 0 0 0 0 - - -; #X msg 33 51 symbol absolutepath.pd; #X obj 33 220 relativepath; #X symbolatom 33 245 0 0 0 0 - - -; #X text 14 6 absolutepath / relativepath : use filenames relatively to the patch's path.; #X connect 1 0 2 0; #X connect 2 0 4 0; #X connect 3 0 1 0; #X connect 4 0 5 0;
21
control patchfile_op
use filename relatively to the patch's path
create a purr-data patch that matches the following description and keywords.
Description: use filename relatively to the patch's path, Keywords: control patchfile_op
env-help.pd
externals\mapping\env-help.pd
#N canvas 1 53 579 471 10; #X obj 267 297 timeroll; #X obj 43 97 random 1000; #X obj 43 71 metro 30; #X obj 43 47 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 43 300 timeroll; #X obj 69 47 loadbang; #X obj 267 241 env 80; #X text 284 5 envelope follower; #X floatatom 73 166 5 0 0 0 - - -; #X obj 43 126 / 1000; #X obj 43 187 * 0.5; #X floatatom 59 215 5 0 0 0 - - -; #X obj 43 233 + 0; #N canvas 466 198 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 OUTLET_0 float; #X text 12 125 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 65 INLET_0 float; #X text 12 5 KEYWORDS control abstraction; #X text 12 85 INLET_1 bang; #X text 12 45 DESCRIPTION envelope follower; #X restore 517 441 pd META; #X connect 1 0 9 0; #X connect 2 0 1 0; #X connect 3 0 2 0; #X connect 5 0 2 0; #X connect 6 0 0 0; #X connect 8 0 10 1; #X connect 9 0 10 0; #X connect 10 0 6 0; #X connect 10 0 12 0; #X connect 11 0 12 1; #X connect 12 0 4 0;
#N canvas 1 53 579 471 10; #X obj 267 297 timeroll; #X obj 43 97 random 1000; #X obj 43 71 metro 30; #X obj 43 47 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 43 300 timeroll; #X obj 69 47 loadbang; #X obj 267 241 env 80; #X text 284 5 envelope follower; #X floatatom 73 166 5 0 0 0 - - -; #X obj 43 126 / 1000; #X obj 43 187 * 0.5; #X floatatom 59 215 5 0 0 0 - - -; #X obj 43 233 + 0; #X connect 1 0 9 0; #X connect 2 0 1 0; #X connect 3 0 2 0; #X connect 5 0 2 0; #X connect 6 0 0 0; #X connect 8 0 10 1; #X connect 9 0 10 0; #X connect 10 0 6 0; #X connect 10 0 12 0; #X connect 11 0 12 1; #X connect 12 0 4 0;
35
control abstraction
envelope follower
create a purr-data patch that matches the following description and keywords.
Description: envelope follower, Keywords: control abstraction
swatch-help.pd
abstractions\jmmmp\swatch-help.pd
#N struct 1084-rgb-sel float x float y float p1x float p1y float p2x float p2y float p3x float p3y float p4x float p4y float p5x float p5y float p0x float p0y float p0x. float p0y.; #N canvas 186 367 411 350 10; #X text 12 317 Released under the BSD License; #X text 228 180 Inlets; #X text 227 230 Outlets; #X text 227 200 - Bang; #X text 227 250 - "color \$1 \$2 \$3" command; #X text 227 270 - number with current color; #X text 11 297 (C) 2010 Jo�o Pais - jmmmpais@googlemail.com; #X obj 13 91 swatch; #X obj 28 244 hsl 128 15 0 127 0 0 empty \$0-slider Label -2 -8 0 10 -1 -1 -262144 0 1; #X obj 13 210 s \$0-slider; #X floatatom 137 195 10 0 0 0 - - -; #X msg 13 190 color \$1; #X text 22 11 [swatch] - Pick a color using the hue-saturation chart ; #X text 21 31 To choose a color \, grab the circle and move it around. In case the circle disappears \, clicking in the swatch will make it appear again.; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <jmmmpais@googlemail.com>; #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 Pick a color using the hue-saturation chart ; #X text 12 36 KEYWORDS color GUI data structures; #X text 12 135 VERSION 2010; #X text 14 165 INLET_0 - bang; #X text 14 185 OUTLET_0 - "color \$1 \$2 \$3" command; #X text 14 205 OUTLET_1 - number with current color; #X restore 342 316 pd META; #X connect 7 0 11 0; #X connect 7 0 10 0; #X connect 11 0 9 0;
#N struct 1084-rgb-sel float x float y float p1x float p1y float p2x float p2y float p3x float p3y float p4x float p4y float p5x float p5y float p0x float p0y float p0x. float p0y.; #N canvas 186 367 411 350 10; #X text 12 317 Released under the BSD License; #X text 228 180 Inlets; #X text 227 230 Outlets; #X text 227 200 - Bang; #X text 227 250 - "color \$1 \$2 \$3" command; #X text 227 270 - number with current color; #X text 11 297 (C) 2010 Jo�o Pais - jmmmpais@googlemail.com; #X obj 13 91 swatch; #X obj 28 244 hsl 128 15 0 127 0 0 empty \$0-slider Label -2 -8 0 10 -1 -1 -262144 0 1; #X obj 13 210 s \$0-slider; #X floatatom 137 195 10 0 0 0 - - -; #X msg 13 190 color \$1; #X text 22 11 [swatch] - Pick a color using the hue-saturation chart ; #X text 21 31 To choose a color \, grab the circle and move it around. In case the circle disappears \, clicking in the swatch will make it appear again.; #X connect 7 0 11 0; #X connect 7 0 10 0; #X connect 11 0 9 0;
31
color GUI data structures
Pick a color using the hue-saturation chart
create a purr-data patch that matches the following description and keywords.
Description: Pick a color using the hue-saturation chart, Keywords: color GUI data structures
tabreceive~-help.pd
pd\doc\5.reference\tabreceive~-help.pd
#N canvas 429 35 555 619 10; #X obj 0 595 cnv 15 552 21 empty \$0-pddp.cnv.footer empty 20 12 0 14 -228856 -66577 0; #X obj 0 0 cnv 15 552 40 empty \$0-pddp.cnv.header tabreceive~ 3 12 0 18 -204280 -1 0; #X obj 0 450 cnv 3 550 3 empty \$0-pddp.cnv.inlets inlets 8 12 0 13 -228856 -1 0; #N canvas 483 288 494 344 META 0; #X text 12 115 LIBRARY internal; #X text 12 155 WEBSITE http://crca.ucsd.edu/~msp/; #X text 12 25 LICENSE SIBSD; #X text 12 135 AUTHOR Miller Puckette; #X text 12 195 HELP_PATCH_AUTHORS Updated for Pd version 0.33. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 45 DESCRIPTION read a block of a signal from an array continuously ; #X text 12 75 INLET_0; #X text 12 95 OUTLET_0 signal; #X text 12 175 RELEASE_DATE 1997; #X text 12 5 KEYWORDS signal array block_oriented; #X restore 500 597 pd META; #X obj 0 487 cnv 3 550 3 empty \$0-pddp.cnv.outlets outlets 8 12 0 13 -228856 -1 0; #X obj 0 524 cnv 3 550 3 empty \$0-pddp.cnv.argument arguments 8 12 0 13 -228856 -1 0; #X obj 0 565 cnv 3 550 3 empty \$0-pddp.cnv.more_info more_info 8 12 0 13 -228856 -1 0; #N canvas 214 527 428 109 Related_objects 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -204280 -1 0; #X obj 103 43 fft~; #X obj 23 43 tabsend~; #X text 8 2 [tabreceive~] Related Objects; #X restore 102 597 pd Related_objects; #X obj 78 459 cnv 17 3 17 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856 -162280 0; #X obj 78 496 cnv 17 3 17 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856 -162280 0; #X obj 466 10 tabreceive~; #X text 11 23 read a block of a signal from an array continuously; #X obj 95 226 tabreceive~; #X text 90 291 By default a block is 64 samples \; this can be reset using the block~ object.; #X text 203 226 - read a block of a signal from an array continuously ; #X text 168 542 - the name of an array to read from.; #X text 98 495 signal; #X text 98 458 unknown; #X text 80 542 1) symbol atom; #X obj 4 597 pddp/pddplink all_about_help_patches.pd -text Usage Guide ; #X obj 474 55 pddp/dsp; #X obj 98 570 pddp/pddplink all_about_arrays.pd;
#N canvas 429 35 555 619 10; #X obj 466 10 tabreceive~; #X text 11 23 read a block of a signal from an array continuously; #X obj 95 226 tabreceive~; #X text 90 291 By default a block is 64 samples \; this can be reset using the block~ object.; #X text 203 226 - read a block of a signal from an array continuously ; #X text 168 542 - the name of an array to read from.; #X text 98 495 signal; #X text 98 458 unknown; #X text 80 542 1) symbol atom; #X obj 474 55 pddp/dsp;
39
signal array block_oriented
read a block of a signal from an array continuously
create a purr-data patch that matches the following description and keywords.
Description: read a block of a signal from an array continuously, Keywords: signal array block_oriented
locale-help.pd
externals\moocow\locale\src\locale-help.pd
#N canvas 0 31 583 376 10; #X text 56 7 locale : access to C99-style localization; #X obj 41 298 locale; #X obj 41 320 print locale-out; #X text 202 342 Bryan Jurish <moocow@ling.uni-potsdam.de>; #X msg 41 48 set; #X text 222 49 "set" : initialize locale from environment variables ; #X msg 47 68 set LC_CTYPE de_DE.UTF-8; #X msg 50 107 get; #X msg 56 127 get LC_CTYPE; #X text 226 128 "get CATEGORY" : get value for CATEGORY; #X text 226 107 "get" : symbol representing current locale; #X msg 66 193 reset; #X text 226 189 "reset" : alias for "set LC_ALL C"; #X text 130 216 WARNING:; #X text 150 229 Injudicious use of "set" can cause bizarre and unexpected results. In particular \, setting LC_NUMERIC (possibly via LC_ALL or LANG) to a locale whose floats are comma-separated rather than dot-separated (e.g. de_DE) can confuse Pd's underlying float-parsing mechanism.; #X msg 66 173 bang; #X text 224 69 "set CATEGORY VALUE" : set CATEGORY to VALUE; #X msg 64 151 which; #X text 226 153 "which" : list supported categories; #X text 226 173 "bang" : alias for "set \, set LC_NUMERIC C"; #N canvas 260 141 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Bryan Jurish <moocow@ling.uni-potsdam.de>; #X text 12 45 DESCRIPTION access to C99-style localization; #X text 12 65 INLET_0 set get which bang reset; #X text 12 85 OUTLET_0 anything; #X text 12 5 KEYWORDS control; #X restore 531 347 pd META; #X connect 1 0 2 0; #X connect 4 0 1 0; #X connect 6 0 1 0; #X connect 7 0 1 0; #X connect 8 0 1 0; #X connect 11 0 1 0; #X connect 15 0 1 0; #X connect 17 0 1 0;
#N canvas 0 31 583 376 10; #X text 56 7 locale : access to C99-style localization; #X obj 41 298 locale; #X obj 41 320 print locale-out; #X text 202 342 Bryan Jurish <moocow@ling.uni-potsdam.de>; #X msg 41 48 set; #X text 222 49 "set" : initialize locale from environment variables ; #X msg 47 68 set LC_CTYPE de_DE.UTF-8; #X msg 50 107 get; #X msg 56 127 get LC_CTYPE; #X text 226 128 "get CATEGORY" : get value for CATEGORY; #X text 226 107 "get" : symbol representing current locale; #X msg 66 193 reset; #X text 226 189 "reset" : alias for "set LC_ALL C"; #X text 130 216 WARNING:; #X text 150 229 Injudicious use of "set" can cause bizarre and unexpected results. In particular \, setting LC_NUMERIC (possibly via LC_ALL or LANG) to a locale whose floats are comma-separated rather than dot-separated (e.g. de_DE) can confuse Pd's underlying float-parsing mechanism.; #X msg 66 173 bang; #X text 224 69 "set CATEGORY VALUE" : set CATEGORY to VALUE; #X msg 64 151 which; #X text 226 153 "which" : list supported categories; #X text 226 173 "bang" : alias for "set \, set LC_NUMERIC C"; #X connect 1 0 2 0; #X connect 4 0 1 0; #X connect 6 0 1 0; #X connect 7 0 1 0; #X connect 8 0 1 0; #X connect 11 0 1 0; #X connect 15 0 1 0; #X connect 17 0 1 0;
38
control
access to C99-style localization
create a purr-data patch that matches the following description and keywords.
Description: access to C99-style localization, Keywords: control
bandpass-help.pd
externals\ggee\filters\bandpass-help.pd
#N canvas 0 26 423 419 10; #X text 63 298 These filters are all controlled by a bandwidth which is expressed in octaves. A bandwidth of 100 is equivalent to one octave. ; #X text 76 12 Bandpass coefficients for biquad~; #X text 70 26 ===================================; #X text 63 340 Attention \, only the left inlet triggers new coefficients for biquad~; #X text 8 388 (C) Guenter Geiger 2000; #X floatatom 176 119 0 0 0 0 - - -; #X floatatom 267 119 0 0 0 0 - - -; #X obj 267 142 trigger bang float; #X obj 113 216 biquad~; #X obj 113 156 noise~; #X obj 102 258 dac~; #X obj 179 74 hsl 128 17 20 20000 1 0 empty empty frequency 5 9 0 10 -203904 -1 -1 0 0; #X obj 270 97 hsl 128 17 0 100 0 0 empty empty bandwidth 5 9 0 10 -261682 -1 -1 0 1; #X obj 176 185 bandpass; #N canvas 433 26 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE Tcl/Tk; #X text 12 125 AUTHOR Guenter Geiger; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION bandpass forefficients for biquad~; #X text 12 65 INLET_0 float; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 list; #X restore 372 396 pd META; #X connect 5 0 13 0; #X connect 6 0 7 0; #X connect 7 0 13 0; #X connect 7 1 13 1; #X connect 8 0 10 1; #X connect 8 0 10 0; #X connect 9 0 8 0; #X connect 11 0 5 0; #X connect 12 0 6 0; #X connect 13 0 8 0;
#N canvas 0 26 423 419 10; #X text 63 298 These filters are all controlled by a bandwidth which is expressed in octaves. A bandwidth of 100 is equivalent to one octave. ; #X text 76 12 Bandpass coefficients for biquad~; #X text 70 26 ===================================; #X text 63 340 Attention \, only the left inlet triggers new coefficients for biquad~; #X text 8 388 (C) Guenter Geiger 2000; #X floatatom 176 119 0 0 0 0 - - -; #X floatatom 267 119 0 0 0 0 - - -; #X obj 267 142 trigger bang float; #X obj 113 216 biquad~; #X obj 113 156 noise~; #X obj 102 258 dac~; #X obj 179 74 hsl 128 17 20 20000 1 0 empty empty frequency 5 9 0 10 -203904 -1 -1 0 0; #X obj 270 97 hsl 128 17 0 100 0 0 empty empty bandwidth 5 9 0 10 -261682 -1 -1 0 1; #X obj 176 185 bandpass; #X connect 5 0 13 0; #X connect 6 0 7 0; #X connect 7 0 13 0; #X connect 7 1 13 1; #X connect 8 0 10 1; #X connect 8 0 10 0; #X connect 9 0 8 0; #X connect 11 0 5 0; #X connect 12 0 6 0; #X connect 13 0 8 0;
35
control
bandpass forefficients for biquad~
create a purr-data patch that matches the following description and keywords.
Description: bandpass forefficients for biquad~, Keywords: control
openHelp-help.pd
externals\tof\tof\openHelp-help.pd
#N canvas 1 53 461 503 10; #X msg 77 213 symbol list; #X msg 157 247 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: mrtoftrash@gmail.com; #X msg 178 298 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 77 340 tof/openHelp; #X obj 2 135 cnv 15 400 30 empty empty empty 20 12 0 14 -261234 -66577 0; #X text 10 141 openHelp is deprecated. Please use open_help instead. ; #N canvas 236 174 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 55 LICENSE GPL v2; #X text 12 95 AUTHOR Thomas Ouellet Fredericks; #X text 12 25 DESCRIPTION searches for an external's or an abstraction's help file and tries to open it; #X text 12 75 INLET_0 bang; #X text 12 5 KEYWORDS control filesystem patch_op deprecated; #X restore 367 424 pd META; #X connect 0 0 8 0; #X connect 1 0 8 0; #X connect 4 0 8 0;
#N canvas 1 53 461 503 10; #X msg 77 213 symbol list; #X msg 157 247 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: mrtoftrash@gmail.com; #X msg 178 298 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 77 340 tof/openHelp; #X text 10 141 openHelp is deprecated. Please use open_help instead. ; #X connect 0 0 8 0; #X connect 1 0 8 0; #X connect 4 0 8 0;
23
control filesystem patch_op deprecated
searches 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: searches for an external's or an abstraction's help file and tries to open it, Keywords: control filesystem patch_op deprecated
07.line.pd
packages\win64_inno\build\doc\4.data.structures\pd-l2ork\ds-tutorials\07.line.pd
#N struct drawtut-line float x float y; #N canvas 1 25 638 634 10; #X obj 53 84 loadbang; #X text 0 1 New Drawing Commands: line; #X text 0 1 __________________________; #X text 53 23 We've already seen the "rect" shape. Now let's look at the other ones:; #X obj 53 57 struct drawtut-line float x float y; #X obj 53 203 draw line 0 0 100 100; #X scalar drawtut-line 85 245 \;; #X text 198 280 <- a line; #X text 52 384 Line is pretty straightforward-- it creates a line segment. Give the [draw] object the argument "line" \, followed by an x/y coordinate for one end of the segment and another x/y coordinate for the other end.; #X text 52 454 Lines are only a single stroke. They don't have any inner area to fill \, so none of the messages like "fill" or "fill-rule" have any effect.; #X msg 75 177 stroke-linecap \$1; #X text 52 504 Also \, notice the stroke-linecap message above. It takes a number to set one of the following:; #X text 52 536 0 - butt \, or flat edge at an end point; #X text 52 552 1 - rounded; #X text 52 568 2 - square \, or a flat edge extending half of the stroke-with past the end point.; #X msg 76 138 0; #X msg 144 138 1; #X msg 228 138 2; #X text 105 138 butt; #X text 173 138 rounded; #X text 258 138 square; #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 line with the [draw] command; #X restore 567 601 pd META; #X msg 53 107 stroke blue \, stroke-width 25; #X connect 0 0 22 0; #X connect 10 0 5 0; #X connect 15 0 10 0; #X connect 16 0 10 0; #X connect 17 0 10 0; #X connect 22 0 5 0;
#N struct drawtut-line float x float y; #N canvas 1 25 638 634 10; #X obj 53 84 loadbang; #X text 0 1 New Drawing Commands: line; #X text 0 1 __________________________; #X text 53 23 We've already seen the "rect" shape. Now let's look at the other ones:; #X obj 53 57 struct drawtut-line float x float y; #X obj 53 203 draw line 0 0 100 100; #X scalar drawtut-line 85 245 \;; #X text 198 280 <- a line; #X text 52 384 Line is pretty straightforward-- it creates a line segment. Give the [draw] object the argument "line" \, followed by an x/y coordinate for one end of the segment and another x/y coordinate for the other end.; #X text 52 454 Lines are only a single stroke. They don't have any inner area to fill \, so none of the messages like "fill" or "fill-rule" have any effect.; #X msg 75 177 stroke-linecap \$1; #X text 52 504 Also \, notice the stroke-linecap message above. It takes a number to set one of the following:; #X text 52 536 0 - butt \, or flat edge at an end point; #X text 52 552 1 - rounded; #X text 52 568 2 - square \, or a flat edge extending half of the stroke-with past the end point.; #X msg 76 138 0; #X msg 144 138 1; #X msg 228 138 2; #X text 105 138 butt; #X text 173 138 rounded; #X text 258 138 square; #X msg 53 107 stroke blue \, stroke-width 25; #X connect 0 0 22 0; #X connect 10 0 5 0; #X connect 15 0 10 0; #X connect 16 0 10 0; #X connect 17 0 10 0; #X connect 22 0 5 0;
37
tutorial data_structure draw gui
drawing a line with the [draw] command
create a purr-data patch that matches the following description and keywords.
Description: drawing a line with the [draw] command, Keywords: tutorial data_structure draw gui
lowpass-help.pd
externals\ggee\filters\lowpass-help.pd
#N canvas 0 26 423 417 10; #X text 63 298 These filters are all controlled by a bandwidth which is expressed in octaves. A bandwidth of 100 is equivalent to one octave. ; #X text 70 26 ===================================; #X text 63 340 Attention \, only the left inlet triggers new coefficients for biquad~; #X text 8 388 (C) Guenter Geiger 2000; #X floatatom 176 119 0 0 0 0 - - -; #X floatatom 267 119 0 0 0 0 - - -; #X obj 267 142 trigger bang float; #X obj 113 216 biquad~; #X obj 113 156 noise~; #X obj 179 74 hsl 128 17 20 20000 1 1 empty empty frequency 5 9 0 10 -203904 -1 -1 8000 0; #X obj 270 97 hsl 128 17 0 100 0 1 empty empty bandwidth 5 9 0 10 -261682 -1 -1 6400 0; #X obj 104 276 dac~; #X obj 113 244 *~ 0.1; #X text 76 12 Lowpass coefficients for biquad~; #X obj 176 185 lowpass; #N canvas 244 258 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE Tcl/Tk; #X text 12 125 AUTHOR Guenter Geiger; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION lowpass coefficients for biquad~; #X text 12 65 INLET_0 float; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 list; #X restore 373 396 pd META; #X connect 4 0 14 0; #X connect 5 0 6 0; #X connect 6 0 14 0; #X connect 6 1 14 1; #X connect 7 0 12 0; #X connect 8 0 7 0; #X connect 9 0 4 0; #X connect 10 0 5 0; #X connect 12 0 11 0; #X connect 12 0 11 1; #X connect 14 0 7 0;
#N canvas 0 26 423 417 10; #X text 63 298 These filters are all controlled by a bandwidth which is expressed in octaves. A bandwidth of 100 is equivalent to one octave. ; #X text 70 26 ===================================; #X text 63 340 Attention \, only the left inlet triggers new coefficients for biquad~; #X text 8 388 (C) Guenter Geiger 2000; #X floatatom 176 119 0 0 0 0 - - -; #X floatatom 267 119 0 0 0 0 - - -; #X obj 267 142 trigger bang float; #X obj 113 216 biquad~; #X obj 113 156 noise~; #X obj 179 74 hsl 128 17 20 20000 1 1 empty empty frequency 5 9 0 10 -203904 -1 -1 8000 0; #X obj 270 97 hsl 128 17 0 100 0 1 empty empty bandwidth 5 9 0 10 -261682 -1 -1 6400 0; #X obj 104 276 dac~; #X obj 113 244 *~ 0.1; #X text 76 12 Lowpass coefficients for biquad~; #X obj 176 185 lowpass; #X connect 4 0 14 0; #X connect 5 0 6 0; #X connect 6 0 14 0; #X connect 6 1 14 1; #X connect 7 0 12 0; #X connect 8 0 7 0; #X connect 9 0 4 0; #X connect 10 0 5 0; #X connect 12 0 11 0; #X connect 12 0 11 1; #X connect 14 0 7 0;
37
control
lowpass coefficients for biquad~
create a purr-data patch that matches the following description and keywords.
Description: lowpass coefficients for biquad~, Keywords: control
2.create_new_abstract.pd
packages\win64_inno\build\doc\manuals\pd-msg\5.examples\2.create_new_abstract.pd
#N canvas 260 113 505 524 10; #X msg 77 224 msg 10 10 bang; #X msg 77 272 obj 10 40 metro 500; #X msg 77 248 floatatom 100 10 7 50 5000; #X msg 77 344 obj 10 70 random 127; #X msg 77 392 floatatom 10 100 5; #X msg 78 440 text 10 130 That's it !; #X obj 30 475 s pd-new; #X msg 77 296 connect 0 0 2 0; #X msg 77 319 connect 1 0 2 1; #X msg 77 368 connect 2 0 3 0; #X msg 77 416 connect 3 0 4 0; #X msg 40 79 \; pd filename new ./ \; #N canvas \; #X pop 1 \;; #X text 53 59 click here first; #X text 28 176 And then we fill it with the way describe in 1.add_objects.pd ; #X text 26 15 This describe how to create a new abstraction :; #X msg 290 457 menuclose; #X text 294 483 this will kill it !; #N canvas 458 158 494 396 META 0; #X text 12 85 HELP_PATCH_AUTHORS Damien Henry. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 55 DESCRIPTION creating a pd patch dynamically; #X text 12 25 KEYWORDS control canvas_op nonlocal dynamic_patching tutorial; #X restore 448 496 pd META; #X connect 0 0 6 0; #X connect 1 0 6 0; #X connect 2 0 6 0; #X connect 3 0 6 0; #X connect 4 0 6 0; #X connect 5 0 6 0; #X connect 7 0 6 0; #X connect 8 0 6 0; #X connect 9 0 6 0; #X connect 10 0 6 0; #X connect 15 0 6 0;
#N canvas 260 113 505 524 10; #X msg 77 224 msg 10 10 bang; #X msg 77 272 obj 10 40 metro 500; #X msg 77 248 floatatom 100 10 7 50 5000; #X msg 77 344 obj 10 70 random 127; #X msg 77 392 floatatom 10 100 5; #X msg 78 440 text 10 130 That's it !; #X obj 30 475 s pd-new; #X msg 77 296 connect 0 0 2 0; #X msg 77 319 connect 1 0 2 1; #X msg 77 368 connect 2 0 3 0; #X msg 77 416 connect 3 0 4 0; #X msg 40 79 \; pd filename new ./ \; #N canvas \; #X pop 1 \;; #X text 53 59 click here first; #X text 28 176 And then we fill it with the way describe in 1.add_objects.pd ; #X text 26 15 This describe how to create a new abstraction :; #X msg 290 457 menuclose; #X text 294 483 this will kill it !; #X connect 0 0 6 0; #X connect 1 0 6 0; #X connect 2 0 6 0; #X connect 3 0 6 0; #X connect 4 0 6 0; #X connect 5 0 6 0; #X connect 7 0 6 0; #X connect 8 0 6 0; #X connect 9 0 6 0; #X connect 10 0 6 0; #X connect 15 0 6 0;
34
control canvas_op nonlocal dynamic_patching tutorial
creating a pd patch dynamically
create a purr-data patch that matches the following description and keywords.
Description: creating a pd patch dynamically, Keywords: control canvas_op nonlocal dynamic_patching tutorial
uid2username-help.pd
externals\hcs\uid2username-help.pd
#N canvas 0 26 429 292 10; #X msg 14 148 bang; #X obj 31 240 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 272 159 bang; #X obj 142 240 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 145 262 ^-- bang if not found; #X text 12 14 convert a UID to a username; #X symbolatom 56 242 0 0 0 0 - - -; #X msg 143 162 1; #X symbolatom 272 242 0 0 0 0 - - -; #X obj 59 93 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X floatatom 56 123 5 0 0 0 - - -; #X obj 56 190 uid2username; #X obj 272 201 uid2username 0; #N canvas 407 170 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 v3; #X text 12 145 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION convert a UID to a username; #X text 12 65 INLET_0 float bang; #X text 12 85 INLET_0 float; #X text 12 105 OUTLET_0 symbol; #X text 12 125 OUTLET_1 bang; #X restore 371 262 pd META; #X connect 0 0 11 0; #X connect 2 0 12 0; #X connect 7 0 11 1; #X connect 9 0 10 0; #X connect 10 0 11 0; #X connect 11 0 1 0; #X connect 11 0 6 0; #X connect 11 1 3 0; #X connect 12 0 8 0;
#N canvas 0 26 429 292 10; #X msg 14 148 bang; #X obj 31 240 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 272 159 bang; #X obj 142 240 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 145 262 ^-- bang if not found; #X text 12 14 convert a UID to a username; #X symbolatom 56 242 0 0 0 0 - - -; #X msg 143 162 1; #X symbolatom 272 242 0 0 0 0 - - -; #X obj 59 93 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X floatatom 56 123 5 0 0 0 - - -; #X obj 56 190 uid2username; #X obj 272 201 uid2username 0; #X connect 0 0 11 0; #X connect 2 0 12 0; #X connect 7 0 11 1; #X connect 9 0 10 0; #X connect 10 0 11 0; #X connect 11 0 1 0; #X connect 11 0 6 0; #X connect 11 1 3 0; #X connect 12 0 8 0;
34
control
convert a UID to a username
create a purr-data patch that matches the following description and keywords.
Description: convert a UID to a username, Keywords: control
vmtof-help.pd
externals\smlib\vmtof-help.pd
#N canvas 1 53 400 214 10; #X text 192 79 j#|@2002; #X obj 214 59 SMLib-help; #X obj 15 57 vmtof; #X text 10 6 midi to frequency on a vector; #X msg 15 33 69 70 81; #X obj 15 80 print vmtof; #N canvas 125 237 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Johannes Taelman (johannes.taelman@rug.ac.be) ; #X text 12 65 INLET_0 list float; #X text 12 45 DESCRIPTION midi to frequency on a vector; #X text 12 85 OUTLET_0 list float; #X text 12 5 KEYWORDS control list_op conversion MIDI; #X restore 225 107 pd META; #X connect 2 0 5 0; #X connect 4 0 2 0;
#N canvas 1 53 400 214 10; #X text 192 79 j#|@2002; #X obj 214 59 SMLib-help; #X obj 15 57 vmtof; #X text 10 6 midi to frequency on a vector; #X msg 15 33 69 70 81; #X obj 15 80 print vmtof; #X connect 2 0 5 0; #X connect 4 0 2 0;
18
control list_op conversion MIDI
midi to frequency on a vector
create a purr-data patch that matches the following description and keywords.
Description: midi to frequency on a vector, Keywords: control list_op conversion MIDI
clog~-help.pd
externals\creb\doc\clog~-help.pd
#N canvas 0 26 475 207 10; #X obj 85 82 clog~; #X obj 145 82 cexp~; #X text 235 81 complex log and exp.; #X text 237 105 see also; #X obj 309 104 cep~; #X text 351 103 and; #X obj 384 105 icep~; #N canvas 379 254 494 344 META 0; #X text 12 185 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 65 DESCRIPTION complex log and exp.; #X text 12 85 INLET_0 signal; #X text 12 105 INLET_1 signal; #X text 12 125 OUTLET_0 signal; #X text 12 145 OUTLET_1 signal; #X text 12 5 NAME clog~ cexp~; #X text 12 165 AUTHOR Tom Schouten <tom@zwizwa.be>; #X text 12 45 LICENSE GPL v2; #X text 12 25 KEYWORDS signal needs_work needs_work (example); #X restore 424 185 pd META;
#N canvas 0 26 475 207 10; #X obj 85 82 clog~; #X obj 145 82 cexp~; #X text 235 81 complex log and exp.; #X text 237 105 see also; #X obj 309 104 cep~; #X text 351 103 and; #X obj 384 105 icep~;
20
signal needs_work needs_work (example)
complex log and exp.
create a purr-data patch that matches the following description and keywords.
Description: complex log and exp., Keywords: signal needs_work needs_work (example)
average-help.pd
externals\maxlib\average-help.pd
#N canvas 0 26 470 342 12; #X floatatom 47 39 5 0 0 0 - - -, f 5; #X floatatom 47 276 5 0 0 0 - - -, f 5; #X floatatom 122 191 5 0 0 0 - - -, f 5; #X obj 47 219 average 10; #X text 177 191 number of items to average; #X text 139 220 creation argument = number of items; #X floatatom 122 254 5 0 0 0 - - -, f 5; #X text 105 277 average of last N items; #X text 125 11 average :: calculates the average of the; #X text 214 30 last N items (floats); #X text 176 255 tendency (up = 1 \, down = -1); #X msg 100 60 reset; #X text 152 61 forget everything; #X msg 129 94 linear; #X msg 147 118 geometric; #X text 191 93 linear average (dafault); #X text 230 119 geometric average; #X msg 158 146 weight; #X text 217 147 weighted average (giving last; #X text 218 163 items higher weight); #N canvas 293 158 494 344 META 0; #X text 12 196 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION calculates the average of the last N items (floats); #X text 12 80 INLET_0 float reset linear geometric weight; #X text 12 100 INLET_1 float; #X text 12 140 OUTLET_1 float; #X text 12 120 OUTLET_0 float; #X text 12 160 AUTHOR Olaf Matthes <olaf.matthes@gmx.de> \, revised by Ivica Ico Bukvic <ico@vt.edu>; #X restore 405 313 pd META; #X connect 0 0 3 0; #X connect 2 0 3 1; #X connect 3 0 1 0; #X connect 3 1 6 0; #X connect 11 0 3 0; #X connect 13 0 3 0; #X connect 14 0 3 0; #X connect 17 0 3 0;
#N canvas 0 26 470 342 12; #X floatatom 47 39 5 0 0 0 - - -, f 5; #X floatatom 47 276 5 0 0 0 - - -, f 5; #X floatatom 122 191 5 0 0 0 - - -, f 5; #X obj 47 219 average 10; #X text 177 191 number of items to average; #X text 139 220 creation argument = number of items; #X floatatom 122 254 5 0 0 0 - - -, f 5; #X text 105 277 average of last N items; #X text 125 11 average :: calculates the average of the; #X text 214 30 last N items (floats); #X text 176 255 tendency (up = 1 \, down = -1); #X msg 100 60 reset; #X text 152 61 forget everything; #X msg 129 94 linear; #X msg 147 118 geometric; #X text 191 93 linear average (dafault); #X text 230 119 geometric average; #X msg 158 146 weight; #X text 217 147 weighted average (giving last; #X text 218 163 items higher weight); #X connect 0 0 3 0; #X connect 2 0 3 1; #X connect 3 0 1 0; #X connect 3 1 6 0; #X connect 11 0 3 0; #X connect 13 0 3 0; #X connect 14 0 3 0; #X connect 17 0 3 0;
40
control
calculates the average of the last N items (floats)
create a purr-data patch that matches the following description and keywords.
Description: calculates the average of the last N items (floats), Keywords: control
namecanvas-help.pd
packages\win64_inno\build\doc\5.reference\namecanvas-help.pd
#N canvas 429 35 555 619 10; #X obj 0 595 cnv 15 552 21 empty \$0-pddp.cnv.footer empty 20 12 0 14 -228856 -66577 0; #X obj 0 0 cnv 15 552 40 empty \$0-pddp.cnv.header namecanvas 3 12 0 18 -204280 -1 0; #X obj 0 450 cnv 3 550 3 empty \$0-pddp.cnv.inlets inlets 8 12 0 13 -228856 -1 0; #N canvas 483 286 494 344 META 0; #X text 12 65 LIBRARY internal; #X text 12 105 WEBSITE http://crca.ucsd.edu/~msp/; #X text 12 25 LICENSE SIBSD; #X text 12 85 AUTHOR Miller Puckette; #X text 12 145 HELP_PATCH_AUTHORS Updated for Pd version 0.40. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 45 DESCRIPTION attach a canvas to a name; #X text 12 5 KEYWORDS control canvas_op; #X text 12 125 RELEASE_DATE 1997; #X restore 500 597 pd META; #X obj 0 478 cnv 3 550 3 empty \$0-pddp.cnv.outlets outlets 8 12 0 13 -228856 -1 0; #X obj 0 505 cnv 3 550 3 empty \$0-pddp.cnv.argument arguments 8 12 0 13 -228856 -1 0; #X obj 0 568 cnv 3 550 3 empty \$0-pddp.cnv.more_info more_info 8 12 0 13 -228856 -1 0; #N canvas 219 517 428 109 Related_objects 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -204280 -1 0; #X text 8 2 [namecanvas] Related Objects; #X obj 19 43 pddp/helplink iemguts/sendcanvas; #X restore 102 597 pd Related_objects; #X obj 477 11 namecanvas; #X obj 120 153 namecanvas \$0-bonzo; #X obj 120 210 s \$0-bonzo; #X text 98 454 (none); #X text 98 482 (none); #X obj 120 366 s pd-namecanvas-help.pd; #X text 11 23 attach a canvas to a name; #X text 168 523 - sets the name to associate with this canvas. Any messages sent to this name will be forwarded to the canvas containing this [namecanvas] object.; #X msg 120 186 msg 50 50 Hi there. This works locally.; #X msg 120 338 msg 50 70 This works globally.; #X text 78 523 1) symbol atom; #X obj 4 597 pddp/pddplink all_about_help_patches.pd -text Usage Guide ; #X text 120 240 If you open another instance of this help patch \, you'll see that clicking the message box above will create an object on the canvas where you click.; #X text 119 294 The following is similar \, but it will create an object in each "namecanvas-help.pd" patch that you have open:; #X connect 16 0 10 0; #X connect 17 0 13 0;
#N canvas 429 35 555 619 10; #X obj 477 11 namecanvas; #X obj 120 153 namecanvas \$0-bonzo; #X obj 120 210 s \$0-bonzo; #X text 98 454 (none); #X text 98 482 (none); #X obj 120 366 s pd-namecanvas-help.pd; #X text 11 23 attach a canvas to a name; #X text 168 523 - sets the name to associate with this canvas. Any messages sent to this name will be forwarded to the canvas containing this [namecanvas] object.; #X msg 120 186 msg 50 50 Hi there. This works locally.; #X msg 120 338 msg 50 70 This works globally.; #X text 78 523 1) symbol atom; #X text 120 240 If you open another instance of this help patch \, you'll see that clicking the message box above will create an object on the canvas where you click.; #X text 119 294 The following is similar \, but it will create an object in each "namecanvas-help.pd" patch that you have open:; #X connect 16 0 10 0; #X connect 17 0 13 0;
38
control canvas_op
attach a canvas to a name
create a purr-data patch that matches the following description and keywords.
Description: attach a canvas to a name, Keywords: control canvas_op
mapping2radians-help.pd
externals\mapping\mapping2radians-help.pd
#N canvas 1 53 475 336 10; #X obj 5 2 cnv 15 450 20 empty empty mapping2radians 2 11 1 18 -233017 -66577 0; #X msg 422 3 pddp; #X text 254 269 released under the GNU GPL; #X text 185 228 For more info:; #X obj 289 226 pddp/pddplink ../mapping-about.pd -text mapping-about ; #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <hans@at.or.at> ; #X text 294 161 related objects:; #X obj 234 181 radians2mapping; #X obj 346 181 degrees2mapping; #X floatatom 69 185 9 0 0 1 radians - -; #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 obj 69 150 mapping2radians; #X text 26 34 This object converts numbers from the mapping range (0 to 1) to radians (-pi to pi) with the 0's lining up in the same place. ; #X obj 288 200 mapping2degrees; #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 95 OUTLET_0 float; #X text 12 115 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 75 INLET_0 float; #X text 12 5 KEYWORDS control abstraction conversion; #X text 12 45 DESCRIPTION convert numbers from the mapping range (0 to 1) to radians (-pi to pi) with 0's lining up in the same place; #X restore 413 304 pd META; #X connect 10 0 11 0; #X connect 10 0 12 0; #X connect 12 0 9 0;
#N canvas 1 53 475 336 10; #X msg 422 3 pddp; #X text 254 269 released under the GNU GPL; #X text 185 228 For more info:; #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <hans@at.or.at> ; #X text 294 161 related objects:; #X obj 234 181 radians2mapping; #X obj 346 181 degrees2mapping; #X floatatom 69 185 9 0 0 1 radians - -; #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 obj 69 150 mapping2radians; #X text 26 34 This object converts numbers from the mapping range (0 to 1) to radians (-pi to pi) with the 0's lining up in the same place. ; #X obj 288 200 mapping2degrees; #X connect 10 0 11 0; #X connect 10 0 12 0; #X connect 12 0 9 0;
28
control abstraction conversion
convert numbers from the mapping range (0 to 1) to radians (-pi to pi) with 0's lining up in the same place
create a purr-data patch that matches the following description and keywords.
Description: convert numbers from the mapping range (0 to 1) to radians (-pi to pi) with 0's lining up in the same place, Keywords: control abstraction conversion
n2m-help.pd
externals\mjlib\n2m-help.pd
#N canvas 1 53 547 441 12; #X obj 104 320 n2m; #X obj 104 378 print; #X text 32 13 n2m - note to midi; #X text 32 36 by mark williamson (http://www.junklight.com); #X text 33 75 n2m converts note names in the form <note name><octave> to a midi number. It copes with single notes or chords.; #X msg 104 174 note C5 d#7 c3; #X msg 62 128 note c6; #X msg 141 220 note D; #X msg 177 270 note 7; #X text 169 129 output note C6; #X text 266 174 output a chord; #X text 239 218 Octave defaults to 4; #X text 261 268 note defaults to C; #X text 191 343 on Windows \, its not case sensitive; #N canvas 463 133 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control conversion MIDI; #X text 12 45 DESCRIPTION note to midi; #X text 12 65 INLET_0 note; #X text 12 105 AUTHOR Mark Williamson <mark@junklight.com>; #X text 12 85 OUTLET_0 float; #X restore 477 408 pd META; #X connect 0 0 1 0; #X connect 5 0 0 0; #X connect 6 0 0 0; #X connect 7 0 0 0; #X connect 8 0 0 0;
#N canvas 1 53 547 441 12; #X obj 104 320 n2m; #X obj 104 378 print; #X text 32 13 n2m - note to midi; #X text 32 36 by mark williamson (http://www.junklight.com); #X text 33 75 n2m converts note names in the form <note name><octave> to a midi number. It copes with single notes or chords.; #X msg 104 174 note C5 d#7 c3; #X msg 62 128 note c6; #X msg 141 220 note D; #X msg 177 270 note 7; #X text 169 129 output note C6; #X text 266 174 output a chord; #X text 239 218 Octave defaults to 4; #X text 261 268 note defaults to C; #X text 191 343 on Windows \, its not case sensitive; #X connect 0 0 1 0; #X connect 5 0 0 0; #X connect 6 0 0 0; #X connect 7 0 0 0; #X connect 8 0 0 0;
29
control conversion MIDI
note to midi
create a purr-data patch that matches the following description and keywords.
Description: note to midi, Keywords: control conversion MIDI
fifo-help.pd
externals\maxlib\fifo-help.pd
#N canvas 0 26 452 302 12; #X obj 38 176 fifo 10; #X floatatom 38 231 5 0 0 0 - - -; #X floatatom 61 132 5 0 0 0 - - -; #X msg 38 98 bang; #X text 83 98 hit to get next number; #X text 111 176 fifo <size>; #X text 92 233 output of fifo; #X text 42 14 fifo :: first in first out buffer for floats; #X text 105 32 written for Max by St. Rainstick; #N canvas 293 158 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Olaf Matthes <olaf.matthes@gmx.de>; #X text 12 85 OUTLET_0 float; #X text 12 45 DESCRIPTION first in first out buffer for floats; #X text 12 5 KEYWORDS control storage; #X text 12 65 INLET_0 bang float; #X restore 385 268 pd META; #X connect 0 0 1 0; #X connect 2 0 0 0; #X connect 3 0 0 0;
#N canvas 0 26 452 302 12; #X obj 38 176 fifo 10; #X floatatom 38 231 5 0 0 0 - - -; #X floatatom 61 132 5 0 0 0 - - -; #X msg 38 98 bang; #X text 83 98 hit to get next number; #X text 111 176 fifo <size>; #X text 92 233 output of fifo; #X text 42 14 fifo :: first in first out buffer for floats; #X text 105 32 written for Max by St. Rainstick; #X connect 0 0 1 0; #X connect 2 0 0 0; #X connect 3 0 0 0;
22
control storage
first in first out buffer for floats
create a purr-data patch that matches the following description and keywords.
Description: first in first out buffer for floats, Keywords: control storage
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 <hans@eds.org> ; #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 <hans@eds.org> ; #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
icep~-help.pd
externals\creb\doc\icep~-help.pd
#N canvas 0 26 488 228 10; #X text 229 45 backward cepstrum; #X text 229 64 using normalized fft/ifft objects; #N canvas 331 92 494 506 META 0; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 105 OUTLET_0 signal; #X text 12 45 DESCRIPTION backward cepstrum; #X text 12 65 INLET_0 signal; #X text 12 85 INLET_1 signal; #X text 12 125 OUTLET_1 signal; #X text 12 5 KEYWORDS signal abstraction needs_work (example patch) ; #X text 12 25 LICENSE GPL v2; #X text 12 145 AUTHOR Tom Schouten <tom@zwizwa.be>; #X restore 438 207 pd META; #X obj 151 51 icep~;
#N canvas 0 26 488 228 10; #X text 229 45 backward cepstrum; #X text 229 64 using normalized fft/ifft objects; #X obj 151 51 icep~;
15
signal abstraction needs_work (example patch)
backward cepstrum
create a purr-data patch that matches the following description and keywords.
Description: backward cepstrum, Keywords: signal abstraction needs_work (example patch)
receive13-help.pd
externals\ext13\receive13-help.pd
#N canvas 0 31 532 371 10; #X floatatom 360 201 5 0 0 0 - - -; #X floatatom 152 304 5 0 0 0 - - -; #X floatatom 135 74 5 0 0 0 - - -; #X obj 135 105 send13 \$0-one; #X obj 360 232 send \$0-one; #X floatatom 225 74 5 0 0 0 - - -; #X obj 225 105 send13 \$0-two; #X msg 152 248 set \$1; #X obj 152 223 makefilename \$0-%s; #X msg 152 161 symbol one; #X msg 168 191 symbol two; #X obj 152 277 receive13 \$0-one; #X text 351 146 Seems to work with; #X text 351 166 [send] too:; #X obj 32 29 receive13; #X text 102 29 or; #X obj 133 30 r13; #X text 172 29 - a settable [receive]; #N canvas 463 219 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 125 AUTHOR d13@klingt.org; #X text 12 85 INLET_0 set; #X text 12 45 LICENSE GPL v2; #X text 12 5 ALIAS r13~; #X text 12 25 KEYWORDS control nonlocal; #X text 12 65 DESCRIPTION settable receive object; #X text 12 105 OUTLET_0 anything; #X restore 473 344 pd META; #X connect 0 0 4 0; #X connect 2 0 3 0; #X connect 5 0 6 0; #X connect 7 0 11 0; #X connect 8 0 7 0; #X connect 9 0 8 0; #X connect 10 0 8 0; #X connect 11 0 1 0;
#N canvas 0 31 532 371 10; #X floatatom 360 201 5 0 0 0 - - -; #X floatatom 152 304 5 0 0 0 - - -; #X floatatom 135 74 5 0 0 0 - - -; #X obj 135 105 send13 \$0-one; #X obj 360 232 send \$0-one; #X floatatom 225 74 5 0 0 0 - - -; #X obj 225 105 send13 \$0-two; #X msg 152 248 set \$1; #X obj 152 223 makefilename \$0-%s; #X msg 152 161 symbol one; #X msg 168 191 symbol two; #X obj 152 277 receive13 \$0-one; #X text 351 146 Seems to work with; #X text 351 166 [send] too:; #X obj 32 29 receive13; #X text 102 29 or; #X obj 133 30 r13; #X text 172 29 - a settable [receive]; #X connect 0 0 4 0; #X connect 2 0 3 0; #X connect 5 0 6 0; #X connect 7 0 11 0; #X connect 8 0 7 0; #X connect 9 0 8 0; #X connect 10 0 8 0; #X connect 11 0 1 0;
37
control nonlocal
settable receive object
create a purr-data patch that matches the following description and keywords.
Description: settable receive object, Keywords: control nonlocal
shuffle-help.pd
externals\motex\shuffle-help.pd
#N canvas 0 31 717 307 10; #X floatatom 169 127 4 0 0 0 - - -; #X floatatom 252 124 4 0 0 0 - - -; #X floatatom 302 124 4 0 0 0 - - -; #X floatatom 169 210 4 0 0 0 - - -; #X msg 81 83 bang; #X text 379 140 Argument 2: upper limit; #X text 378 63 Shuffle; #X text 379 158 Argument 3: fraction of the end of a series; #X text 167 94 lower; #X text 252 105 upper; #X text 302 105 frac; #X text 379 122 Argument 1: lower limit; #X text 130 105 (activate changes); #X text 379 176 and beginning of next (after reshuffle); #X text 55 47 output shuffled; #X text 55 65 integer series; #X obj 169 169 shuffle -1 5 0.25; #X text 379 194 where no repetitions occur (range betwwen 0 & 0.5) ; #X text 379 86 A no-repeat random number generator; #X text 378 105 shuffles a nuber series; #X text 448 258 IM 2001; #N canvas 649 250 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 Iain Mott (iain.mott@bigpond.com); #X text 12 45 DESCRIPTION a no-repeat random number generator; #X text 12 5 KEYWORDS control random; #X text 12 65 INLET_0 bang float; #X text 12 85 INLET_1 float; #X text 12 105 INLET_2 float; #X text 12 125 OUTLET_0 float; #X restore 656 281 pd META; #X connect 0 0 16 0; #X connect 1 0 16 1; #X connect 2 0 16 2; #X connect 4 0 16 0; #X connect 16 0 3 0;
#N canvas 0 31 717 307 10; #X floatatom 169 127 4 0 0 0 - - -; #X floatatom 252 124 4 0 0 0 - - -; #X floatatom 302 124 4 0 0 0 - - -; #X floatatom 169 210 4 0 0 0 - - -; #X msg 81 83 bang; #X text 379 140 Argument 2: upper limit; #X text 378 63 Shuffle; #X text 379 158 Argument 3: fraction of the end of a series; #X text 167 94 lower; #X text 252 105 upper; #X text 302 105 frac; #X text 379 122 Argument 1: lower limit; #X text 130 105 (activate changes); #X text 379 176 and beginning of next (after reshuffle); #X text 55 47 output shuffled; #X text 55 65 integer series; #X obj 169 169 shuffle -1 5 0.25; #X text 379 194 where no repetitions occur (range betwwen 0 & 0.5) ; #X text 379 86 A no-repeat random number generator; #X text 378 105 shuffles a nuber series; #X text 448 258 IM 2001; #X connect 0 0 16 0; #X connect 1 0 16 1; #X connect 2 0 16 2; #X connect 4 0 16 0; #X connect 16 0 3 0;
38
control random
a no-repeat random number generator
create a purr-data patch that matches the following description and keywords.
Description: a no-repeat random number generator, Keywords: control random
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 (mark@junklight.com); #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 <mark@junklight.com>; #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 (mark@junklight.com); #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
fblock-help.pd
externals\creb\doc\fblock-help.pd
#N canvas 0 26 551 236 10; #X text 200 79 right inlet is also "active"; #X text 201 119 main usage is to compute block synchronous frequencies ; #X text 200 134 for spectral domain processing; #X text 201 49 out = left + right * (sys samplerate / blocksize); #X text 200 35 fblock: compute block relative frequencies; #N canvas 198 157 494 345 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 float; #X text 12 105 OUTLET_0 float; #X text 12 45 DESCRIPTION compute block relative frequencies; #X text 12 5 KEYWORDS control abstraction needs_work (example patch) ; #X text 12 125 AUTHOR Tom Schouten <tom@zwizwa.be>; #X text 12 25 LICENSE GPL v2; #X restore 502 215 pd META; #X obj 40 67 fblock;
#N canvas 0 26 551 236 10; #X text 200 79 right inlet is also "active"; #X text 201 119 main usage is to compute block synchronous frequencies ; #X text 200 134 for spectral domain processing; #X text 201 49 out = left + right * (sys samplerate / blocksize); #X text 200 35 fblock: compute block relative frequencies; #X obj 40 67 fblock;
17
control abstraction needs_work (example patch)
compute block relative frequencies
create a purr-data patch that matches the following description and keywords.
Description: compute block relative frequencies, Keywords: control abstraction needs_work (example patch)
uname-help.pd
externals\hcs\uname-help.pd
#N canvas 0 26 427 299 10; #X obj 49 54 uname; #X msg 49 17 bang; #X obj 49 115 unpack symbol symbol symbol symbol symbol; #X symbolatom 331 143 0 0 0 0 - - -; #X symbolatom 49 259 0 0 0 0 - - -; #X symbolatom 118 236 0 0 0 0 - - -; #X symbolatom 189 215 0 0 0 0 - - -; #X symbolatom 258 169 0 0 0 0 - - -; #N canvas 280 175 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 105 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control filesystem; #X text 12 45 DESCRIPTION get uname; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_0 anything; #X restore 377 277 pd META; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 2 0 4 0; #X connect 2 1 5 0; #X connect 2 2 6 0; #X connect 2 3 7 0; #X connect 2 4 3 0;
#N canvas 0 26 427 299 10; #X obj 49 54 uname; #X msg 49 17 bang; #X obj 49 115 unpack symbol symbol symbol symbol symbol; #X symbolatom 331 143 0 0 0 0 - - -; #X symbolatom 49 259 0 0 0 0 - - -; #X symbolatom 118 236 0 0 0 0 - - -; #X symbolatom 189 215 0 0 0 0 - - -; #X symbolatom 258 169 0 0 0 0 - - -; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 2 0 4 0; #X connect 2 1 5 0; #X connect 2 2 6 0; #X connect 2 3 7 0; #X connect 2 4 3 0;
25
control filesystem
get uname
create a purr-data patch that matches the following description and keywords.
Description: get uname, Keywords: control filesystem
send13-help.pd
externals\ext13\send13-help.pd
#N canvas 0 0 519 368 10; #X msg 160 166 set \$1; #X obj 160 141 makefilename \$0-%s; #X msg 160 79 symbol one; #X msg 176 109 symbol two; #X text 336 204 Seems to work with; #X text 72 19 or; #N canvas 463 219 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 d13@klingt.org; #X text 12 45 LICENSE GPL v2; #X text 12 25 KEYWORDS control nonlocal; #X text 12 5 ALIAS s13~; #X text 12 65 DESCRIPTION nonlocal send with set message; #X text 12 85 INLET_0 set anything; #X restore 463 334 pd META; #X obj 22 19 send13; #X obj 103 20 s13; #X text 162 19 - like [send] \, but using a 'set' message to change the send-name; #X obj 160 195 send13 \$0-one; #X obj 55 251 receive13 \$0-one; #X obj 175 251 receive13 \$0-two; #X floatatom 55 278 5 0 0 0 - - -; #X floatatom 175 278 5 0 0 0 - - -; #X floatatom 100 80 5 0 0 0 - - -; #X text 336 224 [receive] too:; #X obj 345 251 receive \$0-one; #X floatatom 345 276 5 0 0 0 - - -; #X connect 0 0 10 0; #X connect 1 0 0 0; #X connect 2 0 1 0; #X connect 3 0 1 0; #X connect 11 0 13 0; #X connect 12 0 14 0; #X connect 15 0 10 0; #X connect 17 0 18 0;
#N canvas 0 0 519 368 10; #X msg 160 166 set \$1; #X obj 160 141 makefilename \$0-%s; #X msg 160 79 symbol one; #X msg 176 109 symbol two; #X text 336 204 Seems to work with; #X text 72 19 or; #X obj 22 19 send13; #X obj 103 20 s13; #X text 162 19 - like [send] \, but using a 'set' message to change the send-name; #X obj 160 195 send13 \$0-one; #X obj 55 251 receive13 \$0-one; #X obj 175 251 receive13 \$0-two; #X floatatom 55 278 5 0 0 0 - - -; #X floatatom 175 278 5 0 0 0 - - -; #X floatatom 100 80 5 0 0 0 - - -; #X text 336 224 [receive] too:; #X obj 345 251 receive \$0-one; #X floatatom 345 276 5 0 0 0 - - -; #X connect 0 0 10 0; #X connect 1 0 0 0; #X connect 2 0 1 0; #X connect 3 0 1 0; #X connect 11 0 13 0; #X connect 12 0 14 0; #X connect 15 0 10 0; #X connect 17 0 18 0;
36
control nonlocal
nonlocal send with set message
create a purr-data patch that matches the following description and keywords.
Description: nonlocal send with set message, Keywords: control nonlocal
vthreshold-help.pd
externals\smlib\vthreshold-help.pd
#N canvas 1 53 400 214 10; #X text 192 79 j#|@2002; #X obj 214 59 SMLib-help; #X obj 15 57 vmtof; #X text 10 6 midi to frequency on a vector; #X msg 15 33 69 70 81; #X obj 15 80 print vmtof; #N canvas 145 227 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Johannes Taelman (johannes.taelman@rug.ac.be) ; #X text 12 65 INLET_0 list float; #X text 12 85 OUTLET_0 float list; #X text 12 5 KEYWORDS control list_op conversion MIDI; #X text 12 45 DESCRIPTION midi to frequency on a vector; #X restore 221 105 pd META; #X connect 2 0 5 0; #X connect 4 0 2 0;
#N canvas 1 53 400 214 10; #X text 192 79 j#|@2002; #X obj 214 59 SMLib-help; #X obj 15 57 vmtof; #X text 10 6 midi to frequency on a vector; #X msg 15 33 69 70 81; #X obj 15 80 print vmtof; #X connect 2 0 5 0; #X connect 4 0 2 0;
18
control list_op conversion MIDI
midi to frequency on a vector
create a purr-data patch that matches the following description and keywords.
Description: midi to frequency on a vector, Keywords: control list_op conversion MIDI
promiscous~-help.pd
externals\ext13\promiscous~-help.pd
#N canvas 0 31 411 264 10; #X obj 89 151 dac~; #X text 15 19 promiscous~ converts all network traffic; #X text 15 41 from a given interface to signal.; #X text 15 196 pd must run with root permissions \, to catch the traffic ; #X obj 100 93 promiscous~ eth0; #N canvas 421 178 494 344 META 0; #X text 12 115 RELEASE_DATE 2009-06-12; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 95 AUTHOR d13@klingt.org; #X text 12 25 LICENSE GPL v2; #X text 12 45 DESCRIPTION convert all network traffic from a given interface to a signal; #X text 12 75 OUTLET_0 signal; #X text 12 5 KEYWORDS signal network; #X restore 354 237 pd META; #X connect 4 0 0 0; #X connect 4 0 0 1;
#N canvas 0 31 411 264 10; #X obj 89 151 dac~; #X text 15 19 promiscous~ converts all network traffic; #X text 15 41 from a given interface to signal.; #X text 15 196 pd must run with root permissions \, to catch the traffic ; #X obj 100 93 promiscous~ eth0; #X connect 4 0 0 0; #X connect 4 0 0 1;
17
signal network
convert all network traffic from a given interface to a signal
create a purr-data patch that matches the following description and keywords.
Description: convert all network traffic from a given interface to a signal, Keywords: signal network
filesize-help.pd
externals\ext13\filesize-help.pd
#N canvas 0 31 450 297 10; #N canvas 463 219 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 125 AUTHOR d13@klingt.org; #X text 12 45 LICENSE GPL v2; #X text 12 5 ALIAS fsize; #X text 12 25 KEYWORDS control filesystem; #X text 12 65 DESCRIPTION get the size of a file in bytes; #X text 12 85 INLET_0 symbol bang; #X text 12 105 OUTLET_0 float; #X restore 391 267 pd META; #X obj 111 164 filesize; #X msg 111 94 symbol filesize-help.pd; #X floatatom 111 198 5 0 0 0 - - -; #X obj 123 29 fsize; #X obj 27 29 filesize; #X text 92 29 or; #X text 172 29 - get the size of a file in bytes; #X obj 129 129 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X text 153 126 return last value; #X connect 1 0 3 0; #X connect 2 0 1 0; #X connect 8 0 1 0;
#N canvas 0 31 450 297 10; #X obj 111 164 filesize; #X msg 111 94 symbol filesize-help.pd; #X floatatom 111 198 5 0 0 0 - - -; #X obj 123 29 fsize; #X obj 27 29 filesize; #X text 92 29 or; #X text 172 29 - get the size of a file in bytes; #X obj 129 129 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X text 153 126 return last value; #X connect 1 0 3 0; #X connect 2 0 1 0; #X connect 8 0 1 0;
23
control filesystem
get the size of a file in bytes
create a purr-data patch that matches the following description and keywords.
Description: get the size of a file in bytes, Keywords: control filesystem
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 <tom@zwizwa.be>; #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
hid_one2four-help.pd
externals\hid\hid_one2four-help.pd
#N canvas 0 31 464 340 10; #X obj 5 2 cnv 15 450 20 empty empty hid_one2four 2 11 1 18 -233017 -66577 0; #X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <hans@eds.org> ; #X text 244 284 released under the GNU GPL; #X floatatom 82 110 5 0 0 0 - - -; #X floatatom 23 186 5 0 0 0 - - -; #X obj 85 91 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 26 208 hsl 75 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X text 98 243 For more info:; #X text 18 28 Simple one-to-three mapping object. The first inlet is passed thru \, the range of the output data on the other inlet starts at the points in the input range specified as arugments.; #X obj 82 145 hid/hid_one2four 0.3 0.6 0.9; #X floatatom 113 186 5 0 0 0 - - -; #X obj 116 208 hsl 75 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X floatatom 203 186 5 0 0 0 - - -; #X obj 206 208 hsl 75 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X floatatom 293 186 5 0 0 0 - - -; #X obj 296 208 hsl 75 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #N canvas 474 31 494 344 META 0; #X text 12 185 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL; #X text 12 165 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION simple one-to-three mapping object; #X text 12 65 INLET_0 float; #X text 12 125 OUTLET_2 float; #X text 12 145 OUTLET_3 float; #X text 12 105 OUTLET_1 float; #X text 12 85 OUTLET_0 float; #X text 12 5 KEYWORDS control abstraction; #X restore 409 311 pd META; #X connect 4 0 10 0; #X connect 5 0 7 0; #X connect 6 0 4 0; #X connect 10 0 5 0; #X connect 10 1 11 0; #X connect 10 2 13 0; #X connect 10 3 15 0; #X connect 11 0 12 0; #X connect 13 0 14 0; #X connect 15 0 16 0;
#N canvas 0 31 464 340 10; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <hans@eds.org> ; #X text 244 284 released under the GNU GPL; #X floatatom 82 110 5 0 0 0 - - -; #X floatatom 23 186 5 0 0 0 - - -; #X obj 85 91 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 26 208 hsl 75 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X text 98 243 For more info:; #X text 18 28 Simple one-to-three mapping object. The first inlet is passed thru \, the range of the output data on the other inlet starts at the points in the input range specified as arugments.; #X obj 82 145 hid/hid_one2four 0.3 0.6 0.9; #X floatatom 113 186 5 0 0 0 - - -; #X obj 116 208 hsl 75 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X floatatom 203 186 5 0 0 0 - - -; #X obj 206 208 hsl 75 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X floatatom 293 186 5 0 0 0 - - -; #X obj 296 208 hsl 75 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X connect 4 0 10 0; #X connect 5 0 7 0; #X connect 6 0 4 0; #X connect 10 0 5 0; #X connect 10 1 11 0; #X connect 10 2 13 0; #X connect 10 3 15 0; #X connect 11 0 12 0; #X connect 13 0 14 0; #X connect 15 0 16 0;
40
control abstraction
simple one-to-three mapping object
create a purr-data patch that matches the following description and keywords.
Description: simple one-to-three mapping object, Keywords: control abstraction
wave-help.pd
externals\mapping\wave-help.pd
#N canvas 1 53 477 398 10; #X floatatom 29 40 5 0 0 0 - - -; #X floatatom 59 79 5 0 0 0 - - -; #X floatatom 102 97 5 0 0 0 - - -; #X obj 23 118 wave 25 0.4; #X obj 26 23 hsl 200 15 -1 5 0 0 empty empty center_position -2 -6 0 8 -262131 -1 -1 4600 1; #X obj 105 79 hsl 128 15 0.01 10 1 0 empty empty empty -2 -6 0 8 -257472 -1 -1 5500 1; #X obj 24 156 multi_slider 50; #X obj 61 61 hsl 128 15 0 50 0 0 empty empty number_of_points -2 -6 0 8 -225280 -1 -1 3600 1; #N canvas 464 140 494 344 META 0; #X text 12 175 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 95 INLET_1 float; #X text 12 155 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 45 DESCRIPTION return the amplitude covered by the last n (n>1) values; #X text 12 75 INLET_0 float; #X text 12 5 KEYWORDS control abstraction; #X text 12 115 INLET_2 float; #X text 12 135 OUTLET_0 list; #X restore 415 367 pd META; #X connect 1 0 3 1; #X connect 2 0 3 2; #X connect 3 0 6 0; #X connect 4 0 3 0; #X connect 4 0 0 0; #X connect 5 0 2 0; #X connect 7 0 1 0;
#N canvas 1 53 477 398 10; #X floatatom 29 40 5 0 0 0 - - -; #X floatatom 59 79 5 0 0 0 - - -; #X floatatom 102 97 5 0 0 0 - - -; #X obj 23 118 wave 25 0.4; #X obj 26 23 hsl 200 15 -1 5 0 0 empty empty center_position -2 -6 0 8 -262131 -1 -1 4600 1; #X obj 105 79 hsl 128 15 0.01 10 1 0 empty empty empty -2 -6 0 8 -257472 -1 -1 5500 1; #X obj 24 156 multi_slider 50; #X obj 61 61 hsl 128 15 0 50 0 0 empty empty number_of_points -2 -6 0 8 -225280 -1 -1 3600 1; #X connect 1 0 3 1; #X connect 2 0 3 2; #X connect 3 0 6 0; #X connect 4 0 3 0; #X connect 4 0 0 0; #X connect 5 0 2 0; #X connect 7 0 1 0;
27
control abstraction
return the amplitude covered by the last n (n>1) values
create a purr-data patch that matches the following description and keywords.
Description: return the amplitude covered by the last n (n>1) values, Keywords: control abstraction
slider-help.pd
externals\ggee\gui\slider-help.pd
#N canvas 0 26 592 446 12; #X obj 14 121 slider 127 0 15; #X floatatom 12 42 0 0 0 0 - - -; #X floatatom 14 319 0 0 0 0 - - -; #X text 140 188 This was instantiated with slider 200 100; #X obj 14 85 random 127; #X obj 468 343 state sl; #X msg 468 283 save; #X msg 520 283 1; #X floatatom 98 296 0 0 0 0 - - -; #X obj 186 252 slider 127 0 40; #X text 184 231 This was instantiated with slider 127 0 40; #X obj 274 333 sliderh 127 0 30; #X text 273 307 Same with sliderh; #X floatatom 274 384 5 0 0 0 - - -; #X obj 12 64 metro 2; #X obj 98 167 slider 200 100 15; #X text 125 117 Slider is state aware.; #N canvas 447 185 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE Tcl/Tk; #X text 12 105 AUTHOR Guenter Geiger; #X text 12 5 KEYWORDS control GUI; #X text 12 45 DESCRIPTION graphical slider; #X text 12 65 INLET_0 float bang; #X text 12 85 OUTLET_0 float; #X restore 532 416 pd META; #X text 126 11 Instantiate a new slider with Put->Object and type slider into the object. The slider takes up to 3 parameters \, the first is the maximum value \, the second is the minimum. The third is the width of the slider (contributed by Dieter <dieter@rhiz.org>. Click on the trough to move in 0.01. Middle button jumps.; #X connect 0 0 2 0; #X connect 1 0 14 0; #X connect 4 0 0 0; #X connect 6 0 5 0; #X connect 7 0 5 0; #X connect 11 0 13 0; #X connect 14 0 4 0; #X connect 15 0 8 0;
#N canvas 0 26 592 446 12; #X obj 14 121 slider 127 0 15; #X floatatom 12 42 0 0 0 0 - - -; #X floatatom 14 319 0 0 0 0 - - -; #X text 140 188 This was instantiated with slider 200 100; #X obj 14 85 random 127; #X obj 468 343 state sl; #X msg 468 283 save; #X msg 520 283 1; #X floatatom 98 296 0 0 0 0 - - -; #X obj 186 252 slider 127 0 40; #X text 184 231 This was instantiated with slider 127 0 40; #X obj 274 333 sliderh 127 0 30; #X text 273 307 Same with sliderh; #X floatatom 274 384 5 0 0 0 - - -; #X obj 12 64 metro 2; #X obj 98 167 slider 200 100 15; #X text 125 117 Slider is state aware.; #X text 126 11 Instantiate a new slider with Put->Object and type slider into the object. The slider takes up to 3 parameters \, the first is the maximum value \, the second is the minimum. The third is the width of the slider (contributed by Dieter <dieter@rhiz.org>. Click on the trough to move in 0.01. Middle button jumps.; #X connect 0 0 2 0; #X connect 1 0 14 0; #X connect 4 0 0 0; #X connect 6 0 5 0; #X connect 7 0 5 0; #X connect 11 0 13 0; #X connect 14 0 4 0; #X connect 15 0 8 0;
36
control GUI
graphical slider
create a purr-data patch that matches the following description and keywords.
Description: graphical slider, Keywords: control GUI
lpifft~-help.pd
externals\creb\doc\lpifft~-help.pd
#N canvas 0 26 463 346 10; #X text 18 7 ifft with rectangular lowpass for anti-aliased dynwav ; #X text 9 18 creation arg = fft size \, right inlet = dynwav cutoff freq; #N canvas 331 92 494 386 META 0; #X text 12 185 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 125 OUTLET_0 signal; #X text 12 65 INLET_0 signal; #X text 12 85 INLET_1 signal; #X text 12 145 OUTLET_1 signal; #X text 12 105 INLET_2 float; #X text 12 45 DESCRIPTION ifft + lowpass (for anti-aliased dynwav) ; #X text 12 25 LICENSE GPL v2; #X text 12 165 AUTHOR Tom Schouten <tom@zwizwa.be>; #X text 12 5 KEYWORDS signal abstraction needs_work (example); #X restore 412 324 pd META; #X obj 57 112 lpifft~;
#N canvas 0 26 463 346 10; #X text 18 7 ifft with rectangular lowpass for anti-aliased dynwav ; #X text 9 18 creation arg = fft size \, right inlet = dynwav cutoff freq; #X obj 57 112 lpifft~;
16
signal abstraction needs_work (example)
ifft + lowpass (for anti-aliased dynwav)
create a purr-data patch that matches the following description and keywords.
Description: ifft + lowpass (for anti-aliased dynwav), Keywords: signal abstraction needs_work (example)
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 <olaf.matthes@gmx.de>; #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 <olaf.matthes@gmx.de>; #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 <olaf.matthes@gmx.de>; #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
split_my_msgs-help.pd
externals\hcs\split_my_msgs-help.pd
#N canvas 0 26 505 387 10; #X obj 10 8 cnv 15 480 110 empty empty split_my_msgs 20 12 1 18 -233017 -66624 0; #X symbolatom 60 291 25 0 0 0 - - -; #X msg 218 200 bar; #X msg 84 138 foo 12 ag 24 ga; #X obj 61 271 list2symbol; #X symbolatom 244 291 25 0 0 0 - - -; #X obj 245 271 list2symbol; #X msg 92 156 bar 30 eo 20 fa; #X msg 99 174 234 as asdf asdf; #X text 36 34 This object is used to split a stream of messages. A unique ID is set either with a creation argument or by sending it to the right-inlet. That unique ID is then compared to the first element in each message \, and if it matches \, the rest of that message is sent to the left outlet. Otherwise \, the result is sent to the right outlet.; #X msg 250 200 234; #X text 23 327 There are a number of issues due to oddness in [select]: only symbols and ints will work for selectors on the right inlet \, floats probably won't work properly. Only a symbol can be used for a creation argument; #X obj 115 229 split_my_msgs foo; #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 45 DESCRIPTION split a stream of messages; #X text 12 65 INLET_0 anything; #X text 12 5 KEYWORDS control abstraction filter; #X text 12 85 OUTLET_0 anything; #X text 12 105 OUTLET_1 anything; #X restore 452 367 pd META; #X connect 2 0 12 1; #X connect 3 0 12 0; #X connect 4 0 1 0; #X connect 6 0 5 0; #X connect 7 0 12 0; #X connect 8 0 12 0; #X connect 10 0 12 1; #X connect 12 0 4 0; #X connect 12 1 6 0;
#N canvas 0 26 505 387 10; #X symbolatom 60 291 25 0 0 0 - - -; #X msg 218 200 bar; #X msg 84 138 foo 12 ag 24 ga; #X obj 61 271 list2symbol; #X symbolatom 244 291 25 0 0 0 - - -; #X obj 245 271 list2symbol; #X msg 92 156 bar 30 eo 20 fa; #X msg 99 174 234 as asdf asdf; #X text 36 34 This object is used to split a stream of messages. A unique ID is set either with a creation argument or by sending it to the right-inlet. That unique ID is then compared to the first element in each message \, and if it matches \, the rest of that message is sent to the left outlet. Otherwise \, the result is sent to the right outlet.; #X msg 250 200 234; #X text 23 327 There are a number of issues due to oddness in [select]: only symbols and ints will work for selectors on the right inlet \, floats probably won't work properly. Only a symbol can be used for a creation argument; #X obj 115 229 split_my_msgs foo; #X connect 2 0 12 1; #X connect 3 0 12 0; #X connect 4 0 1 0; #X connect 6 0 5 0; #X connect 7 0 12 0; #X connect 8 0 12 0; #X connect 10 0 12 1; #X connect 12 0 4 0; #X connect 12 1 6 0;
33
control abstraction filter
split a stream of messages
create a purr-data patch that matches the following description and keywords.
Description: split a stream of messages, Keywords: control abstraction filter
curve_fade-help.pd
externals\mapping\curve_fade-help.pd
#N canvas 2 82 649 503 10; #X obj 18 168 line; #X obj 18 262 timeroll; #X obj 18 189 resample 20; #X text 377 154 utilisation example :; #X obj 376 180 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X obj 376 222 line; #X obj 376 308 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144 -1 -1 0 1; #X obj 545 303 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144 -1 -1 0 1; #X text 439 304 better than :; #X text 332 283 smooth fade in and out; #X obj 18 210 curve_fade; #X obj 376 246 curve_fade; #X msg 18 144 0 \, 1 5000; #X msg 376 199 \$1 3000; #X text 148 10 This object input and output range is 0-1; #N canvas 465 169 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 95 OUTLET_0 float; #X text 12 115 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 75 INLET_0 float; #X text 12 5 KEYWORDS control abstraction; #X text 12 45 DESCRIPTION perform a non-linearity to allow the continuity of the diferenciate of the signal; #X restore 589 473 pd META; #X text 144 30 It performs a non-linearity in order to allow the continuity of the diferenciate of the signal (assuming the input signal is a ramp from 0 to 1). The shape of this non-linearity is a 3d order polygone ; #X text 144 92 This object is useful when natural fade in or fade out is neaded. (same result can be acheived with the line3 external); #X connect 0 0 2 0; #X connect 2 0 10 0; #X connect 4 0 13 0; #X connect 5 0 7 0; #X connect 5 0 11 0; #X connect 10 0 1 0; #X connect 11 0 6 0; #X connect 12 0 0 0; #X connect 13 0 5 0;
#N canvas 2 82 649 503 10; #X obj 18 168 line; #X obj 18 262 timeroll; #X obj 18 189 resample 20; #X text 377 154 utilisation example :; #X obj 376 180 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X obj 376 222 line; #X obj 376 308 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144 -1 -1 0 1; #X obj 545 303 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144 -1 -1 0 1; #X text 439 304 better than :; #X text 332 283 smooth fade in and out; #X obj 18 210 curve_fade; #X obj 376 246 curve_fade; #X msg 18 144 0 \, 1 5000; #X msg 376 199 \$1 3000; #X text 148 10 This object input and output range is 0-1; #X text 144 30 It performs a non-linearity in order to allow the continuity of the diferenciate of the signal (assuming the input signal is a ramp from 0 to 1). The shape of this non-linearity is a 3d order polygone ; #X text 144 92 This object is useful when natural fade in or fade out is neaded. (same result can be acheived with the line3 external); #X connect 0 0 2 0; #X connect 2 0 10 0; #X connect 4 0 13 0; #X connect 5 0 7 0; #X connect 5 0 11 0; #X connect 10 0 1 0; #X connect 11 0 6 0; #X connect 12 0 0 0; #X connect 13 0 5 0;
36
control abstraction
perform a non-linearity to allow the continuity of the diferenciate of the signal
create a purr-data patch that matches the following description and keywords.
Description: perform a non-linearity to allow the continuity of the diferenciate of the signal, Keywords: control abstraction
all_about_submitting_bugs.pd
packages\win64_inno\build\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
atof-help.pd
externals\zexy\reference\atof-help.pd
#N canvas 533 119 615 317 10; #X floatatom 42 231 4 0 0 0 - - -; #X symbolatom 42 155 10 0 0 0 - - -; #X text 509 17 part of zexy; #N canvas 515 193 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control conversion; #X text 12 45 DESCRIPTION convert ascii to integer; #X text 12 105 AUTHOR IOhannes m zmoelnig; #X text 12 65 INLET_0 symbol; #X text 12 85 OUTLET_0 float; #X restore 565 297 pd META; #X obj 42 102 makefilename %g; #X obj 42 178 atof; #X symbolatom 79 201 10 0 0 1 reject - -; #X text 146 19 convert ascii to floats; #X obj 94 21 atof; #X text 328 286 updated for zexy-2.2.7; #X obj 45 64 hsl 128 15 0 2 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 8900 1; #X floatatom 42 84 5 0 0 0 - - -; #X msg 76 129 symbol foo; #X connect 1 0 5 0; #X connect 4 0 1 0; #X connect 5 0 0 0; #X connect 5 1 6 0; #X connect 10 0 11 0; #X connect 11 0 4 0; #X connect 12 0 1 0;
#N canvas 533 119 615 317 10; #X floatatom 42 231 4 0 0 0 - - -; #X symbolatom 42 155 10 0 0 0 - - -; #X text 509 17 part of zexy; #X obj 42 102 makefilename %g; #X obj 42 178 atof; #X symbolatom 79 201 10 0 0 1 reject - -; #X text 146 19 convert ascii to floats; #X obj 94 21 atof; #X text 328 286 updated for zexy-2.2.7; #X obj 45 64 hsl 128 15 0 2 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 8900 1; #X floatatom 42 84 5 0 0 0 - - -; #X msg 76 129 symbol foo; #X connect 1 0 5 0; #X connect 4 0 1 0; #X connect 5 0 0 0; #X connect 5 1 6 0; #X connect 10 0 11 0; #X connect 11 0 4 0; #X connect 12 0 1 0;
29
control conversion
convert ascii to integer
create a purr-data patch that matches the following description and keywords.
Description: convert ascii to integer, Keywords: control conversion
v0x2f-help.pd
externals\markex\v0x2f-help.pd
#N canvas 369 150 450 300 10; #N canvas 249 435 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 divides a vector by a number; #X restore 390 271 pd META; #X msg 175 86 10; #X text 52 248 a "vector" is simply a list of numbers.; #X text 27 25 MarkEx vector operation: divide a vector by a factor ; #X obj 64 116 vector/ 42; #X msg 64 86 1 42 84; #X obj 64 146 print vector/; #X connect 1 0 4 1; #X connect 4 0 6 0; #X connect 5 0 4 0;
#N canvas 369 150 450 300 10; #X msg 175 86 10; #X text 52 248 a "vector" is simply a list of numbers.; #X text 27 25 MarkEx vector operation: divide a vector by a factor ; #X obj 64 116 vector/ 42; #X msg 64 86 1 42 84; #X obj 64 146 print vector/; #X connect 1 0 4 1; #X connect 4 0 6 0; #X connect 5 0 4 0;
20
control vector
divides a vector by a number
create a purr-data patch that matches the following description and keywords.
Description: divides a vector by a number, Keywords: control vector
all_about_z_order.pd
pd\doc\5.reference\all_about_z_order.pd
#N canvas 431 57 448 189 10; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header z_order 20 10 1 18 -261106 -33289 0; #X obj 1 167 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 377 73 494 153 META 0; #X text 12 95 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 75 LIBRARY PDDP; #X text 12 45 DESCRIPTION description of how objects are presented graphically in Pd; #X text 12 25 KEYWORDS GUI needs_work all_about_pd; #X restore 392 169 pd META; #N canvas 217 93 428 107 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 Z Order- Related Objects; #X restore 103 169 pd Related_objects; #X obj 6 169 pddp/pddplink all_about.pd -text All About Pd; #X obj 255 89 cnv 15 100 60 empty empty empty 20 12 0 14 -233017 -66577 0; #X text 78 107 This comment was created after the grey [cnv] behind it. If you cut and paste the canvas (or delete it then choose "Undo" from the "Edit" menu) \, it will cover this comment.; #X text 19 36 Z-order refers to the way in which overlapping objects are displayed. Pd currently determines z-ordering in the following way: The last object created will get put in front.; #X obj 417 2 pddp/pddplink Nmop~3pIsdn~tno9V~llV.pd -text dppd;
#N canvas 431 57 448 189 10; #X text 78 107 This comment was created after the grey [cnv] behind it. If you cut and paste the canvas (or delete it then choose "Undo" from the "Edit" menu) \, it will cover this comment.; #X text 19 36 Z-order refers to the way in which overlapping objects are displayed. Pd currently determines z-ordering in the following way: The last object created will get put in front.;
18
GUI needs_work all_about_pd
description of how objects are presented graphically in Pd
create a purr-data patch that matches the following description and keywords.
Description: description of how objects are presented graphically in Pd, Keywords: GUI needs_work all_about_pd
14.dollarsigns.pd
packages\win64_inno\build\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
freadln-help.pd
externals\zexy\reference\freadln-help.pd
#N canvas 0 31 859 326 10; #X obj 443 239 print done; #X text 72 260 see also:; #X msg 433 149 bang; #X text 334 293 this outlet gets the lines in sequence.; #X obj 130 281 textfile; #X text 482 150 output one line as a list and move to the next; #X text 508 222 This outlet gets a bang when you hit the end of the sequence \; it will also get the current position when using "when" ; #X text 618 7 part of zexy; #X obj 406 267 print data; #X obj 73 9 freadln; #X text 18 57 The [freadln] object is a simplified version if [textfile]. It only supports reading files.; #X text 15 95 features are :; #X text 60 108 the file is not read into the objects buffer. instead only the current line will be streamed from the file. this allows to read _large_ files (which need not fit into the main memory at all) ; #X text 58 199 no random access!; #X text 9 183 drawbacks are :; #X obj 130 262 fwriteln; #X msg 433 178 close; #X text 548 117 open a file in 'cr' mode; #X obj 406 201 freadln; #X msg 435 116 open test.mtx cr; #N canvas 708 249 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 storage filesystem; #X text 12 85 OUTLET_0 anything; #X text 12 105 OUTLET_1 bang; #X text 12 65 INLET_0 bang open close; #X text 12 45 DESCRIPTION read text files line by line; #X restore 806 297 pd META; #X text 127 9 read text-files line-by-line; #X connect 2 0 18 0; #X connect 16 0 18 0; #X connect 18 0 8 0; #X connect 18 1 0 0; #X connect 19 0 18 0;
#N canvas 0 31 859 326 10; #X obj 443 239 print done; #X text 72 260 see also:; #X msg 433 149 bang; #X text 334 293 this outlet gets the lines in sequence.; #X obj 130 281 textfile; #X text 482 150 output one line as a list and move to the next; #X text 508 222 This outlet gets a bang when you hit the end of the sequence \; it will also get the current position when using "when" ; #X text 618 7 part of zexy; #X obj 406 267 print data; #X obj 73 9 freadln; #X text 18 57 The [freadln] object is a simplified version if [textfile]. It only supports reading files.; #X text 15 95 features are :; #X text 60 108 the file is not read into the objects buffer. instead only the current line will be streamed from the file. this allows to read _large_ files (which need not fit into the main memory at all) ; #X text 58 199 no random access!; #X text 9 183 drawbacks are :; #X obj 130 262 fwriteln; #X msg 433 178 close; #X text 548 117 open a file in 'cr' mode; #X obj 406 201 freadln; #X msg 435 116 open test.mtx cr; #X text 127 9 read text-files line-by-line; #X connect 2 0 18 0; #X connect 16 0 18 0; #X connect 18 0 8 0; #X connect 18 1 0 0; #X connect 19 0 18 0;
37
control storage filesystem
read text files line by line
create a purr-data patch that matches the following description and keywords.
Description: read text files line by line, Keywords: control storage filesystem
mtosr-help.pd
externals\bsaylor\mtosr-help.pd
#N canvas 1 53 450 300 10; #X text 95 204 creation argument: samplerate at middle C.; #X text 46 145 takes midi note value and converts to a samplerate for sample playback.; #N canvas 256 179 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 5 KEYWORDS control abstraction MIDI conversion; #X text 12 45 DESCRIPTION takes MIDI note value and converts to a samplerate for sample playback; #X text 12 75 INLET_0 float; #X text 12 95 OUTLET_0 float; #X text 12 25 LICENSE GPL v2; #X text 12 115 AUTHOR Benjamin R. Saylor <bensaylor@fastmail.fm>; #X restore 386 263 pd META; #X floatatom 177 59 5 0 0 0 - - -; #X floatatom 177 121 12 0 0 0 - - -; #X obj 177 88 mtosr 44100; #X connect 3 0 5 0; #X connect 5 0 4 0;
#N canvas 1 53 450 300 10; #X text 95 204 creation argument: samplerate at middle C.; #X text 46 145 takes midi note value and converts to a samplerate for sample playback.; #X floatatom 177 59 5 0 0 0 - - -; #X floatatom 177 121 12 0 0 0 - - -; #X obj 177 88 mtosr 44100; #X connect 3 0 5 0; #X connect 5 0 4 0;
17
control abstraction MIDI conversion
takes MIDI note value and converts to a samplerate for sample playback
create a purr-data patch that matches the following description and keywords.
Description: takes MIDI note value and converts to a samplerate for sample playback, Keywords: control abstraction MIDI conversion
list2symbol-help.pd
externals\zexy\reference\list2symbol-help.pd
#N canvas 0 31 716 373 10; #X obj 85 28 list2symbol; #X text 178 29 convert a list into a symbol; #X obj 407 30 l2s; #X symbolatom 25 266 0 0 0 0 - - -; #X msg 25 77 list this was a list and is now a symbol; #X msg 109 98 anythings work fine too; #X obj 457 268 print; #X symbolatom 97 203 10 0 0 0 - - -; #X msg 97 138 symbol --; #X text 180 137 by default \, list-elements are separated by spaces. You can set the separator to any symbol; #X text 486 11 part of zexy; #X msg 106 181 symbol; #X obj 25 238 list2symbol; #X text 172 183 even to a zero-length symbol!; #X msg 457 227 my bonnie is over the ovean; #X obj 457 248 l2s .; #X text 487 41 updated for zexy-2.2; #X text 504 250 argument: default delimiter; #X text 266 306 in prior versions of [list2symbol] \, the default delimiter was not settable via arguments \; instead the arguments denoted the incoming list. this has changed!!!!; #X text 271 282 Attention:; #N canvas 460 154 494 344 META 0; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 45 LICENSE GPL v2; #X text 12 145 AUTHOR IOhannes m zmoelnig; #X text 12 25 KEYWORDS control conversion symbol_op; #X text 12 65 DESCRIPTION convert a list into a symbol; #X text 12 85 INLET_0 anything; #X text 12 105 INLET_1 symbol; #X text 12 125 OUTLET_0 symbol; #X text 12 5 ALIAS l2s; #X restore 661 344 pd META; #X connect 4 0 12 0; #X connect 5 0 12 0; #X connect 7 0 12 1; #X connect 8 0 7 0; #X connect 11 0 7 0; #X connect 12 0 3 0; #X connect 14 0 15 0; #X connect 15 0 6 0;
#N canvas 0 31 716 373 10; #X obj 85 28 list2symbol; #X text 178 29 convert a list into a symbol; #X obj 407 30 l2s; #X symbolatom 25 266 0 0 0 0 - - -; #X msg 25 77 list this was a list and is now a symbol; #X msg 109 98 anythings work fine too; #X obj 457 268 print; #X symbolatom 97 203 10 0 0 0 - - -; #X msg 97 138 symbol --; #X text 180 137 by default \, list-elements are separated by spaces. You can set the separator to any symbol; #X text 486 11 part of zexy; #X msg 106 181 symbol; #X obj 25 238 list2symbol; #X text 172 183 even to a zero-length symbol!; #X msg 457 227 my bonnie is over the ovean; #X obj 457 248 l2s .; #X text 487 41 updated for zexy-2.2; #X text 504 250 argument: default delimiter; #X text 266 306 in prior versions of [list2symbol] \, the default delimiter was not settable via arguments \; instead the arguments denoted the incoming list. this has changed!!!!; #X text 271 282 Attention:; #X connect 4 0 12 0; #X connect 5 0 12 0; #X connect 7 0 12 1; #X connect 8 0 7 0; #X connect 11 0 7 0; #X connect 12 0 3 0; #X connect 14 0 15 0; #X connect 15 0 6 0;
40
control conversion symbol_op
convert a list into a symbol
create a purr-data patch that matches the following description and keywords.
Description: convert a list into a symbol, Keywords: control conversion symbol_op
list2int-help.pd
externals\zexy\reference\list2int-help.pd
#N canvas 0 31 497 302 10; #X obj 26 246 print; #X msg 61 139 3.14159 2 hello 1; #X msg 70 170 gosh 2.3 1; #X obj 26 212 list2int; #X text 65 23 list to integer; #X text 18 49 cast all floats of a list to integers; #X msg 26 110 1 2 -1.567 3 2; #X text 158 110 list of floats; #X text 224 139 list with symbols; #X obj 332 248 l2i; #X text 285 248 alias; #X text 371 15 part of zexy; #X text 168 169 not really a list; #N canvas 515 193 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR IOhannes m zmoelnig; #X text 12 45 DESCRIPTION cast all floats of a list to integers; #X text 12 65 INLET_0 anything; #X text 12 5 KEYWORDS control conversion anything_op; #X text 12 85 OUTLET_0 anything; #X restore 433 271 pd META; #X connect 1 0 3 0; #X connect 2 0 3 0; #X connect 3 0 0 0; #X connect 6 0 3 0;
#N canvas 0 31 497 302 10; #X obj 26 246 print; #X msg 61 139 3.14159 2 hello 1; #X msg 70 170 gosh 2.3 1; #X obj 26 212 list2int; #X text 65 23 list to integer; #X text 18 49 cast all floats of a list to integers; #X msg 26 110 1 2 -1.567 3 2; #X text 158 110 list of floats; #X text 224 139 list with symbols; #X obj 332 248 l2i; #X text 285 248 alias; #X text 371 15 part of zexy; #X text 168 169 not really a list; #X connect 1 0 3 0; #X connect 2 0 3 0; #X connect 3 0 0 0; #X connect 6 0 3 0;
27
control conversion anything_op
cast all floats of a list to integers
create a purr-data patch that matches the following description and keywords.
Description: cast all floats of a list to integers, Keywords: control conversion anything_op
bhip~-help.pd
externals\creb\doc\bhip~-help.pd
#N canvas 0 0 450 300 10; #X obj 130 55 bhip~; #X text 175 53 butterworth high pass filter; #N canvas 331 92 494 327 META 0; #X text 12 175 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 135 LIBRARY external creb; #X text 12 95 INLET_1 float; #X text 12 115 OUTLET_0 signal; #X text 12 5 KEYWORDS signal abstraction filter needs_work (example patch); #X text 12 55 DESCRIPTION butterworth high pass filter; #X text 12 75 INLET_0 signal; #X text 12 155 AUTHOR Tom Schouten <tom@zwizwa.be>; #X text 12 35 LICENSE GPL v2; #X restore 398 277 pd META;
#N canvas 0 0 450 300 10; #X obj 130 55 bhip~; #X text 175 53 butterworth high pass filter;
14
signal abstraction filter needs_work (example patch)
butterworth high pass filter
create a purr-data patch that matches the following description and keywords.
Description: butterworth high pass filter, Keywords: signal abstraction filter needs_work (example patch)
blocksize_in_ms-help.pd
externals\hcs\blocksize_in_ms-help.pd
#N canvas 0 26 474 344 10; #X obj 5 2 cnv 15 450 20 empty empty blocksize_in_ms 2 11 1 18 -233017 -66577 0; #X msg 422 3 pddp; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <hans@eds.org> ; #X text 244 284 released under the GNU GPL; #X obj 152 157 blocksize_in_ms; #X msg 152 115 bang; #X text 197 117 bang to recalculate; #X floatatom 152 210 7 0 0 1 ms - -; #X text 18 36 Output the current blocksize in ms rather than samples. This is currently set at a fixed blocksize of 64 \, but it will change dynamically in the future.; #N canvas 484 26 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 105 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION output current blocksize in ms; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_0 float; #X text 12 5 KEYWORDS control conversion abstraction; #X restore 412 310 pd META; #X connect 4 0 7 0; #X connect 5 0 4 0;
#N canvas 0 26 474 344 10; #X msg 422 3 pddp; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <hans@eds.org> ; #X text 244 284 released under the GNU GPL; #X obj 152 157 blocksize_in_ms; #X msg 152 115 bang; #X text 197 117 bang to recalculate; #X floatatom 152 210 7 0 0 1 ms - -; #X text 18 36 Output the current blocksize in ms rather than samples. This is currently set at a fixed blocksize of 64 \, but it will change dynamically in the future.; #X connect 4 0 7 0; #X connect 5 0 4 0;
21
control conversion abstraction
output current blocksize in ms
create a purr-data patch that matches the following description and keywords.
Description: output current blocksize in ms, Keywords: control conversion abstraction
streamMinMax-help.pd
externals\tof\tof\streamMinMax-help.pd
#N canvas 1 53 412 446 10; #X floatatom 82 146 5 0 0 0 - - -; #X obj 199 195 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X floatatom 118 297 5 0 0 0 minimum - -; #X floatatom 188 322 5 0 0 0 maximum - -; #X text 216 193 reset; #X text 61 124 number stream; #X obj 2 -43 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text 7 1 author: mrtoftrash@gmail.com; #X text 7 -44 description: outputs the minimum and maximum float of a stream of numbers.; #X text 7 -10 tags: stream; #X text 7 12 version: 2009-05-07 (initial release); #X text 210 145 set minimum and maximum; #X text 4 74 Argument 2: maximum value at start (defaults to none) ; #X text 4 59 Argument 1: minimum value at start (defaults to none) ; #X msg 168 144 43 90; #X obj 9 95 tof/streamMinMax 45 100; #X obj 118 267 tof/streamMinMax; #N canvas 259 140 494 344 META 0; #X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 55 LICENSE GPL v2; #X text 12 135 AUTHOR Thomas Ouellet Fredericks; #X text 12 5 KEYWORDS control conversion; #X text 12 25 DESCRIPTION output the minimum and maximum float of a stream of numbers; #X text 12 75 INLET_0 float list bang; #X text 12 95 OUTLET_0 float; #X text 12 115 OUTLET_1 float; #X restore 352 348 pd META; #X connect 0 0 16 0; #X connect 1 0 16 0; #X connect 14 0 16 0; #X connect 16 0 2 0; #X connect 16 1 3 0;
#N canvas 1 53 412 446 10; #X floatatom 82 146 5 0 0 0 - - -; #X obj 199 195 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X floatatom 118 297 5 0 0 0 minimum - -; #X floatatom 188 322 5 0 0 0 maximum - -; #X text 216 193 reset; #X text 61 124 number stream; #X obj 2 -43 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text 7 1 author: mrtoftrash@gmail.com; #X text 7 -44 description: outputs the minimum and maximum float of a stream of numbers.; #X text 7 -10 tags: stream; #X text 7 12 version: 2009-05-07 (initial release); #X text 210 145 set minimum and maximum; #X text 4 74 Argument 2: maximum value at start (defaults to none) ; #X text 4 59 Argument 1: minimum value at start (defaults to none) ; #X msg 168 144 43 90; #X obj 9 95 tof/streamMinMax 45 100; #X obj 118 267 tof/streamMinMax; #X connect 0 0 16 0; #X connect 1 0 16 0; #X connect 14 0 16 0; #X connect 16 0 2 0; #X connect 16 1 3 0;
33
control conversion
output the minimum and maximum float of a stream of numbers
create a purr-data patch that matches the following description and keywords.
Description: output the minimum and maximum float of a stream of numbers, Keywords: control conversion
limit-help.pd
externals\maxlib\limit-help.pd
#N canvas 0 26 510 365 12; #X floatatom 27 277 8 0 0 0 - - -; #X floatatom 27 73 5 0 0 0 - - -; #X text 215 46 written by <olaf.matthes@gmx.de>; #X floatatom 54 131 5 0 0 0 - - -; #X floatatom 82 152 5 0 0 0 - - -; #X floatatom 110 173 5 0 0 0 - - -; #X text 84 71 input value; #X text 57 104 creation arguments can be changed dynamically:; #X obj 27 249 limit 0 9 5; #X text 35 316 creation arguments:; #X text 170 172 0 = limit \, others: compression ratio; #X text 35 340 limit <lower limit> <upper limit> <ratio>; #X text 324 195 values between 0 and 1; #X text 325 213 result in expansion !; #X text 106 278 limited / compressed output value; #X text 141 11 limit :: limits input to lie between boundaries; #X text 213 27 allows for compression / expansion; #X text 114 129 lower boundary; #X text 144 151 upper boundary; #N canvas 520 26 494 344 META 0; #X text 12 225 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 OUTLET_0 float; #X text 12 5 KEYWORDS control filter; #X text 12 45 DESCRIPTION limits input to lie between boundaries and allows for compression / expansion; #X text 12 85 INLET_0 float; #X text 12 105 INLET_1 float; #X text 12 125 INLET_2 float; #X text 12 145 INLET_3 float; #X text 12 185 AUTHOR Olaf Matthes <olaf.matthes@gmx.de>; #X restore 442 334 pd META; #X connect 1 0 8 0; #X connect 3 0 8 1; #X connect 4 0 8 2; #X connect 5 0 8 3; #X connect 8 0 0 0;
#N canvas 0 26 510 365 12; #X floatatom 27 277 8 0 0 0 - - -; #X floatatom 27 73 5 0 0 0 - - -; #X text 215 46 written by <olaf.matthes@gmx.de>; #X floatatom 54 131 5 0 0 0 - - -; #X floatatom 82 152 5 0 0 0 - - -; #X floatatom 110 173 5 0 0 0 - - -; #X text 84 71 input value; #X text 57 104 creation arguments can be changed dynamically:; #X obj 27 249 limit 0 9 5; #X text 35 316 creation arguments:; #X text 170 172 0 = limit \, others: compression ratio; #X text 35 340 limit <lower limit> <upper limit> <ratio>; #X text 324 195 values between 0 and 1; #X text 325 213 result in expansion !; #X text 106 278 limited / compressed output value; #X text 141 11 limit :: limits input to lie between boundaries; #X text 213 27 allows for compression / expansion; #X text 114 129 lower boundary; #X text 144 151 upper boundary; #X connect 1 0 8 0; #X connect 3 0 8 1; #X connect 4 0 8 2; #X connect 5 0 8 3; #X connect 8 0 0 0;
37
control filter
limits input to lie between boundaries and allows for compression / expansion
create a purr-data patch that matches the following description and keywords.
Description: limits input to lie between boundaries and allows for compression / expansion, Keywords: control filter
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
active-help.pd
externals\miXed\doc\help\cyclone\active-help.pd
#N canvas 0 31 431 256 10; #X obj 4 4 cnv 15 400 40 empty empty empty 20 12 0 14 -262130 -66577 0; #X text 31 210 docs based on the MAX/MSP reference (c) cycling'74; #X text 30 224 ___________________________________________________ ; #X obj 41 22 active; #X text 108 24 report if window is active / inactive; #X obj 39 117 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1 ; #X obj 39 86 active; #X text 64 118 focus / unfocus window and watch the toggle; #N canvas 365 140 494 344 META 0; #X text 12 105 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html ; #X text 12 5 KEYWORDS float max_compatible canvas_op; #X text 12 45 DESCRIPTION report if window is active / inactive; #X text 12 135 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan Wilkes for Pd-extended 0.42 to conform to the PDDP template.; #X text 12 65 OUTLET_0 float; #X text 12 85 AUTHOR Krzysztof Czaja; #X text 12 25 LICENSE SIBSD; #X restore 381 235 pd META; #X connect 6 0 5 0;
#N canvas 0 31 431 256 10; #X text 31 210 docs based on the MAX/MSP reference (c) cycling'74; #X text 30 224 ___________________________________________________ ; #X obj 41 22 active; #X text 108 24 report if window is active / inactive; #X obj 39 117 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1 ; #X obj 39 86 active; #X text 64 118 focus / unfocus window and watch the toggle; #X connect 6 0 5 0;
19
float max_compatible canvas_op
report if window is active / inactive
create a purr-data patch that matches the following description and keywords.
Description: report if window is active / inactive, Keywords: float max_compatible canvas_op
06.saving.attributes.pd
packages\win64_inno\build\doc\4.data.structures\pd-l2ork\ds-tutorials\06.saving.attributes.pd
#N struct drawtut-attr-saving float x float y; #N canvas 1 25 638 551 10; #X text 0 1 New Drawing Commands: attributes (continued); #X text 0 1 ____________________________________________; #X text 53 23 Saving attributes is fairly straightforward using message boxes with commas separating each attribute:; #X obj 53 94 loadbang; #X obj 53 57 struct drawtut-attr-saving float x float y; #X scalar drawtut-attr-saving 53 184 \;; #X msg 53 117 fill green \, stroke-width 5 \, stroke brown \, stroke-dasharray 2 6; #X obj 102 279; #X text 52 354 Scalars can also save data with the patch. For example \, the ones above remember their x/y location because that data is saved as the "x" and "y" fields for each scalar. Each scalar has its own values for "x" and "y"-- that's we can put the two scalars above at separate locations in the patch.; #X text 228 280 <- Create another scalar in the empty object box by typing the struct name "drawtut-attr-saving" into it.; #X obj 53 153 draw rect 50 50 0 0; #N canvas 290 275 450 300 META 0; #X text 16 26 LICENSE SIBSD; #X text 16 76 AUTHOR Jonathan Wilkes; #X text 16 96 HELP_PATCH_AUTHORS Jonathan Wilkes; #X text 16 6 KEYWORDS tutorial data_structure draw gui; #X text 16 46 DESCRIPTION specifying display attributes with the [draw] command; #X restore 573 520 pd META; #X text 52 434 We can define more data fields than just "x" and "y". Later we will use new fields to associate a scalar's data with the svg attributes. That allows us to change the visual appearance of each scalar.; #X connect 3 0 6 0; #X connect 6 0 10 0;
#N struct drawtut-attr-saving float x float y; #N canvas 1 25 638 551 10; #X text 0 1 New Drawing Commands: attributes (continued); #X text 0 1 ____________________________________________; #X text 53 23 Saving attributes is fairly straightforward using message boxes with commas separating each attribute:; #X obj 53 94 loadbang; #X obj 53 57 struct drawtut-attr-saving float x float y; #X scalar drawtut-attr-saving 53 184 \;; #X msg 53 117 fill green \, stroke-width 5 \, stroke brown \, stroke-dasharray 2 6; #X obj 102 279; #X text 52 354 Scalars can also save data with the patch. For example \, the ones above remember their x/y location because that data is saved as the "x" and "y" fields for each scalar. Each scalar has its own values for "x" and "y"-- that's we can put the two scalars above at separate locations in the patch.; #X text 228 280 <- Create another scalar in the empty object box by typing the struct name "drawtut-attr-saving" into it.; #X obj 53 153 draw rect 50 50 0 0; #X text 52 434 We can define more data fields than just "x" and "y". Later we will use new fields to associate a scalar's data with the svg attributes. That allows us to change the visual appearance of each scalar.; #X connect 3 0 6 0; #X connect 6 0 10 0;
23
tutorial data_structure draw gui
specifying display attributes with the [draw] command
create a purr-data patch that matches the following description and keywords.
Description: specifying display attributes with the [draw] command, Keywords: tutorial data_structure draw gui
mean_n-help.pd
externals\mapping\mean_n-help.pd
#N canvas 1 53 821 556 10; #X obj 68 174 t f f; #X floatatom 338 197 5 0 0 0 - - -; #X text 333 174 order: n; #X text 49 37 Fir_mean_n computes a fir low pass mean filter of order n; #X obj 499 307 -; #X floatatom 68 126 5 0 1 0 - - -; #X obj 68 148 resample 30; #X obj 68 336 timeroll; #X obj 280 336 timeroll; #X obj 499 335 timeroll; #X obj 280 220 mean_n 25; #X msg 280 148 mode \$1; #X obj 280 125 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 310 131 mode 1 : slow \, but accurate; #X text 310 115 mode 0 (defult) : fast but inanuracy can grow with time; #N canvas 497 278 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 OUTLET_0 float; #X text 12 125 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 5 KEYWORDS control abstraction filter; #X text 12 45 DESCRIPTION compute a fir low pass mean filter of order n; #X text 12 65 INLET_0 float mode; #X text 12 85 INLET_1 float; #X restore 761 521 pd META; #X connect 0 0 4 0; #X connect 0 0 7 0; #X connect 0 1 10 0; #X connect 1 0 10 1; #X connect 4 0 9 0; #X connect 5 0 6 0; #X connect 6 0 0 0; #X connect 10 0 4 1; #X connect 10 0 8 0; #X connect 11 0 10 0; #X connect 12 0 11 0;
#N canvas 1 53 821 556 10; #X obj 68 174 t f f; #X floatatom 338 197 5 0 0 0 - - -; #X text 333 174 order: n; #X text 49 37 Fir_mean_n computes a fir low pass mean filter of order n; #X obj 499 307 -; #X floatatom 68 126 5 0 1 0 - - -; #X obj 68 148 resample 30; #X obj 68 336 timeroll; #X obj 280 336 timeroll; #X obj 499 335 timeroll; #X obj 280 220 mean_n 25; #X msg 280 148 mode \$1; #X obj 280 125 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 310 131 mode 1 : slow \, but accurate; #X text 310 115 mode 0 (defult) : fast but inanuracy can grow with time; #X connect 0 0 4 0; #X connect 0 0 7 0; #X connect 0 1 10 0; #X connect 1 0 10 1; #X connect 4 0 9 0; #X connect 5 0 6 0; #X connect 6 0 0 0; #X connect 10 0 4 1; #X connect 10 0 8 0; #X connect 11 0 10 0; #X connect 12 0 11 0;
37
control abstraction filter
compute a fir low pass mean filter of order n
create a purr-data patch that matches the following description and keywords.
Description: compute a fir low pass mean filter of order n, Keywords: control abstraction filter
4.fonts.pd
pd\doc\manuals\pd-msg\1.msg_and_patch\4.fonts.pd
#N canvas 295 201 405 234 10; #X msg 14 26 menufont; #X msg 32 64 font 10 100 100; #X msg 32 88 font 14 100 100; #X msg 30 114 font 24 100 100; #X msg 158 86 50; #X msg 198 86 200; #X msg 158 112 font 10 100 \$1; #X msg 274 84 50; #X msg 314 84 200; #X msg 274 112 font 10 \$1 100; #X obj 14 196 s pd-4.fonts.pd; #X text 14 3 Here a list of all the messages dealing with fonts :; #N canvas 458 158 494 396 META 0; #X text 12 95 HELP_PATCH_AUTHORS Damien Henry. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 64 DESCRIPTION changing font size with messages to a canvas ; #X text 12 43 LICENSE public domain; #X text 12 5 KEYWORDS control canvas_op nonlocal dynamic_patching tutorial ; #X restore 347 206 pd META; #X connect 0 0 10 0; #X connect 1 0 10 0; #X connect 2 0 10 0; #X connect 3 0 10 0; #X connect 4 0 6 0; #X connect 5 0 6 0; #X connect 6 0 10 0; #X connect 7 0 9 0; #X connect 8 0 9 0; #X connect 9 0 10 0;
#N canvas 295 201 405 234 10; #X msg 14 26 menufont; #X msg 32 64 font 10 100 100; #X msg 32 88 font 14 100 100; #X msg 30 114 font 24 100 100; #X msg 158 86 50; #X msg 198 86 200; #X msg 158 112 font 10 100 \$1; #X msg 274 84 50; #X msg 314 84 200; #X msg 274 112 font 10 \$1 100; #X obj 14 196 s pd-4.fonts.pd; #X text 14 3 Here a list of all the messages dealing with fonts :; #X connect 0 0 10 0; #X connect 1 0 10 0; #X connect 2 0 10 0; #X connect 3 0 10 0; #X connect 4 0 6 0; #X connect 5 0 6 0; #X connect 6 0 10 0; #X connect 7 0 9 0; #X connect 8 0 9 0; #X connect 9 0 10 0;
29
control canvas_op nonlocal dynamic_patching tutorial
changing font size with messages to a canvas
create a purr-data patch that matches the following description and keywords.
Description: changing font size with messages to a canvas, Keywords: control canvas_op nonlocal dynamic_patching tutorial
openHelp-help.pd
externals\tof\tof\openHelp-help.pd
#N canvas 1 53 461 503 10; #X msg 77 213 symbol list; #X msg 157 247 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: mrtoftrash@gmail.com; #X msg 178 298 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 77 340 tof/openHelp; #X obj 2 135 cnv 15 400 30 empty empty empty 20 12 0 14 -261234 -66577 0; #X text 10 141 openHelp is deprecated. Please use open_help instead. ; #N canvas 236 174 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 55 LICENSE GPL v2; #X text 12 95 AUTHOR Thomas Ouellet Fredericks; #X text 12 25 DESCRIPTION searches for an external's or an abstraction's help file and tries to open it; #X text 12 75 INLET_0 bang; #X text 12 5 KEYWORDS control filesystem patch_op deprecated; #X restore 367 424 pd META; #X connect 0 0 8 0; #X connect 1 0 8 0; #X connect 4 0 8 0;
#N canvas 1 53 461 503 10; #X msg 77 213 symbol list; #X msg 157 247 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: mrtoftrash@gmail.com; #X msg 178 298 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 77 340 tof/openHelp; #X text 10 141 openHelp is deprecated. Please use open_help instead. ; #X connect 0 0 8 0; #X connect 1 0 8 0; #X connect 4 0 8 0;
23
control filesystem patch_op deprecated
searches 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: searches for an external's or an abstraction's help file and tries to open it, Keywords: control filesystem patch_op deprecated
abs~-help.pd
externals\markex\abs~-help.pd
#N canvas 1 53 499 284 10; #X obj 19 108 sig~; #X obj 71 133 loadbang; #X obj 71 157 metro 100; #X obj 71 181 snapshot~; #X floatatom 19 87 5 0 0 0 - - -; #X floatatom 71 206 7 0 0 0 - - -; #X text 316 227 updated for Pd version 0.42.; #X obj 20 132 abs~; #X obj 21 14 abs~; #X text 60 14 - absolute value; #X text 82 33 Passes nonnegative values unchanged \, but replaces negative ones with their (positive) inverses.; #X text 81 66 (turn DSP on to test):; #N canvas 506 311 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 95 OUTLET_0 signal; #X text 12 45 DESCRIPTION passes nonnegative values unchanged \, but replaces negative ones with their (positive) inverses.; #X text 12 5 KEYWORDS signal; #X text 12 75 INLET_0 signal; #X text 12 115 AUTHOR Mark Danks; #X text 12 25 LICENSE GPL v2; #X restore 442 257 pd META; #X connect 0 0 7 0; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 3 0 5 0; #X connect 4 0 0 0; #X connect 7 0 3 0;
#N canvas 1 53 499 284 10; #X obj 19 108 sig~; #X obj 71 133 loadbang; #X obj 71 157 metro 100; #X obj 71 181 snapshot~; #X floatatom 19 87 5 0 0 0 - - -; #X floatatom 71 206 7 0 0 0 - - -; #X text 316 227 updated for Pd version 0.42.; #X obj 20 132 abs~; #X obj 21 14 abs~; #X text 60 14 - absolute value; #X text 82 33 Passes nonnegative values unchanged \, but replaces negative ones with their (positive) inverses.; #X text 81 66 (turn DSP on to test):; #X connect 0 0 7 0; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 3 0 5 0; #X connect 4 0 0 0; #X connect 7 0 3 0;
28
signal
passes nonnegative values unchanged \, but replaces negative ones with their (positive) inverses.
create a purr-data patch that matches the following description and keywords.
Description: passes nonnegative values unchanged \, but replaces negative ones with their (positive) inverses., Keywords: signal
shuffle-help.pd
externals\motex\shuffle-help.pd
#N canvas 0 31 717 307 10; #X floatatom 169 127 4 0 0 0 - - -; #X floatatom 252 124 4 0 0 0 - - -; #X floatatom 302 124 4 0 0 0 - - -; #X floatatom 169 210 4 0 0 0 - - -; #X msg 81 83 bang; #X text 379 140 Argument 2: upper limit; #X text 378 63 Shuffle; #X text 379 158 Argument 3: fraction of the end of a series; #X text 167 94 lower; #X text 252 105 upper; #X text 302 105 frac; #X text 379 122 Argument 1: lower limit; #X text 130 105 (activate changes); #X text 379 176 and beginning of next (after reshuffle); #X text 55 47 output shuffled; #X text 55 65 integer series; #X obj 169 169 shuffle -1 5 0.25; #X text 379 194 where no repetitions occur (range betwwen 0 & 0.5) ; #X text 379 86 A no-repeat random number generator; #X text 378 105 shuffles a nuber series; #X text 448 258 IM 2001; #N canvas 649 250 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 Iain Mott (iain.mott@bigpond.com); #X text 12 45 DESCRIPTION a no-repeat random number generator; #X text 12 5 KEYWORDS control random; #X text 12 65 INLET_0 bang float; #X text 12 85 INLET_1 float; #X text 12 105 INLET_2 float; #X text 12 125 OUTLET_0 float; #X restore 656 281 pd META; #X connect 0 0 16 0; #X connect 1 0 16 1; #X connect 2 0 16 2; #X connect 4 0 16 0; #X connect 16 0 3 0;
#N canvas 0 31 717 307 10; #X floatatom 169 127 4 0 0 0 - - -; #X floatatom 252 124 4 0 0 0 - - -; #X floatatom 302 124 4 0 0 0 - - -; #X floatatom 169 210 4 0 0 0 - - -; #X msg 81 83 bang; #X text 379 140 Argument 2: upper limit; #X text 378 63 Shuffle; #X text 379 158 Argument 3: fraction of the end of a series; #X text 167 94 lower; #X text 252 105 upper; #X text 302 105 frac; #X text 379 122 Argument 1: lower limit; #X text 130 105 (activate changes); #X text 379 176 and beginning of next (after reshuffle); #X text 55 47 output shuffled; #X text 55 65 integer series; #X obj 169 169 shuffle -1 5 0.25; #X text 379 194 where no repetitions occur (range betwwen 0 & 0.5) ; #X text 379 86 A no-repeat random number generator; #X text 378 105 shuffles a nuber series; #X text 448 258 IM 2001; #X connect 0 0 16 0; #X connect 1 0 16 1; #X connect 2 0 16 2; #X connect 4 0 16 0; #X connect 16 0 3 0;
38
control random
a no-repeat random number generator
create a purr-data patch that matches the following description and keywords.
Description: a no-repeat random number generator, Keywords: control random
lstd-help.pd
externals\smlib\lstd-help.pd
#N canvas 1 53 441 199 10; #X text 347 135 j#|@2002; #X obj 369 113 SMLib-help; #X floatatom 74 115 5 0 0 0 - - -; #X obj 74 85 lstd; #X obj 77 47 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #N canvas 179 217 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control filter; #X text 12 85 OUTLET_0 float; #X text 12 105 AUTHOR Johannes Taelman (johannes.taelman@rug.ac.be) ; #X text 12 45 DESCRIPTION leaky standard deviation; #X text 12 65 INLET_0 float; #X restore 385 157 pd META; #X connect 3 0 2 0; #X connect 4 0 3 0;
#N canvas 1 53 441 199 10; #X text 347 135 j#|@2002; #X obj 369 113 SMLib-help; #X floatatom 74 115 5 0 0 0 - - -; #X obj 74 85 lstd; #X obj 77 47 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X connect 3 0 2 0; #X connect 4 0 3 0;
17
control filter
leaky standard deviation
create a purr-data patch that matches the following description and keywords.
Description: leaky standard deviation, Keywords: control filter
vectorabs-help.pd
externals\markex\vectorabs-help.pd
#N canvas 195 107 506 300 10; #X obj 177 112 vectorabs; #N canvas 464 274 494 344 META 0; #X text 12 105 AUTHOR Mark Danks; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control vector; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42. \, helppatch by IOhannes m zmölnig; #X text 12 65 INLET_0 list; #X text 12 85 OUTLET_0 list; #X text 13 45 DESCRIPTION elementwise absolute value of a vector; #X restore 394 268 pd META; #X text 45 42 MarkEx vector operation: absolute values for each element of vector; #X obj 177 144 print vectorabs; #X msg 177 86 1 -2 3 -4 -0.5; #X text 51 186 [vectorabs] returns a new vector \, where all the elements of the input vector are replaced by their absolute value.; #X text 52 248 a "vector" is simply a list of numbers.; #X connect 0 0 3 0; #X connect 4 0 0 0;
#N canvas 195 107 506 300 10; #X obj 177 112 vectorabs; #X text 45 42 MarkEx vector operation: absolute values for each element of vector; #X obj 177 144 print vectorabs; #X msg 177 86 1 -2 3 -4 -0.5; #X text 51 186 [vectorabs] returns a new vector \, where all the elements of the input vector are replaced by their absolute value.; #X text 52 248 a "vector" is simply a list of numbers.; #X connect 0 0 3 0; #X connect 4 0 0 0;
18
control vector
elementwise absolute value of a vector
create a purr-data patch that matches the following description and keywords.
Description: elementwise absolute value of a vector, Keywords: control vector
but-help.pd
abstractions\jmmmp\but-help.pd
#N struct 1036-color float x float y float farbe float ynpos; #N canvas 188 69 399 419 10; #X text 12 387 Released under the BSD License; #X text 198 160 Inlets; #X text 198 220 Outlets; #X text 198 90 Arguments; #X text 12 367 (C) 2008 Jo�o Pais - jmmmpais@googlemail.com; #X text 198 130 - TCL Color; #X text 198 180 - Bang; #X text 198 240 - Bang; #X obj 22 122 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 82 162 print; #X text 24 183 Always the same output; #X text 22 10 [but] - Monochrome Bang Button; #X obj 52 122 but 15 31; #X obj 82 122 but 15 22; #X obj 112 122 but 15 16; #X obj 142 122 but 15 13; #X text 22 40 [but] is a monochrome button that outputs a bang. It serves only to have a different graphic presentation.; #X text 12 337 Done following the concept of [Tot] by J. Kreidler. ; #X text 12 268 To know which colors to use \, have a look at; #X obj 279 268 pd-colors; #X text 198 110 - Size (points); #X text 12 288 Unfortunately \, until Pd gets a "clean" flag \, everytime you use this abstraction you'll be asked to save the patch (which you can if you want).; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <jmmmpais@googlemail.com>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 12 5 DESCRIPTION Monochrome Bang Button; #X text 12 35 KEYWORDS bang GOP; #X text 12 165 INLET_0 - bang; #X text 12 185 OUTLET_0 - bang; #X text 12 135 VERSION 2008; #X restore 342 386 pd META; #X connect 8 0 9 0; #X connect 12 0 9 0; #X connect 13 0 9 0; #X connect 14 0 9 0; #X connect 15 0 9 0;
#N struct 1036-color float x float y float farbe float ynpos; #N canvas 188 69 399 419 10; #X text 12 387 Released under the BSD License; #X text 198 160 Inlets; #X text 198 220 Outlets; #X text 198 90 Arguments; #X text 12 367 (C) 2008 Jo�o Pais - jmmmpais@googlemail.com; #X text 198 130 - TCL Color; #X text 198 180 - Bang; #X text 198 240 - Bang; #X obj 22 122 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 82 162 print; #X text 24 183 Always the same output; #X text 22 10 [but] - Monochrome Bang Button; #X obj 52 122 but 15 31; #X obj 82 122 but 15 22; #X obj 112 122 but 15 16; #X obj 142 122 but 15 13; #X text 22 40 [but] is a monochrome button that outputs a bang. It serves only to have a different graphic presentation.; #X text 12 337 Done following the concept of [Tot] by J. Kreidler. ; #X text 12 268 To know which colors to use \, have a look at; #X obj 279 268 pd-colors; #X text 198 110 - Size (points); #X text 12 288 Unfortunately \, until Pd gets a "clean" flag \, everytime you use this abstraction you'll be asked to save the patch (which you can if you want).; #X connect 8 0 9 0; #X connect 12 0 9 0; #X connect 13 0 9 0; #X connect 14 0 9 0; #X connect 15 0 9 0;
40
bang GOP
Monochrome Bang Button
create a purr-data patch that matches the following description and keywords.
Description: Monochrome Bang Button, Keywords: bang GOP
ti_hihat-help.pd
externals\creb\doc\ti_hihat-help.pd
#N canvas 0 26 333 350 10; #N canvas 200 78 494 529 META 0; #X text 12 245 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 45 DESCRIPTION hihat gop object; #X text 12 5 KEYWORDS signal abstraction GUI needs_work (example patch) ; #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 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 OUTLET_0 signal; #X text 12 25 LICENSE GPL v2; #X text 12 225 AUTHOR Tom Schouten <tom@zwizwa.be>; #X restore 278 327 pd META; #X obj 9 52 ti_hihat ----; #X coords 0 0 0.00245098 0.00260417 200 50 0;
#N canvas 0 26 333 350 10; #X obj 9 52 ti_hihat ----; #X coords 0 0 0.00245098 0.00260417 200 50 0;
18
signal abstraction GUI needs_work (example patch)
hihat gop object
create a purr-data patch that matches the following description and keywords.
Description: hihat gop object, Keywords: signal abstraction GUI needs_work (example patch)
wave-help.pd
externals\mapping\wave-help.pd
#N canvas 1 53 477 398 10; #X floatatom 29 40 5 0 0 0 - - -; #X floatatom 59 79 5 0 0 0 - - -; #X floatatom 102 97 5 0 0 0 - - -; #X obj 23 118 wave 25 0.4; #X obj 26 23 hsl 200 15 -1 5 0 0 empty empty center_position -2 -6 0 8 -262131 -1 -1 4600 1; #X obj 105 79 hsl 128 15 0.01 10 1 0 empty empty empty -2 -6 0 8 -257472 -1 -1 5500 1; #X obj 24 156 multi_slider 50; #X obj 61 61 hsl 128 15 0 50 0 0 empty empty number_of_points -2 -6 0 8 -225280 -1 -1 3600 1; #N canvas 464 140 494 344 META 0; #X text 12 175 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 95 INLET_1 float; #X text 12 155 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 45 DESCRIPTION return the amplitude covered by the last n (n>1) values; #X text 12 75 INLET_0 float; #X text 12 5 KEYWORDS control abstraction; #X text 12 115 INLET_2 float; #X text 12 135 OUTLET_0 list; #X restore 415 367 pd META; #X connect 1 0 3 1; #X connect 2 0 3 2; #X connect 3 0 6 0; #X connect 4 0 3 0; #X connect 4 0 0 0; #X connect 5 0 2 0; #X connect 7 0 1 0;
#N canvas 1 53 477 398 10; #X floatatom 29 40 5 0 0 0 - - -; #X floatatom 59 79 5 0 0 0 - - -; #X floatatom 102 97 5 0 0 0 - - -; #X obj 23 118 wave 25 0.4; #X obj 26 23 hsl 200 15 -1 5 0 0 empty empty center_position -2 -6 0 8 -262131 -1 -1 4600 1; #X obj 105 79 hsl 128 15 0.01 10 1 0 empty empty empty -2 -6 0 8 -257472 -1 -1 5500 1; #X obj 24 156 multi_slider 50; #X obj 61 61 hsl 128 15 0 50 0 0 empty empty number_of_points -2 -6 0 8 -225280 -1 -1 3600 1; #X connect 1 0 3 1; #X connect 2 0 3 2; #X connect 3 0 6 0; #X connect 4 0 3 0; #X connect 4 0 0 0; #X connect 5 0 2 0; #X connect 7 0 1 0;
27
control abstraction
return the amplitude covered by the last n (n>1) values
create a purr-data patch that matches the following description and keywords.
Description: return the amplitude covered by the last n (n>1) values, Keywords: control abstraction
tripleLine-help.pd
externals\markex\tripleLine-help.pd
#N canvas 1 53 489 500 10; #X text 124 68 GEM object; #X text 138 24 tripleLine; #X obj 123 223 tripleLine; #X obj 123 273 unpack 0 0 0; #X floatatom 123 319 0 0 0 0 - - -; #X floatatom 168 348 0 0 0 0 - - -; #X floatatom 214 319 0 0 0 0 - - -; #X msg 123 157 1 0 0 2000; #X msg 234 158 0 1 0.1 2000; #X text 46 406 tripleLine is like the line object except that it works with 3 values at once.; #N canvas 458 199 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 115 AUTHOR Mark Danks; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control ramp; #X text 12 45 DESCRIPTION like the line object except that it works with 3 values at once; #X text 12 75 INLET_0 list; #X text 12 95 OUTLET_0 list; #X restore 423 458 pd META; #X connect 2 0 3 0; #X connect 3 0 4 0; #X connect 3 1 5 0; #X connect 3 2 6 0; #X connect 7 0 2 0; #X connect 8 0 2 0;
#N canvas 1 53 489 500 10; #X text 124 68 GEM object; #X text 138 24 tripleLine; #X obj 123 223 tripleLine; #X obj 123 273 unpack 0 0 0; #X floatatom 123 319 0 0 0 0 - - -; #X floatatom 168 348 0 0 0 0 - - -; #X floatatom 214 319 0 0 0 0 - - -; #X msg 123 157 1 0 0 2000; #X msg 234 158 0 1 0.1 2000; #X text 46 406 tripleLine is like the line object except that it works with 3 values at once.; #X connect 2 0 3 0; #X connect 3 0 4 0; #X connect 3 1 5 0; #X connect 3 2 6 0; #X connect 7 0 2 0; #X connect 8 0 2 0;
26
control ramp
like the line object except that it works with 3 values at once
create a purr-data patch that matches the following description and keywords.
Description: like the line object except that it works with 3 values at once, Keywords: control ramp