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
09.ellipse.pd
pd\doc\4.data.structures\pd-l2ork\ds-tutorials\09.ellipse.pd
#N struct drawtut-ellipse float x float y; #N canvas 1 25 509 498 10; #X msg 141 117 stroke blue; #X msg 54 117 fill yellow; #X msg 228 117 stroke-width \$1; #X floatatom 228 93 5 0 0 0 - - -, f 5; #X text 259 246 <- an ellipse; #X text 0 1 New Drawing Commands: ellipse; #X text 0 1 _____________________________; #X text 53 23 An ellipse.; #X obj 53 57 struct drawtut-ellipse float x float y; #X scalar drawtut-ellipse 155 253 \;; #X text 52 384 Like a circle \, the coordinate (0 \, 0) specifies the center of the shape \, but you can easily figure out the top-left corner of its bounding-box by offsetting its coordinates by the x and y radius values \, respectively. (So the one above would be [draw ellipse 86 42 86 42].); #X obj 53 153 draw ellipse 86 42 0 0; #X text 52 334 The [draw] object above creates an ellipse with an x-radius of 86 and a y-radius of 42 \, centered at (0 \, 0).; #N canvas 291 300 450 300 META 0; #X text 16 26 LICENSE SIBSD; #X text 16 66 AUTHOR Jonathan Wilkes; #X text 16 86 HELP_PATCH_AUTHORS Jonathan Wilkes; #X text 16 6 KEYWORDS tutorial data_structure draw gui; #X text 16 46 DESCRIPTION drawing an ellipse with the [draw] command ; #X restore 445 465 pd META; #X connect 0 0 11 0; #X connect 1 0 11 0; #X connect 2 0 11 0; #X connect 3 0 2 0;
#N struct drawtut-ellipse float x float y; #N canvas 1 25 509 498 10; #X msg 141 117 stroke blue; #X msg 54 117 fill yellow; #X msg 228 117 stroke-width \$1; #X floatatom 228 93 5 0 0 0 - - -, f 5; #X text 259 246 <- an ellipse; #X text 0 1 New Drawing Commands: ellipse; #X text 0 1 _____________________________; #X text 53 23 An ellipse.; #X obj 53 57 struct drawtut-ellipse float x float y; #X scalar drawtut-ellipse 155 253 \;; #X text 52 384 Like a circle \, the coordinate (0 \, 0) specifies the center of the shape \, but you can easily figure out the top-left corner of its bounding-box by offsetting its coordinates by the x and y radius values \, respectively. (So the one above would be [draw ellipse 86 42 86 42].); #X obj 53 153 draw ellipse 86 42 0 0; #X text 52 334 The [draw] object above creates an ellipse with an x-radius of 86 and a y-radius of 42 \, centered at (0 \, 0).; #X connect 0 0 11 0; #X connect 1 0 11 0; #X connect 2 0 11 0; #X connect 3 0 2 0;
26
tutorial data_structure draw gui
drawing an ellipse with the [draw] command
create a purr-data patch that matches the following description and keywords.
Description: drawing an ellipse with the [draw] command, Keywords: tutorial data_structure draw gui
disjoin-help.pd
externals\mapping\disjoin-help.pd
#N canvas 1 53 440 577 10; #X obj 61 58 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 62 219 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 148 219 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X floatatom 69 356 5 0 0 0 - - -; #X floatatom 154 358 5 0 0 0 - - -; #X floatatom 88 169 5 0 0 0 - - -; #X obj 62 388 join 0.5; #X obj 61 430 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X floatatom 93 434 5 0 0 0 - - -; #X obj 62 196 disjoin 0.5; #X text 16 16 split a range into two. The input and output ranges are always 0-to-1.; #N canvas 467 227 494 344 META 0; #X text 12 175 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 155 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 75 INLET_0 float; #X text 12 115 OUTLET_0 float; #X text 12 5 KEYWORDS control abstraction; #X text 12 45 DESCRIPTION split a range into two. The input and output ranges are always 0-to-1; #X text 12 95 INLET_1 float; #X text 12 135 OUTLET_1 float; #X restore 380 545 pd META; #X connect 0 0 5 0; #X connect 0 0 9 0; #X connect 1 0 3 0; #X connect 1 0 6 0; #X connect 2 0 4 0; #X connect 2 0 6 1; #X connect 6 0 7 0; #X connect 6 0 8 0; #X connect 9 0 1 0; #X connect 9 1 2 0;
#N canvas 1 53 440 577 10; #X obj 61 58 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 62 219 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 148 219 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X floatatom 69 356 5 0 0 0 - - -; #X floatatom 154 358 5 0 0 0 - - -; #X floatatom 88 169 5 0 0 0 - - -; #X obj 62 388 join 0.5; #X obj 61 430 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X floatatom 93 434 5 0 0 0 - - -; #X obj 62 196 disjoin 0.5; #X text 16 16 split a range into two. The input and output ranges are always 0-to-1.; #X connect 0 0 5 0; #X connect 0 0 9 0; #X connect 1 0 3 0; #X connect 1 0 6 0; #X connect 2 0 4 0; #X connect 2 0 6 1; #X connect 6 0 7 0; #X connect 6 0 8 0; #X connect 9 0 1 0; #X connect 9 1 2 0;
33
control abstraction
split a range into two. The input and output ranges are always 0-to-1
create a purr-data patch that matches the following description and keywords.
Description: split a range into two. The input and output ranges are always 0-to-1, Keywords: control abstraction
embed-help.pd
externals\hcs\embed-help.pd
#N canvas 0 31 450 300 10; #X text 119 127 [embed]; #X text 55 50 This object is used for hiding the Pd window when making an embedded app based on Pd.; #N canvas 329 160 494 344 META 0; #X text 12 95 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 75 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION hide the Pd window when making an embedded app based on Pd.; #X text 12 5 KEYWORDS control pd_op; #X restore 392 269 pd META;
#N canvas 0 31 450 300 10; #X text 119 127 [embed]; #X text 55 50 This object is used for hiding the Pd window when making an embedded app based on Pd.;
10
control pd_op
hide the Pd window when making an embedded app based on Pd.
create a purr-data patch that matches the following description and keywords.
Description: hide the Pd window when making an embedded app based on Pd., Keywords: control pd_op
min_n-help.pd
externals\mapping\min_n-help.pd
#N canvas 1 53 534 486 10; #X text 41 58 data; #X obj 40 155 t f f; #X msg 57 120 0; #X floatatom 271 249 5 0 0 0 - - -; #X floatatom 318 197 5 2 150 0 - - -; #X text 366 195 size: n (n>=2); #X text 51 32 min_n return the minimum from the last n (n>1) values ; #X msg 85 120 1; #X msg 118 120 0.5; #X obj 40 271 timeroll; #X obj 246 271 timeroll; #X obj 43 75 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 10 -262130 -1 -1 0 1; #X floatatom 48 96 5 0 0 0 - - -; #X obj 5 2 cnv 15 450 20 empty empty min_n 2 11 1 18 -233017 -66577 0; #X obj 246 219 min_n 20; #N canvas 465 111 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 OUTLET_0 float; #X text 12 125 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 5 KEYWORDS control abstraction conversion; #X text 12 65 INLET_0 float; #X text 12 45 DESCRIPTION return the minimum from the last n (n>1) values; #X text 12 85 INLET_1 float; #X restore 478 457 pd META; #X connect 1 0 9 0; #X connect 1 1 14 0; #X connect 2 0 1 0; #X connect 4 0 14 1; #X connect 7 0 1 0; #X connect 8 0 1 0; #X connect 11 0 12 0; #X connect 11 0 1 0; #X connect 14 0 3 0; #X connect 14 0 10 0;
#N canvas 1 53 534 486 10; #X text 41 58 data; #X obj 40 155 t f f; #X msg 57 120 0; #X floatatom 271 249 5 0 0 0 - - -; #X floatatom 318 197 5 2 150 0 - - -; #X text 366 195 size: n (n>=2); #X text 51 32 min_n return the minimum from the last n (n>1) values ; #X msg 85 120 1; #X msg 118 120 0.5; #X obj 40 271 timeroll; #X obj 246 271 timeroll; #X obj 43 75 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 10 -262130 -1 -1 0 1; #X floatatom 48 96 5 0 0 0 - - -; #X obj 246 219 min_n 20; #X connect 1 0 9 0; #X connect 1 1 14 0; #X connect 2 0 1 0; #X connect 4 0 14 1; #X connect 7 0 1 0; #X connect 8 0 1 0; #X connect 11 0 12 0; #X connect 11 0 1 0; #X connect 14 0 3 0; #X connect 14 0 10 0;
36
control abstraction conversion
return the minimum from the last n (n>1) values
create a purr-data patch that matches the following description and keywords.
Description: return the minimum from the last n (n>1) values, Keywords: control abstraction conversion
csub~-help.pd
externals\creb\doc\csub~-help.pd
#N canvas 0 26 381 197 10; #X text 49 5 complex subtraction; #N canvas 162 93 494 386 META 0; #X text 12 205 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 45 DESCRIPTION complex subtraction; #X text 12 65 INLET_0 signal; #X text 12 85 INLET_1 signal; #X text 12 105 INLET_2 signal; #X text 12 125 INLET_3 signal; #X text 12 145 OUTLET_0 signal; #X text 12 165 OUTLET_1 signal; #X text 12 5 KEYWORDS signal abstraction needs_work (example patch) ; #X text 12 185 AUTHOR Tom Schouten <[email protected]>; #X text 12 25 LICENSE GPL v2; #X restore 331 175 pd META; #X obj 54 96 csub~;
#N canvas 0 26 381 197 10; #X text 49 5 complex subtraction; #X obj 54 96 csub~;
16
signal abstraction needs_work (example patch)
complex subtraction
create a purr-data patch that matches the following description and keywords.
Description: complex subtraction, Keywords: signal abstraction needs_work (example patch)
02.editing.pd
packages\win64_inno\build\doc\2.control.examples\02.editing.pd
#N canvas 432 25 448 559 10; #X msg 145 43 hello world; #X obj 145 84 print; #X floatatom 254 43 0 0 0 0 - - -; #X text 32 281 When you're done changing the contents of the box \, click outside the box to deselect it. This tells Pd to incorporate the new text.; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header editing 20 10 1 18 -261139 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 537 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 42 254 494 284 META 0; #X text 12 105 WEBSITE http://crca.ucsd.edu/~msp/; #X text 12 85 LIBRARY PDDP; #X text 12 45 LICENSE SIBSD; #X text 12 65 DESCRIPTION the basics of how to edit objects in Pd; #X text 12 125 HELP_PATCH_AUTHORS Miller Puckette. Updated for release 0.33. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 25 KEYWORDS control GUI tutorial; #X restore 382 539 pd META; #X text 32 323 Edit mode also lets you make and break connections between objects. Put the "hand" cursor over a line connecting two objects: it turns into an X. Clicking will delete the connection. Hold the cursor over an outlet and it becomes a circle (a patch point). Drag to any box and release-- you will be connected to the nearest inlet.; #X text 32 401 There are several handy tools in the "Edit" menu. You can use the "Duplicate" menu item to create new objects by duplicating existing ones. You can also "Cut" and "Paste" them. If you duplicate several connected objects the connections will be replicated too.; #X text 32 468 Also have a look in the "Put" menu-- use it to create new text items of any of the four types. You can also put a "symbol" box \, analogous to a number box but for showing and entering text strings \, as well as other objects with more sophisticated graphical user interfaces.; #N canvas 19 470 428 143 References 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261139 -33289 0; #X text 7 2 Editing- Related Help Documents; #X text 17 28 Notice that some of the menu items have shortcut keys listed beside them. Check out the one for Edit mode for a quick way to switch back and forth between Edit mode and Run mode.; #X restore 103 539 pd References; #X obj 6 539 pddp/pddplink ../5.reference/pddp/help.pd -text help; #X text 144 24 message box; #X text 252 24 atom box; #X text 33 107 When you first open a Pd document like this one \, your cursor will be an arrow. Select "Edit Mode" in the "Edit" menu and the cursor will change to the image of a hand. The patch is now in Edit mode. You can move any object by dragging it.; #X text 33 173 Select "Edit Mode" again in the "Edit" menu and you're back to the arrow cursor which acts on objects without moving them. ; #X text 33 215 In Edit Mode \, if you click on a message \, object \, or comment \, you can then retype the text. For objects this will create a new object and delete the old one. Pd will try to reconnect the newly created object in the same way as the old one.; #X text 77 51 outlet -->; #X text 188 84 <-- object; #X connect 0 0 1 0; #X connect 2 0 1 0;
#N canvas 432 25 448 559 10; #X msg 145 43 hello world; #X obj 145 84 print; #X floatatom 254 43 0 0 0 0 - - -; #X text 32 281 When you're done changing the contents of the box \, click outside the box to deselect it. This tells Pd to incorporate the new text.; #X text 32 323 Edit mode also lets you make and break connections between objects. Put the "hand" cursor over a line connecting two objects: it turns into an X. Clicking will delete the connection. Hold the cursor over an outlet and it becomes a circle (a patch point). Drag to any box and release-- you will be connected to the nearest inlet.; #X text 32 401 There are several handy tools in the "Edit" menu. You can use the "Duplicate" menu item to create new objects by duplicating existing ones. You can also "Cut" and "Paste" them. If you duplicate several connected objects the connections will be replicated too.; #X text 32 468 Also have a look in the "Put" menu-- use it to create new text items of any of the four types. You can also put a "symbol" box \, analogous to a number box but for showing and entering text strings \, as well as other objects with more sophisticated graphical user interfaces.; #X text 144 24 message box; #X text 252 24 atom box; #X text 33 107 When you first open a Pd document like this one \, your cursor will be an arrow. Select "Edit Mode" in the "Edit" menu and the cursor will change to the image of a hand. The patch is now in Edit mode. You can move any object by dragging it.; #X text 33 173 Select "Edit Mode" again in the "Edit" menu and you're back to the arrow cursor which acts on objects without moving them. ; #X text 33 215 In Edit Mode \, if you click on a message \, object \, or comment \, you can then retype the text. For objects this will create a new object and delete the old one. Pd will try to reconnect the newly created object in the same way as the old one.; #X text 77 51 outlet -->; #X text 188 84 <-- object; #X connect 0 0 1 0; #X connect 2 0 1 0;
34
control GUI tutorial
the basics of how to edit objects in Pd
create a purr-data patch that matches the following description and keywords.
Description: the basics of how to edit objects in Pd, Keywords: control GUI tutorial
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
all_about_finding_objects.pd
packages\win64_inno\build\doc\5.reference\all_about_finding_objects.pd
#N canvas 433 58 448 448 10; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header Pure_Data_search 20 10 1 18 -261106 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 425 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 377 352 494 103 META 0; #X text 12 65 LIBRARY PDDP; #X text 12 45 DESCRIPTION tips for searching for objects; #X text 12 85 HELP_PATCH_AUTHORS Jonathan Wilkes \, Pd-ext 0.42.; #X text 12 25 KEYWORDS help all_about_pd; #X restore 392 427 pd META; #X obj 6 427 pddp/pddplink all_about.pd -text All About Pd; #N canvas 193 269 428 183 References 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261106 -33289 0; #X text 7 2 Searching for Objects; #X text 32 39 * pdpedia; #X text 32 59 * mailing lists; #X text 32 79 * google; #X text 32 99 * your own harddrive; #X restore 103 427 pd References; #X text 19 121 Advanced Search; #X text 19 26 Simple Search; #X text 19 26 _____________; #X text 19 121 _______________; #X text 19 171 You can use regular expressions \, too:; #X text 19 188 "obj [0-9]+ [0-9]+ osc~ [0-9]+" will match all help patches that have an [osc~] object with a creation argument.; #X text 19 141 Use quotes to search for a specific phrase \, such as: "frequency modulation"; #X obj 24 250 pddp/pddplink http://www.tcl.tk/man/tcl8.5/TclCmd/re_syntax.htm ; #X text 19 218 Pd search uses the regex syntax from the Tcl language \, which is documented here:; #X text 19 382 For more details on PDDP tags \, see:; #X obj 24 399 pddp/pddplink all_about_pd_META.pd; #X text 19 46 Enter your search terms and click "Search" \, or click a keyword. You can use the drop-down menu below the search bar to filter the results by category. Searches are not case sensitive.; #X text 19 101 Use <ctrl-+> and <ctrl-=> to change the size of the fonts.; #X text 19 272 Finally \, you can make use of PDDP keywords to refine your search. They are listed at the bottom of the search homepage. Click one to see the regex syntax \, which you can use to search for any of the PDDP tag.; #X text 19 322 Clicking on a "folder" icon will bring up the containing directory in an external file browser. Clicking the "i" icon will bring up a README.txt for the containing library (or META.pd if there isn't a README). Internal objects will pop up a message saying so.;
#N canvas 433 58 448 448 10; #X text 19 121 Advanced Search; #X text 19 26 Simple Search; #X text 19 26 _____________; #X text 19 121 _______________; #X text 19 171 You can use regular expressions \, too:; #X text 19 188 "obj [0-9]+ [0-9]+ osc~ [0-9]+" will match all help patches that have an [osc~] object with a creation argument.; #X text 19 141 Use quotes to search for a specific phrase \, such as: "frequency modulation"; #X text 19 218 Pd search uses the regex syntax from the Tcl language \, which is documented here:; #X text 19 382 For more details on PDDP tags \, see:; #X text 19 46 Enter your search terms and click "Search" \, or click a keyword. You can use the drop-down menu below the search bar to filter the results by category. Searches are not case sensitive.; #X text 19 101 Use <ctrl-+> and <ctrl-=> to change the size of the fonts.; #X text 19 272 Finally \, you can make use of PDDP keywords to refine your search. They are listed at the bottom of the search homepage. Click one to see the regex syntax \, which you can use to search for any of the PDDP tag.; #X text 19 322 Clicking on a "folder" icon will bring up the containing directory in an external file browser. Clicking the "i" icon will bring up a README.txt for the containing library (or META.pd if there isn't a README). Internal objects will pop up a message saying so.;
34
help all_about_pd
tips for searching for objects
create a purr-data patch that matches the following description and keywords.
Description: tips for searching for objects, Keywords: help all_about_pd
listfunnel-help.pd
externals\maxlib\listfunnel-help.pd
#N canvas 0 26 452 302 12; #X obj 47 160 listfunnel; #X floatatom 47 89 5 0 0 0 - - -; #X obj 47 219 unpack f f; #X floatatom 47 244 5 0 0 0 - - -; #X floatatom 122 246 5 0 0 0 - - -; #X obj 61 194 print listfunnel; #X msg 73 114 17.3 23 147 11; #X text 37 23 listfunnel :: send values out as a list with; #X text 149 38 source index; #X text 149 55 based on code found on the web; #X msg 210 113 99 \$1 12; #X floatatom 210 86 5 0 0 0 - - -; #N canvas 399 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 v2; #X text 12 105 AUTHOR Olaf Matthes <[email protected]>; #X text 12 85 OUTLET_0 list; #X text 12 5 KEYWORDS control list_op; #X text 12 45 DESCRIPTION send values out as a list with source index ; #X text 12 65 INLET_0 float list; #X restore 386 264 pd META; #X connect 0 0 5 0; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 2 0 3 0; #X connect 2 1 4 0; #X connect 6 0 0 0; #X connect 10 0 0 0; #X connect 11 0 10 0;
#N canvas 0 26 452 302 12; #X obj 47 160 listfunnel; #X floatatom 47 89 5 0 0 0 - - -; #X obj 47 219 unpack f f; #X floatatom 47 244 5 0 0 0 - - -; #X floatatom 122 246 5 0 0 0 - - -; #X obj 61 194 print listfunnel; #X msg 73 114 17.3 23 147 11; #X text 37 23 listfunnel :: send values out as a list with; #X text 149 38 source index; #X text 149 55 based on code found on the web; #X msg 210 113 99 \$1 12; #X floatatom 210 86 5 0 0 0 - - -; #X connect 0 0 5 0; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 2 0 3 0; #X connect 2 1 4 0; #X connect 6 0 0 0; #X connect 10 0 0 0; #X connect 11 0 10 0;
30
control list_op
send values out as a list with source index
create a purr-data patch that matches the following description and keywords.
Description: send values out as a list with source index, Keywords: control list_op
rc~-help.pd
externals\mrpeach\rc~\rc~-help.pd
#N canvas 1 53 450 377 10; #X obj 52 180 dac~; #X obj 53 143 *~; #X obj 53 79 tgl 15 0 empty empty empty 17 7 0 10 -4034 -13381 -1 0 1; #X obj 80 79 nbx 5 14 0 1e+37 0 1 empty empty seconds 60 8 0 10 -4034 -13381 -13381 0.73 256; #X obj 53 57 metro 1000; #X obj 53 36 tgl 15 0 empty empty empty 17 7 0 10 -4034 -13381 -1 0 1; #X obj 53 99 rc~ 1; #X text 191 167 Author: Martin Peach; #X text 191 186 2010/03/15; #X obj 67 121 noise~; #X obj 136 230 lop~; #X text 63 230 similar to:; #X text 49 -22 rc~ emulates a capacitor charging through a resistor. The creation argument can be overriden by the right inlet \, and represents a charging time constant in seconds.; #N canvas 453 86 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 or later; #X text 12 125 AUTHOR Martin Peach; #X text 12 46 DESCRIPTION emulate a capacitor charging through a resistor ; #X text 12 65 INLET_0 float; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 signal; #X text 12 5 KEYWORDS signal; #X restore 379 329 pd META; #X connect 1 0 0 0; #X connect 1 0 0 1; #X connect 2 0 6 0; #X connect 3 0 6 1; #X connect 4 0 2 0; #X connect 5 0 4 0; #X connect 6 0 1 0; #X connect 9 0 1 1;
#N canvas 1 53 450 377 10; #X obj 52 180 dac~; #X obj 53 143 *~; #X obj 53 79 tgl 15 0 empty empty empty 17 7 0 10 -4034 -13381 -1 0 1; #X obj 80 79 nbx 5 14 0 1e+37 0 1 empty empty seconds 60 8 0 10 -4034 -13381 -13381 0.73 256; #X obj 53 57 metro 1000; #X obj 53 36 tgl 15 0 empty empty empty 17 7 0 10 -4034 -13381 -1 0 1; #X obj 53 99 rc~ 1; #X text 191 167 Author: Martin Peach; #X text 191 186 2010/03/15; #X obj 67 121 noise~; #X obj 136 230 lop~; #X text 63 230 similar to:; #X text 49 -22 rc~ emulates a capacitor charging through a resistor. The creation argument can be overriden by the right inlet \, and represents a charging time constant in seconds.; #X connect 1 0 0 0; #X connect 1 0 0 1; #X connect 2 0 6 0; #X connect 3 0 6 1; #X connect 4 0 2 0; #X connect 5 0 4 0; #X connect 6 0 1 0; #X connect 9 0 1 1;
32
signal
emulate a capacitor charging through a resistor
create a purr-data patch that matches the following description and keywords.
Description: emulate a capacitor charging through a resistor, Keywords: signal
repeat-help.pd
externals\zexy\reference\repeat-help.pd
#N canvas 0 31 578 332 10; #X msg 41 151 bang; #X msg 62 177 1 1 2 3 5 8 13 21 44 fibonacchi; #X obj 160 14 repeat; #X text 210 15 - repeat a message several times.; #X text 64 53 similar to [until] but doesn't output [bang( but whatever comes in; #X floatatom 99 237 5 0 0 0 - - -; #X text 76 152 repeat bangs; #X text 295 179 repeat a list; #X text 162 262 creation argument initializes the number of repeats ; #X msg 82 207 set 5; #X text 130 208 repeat anything; #X obj 41 262 repeat 3; #X text 143 236 reset the number of repetitions; #X obj 41 303 print repetitio; #X text 471 32 part of zexy; #N canvas 509 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 IOhannes m zmoelnig; #X text 12 65 INLET_0 anything; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 anything; #X text 12 5 KEYWORDS control anything_op; #X text 12 45 DESCRIPTION repeat a message several times.; #X restore 524 305 pd META; #X connect 0 0 11 0; #X connect 1 0 11 0; #X connect 5 0 11 1; #X connect 9 0 11 0; #X connect 11 0 13 0;
#N canvas 0 31 578 332 10; #X msg 41 151 bang; #X msg 62 177 1 1 2 3 5 8 13 21 44 fibonacchi; #X obj 160 14 repeat; #X text 210 15 - repeat a message several times.; #X text 64 53 similar to [until] but doesn't output [bang( but whatever comes in; #X floatatom 99 237 5 0 0 0 - - -; #X text 76 152 repeat bangs; #X text 295 179 repeat a list; #X text 162 262 creation argument initializes the number of repeats ; #X msg 82 207 set 5; #X text 130 208 repeat anything; #X obj 41 262 repeat 3; #X text 143 236 reset the number of repetitions; #X obj 41 303 print repetitio; #X text 471 32 part of zexy; #X connect 0 0 11 0; #X connect 1 0 11 0; #X connect 5 0 11 1; #X connect 9 0 11 0; #X connect 11 0 13 0;
31
control anything_op
repeat a message several times.
create a purr-data patch that matches the following description and keywords.
Description: repeat a message several times., Keywords: control anything_op
1.pd_basic.pd
packages\win64_inno\build\doc\manuals\pd-msg\2.msg_and_pd\1.pd_basic.pd
#N canvas 324 138 378 475 10; #X text 20 51 turn DSP calculation off & on; #X msg 98 94 \; pd dsp 0 \;; #X msg 172 94 \; pd dsp 1 \;; #X msg 24 301 \; pd quit \;; #X floatatom 26 73 1 0 1 0 - - -, f 1; #X obj 26 123 s pd; #X msg 26 97 dsp \$1; #X msg 25 218 \; pd audiostatus \;; #X text 22 194 same as "DIO errors"; #X text 21 356 There are many more that i don't know :-(; #X text 25 12 Here are some messages we can send to pd.; #X text 21 275 Quit pd (WARNING); #N canvas 437 191 494 396 META 0; #X text 12 95 HELP_PATCH_AUTHORS Damien Henry. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 65 DESCRIPTION sending messages to a pd instance; #X text 12 45 LICENSE public domain; #X text 12 25 KEYWORDS control pd_op nonlocal tutorial; #X restore 317 443 pd META; #X connect 4 0 6 0; #X connect 6 0 5 0;
#N canvas 324 138 378 475 10; #X text 20 51 turn DSP calculation off & on; #X msg 98 94 \; pd dsp 0 \;; #X msg 172 94 \; pd dsp 1 \;; #X msg 24 301 \; pd quit \;; #X floatatom 26 73 1 0 1 0 - - -, f 1; #X obj 26 123 s pd; #X msg 26 97 dsp \$1; #X msg 25 218 \; pd audiostatus \;; #X text 22 194 same as "DIO errors"; #X text 21 356 There are many more that i don't know :-(; #X text 25 12 Here are some messages we can send to pd.; #X text 21 275 Quit pd (WARNING); #X connect 4 0 6 0; #X connect 6 0 5 0;
21
control pd_op nonlocal tutorial
sending messages to a pd instance
create a purr-data patch that matches the following description and keywords.
Description: sending messages to a pd instance, Keywords: control pd_op nonlocal tutorial
vvminus-help.pd
externals\smlib\vvminus-help.pd
#N canvas 1 53 326 251 10; #X msg 25 90 1 2 3; #X msg 82 94 4 5 6; #X msg 168 95 1 2 3; #X msg 228 95 4; #X msg 25 66 1; #X msg 168 71 1; #X text 248 191 j#|@2002; #X text 18 10 vvminus substracts two lists of floats; #X text 18 26 or a float from a list of floats; #X obj 49 124 vvminus; #X obj 189 125 vvminus 0; #X obj 268 170 SMLib-help; #X obj 49 148 print vvminus; #X obj 189 149 print vvminus; #N canvas 102 157 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 65 INLET_0 list float; #X text 12 5 KEYWORDS control list_op; #X text 12 85 INLET_1 list float; #X text 12 105 OUTLET_0 list float; #X text 12 45 DESCRIPTION substracts two lists of floats; #X restore 267 216 pd META; #X connect 0 0 9 0; #X connect 1 0 9 1; #X connect 2 0 10 0; #X connect 3 0 10 1; #X connect 4 0 9 0; #X connect 5 0 10 0; #X connect 9 0 12 0; #X connect 10 0 13 0;
#N canvas 1 53 326 251 10; #X msg 25 90 1 2 3; #X msg 82 94 4 5 6; #X msg 168 95 1 2 3; #X msg 228 95 4; #X msg 25 66 1; #X msg 168 71 1; #X text 248 191 j#|@2002; #X text 18 10 vvminus substracts two lists of floats; #X text 18 26 or a float from a list of floats; #X obj 49 124 vvminus; #X obj 189 125 vvminus 0; #X obj 268 170 SMLib-help; #X obj 49 148 print vvminus; #X obj 189 149 print vvminus; #X connect 0 0 9 0; #X connect 1 0 9 1; #X connect 2 0 10 0; #X connect 3 0 10 1; #X connect 4 0 9 0; #X connect 5 0 10 0; #X connect 9 0 12 0; #X connect 10 0 13 0;
33
control list_op
substracts two lists of floats
create a purr-data patch that matches the following description and keywords.
Description: substracts two lists of floats, Keywords: control list_op
C06.signal.to.control.pd
packages\win64_inno\build\doc\3.audio.examples\C06.signal.to.control.pd
#N canvas 434 220 448 265 10; #N canvas 0 0 269 179 metro 0; #X obj 88 39 loadbang; #X msg 87 65 1; #X obj 87 128 outlet; #X obj 87 96 metro 100; #X msg 178 70 \; pd dsp 1; #X connect 0 0 1 0; #X connect 0 0 4 0; #X connect 1 0 3 0; #X connect 3 0 2 0; #X restore 21 119 pd metro; #X obj 21 175 snapshot~; #X obj 46 145 phasor~ 1; #X floatatom 21 206 5 0 0 0 - - -, f 5; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header converting_signals_to_controls 20 10 1 18 -261139 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X text 18 38 The [snapshot~] object allows you to convert from signals back to control streams (float messages) -- an opposite of [signal~]. The value output is always the end of the most recently computed audio block \, so that even if you bang it metronomically (as here) it need not give you samples that are exactly evenly spaced.; #X obj 1 243 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 44 246 494 284 META 0; #X text 12 105 WEBSITE http://crca.ucsd.edu/~msp/; #X text 12 85 AUTHOR Miller Puckette; #X text 12 65 LIBRARY PDDP; #X text 12 25 LICENSE SIBSD; #X text 12 125 HELP_PATCH_AUTHORS Updated for release 0.37. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 45 DESCRIPTION converting signals to controls; #X text 12 5 KEYWORDS signal conversion tutorial; #X restore 392 245 pd META; #N canvas 13 202 428 190 References 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261139 -33289 0; #X text 19 37 links:; #X text 7 2 signals to controls- Related Help Documents; #X restore 103 245 pd References; #X obj 6 245 pddp/pddplink ../5.reference/pddp/help.pd -text help; #X connect 0 0 1 0; #X connect 1 0 3 0; #X connect 2 0 1 0;
#N canvas 434 220 448 265 10; #X obj 21 175 snapshot~; #X obj 46 145 phasor~ 1; #X floatatom 21 206 5 0 0 0 - - -, f 5; #X text 18 38 The [snapshot~] object allows you to convert from signals back to control streams (float messages) -- an opposite of [signal~]. The value output is always the end of the most recently computed audio block \, so that even if you bang it metronomically (as here) it need not give you samples that are exactly evenly spaced.; #X connect 0 0 1 0; #X connect 1 0 3 0; #X connect 2 0 1 0;
37
signal conversion tutorial
converting signals to controls
create a purr-data patch that matches the following description and keywords.
Description: converting signals to controls, Keywords: signal conversion tutorial
oscillo-help.pd
externals\mapping\oscillo-help.pd
#N canvas 1 53 293 276 10; #X obj 5 6 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X floatatom 43 -78 5 0 0 0 - - -; #X text 89 -80 from 0 to 1; #X obj 43 -60 resample 30; #X obj 43 -10 oscillo; #N canvas 464 140 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 95 INLET_1 float; #X text 12 115 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 GUI; #X restore 231 161 pd META; #X connect 0 0 3 0; #X connect 1 0 3 0; #X connect 3 0 4 0;
#N canvas 1 53 293 276 10; #X obj 5 6 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X floatatom 43 -78 5 0 0 0 - - -; #X text 89 -80 from 0 to 1; #X obj 43 -60 resample 30; #X obj 43 -10 oscillo; #X connect 0 0 3 0; #X connect 1 0 3 0; #X connect 3 0 4 0;
18
control abstraction GUI
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 GUI
all_about_finding_objects.pd
pd\doc\5.reference\all_about_finding_objects.pd
#N canvas 433 58 448 448 10; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header Pure_Data_search 20 10 1 18 -261106 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 425 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 377 352 494 103 META 0; #X text 12 65 LIBRARY PDDP; #X text 12 45 DESCRIPTION tips for searching for objects; #X text 12 85 HELP_PATCH_AUTHORS Jonathan Wilkes \, Pd-ext 0.42.; #X text 12 25 KEYWORDS help all_about_pd; #X restore 392 427 pd META; #X obj 6 427 pddp/pddplink all_about.pd -text All About Pd; #N canvas 193 269 428 183 References 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261106 -33289 0; #X text 7 2 Searching for Objects; #X text 32 39 * pdpedia; #X text 32 59 * mailing lists; #X text 32 79 * google; #X text 32 99 * your own harddrive; #X restore 103 427 pd References; #X text 19 121 Advanced Search; #X text 19 26 Simple Search; #X text 19 26 _____________; #X text 19 121 _______________; #X text 19 171 You can use regular expressions \, too:; #X text 19 188 "obj [0-9]+ [0-9]+ osc~ [0-9]+" will match all help patches that have an [osc~] object with a creation argument.; #X text 19 141 Use quotes to search for a specific phrase \, such as: "frequency modulation"; #X obj 24 250 pddp/pddplink http://www.tcl.tk/man/tcl8.5/TclCmd/re_syntax.htm ; #X text 19 218 Pd search uses the regex syntax from the Tcl language \, which is documented here:; #X text 19 382 For more details on PDDP tags \, see:; #X obj 24 399 pddp/pddplink all_about_pd_META.pd; #X text 19 46 Enter your search terms and click "Search" \, or click a keyword. You can use the drop-down menu below the search bar to filter the results by category. Searches are not case sensitive.; #X text 19 101 Use <ctrl-+> and <ctrl-=> to change the size of the fonts.; #X text 19 272 Finally \, you can make use of PDDP keywords to refine your search. They are listed at the bottom of the search homepage. Click one to see the regex syntax \, which you can use to search for any of the PDDP tag.; #X text 19 322 Clicking on a "folder" icon will bring up the containing directory in an external file browser. Clicking the "i" icon will bring up a README.txt for the containing library (or META.pd if there isn't a README). Internal objects will pop up a message saying so.;
#N canvas 433 58 448 448 10; #X text 19 121 Advanced Search; #X text 19 26 Simple Search; #X text 19 26 _____________; #X text 19 121 _______________; #X text 19 171 You can use regular expressions \, too:; #X text 19 188 "obj [0-9]+ [0-9]+ osc~ [0-9]+" will match all help patches that have an [osc~] object with a creation argument.; #X text 19 141 Use quotes to search for a specific phrase \, such as: "frequency modulation"; #X text 19 218 Pd search uses the regex syntax from the Tcl language \, which is documented here:; #X text 19 382 For more details on PDDP tags \, see:; #X text 19 46 Enter your search terms and click "Search" \, or click a keyword. You can use the drop-down menu below the search bar to filter the results by category. Searches are not case sensitive.; #X text 19 101 Use <ctrl-+> and <ctrl-=> to change the size of the fonts.; #X text 19 272 Finally \, you can make use of PDDP keywords to refine your search. They are listed at the bottom of the search homepage. Click one to see the regex syntax \, which you can use to search for any of the PDDP tag.; #X text 19 322 Clicking on a "folder" icon will bring up the containing directory in an external file browser. Clicking the "i" icon will bring up a README.txt for the containing library (or META.pd if there isn't a README). Internal objects will pop up a message saying so.;
34
help all_about_pd
tips for searching for objects
create a purr-data patch that matches the following description and keywords.
Description: tips for searching for objects, Keywords: help all_about_pd
vectorpack-help.pd
externals\markex\vectorpack-help.pd
#N canvas 252 599 522 314 10; #N canvas 456 153 494 344 META 0; #X text 12 125 AUTHOR Mark Danks; #X text 12 25 LICENSE GPL v2; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42. \, helppatch by IOhannes m zmölnig; #X text 12 5 KEYWORDS control vector; #X text 12 65 INLET_0 list; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 list; #X text 11 45 DESCRIPTION append a single value to a vector; #X restore 388 269 pd META; #X msg 64 86 1 2 3; #X msg 175 86 7; #X obj 64 116 vectorpack 10; #X text 27 25 MarkEx vector operation: create a new vector by appending a float to vector; #X obj 64 146 print vectorpack; #X text 49 183 a more versatile approach is to use the [list append] object:; #X msg 64 216 1 2 3; #X msg 175 216 7; #X obj 64 246 list append 10; #X obj 64 276 print listappend; #X text 212 139 a "vector" is simply a list of numbers.; #X connect 1 0 3 0; #X connect 2 0 3 1; #X connect 3 0 5 0; #X connect 7 0 9 0; #X connect 8 0 9 1; #X connect 9 0 10 0;
#N canvas 252 599 522 314 10; #X msg 64 86 1 2 3; #X msg 175 86 7; #X obj 64 116 vectorpack 10; #X text 27 25 MarkEx vector operation: create a new vector by appending a float to vector; #X obj 64 146 print vectorpack; #X text 49 183 a more versatile approach is to use the [list append] object:; #X msg 64 216 1 2 3; #X msg 175 216 7; #X obj 64 246 list append 10; #X obj 64 276 print listappend; #X text 212 139 a "vector" is simply a list of numbers.; #X connect 1 0 3 0; #X connect 2 0 3 1; #X connect 3 0 5 0; #X connect 7 0 9 0; #X connect 8 0 9 1; #X connect 9 0 10 0;
28
control vector
append a single value to a vector
create a purr-data patch that matches the following description and keywords.
Description: append a single value to a vector, Keywords: control vector
listto-help.pd
externals\mapping\listto-help.pd
#N canvas 1 53 469 354 10; #X obj 60 211 listto; #X msg 60 92 1 2 3 4; #X obj 60 276 print list; #X obj 97 236 print end; #X text 45 49 separate a list into a stream of atoms; #X text 166 237 outputs a bang at the end of the list; #X msg 75 113 list uno dos tres quatro; #X msg 75 168 one two three four; #X text 191 168 must be a "list" \, so this doesn't work; #X obj 5 2 cnv 15 450 20 empty empty listto 2 11 1 18 -233017 -66577 0; #N canvas 464 140 494 344 META 0; #X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 135 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 45 DESCRIPTION return the amplitude covered by the last n (n>1) values; #X text 12 5 KEYWORDS control abstraction list_op; #X text 12 75 INLET_0 anything; #X text 12 95 INLET_1 float symbol pointer; #X text 12 115 OUTLET_0 bang; #X restore 410 324 pd META; #X connect 0 0 2 0; #X connect 0 1 3 0; #X connect 1 0 0 0; #X connect 6 0 0 0; #X connect 7 0 0 0;
#N canvas 1 53 469 354 10; #X obj 60 211 listto; #X msg 60 92 1 2 3 4; #X obj 60 276 print list; #X obj 97 236 print end; #X text 45 49 separate a list into a stream of atoms; #X text 166 237 outputs a bang at the end of the list; #X msg 75 113 list uno dos tres quatro; #X msg 75 168 one two three four; #X text 191 168 must be a "list" \, so this doesn't work; #X connect 0 0 2 0; #X connect 0 1 3 0; #X connect 1 0 0 0; #X connect 6 0 0 0; #X connect 7 0 0 0;
26
control abstraction list_op
return the amplitude covered by the last n (n>1) values
create a purr-data patch that matches the following description and keywords.
Description: return the amplitude covered by the last n (n>1) values, Keywords: control abstraction list_op
tremolo~-help.pd
externals\hcs\tremolo~-help.pd
#N canvas 0 26 317 260 10; #X obj 26 15 osc~ 270; #X obj 19 222 dac~; #X obj 179 14 pddp/dsp; #X obj 69 65 hsl 128 17 0 1 0 0 empty empty amount 6 9 0 10 -262144 -1 -1 0 1; #X floatatom 77 84 5 0 0 0 - - -; #X obj 110 112 hsl 128 17 0.01 10 1 0 empty empty frequency 6 9 0 10 -262144 -1 -1 0 1; #X floatatom 118 131 5 0 0 0 - - -; #X obj 26 141 tremolo~ 0.5 7; #N canvas 280 175 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 45 DESCRIPTION tremolo; #X text 12 65 INLET_0 signal; #X text 12 5 KEYWORDS signal abstraction; #X text 12 85 INLET_1 float; #X text 12 105 INLET_2 float; #X text 12 125 OUTLET_0 signal; #X restore 267 238 pd META; #X connect 0 0 7 0; #X connect 3 0 4 0; #X connect 3 0 7 1; #X connect 5 0 6 0; #X connect 5 0 7 2; #X connect 7 0 1 0; #X connect 7 0 1 1;
#N canvas 0 26 317 260 10; #X obj 26 15 osc~ 270; #X obj 19 222 dac~; #X obj 179 14 pddp/dsp; #X obj 69 65 hsl 128 17 0 1 0 0 empty empty amount 6 9 0 10 -262144 -1 -1 0 1; #X floatatom 77 84 5 0 0 0 - - -; #X obj 110 112 hsl 128 17 0.01 10 1 0 empty empty frequency 6 9 0 10 -262144 -1 -1 0 1; #X floatatom 118 131 5 0 0 0 - - -; #X obj 26 141 tremolo~ 0.5 7; #X connect 0 0 7 0; #X connect 3 0 4 0; #X connect 3 0 7 1; #X connect 5 0 6 0; #X connect 5 0 7 2; #X connect 7 0 1 0; #X connect 7 0 1 1;
27
signal abstraction
tremolo
create a purr-data patch that matches the following description and keywords.
Description: tremolo, Keywords: signal abstraction
mouse_region-help.pd
externals\hcs\mouse_region-help.pd
#N canvas 0 26 496 360 10; #X obj 33 173 pointer_position; #X obj 33 145 tgl 15 1 empty empty empty 0 -6 0 10 -262144 -1 -1 1 1; #X msg 52 144 bang; #X obj 342 136 cnv 15 100 60 empty empty empty 20 12 0 14 -233017 -66577 0; #X obj 52 84 keyup; #X obj 52 105 select 32; #X text 124 41 give mouse coordinates only after clicking and dragging in a region.; #X obj 145 295 unpack float float; #X floatatom 145 325 5 0 0 0 - - -; #X floatatom 250 325 5 0 0 0 - - -; #N canvas 419 129 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 v3; #X text 12 175 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control user_input; #X text 12 45 DESCRIPTION give mouse coordinates only after clicking and dragging a region; #X text 12 95 INLET_1 float; #X text 12 115 INLET_2 float; #X text 12 135 INLET_3 float; #X text 12 155 OUTLET_0 list; #X text 12 75 INLET_0 float; #X restore 437 330 pd META; #X obj 145 246 mouse_region 342 443 137 194; #X connect 1 0 0 0; #X connect 2 0 0 0; #X connect 4 0 5 0; #X connect 5 0 2 0; #X connect 7 0 8 0; #X connect 7 1 9 0; #X connect 11 0 7 0;
#N canvas 0 26 496 360 10; #X obj 33 173 pointer_position; #X obj 33 145 tgl 15 1 empty empty empty 0 -6 0 10 -262144 -1 -1 1 1; #X msg 52 144 bang; #X obj 52 84 keyup; #X obj 52 105 select 32; #X text 124 41 give mouse coordinates only after clicking and dragging in a region.; #X obj 145 295 unpack float float; #X floatatom 145 325 5 0 0 0 - - -; #X floatatom 250 325 5 0 0 0 - - -; #X obj 145 246 mouse_region 342 443 137 194; #X connect 1 0 0 0; #X connect 2 0 0 0; #X connect 4 0 5 0; #X connect 5 0 2 0; #X connect 7 0 8 0; #X connect 7 1 9 0; #X connect 11 0 7 0;
31
control user_input
give mouse coordinates only after clicking and dragging a region
create a purr-data patch that matches the following description and keywords.
Description: give mouse coordinates only after clicking and dragging a region, Keywords: control user_input
all_about_externals.pd
packages\win64_inno\build\doc\5.reference\all_about_externals.pd
#N canvas 431 60 446 395 10; #X obj 1 -2 cnv 15 445 20 empty \$0-pddp.cnv.header externals 20 12 1 18 -261106 -33289 0; #X obj 412 -2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 373 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 383 261 494 145 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 notions of scope in Pd; #X text 12 25 KEYWORDS needs_work all_about_pd; #X restore 397 375 pd META; #N canvas 221 288 428 121 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 Externals - Related Objects; #X restore 103 375 pd Related_objects; #X obj 6 375 pddp/pddplink all_about.pd -text All About Pd; #X text 20 36 Externals are objects that can be used in addition to the core Pd objects \, or vanilla objects. Externals can be created with other programming languages like C \, C++ \, or Python \, as well as being programmed directly in Pd.; #X obj 59 347 pddp/pddplink all_about_libraries.pd; #N canvas 16 214 428 369 Subpatch 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 Subpatch; #X text 18 23 Subpatch; #X restore 23 164 pd Subpatch; #X text 20 116 This help file is unfinished;
#N canvas 431 60 446 395 10; #X obj 1 -2 cnv 15 445 20 empty \$0-pddp.cnv.header externals 20 12 1 18 -261106 -33289 0; #X obj 412 -2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X text 20 36 Externals are objects that can be used in addition to the core Pd objects \, or vanilla objects. Externals can be created with other programming languages like C \, C++ \, or Python \, as well as being programmed directly in Pd.; #X text 20 116 This help file is unfinished;
23
needs_work all_about_pd
notions of scope in Pd
create a purr-data patch that matches the following description and keywords.
Description: notions of scope in Pd, Keywords: needs_work all_about_pd
all_about.pd
packages\win64_inno\build\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
distance-help.pd
externals\mapping\distance-help.pd
#N canvas 1 53 463 447 10; #X obj 132 232 distance 0.3; #X obj 132 260 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 132 69 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -204786 -1 -1 0 0; #X floatatom 141 204 5 0 0 0 - - -; #X obj 204 202 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 10 -204800 -1 -1 0 0; #X floatatom 218 222 5 0 0 0 - - -; #X text 154 149 <-- the argument "0.3" sets the point here; #X floatatom 142 397 5 0 0 0 - - -; #X obj 5 2 cnv 15 450 20 empty empty distance 2 11 1 18 -233017 -66577 0; #X text 17 34 Measure the distance from a point and a stream; #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 5 KEYWORDS control abstraction; #X text 12 45 DESCRIPTION measure the distance from a point and a stream ; #X text 12 65 INLET_0 float; #X text 12 85 INLET_1 float; #X restore 406 416 pd META; #X connect 0 0 1 0; #X connect 1 0 7 0; #X connect 2 0 0 0; #X connect 2 0 3 0; #X connect 4 0 5 0; #X connect 4 0 0 1;
#N canvas 1 53 463 447 10; #X obj 132 232 distance 0.3; #X obj 132 260 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 132 69 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -204786 -1 -1 0 0; #X floatatom 141 204 5 0 0 0 - - -; #X obj 204 202 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 10 -204800 -1 -1 0 0; #X floatatom 218 222 5 0 0 0 - - -; #X text 154 149 <-- the argument "0.3" sets the point here; #X floatatom 142 397 5 0 0 0 - - -; #X text 17 34 Measure the distance from a point and a stream; #X connect 0 0 1 0; #X connect 1 0 7 0; #X connect 2 0 0 0; #X connect 2 0 3 0; #X connect 4 0 5 0; #X connect 4 0 0 1;
27
control abstraction
measure the distance from a point and a stream
create a purr-data patch that matches the following description and keywords.
Description: measure the distance from a point and a stream, Keywords: control abstraction
reson~-help.pd
externals\cxc\reson~-help.pd
#N canvas 0 4 454 304 10; #X obj 183 119 reson~; #X text 104 237 An interpolating reson filter; #N canvas 358 105 494 359 META 0; #X text 12 185 HELP_PATCH_AUTHORS Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 5 KEYWORDS signal filter needs_work (example patch); #X text 12 45 DESCRIPTION an interpolating reson filter; #X text 12 65 INLET_0 signal; #X text 12 85 INLET_1 signal; #X text 12 105 INLET_2 signal; #X text 12 125 INLET_3 signal; #X text 12 145 OUTLET_0 signal; #X text 12 25 LICENSE GPL v2; #X text 12 165 AUTHOR [email protected]; #X restore 405 282 pd META;
#N canvas 0 4 454 304 10; #X obj 183 119 reson~; #X text 104 237 An interpolating reson filter;
15
signal filter needs_work (example patch)
an interpolating reson filter
create a purr-data patch that matches the following description and keywords.
Description: an interpolating reson filter, Keywords: signal filter needs_work (example patch)
uhr-help.pd
abstractions\jmmmp\uhr-help.pd
#N canvas 35 130 301 182 10; #X text 11 10 [uhr] - Shows the time; #X obj 41 61 uhr; #X text 12 149 Released under the BSD License; #X text 47 41 H / M / S; #X text 12 99 Related objects: [stoppuhr] [clock]; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <[email protected]>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 12 135 VERSION 2006; #X text 13 6 DESCRIPTION Shows the time; #X text 12 36 KEYWORDS time GUI; #X restore 232 156 pd META; #X text 11 132 (C) 2006-2015 Jo�o Pais - [email protected];
#N canvas 35 130 301 182 10; #X text 11 10 [uhr] - Shows the time; #X obj 41 61 uhr; #X text 12 149 Released under the BSD License; #X text 47 41 H / M / S; #X text 12 99 Related objects: [stoppuhr] [clock]; #X text 11 132 (C) 2006-2015 Jo�o Pais - [email protected];
16
time GUI
Shows the time
create a purr-data patch that matches the following description and keywords.
Description: Shows the time, Keywords: time GUI
fifop-help.pd
externals\zexy\reference\fifop-help.pd
#N canvas 0 31 587 503 10; #X text 471 31 part of; #X msg 58 85 1 2 3 4 5; #X msg 69 110 list a list; #X msg 81 137 5; #X msg 199 97 bang; #X floatatom 200 133 5 0 0 1 priority - -; #X text 45 61 input lists; #X text 50 400 priorities can be floating-point numbers (1.8 has a higher priority then 10); #X obj 58 192 fifop; #X text 47 18 fifop:: First-In-First-Out stack with Priorities; #X text 247 80 bang to output the first list that came in \; bang again to output the second list \; and so on; #X text 54 263 [fifop] manages a number of FIFO-stacks \; each stack has a priority value assigned \; the lower the value \, the higher the priority; #X text 52 310 banging the object will first empty the FIFO with the highest priority \, then the FIFO with the second highest priority and so on \, until the FIFO with the lowest priority is emptied.; #X text 51 368 when all FIFOs are emptied \, nothing will come out of the object any more.; #X obj 58 223 print FIFO; #X text 52 445 note: you can store any number of lists into the [fifop] \, but just pushing lists on the stack without popping them back will eat your memory.; #X msg 201 159 info; #X text 247 158 query the number of arguments in the LIFO; #X obj 156 209 print info; #X text 533 30 zexy; #N canvas 593 163 494 344 META 0; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 145 AUTHOR IOhannes m zmoelnig; #X text 12 45 DESCRIPTION first in first out stack with Priorities ; #X text 12 65 INLET_0 list float bang; #X text 12 105 OUTLET_0 list; #X text 12 125 OUTLET_1 float; #X text 12 5 KEYWORDS control list_op storage; #X text 12 85 INLET_1 float info; #X restore 535 473 pd META; #X connect 1 0 8 0; #X connect 2 0 8 0; #X connect 3 0 8 0; #X connect 4 0 8 0; #X connect 5 0 8 1; #X connect 8 0 14 0; #X connect 8 1 18 0; #X connect 16 0 8 0;
#N canvas 0 31 587 503 10; #X text 471 31 part of; #X msg 58 85 1 2 3 4 5; #X msg 69 110 list a list; #X msg 81 137 5; #X msg 199 97 bang; #X floatatom 200 133 5 0 0 1 priority - -; #X text 45 61 input lists; #X text 50 400 priorities can be floating-point numbers (1.8 has a higher priority then 10); #X obj 58 192 fifop; #X text 47 18 fifop:: First-In-First-Out stack with Priorities; #X text 247 80 bang to output the first list that came in \; bang again to output the second list \; and so on; #X text 54 263 [fifop] manages a number of FIFO-stacks \; each stack has a priority value assigned \; the lower the value \, the higher the priority; #X text 52 310 banging the object will first empty the FIFO with the highest priority \, then the FIFO with the second highest priority and so on \, until the FIFO with the lowest priority is emptied.; #X text 51 368 when all FIFOs are emptied \, nothing will come out of the object any more.; #X obj 58 223 print FIFO; #X text 52 445 note: you can store any number of lists into the [fifop] \, but just pushing lists on the stack without popping them back will eat your memory.; #X msg 201 159 info; #X text 247 158 query the number of arguments in the LIFO; #X obj 156 209 print info; #X text 533 30 zexy; #X connect 1 0 8 0; #X connect 2 0 8 0; #X connect 3 0 8 0; #X connect 4 0 8 0; #X connect 5 0 8 1; #X connect 8 0 14 0; #X connect 8 1 18 0; #X connect 16 0 8 0;
40
control list_op storage
first in first out stack with Priorities
create a purr-data patch that matches the following description and keywords.
Description: first in first out stack with Priorities, Keywords: control list_op storage
count-help.pd
externals\creb\doc\count-help.pd
#N canvas 0 26 450 300 10; #N canvas 331 92 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 5 KEYWORDS control storage; #X text 12 45 DESCRIPTION modulo counter; #X text 12 85 INLET_1 float; #X text 12 65 INLET_0 bang reset; #X text 12 105 OUTLET_0 float; #X text 12 125 AUTHOR Tom Schouten <[email protected]>; #X text 12 25 LICENSE GPL v2; #X restore 392 275 pd META; #X obj 164 162 count; #X text 157 32 modulo counter; #X floatatom 164 189 5 0 0 0 - - -; #X obj 106 85 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X floatatom 191 136 5 0 0 0 - - -; #X obj 106 110 metro 275; #X floatatom 106 189 5 0 0 0 - - -; #X obj 106 162 count 5; #X connect 1 0 3 0; #X connect 4 0 6 0; #X connect 5 0 1 1; #X connect 6 0 1 0; #X connect 6 0 8 0; #X connect 8 0 7 0;
#N canvas 0 26 450 300 10; #X obj 164 162 count; #X text 157 32 modulo counter; #X floatatom 164 189 5 0 0 0 - - -; #X obj 106 85 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X floatatom 191 136 5 0 0 0 - - -; #X obj 106 110 metro 275; #X floatatom 106 189 5 0 0 0 - - -; #X obj 106 162 count 5; #X connect 1 0 3 0; #X connect 4 0 6 0; #X connect 5 0 1 1; #X connect 6 0 1 0; #X connect 6 0 8 0; #X connect 8 0 7 0;
25
control storage
modulo counter
create a purr-data patch that matches the following description and keywords.
Description: modulo counter, Keywords: control storage
median_n-help.pd
externals\mapping\median_n-help.pd
#N canvas 1 53 556 321 10; #X declare -lib zexy; #X declare -lib zexy; #X declare -lib zexy; #X obj 16 105 cnv 15 60 60 empty empty empty 20 12 0 14 -258699 -66577 0; #X floatatom 22 30 5 0 0 0 - - -; #X floatatom 22 220 5 0 0 0 - - -; #X text 112 93 Calculates the median of the last n numbers in a stream of numbers.; #X text 349 254 )c( Alexandre Quessy 2006; #X obj 414 225 zexy; #X text 348 225 Requires; #N canvas 0 0 342 294 more 0; #X obj 90 103 vsl 15 128 0 127 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 267 103 vsl 15 128 0 127 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X text 71 66 Play with the left one.; #X obj 127 139 median_n 25; #X connect 0 0 3 0; #X connect 3 0 1 0; #X restore 117 172 pd more examples; #X obj 498 225 expr; #X text 460 225 and; #X text 352 268 Release under the GPL v2; #X obj 22 115 median_n 6; #X text 108 55 [median_n <sample set size>]; #X text 112 119 Useful for discarding irrealistic values received from electronic sensors.; #X text 119 268 See also; #X obj 187 266 median; #N canvas 498 307 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 95 OUTLET_0 float; #X text 12 115 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 5 KEYWORDS control abstraction filter; #X text 12 45 DESCRIPTION calculate the median of the last n numbers in a stream of numbers; #X text 12 75 INLET_0 float; #X restore 502 294 pd META; #X connect 1 0 11 0; #X connect 11 0 2 0;
#N canvas 1 53 556 321 10; #X declare -lib zexy; #X declare -lib zexy; #X declare -lib zexy; #X floatatom 22 30 5 0 0 0 - - -; #X floatatom 22 220 5 0 0 0 - - -; #X text 112 93 Calculates the median of the last n numbers in a stream of numbers.; #X text 349 254 )c( Alexandre Quessy 2006; #X obj 414 225 zexy; #X text 348 225 Requires;
38
control abstraction filter
calculate the median of the last n numbers in a stream of numbers
create a purr-data patch that matches the following description and keywords.
Description: calculate the median of the last n numbers in a stream of numbers, Keywords: control abstraction filter
A05.output.subpatch.pd
packages\win64_inno\build\doc\3.audio.examples\A05.output.subpatch.pd
#N canvas 434 58 448 436 10; #X obj 22 42 osc~ 440; #X obj 37 70 osc~ 550; #X obj 38 131 osc~ 660; #X obj 22 103 +~; #X obj 22 157 +~; #X text 103 188 <-- this is a subwindow--right click on it; #X text 144 203 and select "open" to see inside.; #X text 18 359 The output control automatically starts DSP whenever you touch the level control. Hitting "mute" toggles between the current level and zero.; #X obj 22 188 output~; #X text 97 131 <-- Here we make an A major triad as a test signal. ; #X text 19 248 In this and subsequent patches \, we'll use a subwindow \, "output" \, to control overall amplitude. The amplitudes are in decibels \, with 100 being full blast. In this example \, you can't actually push the output amplitude past 90 or so without clipping. You'll know you're clipping if \, instead of an A major chord \, you hear a single \, distorted tone two octaves down. The clipping happens at Pd's last stage of audio output. Audio signals internal to Pd have essentially no level limit.; #X obj 1 414 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 44 246 494 284 META 0; #X text 12 105 WEBSITE http://crca.ucsd.edu/~msp/; #X text 12 85 AUTHOR Miller Puckette; #X text 12 65 LIBRARY PDDP; #X text 12 25 LICENSE SIBSD; #X text 12 125 HELP_PATCH_AUTHORS Updated for release 0.36. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 45 DESCRIPTION controlling output amplitude; #X text 12 5 KEYWORDS signal GUI tutorial; #X restore 392 416 pd META; #N canvas 13 202 428 190 References 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261139 -33289 0; #X text 7 2 controlling output amplitude- Related Help Documents; #X text 19 37 List other amplitude GUIs here; #X restore 103 416 pd References; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header controlling_output_amplitude 20 10 1 18 -261139 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 6 416 pddp/pddplink ../5.reference/pddp/help.pd -text help; #X connect 0 0 3 0; #X connect 1 0 3 1; #X connect 2 0 4 1; #X connect 3 0 4 0; #X connect 4 0 8 0; #X connect 4 0 8 1;
#N canvas 434 58 448 436 10; #X obj 22 42 osc~ 440; #X obj 37 70 osc~ 550; #X obj 38 131 osc~ 660; #X obj 22 103 +~; #X obj 22 157 +~; #X text 103 188 <-- this is a subwindow--right click on it; #X text 144 203 and select "open" to see inside.; #X text 18 359 The output control automatically starts DSP whenever you touch the level control. Hitting "mute" toggles between the current level and zero.; #X obj 22 188 output~; #X text 97 131 <-- Here we make an A major triad as a test signal. ; #X text 19 248 In this and subsequent patches \, we'll use a subwindow \, "output" \, to control overall amplitude. The amplitudes are in decibels \, with 100 being full blast. In this example \, you can't actually push the output amplitude past 90 or so without clipping. You'll know you're clipping if \, instead of an A major chord \, you hear a single \, distorted tone two octaves down. The clipping happens at Pd's last stage of audio output. Audio signals internal to Pd have essentially no level limit.; #X connect 0 0 3 0; #X connect 1 0 3 1; #X connect 2 0 4 1; #X connect 3 0 4 0; #X connect 4 0 8 0; #X connect 4 0 8 1;
36
signal GUI tutorial
controlling output amplitude
create a purr-data patch that matches the following description and keywords.
Description: controlling output amplitude, Keywords: signal GUI tutorial
tabdump2-help.pd
externals\moonlib\tabdump2-help.pd
#N canvas 0 31 496 358 10; #X obj 13 21 tabdump2; #X obj 187 40 tabdump; #X text 22 332 (c) Antoine Rousseau 2004; #X text 104 21 dump the contents of a table as a list; #X text 104 37 like zexy's; #X text 244 38 but with min/max dumping limits.; #N canvas 0 0 450 300 (subpatch) 0; #X array \$0-array 10 float 0; #X coords 0 1 9 0 100 80 1; #X restore 330 71 graph; #X obj 17 132 s \$0-array; #X msg 17 112 0 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9; #X obj 17 92 loadbang; #X obj 34 243 tabdump2 \$0-array; #X obj 34 269 l2s; #X symbolatom 34 293 0 0 0 0 - - -; #X obj 258 204 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 22 204 dump 0 5; #X msg 95 203 dump 5 10; #X text 18 177 dump N M: from N to (M-1); #X msg 174 203 dump 5 6; #N canvas 502 150 494 344 META 0; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Antoine Rousseau; #X text 12 125 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 5 KEYWORDS control array; #X text 12 45 DESCRIPTION dump the contents of a table as a list; #X text 12 65 INLET_0 bang dump; #X text 12 85 OUTLET_0 list; #X restore 440 329 pd META; #X connect 8 0 7 0; #X connect 9 0 8 0; #X connect 10 0 11 0; #X connect 11 0 12 0; #X connect 13 0 10 0; #X connect 14 0 10 0; #X connect 15 0 10 0; #X connect 17 0 10 0;
#N canvas 0 31 496 358 10; #X obj 13 21 tabdump2; #X obj 187 40 tabdump; #X text 22 332 (c) Antoine Rousseau 2004; #X text 104 21 dump the contents of a table as a list; #X text 104 37 like zexy's; #X text 244 38 but with min/max dumping limits.;
39
control array
dump the contents of a table as a list
create a purr-data patch that matches the following description and keywords.
Description: dump the contents of a table as a list, Keywords: control array
cosc~-help.pd
externals\creb\doc\cosc~-help.pd
#N canvas 0 31 381 197 10; #X text 49 5 complex oscillator (unit norm exponential); #N canvas 331 92 494 369 META 0; #X text 12 185 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 65 INLET_0 signal; #X text 12 45 DESCRIPTION complex oscillator; #X text 12 85 INLET_1 float; #X text 12 105 INLET_2 float; #X text 12 125 OUTLET_0 signal; #X text 12 145 OUTLET_1 signal; #X text 12 5 KEYWORDS signal abstraction needs_work (example patch) ; #X text 12 165 AUTHOR Tom Schouten <[email protected]>; #X text 12 25 LICENSE GPL v2; #X restore 331 176 pd META; #X obj 63 64 cosc~;
#N canvas 0 31 381 197 10; #X text 49 5 complex oscillator (unit norm exponential); #X obj 63 64 cosc~;
15
signal abstraction needs_work (example patch)
complex oscillator
create a purr-data patch that matches the following description and keywords.
Description: complex oscillator, Keywords: signal abstraction needs_work (example patch)
serialize-help.pd
externals\ggee\control\serialize-help.pd
#N canvas 0 31 413 250 10; #X obj 34 106 serialize 4; #X obj 34 141 print; #X floatatom 34 69 0 0 0 0 - - -; #X text 30 195 (C) 2000 Guenter Geiger; #X text 30 39 serialize ... turn a stream of floats into a list; #N canvas 391 259 494 344 META 0; #X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE Tcl/Tk; #X text 12 135 AUTHOR Guenter Geiger; #X text 12 5 KEYWORDS control conversion; #X text 12 45 DESCRIPTION serialize ... turn a stream of floats into a list; #X text 12 75 INLET_0 float; #X text 12 95 INLET_1 float; #X text 12 115 OUTLET_0 list; #X restore 350 207 pd META; #X connect 0 0 1 0; #X connect 2 0 0 0;
#N canvas 0 31 413 250 10; #X obj 34 106 serialize 4; #X obj 34 141 print; #X floatatom 34 69 0 0 0 0 - - -; #X text 30 195 (C) 2000 Guenter Geiger; #X text 30 39 serialize ... turn a stream of floats into a list; #X connect 0 0 1 0; #X connect 2 0 0 0;
18
control conversion
serialize ... turn a stream of floats into a list
create a purr-data patch that matches the following description and keywords.
Description: serialize ... turn a stream of floats into a list, Keywords: control conversion
vpow-help.pd
externals\smlib\vpow-help.pd
#N canvas 1 53 444 213 10; #X text 364 147 j#|@2002; #X obj 386 127 SMLib-help; #X obj 15 127 print; #X floatatom 66 81 5 0 0 0 - - -; #X text 78 134 default argument is 1; #X text 10 6 vpow computes y(i)=x(i)^a; #X text 79 103 a; #X text 79 117 a zero becomes one; #X obj 15 101 vpow 2; #X msg 15 33 0.01 0.5 1 1.5 2 2.5 3 3.5 0; #X text 27 56 if (x(i)<=0) then y(i)=-1000; #N canvas 187 200 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 65 INLET_0 list float; #X text 12 5 KEYWORDS control list_op; #X text 12 45 DESCRIPTION compute y(i)=x(i)^a; #X text 12 85 INLET_0 float; #X text 12 105 OUTLET_0 float list; #X restore 386 171 pd META; #X connect 3 0 8 1; #X connect 8 0 2 0; #X connect 9 0 8 0;
#N canvas 1 53 444 213 10; #X text 364 147 j#|@2002; #X obj 386 127 SMLib-help; #X obj 15 127 print; #X floatatom 66 81 5 0 0 0 - - -; #X text 78 134 default argument is 1; #X text 10 6 vpow computes y(i)=x(i)^a; #X text 79 103 a; #X text 79 117 a zero becomes one; #X obj 15 101 vpow 2; #X msg 15 33 0.01 0.5 1 1.5 2 2.5 3 3.5 0; #X text 27 56 if (x(i)<=0) then y(i)=-1000; #X connect 3 0 8 1; #X connect 8 0 2 0; #X connect 9 0 8 0;
25
control list_op
compute y(i)=x(i)^a
create a purr-data patch that matches the following description and keywords.
Description: compute y(i)=x(i)^a, Keywords: control list_op
1.pd_basic.pd
pd\doc\manuals\pd-msg\2.msg_and_pd\1.pd_basic.pd
#N canvas 324 138 378 475 10; #X text 20 51 turn DSP calculation off & on; #X msg 98 94 \; pd dsp 0 \;; #X msg 172 94 \; pd dsp 1 \;; #X msg 24 301 \; pd quit \;; #X floatatom 26 73 1 0 1 0 - - -, f 1; #X obj 26 123 s pd; #X msg 26 97 dsp \$1; #X msg 25 218 \; pd audiostatus \;; #X text 22 194 same as "DIO errors"; #X text 21 356 There are many more that i don't know :-(; #X text 25 12 Here are some messages we can send to pd.; #X text 21 275 Quit pd (WARNING); #N canvas 437 191 494 396 META 0; #X text 12 95 HELP_PATCH_AUTHORS Damien Henry. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 65 DESCRIPTION sending messages to a pd instance; #X text 12 45 LICENSE public domain; #X text 12 25 KEYWORDS control pd_op nonlocal tutorial; #X restore 317 443 pd META; #X connect 4 0 6 0; #X connect 6 0 5 0;
#N canvas 324 138 378 475 10; #X text 20 51 turn DSP calculation off & on; #X msg 98 94 \; pd dsp 0 \;; #X msg 172 94 \; pd dsp 1 \;; #X msg 24 301 \; pd quit \;; #X floatatom 26 73 1 0 1 0 - - -, f 1; #X obj 26 123 s pd; #X msg 26 97 dsp \$1; #X msg 25 218 \; pd audiostatus \;; #X text 22 194 same as "DIO errors"; #X text 21 356 There are many more that i don't know :-(; #X text 25 12 Here are some messages we can send to pd.; #X text 21 275 Quit pd (WARNING); #X connect 4 0 6 0; #X connect 6 0 5 0;
21
control pd_op nonlocal tutorial
sending messages to a pd instance
create a purr-data patch that matches the following description and keywords.
Description: sending messages to a pd instance, Keywords: control pd_op nonlocal tutorial
sum-help.pd
externals\zexy\reference\sum-help.pd
#N canvas 0 31 421 294 10; #X floatatom 72 206 4 0 0 0 - - -; #X text 324 19 part of zexy; #X obj 72 186 sum; #X obj 77 40 sum; #X text 109 41 sum the elements of a list; #X msg 72 79 1; #X msg 83 108 1 2 3 4 5 6 7 8 9 10; #X msg 93 141 1000 3 2 -100 2 12; #N canvas 431 117 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 5 KEYWORDS control list_op; #X text 12 45 DESCRIPTION sum the elements of a list; #X text 12 65 INLET_0 list; #X text 12 85 OUTLET_0 float; #X restore 361 262 pd META; #X connect 2 0 0 0; #X connect 5 0 2 0; #X connect 6 0 2 0; #X connect 7 0 2 0;
#N canvas 0 31 421 294 10; #X floatatom 72 206 4 0 0 0 - - -; #X text 324 19 part of zexy; #X obj 72 186 sum; #X obj 77 40 sum; #X text 109 41 sum the elements of a list; #X msg 72 79 1; #X msg 83 108 1 2 3 4 5 6 7 8 9 10; #X msg 93 141 1000 3 2 -100 2 12; #X connect 2 0 0 0; #X connect 5 0 2 0; #X connect 6 0 2 0; #X connect 7 0 2 0;
22
control list_op
sum the elements of a list
create a purr-data patch that matches the following description and keywords.
Description: sum the elements of a list, Keywords: control list_op
degrees2mapping-help.pd
externals\mapping\degrees2mapping-help.pd
#N canvas 1 53 487 327 10; #X obj 5 2 cnv 15 450 20 empty empty degrees2mapping 2 11 1 18 -233017 -66577 0; #X msg 422 3 pddp; #X text 254 269 released under the GNU GPL; #X text 185 228 For more info:; #X obj 289 226 pddp/pddplink ../mapping-about.pd -text mapping-about ; #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <[email protected]> ; #X text 300 168 related objects:; #X obj 352 184 radians2mapping; #X floatatom 56 203 7 0 0 1 - - -; #X obj 59 103 hsl 300 15 0 360 0 0 empty empty degrees 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 82 133 5 0 0 0 - - -; #X text 26 34 This object converts numbers from the mapping range (0 to 1) to radians (-pi to pi) with the 0's lining up in the same place. ; #X obj 296 204 mapping2degrees; #X obj 56 168 degrees2mapping; #X obj 240 184 mapping2radians; #N canvas 466 198 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 115 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 75 INLET_0 float; #X text 12 95 OUTLET_0 float; #X text 12 5 KEYWORDS control abstraction conversion; #X text 12 45 DESCRIPTION convert numbers from the mapping range (0 to 1) to radians (-pi to pi) with 0's lining up in the same place; #X restore 433 300 pd META; #X connect 9 0 10 0; #X connect 9 0 13 0; #X connect 13 0 8 0;
#N canvas 1 53 487 327 10; #X msg 422 3 pddp; #X text 254 269 released under the GNU GPL; #X text 185 228 For more info:; #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <[email protected]> ; #X text 300 168 related objects:; #X obj 352 184 radians2mapping; #X floatatom 56 203 7 0 0 1 - - -; #X obj 59 103 hsl 300 15 0 360 0 0 empty empty degrees 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 82 133 5 0 0 0 - - -; #X text 26 34 This object converts numbers from the mapping range (0 to 1) to radians (-pi to pi) with the 0's lining up in the same place. ; #X obj 296 204 mapping2degrees; #X obj 56 168 degrees2mapping; #X obj 240 184 mapping2radians; #X connect 9 0 10 0; #X connect 9 0 13 0; #X connect 13 0 8 0;
28
control abstraction conversion
convert numbers from the mapping range (0 to 1) to radians (-pi to pi) with 0's lining up in the same place
create a purr-data patch that matches the following description and keywords.
Description: convert numbers from the mapping range (0 to 1) to radians (-pi to pi) with 0's lining up in the same place, Keywords: control abstraction conversion
plus-help.pd
externals\maxlib\plus-help.pd
#N canvas 0 26 464 316 12; #X floatatom 54 217 5 0 0 0 - - -; #X floatatom 54 127 5 0 0 0 - - -; #X floatatom 107 127 5 0 0 0 - - -; #X text 133 204 use creation arguments to set initial; #X text 133 220 values for inlets; #X text 26 20 plus :: like '+' but calculates result; #X msg 23 83 bang; #X text 69 82 calculate and output result now; #X obj 54 172 plus 8 6 2; #X floatatom 161 127 5 0 0 0 - - -; #X text 91 40 whenever leftmost or second inlet is changed; #N canvas 295 203 494 344 META 0; #X text 12 185 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 165 AUTHOR Olaf Matthes <[email protected]>; #X text 12 105 INLET_1 float; #X text 12 45 DESCRIPTION like + but calculates result whenever leftmost or second inlet is changed; #X text 12 85 INLET_0 float bang; #X text 12 125 INLET_2 float; #X text 12 145 OUTLET_0 float; #X text 12 5 KEYWORDS control; #X restore 395 283 pd META; #X connect 1 0 8 0; #X connect 2 0 8 1; #X connect 6 0 8 0; #X connect 8 0 0 0; #X connect 9 0 8 2;
#N canvas 0 26 464 316 12; #X floatatom 54 217 5 0 0 0 - - -; #X floatatom 54 127 5 0 0 0 - - -; #X floatatom 107 127 5 0 0 0 - - -; #X text 133 204 use creation arguments to set initial; #X text 133 220 values for inlets; #X text 26 20 plus :: like '+' but calculates result; #X msg 23 83 bang; #X text 69 82 calculate and output result now; #X obj 54 172 plus 8 6 2; #X floatatom 161 127 5 0 0 0 - - -; #X text 91 40 whenever leftmost or second inlet is changed; #X connect 1 0 8 0; #X connect 2 0 8 1; #X connect 6 0 8 0; #X connect 8 0 0 0; #X connect 9 0 8 2;
28
control
like + but calculates result whenever leftmost or second inlet is changed
create a purr-data patch that matches the following description and keywords.
Description: like + but calculates result whenever leftmost or second inlet is changed, Keywords: control
square_root_pan~-help.pd
externals\pan\square_root_pan~-help.pd
#N canvas 0 31 481 346 10; #X obj 5 2 cnv 15 450 20 empty empty square_root_pan~ 2 11 1 18 -233017 -66577 0; #X msg 422 3 pddp; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 284 released under the GNU GPL; #X obj 224 149 hsl 128 20 0 1 0 1 empty empty pan_position 6 10 1 11 -262131 -1 -1 6350 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 113 187 square_root_pan~; #X obj 141 234 dac~ 1 2; #N canvas 464 31 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 95 INLET_1 float; #X text 12 75 INLET_0 signal; #X text 12 115 OUTLET_0 signal; #X text 12 135 OUTLET_1 signal; #X text 12 45 DESCRIPTION pan a mono signal using square root panning to smooth out the dead spot in the middle somewhat; #X text 12 5 KEYWORDS signal abstraction; #X restore 425 314 pd META; #X connect 4 0 11 1; #X connect 5 0 6 0; #X connect 6 0 11 0; #X connect 7 0 8 0; #X connect 11 0 12 0; #X connect 11 1 12 1;
#N canvas 0 31 481 346 10; #X msg 422 3 pddp; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 284 released under the GNU GPL; #X obj 224 149 hsl 128 20 0 1 0 1 empty empty pan_position 6 10 1 11 -262131 -1 -1 6350 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 113 187 square_root_pan~; #X obj 141 234 dac~ 1 2; #X connect 4 0 11 1; #X connect 5 0 6 0; #X connect 6 0 11 0; #X connect 7 0 8 0; #X connect 11 0 12 0; #X connect 11 1 12 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
to_ascii_code-help.pd
externals\tof\tof\to_ascii_code-help.pd
#N canvas 1 53 571 202 10; #X msg 49 60 test; #X msg 182 61 1234; #X obj 49 112 tof/to_ascii_code 13; #X msg 92 60 list abcdef; #X obj 49 153 print codes; #X text 54 19 Tags: conversion text symbols; #X text 55 3 Description: Convert PD messages into ASCII codes; #X text 188 111 Optionnal argument: append ASCII code (in this case 13 \, a carriage return); #N canvas 290 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 45 LICENSE GPL v2; #X text 12 105 AUTHOR Thomas Ouellet Fredericks; #X text 12 25 DESCRIPTION convert PD messages into ASCII codes; #X text 12 5 KEYWORDS control conversion; #X text 12 65 INLET_0 anything; #X text 12 85 OUTLET_0 list; #X restore 511 161 pd META; #X connect 0 0 2 0; #X connect 1 0 2 0; #X connect 2 0 4 0; #X connect 3 0 2 0;
#N canvas 1 53 571 202 10; #X msg 49 60 test; #X msg 182 61 1234; #X obj 49 112 tof/to_ascii_code 13; #X msg 92 60 list abcdef; #X obj 49 153 print codes; #X text 54 19 Tags: conversion text symbols; #X text 55 3 Description: Convert PD messages into ASCII codes; #X text 188 111 Optionnal argument: append ASCII code (in this case 13 \, a carriage return); #X connect 0 0 2 0; #X connect 1 0 2 0; #X connect 2 0 4 0; #X connect 3 0 2 0;
22
control conversion
convert PD messages into ASCII codes
create a purr-data patch that matches the following description and keywords.
Description: convert PD messages into ASCII codes, Keywords: control conversion
12.path.pd
packages\win64_inno\build\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
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
dsp01-help.pd
abstractions\jmmmp\dsp01-help.pd
#N canvas 101 86 422 283 10; #X obj 36 89 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X text 12 217 (C) 2006 Jo�o Pais - [email protected]; #X msg 56 89 bang; #X text 16 237 Adapted from H-C Steiner's dsp abstraction; #X text 260 80 Inlets; #X text 260 160 GUI; #X text 260 180 - Click on it; #X text 260 100 - Bang / Number; #X text 260 30 Arguments; #X text 260 50 - DSP state (1/0); #X text 92 89 On / Off; #X text 107 118 <- Or click on it; #X obj 36 119 dsp01; #X text 12 10 [dsp01] - DSP switch; #X text 16 257 Released under the BSD License; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <[email protected]>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 12 135 VERSION 2006; #X text 12 5 DESCRIPTION DSP switch; #X text 12 35 KEYWORDS DSP; #X text 14 165 INLET_0 - Bang / Number; #X text 14 185 OUTLET_0 - Number (0 / x); #X restore 362 256 pd META; #X obj 36 149 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 260 120 Outlets; #X text 260 140 - Number (0 / x); #X connect 0 0 12 0; #X connect 2 0 12 0; #X connect 12 0 16 0;
#N canvas 101 86 422 283 10; #X obj 36 89 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X text 12 217 (C) 2006 Jo�o Pais - [email protected]; #X msg 56 89 bang; #X text 16 237 Adapted from H-C Steiner's dsp abstraction; #X text 260 80 Inlets; #X text 260 160 GUI; #X text 260 180 - Click on it; #X text 260 100 - Bang / Number; #X text 260 30 Arguments; #X text 260 50 - DSP state (1/0); #X text 92 89 On / Off; #X text 107 118 <- Or click on it; #X obj 36 119 dsp01; #X text 12 10 [dsp01] - DSP switch; #X text 16 257 Released under the BSD License; #X obj 36 149 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 260 120 Outlets; #X text 260 140 - Number (0 / x); #X connect 0 0 12 0; #X connect 2 0 12 0; #X connect 12 0 16 0;
33
DSP
DSP switch
create a purr-data patch that matches the following description and keywords.
Description: DSP switch, Keywords: DSP
bfilt-help.pd
externals\cxc\bfilt-help.pd
#N canvas 0 31 404 226 10; #X floatatom 85 119 0 0 0 0 - - -; #X obj 57 175 print; #X floatatom 45 120 0 0 0 0 - - -; #X obj 58 146 bfilt 5; #X text 43 16 bfilt (at the moment) is: modulo something + select 0 ; #X floatatom 167 120 0 0 0 0 - - -; #X obj 139 176 print; #X floatatom 127 121 0 0 0 0 - - -; #X obj 140 147 bfilt2 5; #X obj 145 87 metro 100; #X msg 145 68 1; #X text 42 29 bfilt2: real bangfilter: bangs on first inlet \, internal counter \, only outputs every arg2th bang ...; #X msg 169 67 0; #N canvas 176 129 494 344 META 0; #X text 12 165 HELP_PATCH_AUTHORS Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 45 DESCRIPTION bang on first inlet \, internal counter \, only outputs ever arg2th bang; #X text 12 5 KEYWORDS control filter bang_op; #X text 12 85 INLET_0 bang float; #X text 12 105 INLET_1 float; #X text 12 25 LICENSE GPL v2; #X text 12 145 AUTHOR [email protected]; #X text 12 125 OUTLET_0 bang; #X restore 352 205 pd META; #X connect 0 0 3 1; #X connect 2 0 3 0; #X connect 3 0 1 0; #X connect 5 0 8 1; #X connect 7 0 8 0; #X connect 8 0 6 0; #X connect 9 0 8 0; #X connect 10 0 9 0; #X connect 12 0 9 0;
#N canvas 0 31 404 226 10; #X floatatom 85 119 0 0 0 0 - - -; #X obj 57 175 print; #X floatatom 45 120 0 0 0 0 - - -; #X obj 58 146 bfilt 5; #X text 43 16 bfilt (at the moment) is: modulo something + select 0 ; #X floatatom 167 120 0 0 0 0 - - -; #X obj 139 176 print; #X floatatom 127 121 0 0 0 0 - - -; #X obj 140 147 bfilt2 5; #X obj 145 87 metro 100; #X msg 145 68 1; #X text 42 29 bfilt2: real bangfilter: bangs on first inlet \, internal counter \, only outputs every arg2th bang ...; #X msg 169 67 0; #X connect 0 0 3 1; #X connect 2 0 3 0; #X connect 3 0 1 0; #X connect 5 0 8 1; #X connect 7 0 8 0; #X connect 8 0 6 0; #X connect 9 0 8 0; #X connect 10 0 9 0; #X connect 12 0 9 0;
33
control filter bang_op
bang on first inlet \, internal counter \, only outputs ever arg2th bang
create a purr-data patch that matches the following description and keywords.
Description: bang on first inlet \, internal counter \, only outputs ever arg2th bang, Keywords: control filter bang_op
env+-help.pd
externals\mapping\env+-help.pd
#N canvas 1 53 606 528 10; #X obj 253 362 timeroll; #X obj 46 162 random 1000; #X obj 46 136 metro 30; #X obj 46 112 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 46 363 timeroll; #X obj 72 112 loadbang; #X obj 253 253 env+ 110; #X obj 46 191 / 1000; #N canvas 468 256 494 344 META 0; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 125 OUTLET_0 float; #X text 12 145 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 65 INLET_0 float; #X text 12 5 KEYWORDS control abstraction; #X text 12 85 INLET_1 bang; #X text 12 105 INLET_2 float; #X text 12 45 DESCRIPTION positive envelope follower; #X restore 547 496 pd META; #X text 131 26 positive envelope follower; #X connect 1 0 7 0; #X connect 2 0 1 0; #X connect 3 0 2 0; #X connect 5 0 2 0; #X connect 6 0 0 0; #X connect 7 0 4 0; #X connect 7 0 6 0;
#N canvas 1 53 606 528 10; #X obj 253 362 timeroll; #X obj 46 162 random 1000; #X obj 46 136 metro 30; #X obj 46 112 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 46 363 timeroll; #X obj 72 112 loadbang; #X obj 253 253 env+ 110; #X obj 46 191 / 1000; #X text 131 26 positive envelope follower; #X connect 1 0 7 0; #X connect 2 0 1 0; #X connect 3 0 2 0; #X connect 5 0 2 0; #X connect 6 0 0 0; #X connect 7 0 4 0; #X connect 7 0 6 0;
28
control abstraction
positive envelope follower
create a purr-data patch that matches the following description and keywords.
Description: positive envelope follower, Keywords: control abstraction
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 [email protected]; #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
tab2flist-help.pd
externals\mrpeach\tab2flist\tab2flist-help.pd
#N canvas 1 53 535 282 10; #X obj 152 152 tab2flist zig; #X obj 10 -5 bng 15 250 50 0 empty empty empty 17 7 0 10 -4034 -257985 -1; #X obj 152 173 print; #X obj 190 173 table zig; #X floatatom 227 124 5 0 0 0 - - -; #X floatatom 64 48 5 0 0 0 - - -; #X text 33 -8 Banging tab2flist outputs a list of floats from the table. ; #X msg 36 19 set zag; #X text 240 152 Argument is table name.; #X text 150 190 Points outside the table will be output as zeroes. ; #X text 98 47 A single float sets offset.; #X text 89 18 Set the table by name.; #X obj 250 173 table zag; #X msg 86 69 5 10; #X text 150 204 Negative length outputs a list as long as the table. ; #X text 263 123 Float in second inlet sets length of list.; #X text 118 68 Two floats set offset and length.; #X msg 109 92 delimiter 10 13; #X text 207 91 Output stops when a delimiter is encountered.; #X text 145 243 2009_1_28 Martin Peach; #N canvas 456 322 494 344 META 0; #X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2 or later; #X text 12 135 AUTHOR Martin Peach; #X text 12 5 KEYWORDS control conversion array list_op; #X text 12 46 DESCRIPTION output the values from an array as a list of floats; #X text 12 75 INLET_0 bang float list set delimiter; #X text 12 95 INLET_1 float; #X text 12 115 OUTLET_0 list; #X restore 474 246 pd META; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 4 0 0 1; #X connect 5 0 0 0; #X connect 7 0 0 0; #X connect 13 0 0 0; #X connect 17 0 0 0;
#N canvas 1 53 535 282 10; #X obj 152 152 tab2flist zig; #X obj 10 -5 bng 15 250 50 0 empty empty empty 17 7 0 10 -4034 -257985 -1; #X obj 152 173 print; #X obj 190 173 table zig; #X floatatom 227 124 5 0 0 0 - - -; #X floatatom 64 48 5 0 0 0 - - -; #X text 33 -8 Banging tab2flist outputs a list of floats from the table. ; #X msg 36 19 set zag; #X text 240 152 Argument is table name.; #X text 150 190 Points outside the table will be output as zeroes. ; #X text 98 47 A single float sets offset.; #X text 89 18 Set the table by name.; #X obj 250 173 table zag; #X msg 86 69 5 10; #X text 150 204 Negative length outputs a list as long as the table. ; #X text 263 123 Float in second inlet sets length of list.; #X text 118 68 Two floats set offset and length.; #X msg 109 92 delimiter 10 13; #X text 207 91 Output stops when a delimiter is encountered.; #X text 145 243 2009_1_28 Martin Peach; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 4 0 0 1; #X connect 5 0 0 0; #X connect 7 0 0 0; #X connect 13 0 0 0; #X connect 17 0 0 0;
38
control conversion array list_op
output the values from an array as a list of floats
create a purr-data patch that matches the following description and keywords.
Description: output the values from an array as a list of floats, Keywords: control conversion array list_op
dist~-help.pd
externals\creb\doc\dist~-help.pd
#N canvas 3 4 450 300 10; #X text 156 35 dist~ waveshaper; #X text 154 53 creation argument: type (see dist.c); #X floatatom 136 120 5 0 0 0 - - -; #X obj 64 121 osc~; #X obj 66 206 dac~; #X floatatom 63 84 5 0 0 0 - - -; #X text 189 119 right inlet: pre gain; #X obj 148 95 hsl 128 15 0.5 20 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 64 157 dist~ 1; #N canvas 379 254 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 5 KEYWORDS signal; #X text 12 45 DESCRIPTION waveshaper; #X text 12 85 INLET_1 float; #X text 12 65 INLET_0 signal; #X text 12 105 OUTLET_0 signal; #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR Tom Schouten <[email protected]>; #X restore 400 279 pd META; #X connect 2 0 8 1; #X connect 3 0 8 0; #X connect 5 0 3 0; #X connect 7 0 2 0; #X connect 8 0 4 0; #X connect 8 0 4 1;
#N canvas 3 4 450 300 10; #X text 156 35 dist~ waveshaper; #X text 154 53 creation argument: type (see dist.c); #X floatatom 136 120 5 0 0 0 - - -; #X obj 64 121 osc~; #X obj 66 206 dac~; #X floatatom 63 84 5 0 0 0 - - -; #X text 189 119 right inlet: pre gain; #X obj 148 95 hsl 128 15 0.5 20 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 64 157 dist~ 1; #X connect 2 0 8 1; #X connect 3 0 8 0; #X connect 5 0 3 0; #X connect 7 0 2 0; #X connect 8 0 4 0; #X connect 8 0 4 1;
26
signal
waveshaper
create a purr-data patch that matches the following description and keywords.
Description: waveshaper, Keywords: signal
3.1.motion.pd
packages\win64_inno\build\doc\manuals\pd-msg\1.msg_and_patch\3.1.motion.pd
#N canvas 300 68 415 490 10; #N canvas 425 18 332 294 testing 1; #X obj 95 11 loadbang; #X msg 95 36 0; #X obj 12 37 random 127; #X floatatom 66 94 0 0 0 0 - - -; #X msg 12 11 bang; #X connect 0 0 1 0; #X connect 1 0 3 0; #X connect 2 0 3 0; #X connect 4 0 2 0; #X restore 119 439 pd testing; #X obj 20 438 s pd-testing; #X obj 89 247 pack f f; #X text 8 54 Start here; #X floatatom 120 185 0 0 0 0 - - -; #X floatatom 89 186 0 0 0 0 - - -; #X obj 100 219 t b f; #X text 7 363 Stop here; #X text 85 154 try this !!!; #X text 9 9 This example will show you how to use the motion msg.; #X msg 89 271 motion \$1 \$2 0; #X msg 20 390 motion 15 15 0 \, editmode 0 \, vis 0; #X msg 20 75 vis 1 \, editmode 1 \, mouse 5 5 0 0 0 \, mouseup 200 200 0; #X msg 20 101 mouse 15 15 0 0 0; #N canvas 458 158 494 396 META 0; #X text 12 85 HELP_PATCH_AUTHORS Damien Henry. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 55 DESCRIPTION simulating mouse motion with messages to a canvas; #X text 12 32 LICENSE public domain; #X text 12 5 KEYWORDS control canvas_op nonlocal dynamic_patching tutorial ; #X restore 364 466 pd META; #X connect 2 0 10 0; #X connect 4 0 6 0; #X connect 5 0 2 0; #X connect 6 0 2 0; #X connect 6 1 2 1; #X connect 10 0 1 0; #X connect 11 0 1 0; #X connect 12 0 1 0; #X connect 13 0 1 0;
#N canvas 300 68 415 490 10; #X obj 20 438 s pd-testing; #X obj 89 247 pack f f; #X text 8 54 Start here; #X floatatom 120 185 0 0 0 0 - - -; #X floatatom 89 186 0 0 0 0 - - -; #X obj 100 219 t b f; #X text 7 363 Stop here; #X text 85 154 try this !!!; #X text 9 9 This example will show you how to use the motion msg.; #X msg 89 271 motion \$1 \$2 0; #X msg 20 390 motion 15 15 0 \, editmode 0 \, vis 0; #X msg 20 75 vis 1 \, editmode 1 \, mouse 5 5 0 0 0 \, mouseup 200 200 0; #X msg 20 101 mouse 15 15 0 0 0; #X connect 2 0 10 0; #X connect 4 0 6 0; #X connect 5 0 2 0; #X connect 6 0 2 0; #X connect 6 1 2 1; #X connect 10 0 1 0; #X connect 11 0 1 0; #X connect 12 0 1 0; #X connect 13 0 1 0;
40
control canvas_op nonlocal dynamic_patching tutorial
simulating mouse motion with messages to a canvas
create a purr-data patch that matches the following description and keywords.
Description: simulating mouse motion with messages to a canvas, Keywords: control canvas_op nonlocal dynamic_patching tutorial
lmin-help.pd
externals\smlib\lmin-help.pd
#N canvas 1 53 444 200 10; #X text 350 139 j#|@2002; #X obj 372 117 SMLib-help; #X floatatom 53 72 5 0 0 0 - - -; #X obj 9 55 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1 ; #X text 53 52 x(i); #X floatatom 9 168 5 0 0 0 - - -; #X obj 9 98 float; #X text 5 21 argument: half-decay time (in number of activations); #X text 6 4 lmin: leaky minimum; #X obj 9 138 lmin 10; #X msg 112 92 clear; #X text 111 73 clear accumulator; #X msg 244 106 decay 5; #X text 243 90 set half-decay time; #N canvas 173 210 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control filter; #X text 12 85 OUTLET_0 float; #X text 12 105 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 45 DESCRIPTION leaky minimum; #X text 12 65 INLET_0 float clear decay; #X restore 382 161 pd META; #X connect 2 0 6 1; #X connect 3 0 6 0; #X connect 6 0 9 0; #X connect 9 0 5 0; #X connect 10 0 9 0; #X connect 12 0 9 0;
#N canvas 1 53 444 200 10; #X text 350 139 j#|@2002; #X obj 372 117 SMLib-help; #X floatatom 53 72 5 0 0 0 - - -; #X obj 9 55 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1 ; #X text 53 52 x(i); #X floatatom 9 168 5 0 0 0 - - -; #X obj 9 98 float; #X text 5 21 argument: half-decay time (in number of activations); #X text 6 4 lmin: leaky minimum; #X obj 9 138 lmin 10; #X msg 112 92 clear; #X text 111 73 clear accumulator; #X msg 244 106 decay 5; #X text 243 90 set half-decay time; #X connect 2 0 6 1; #X connect 3 0 6 0; #X connect 6 0 9 0; #X connect 9 0 5 0; #X connect 10 0 9 0; #X connect 12 0 9 0;
30
control filter
leaky minimum
create a purr-data patch that matches the following description and keywords.
Description: leaky minimum, Keywords: control filter
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 [email protected]; #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
count-help.pd
externals\creb\doc\count-help.pd
#N canvas 0 26 450 300 10; #N canvas 331 92 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 5 KEYWORDS control storage; #X text 12 45 DESCRIPTION modulo counter; #X text 12 85 INLET_1 float; #X text 12 65 INLET_0 bang reset; #X text 12 105 OUTLET_0 float; #X text 12 125 AUTHOR Tom Schouten <[email protected]>; #X text 12 25 LICENSE GPL v2; #X restore 392 275 pd META; #X obj 164 162 count; #X text 157 32 modulo counter; #X floatatom 164 189 5 0 0 0 - - -; #X obj 106 85 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X floatatom 191 136 5 0 0 0 - - -; #X obj 106 110 metro 275; #X floatatom 106 189 5 0 0 0 - - -; #X obj 106 162 count 5; #X connect 1 0 3 0; #X connect 4 0 6 0; #X connect 5 0 1 1; #X connect 6 0 1 0; #X connect 6 0 8 0; #X connect 8 0 7 0;
#N canvas 0 26 450 300 10; #X obj 164 162 count; #X text 157 32 modulo counter; #X floatatom 164 189 5 0 0 0 - - -; #X obj 106 85 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X floatatom 191 136 5 0 0 0 - - -; #X obj 106 110 metro 275; #X floatatom 106 189 5 0 0 0 - - -; #X obj 106 162 count 5; #X connect 1 0 3 0; #X connect 4 0 6 0; #X connect 5 0 1 1; #X connect 6 0 1 0; #X connect 6 0 8 0; #X connect 8 0 7 0;
25
control storage
modulo counter
create a purr-data patch that matches the following description and keywords.
Description: modulo counter, Keywords: control storage
cinv~-help.pd
externals\creb\doc\cinv~-help.pd
#N canvas 0 26 381 297 10; #X text 49 5 complex inverse; #N canvas 331 92 494 345 META 0; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 105 OUTLET_0 signal; #X text 12 45 DESCRIPTION complex inverse; #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 145 AUTHOR Tom Schouten <[email protected]>; #X text 12 25 LICENSE GPL v2; #X text 12 145 comment; #X restore 332 275 pd META; #X obj 81 56 cinv~;
#N canvas 0 26 381 297 10; #X text 49 5 complex inverse; #X obj 81 56 cinv~;
15
signal abstraction needs_work (example patch)
complex inverse
create a purr-data patch that matches the following description and keywords.
Description: complex inverse, Keywords: signal abstraction needs_work (example patch)
getdir-help.pd
externals\ggee\control\getdir-help.pd
#N canvas 0 26 460 383 10; #X obj 177 95 getdir; #X msg 177 57 bang; #X obj 176 133 print; #X text 17 21 get the directory that this patch is operating in:; #X text 18 165 You can also get the path of the parent patch \, if this patch is an object embedded in another patch. You use the argument to set how many levels up to go:; #X msg 99 212 bang; #X obj 98 288 print; #X obj 99 250 getdir 1; #X msg 294 209 bang; #X obj 293 285 print; #X obj 294 247 getdir 2; #X text 18 331 If there is no parent at that level \, it returns the directory as if there was no argument \, i.e. level 0; #N canvas 407 106 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE Tcl/Tk; #X text 12 105 AUTHOR Guenter Geiger; #X text 12 45 DESCRIPTION get the directory this patch is operating in; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_0 symbol; #X text 12 5 KEYWORDS control patchfile_op filesystem; #X restore 410 362 pd META; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 5 0 7 0; #X connect 7 0 6 0; #X connect 8 0 10 0; #X connect 10 0 9 0;
#N canvas 0 26 460 383 10; #X obj 177 95 getdir; #X msg 177 57 bang; #X obj 176 133 print; #X text 17 21 get the directory that this patch is operating in:; #X text 18 165 You can also get the path of the parent patch \, if this patch is an object embedded in another patch. You use the argument to set how many levels up to go:; #X msg 99 212 bang; #X obj 98 288 print; #X obj 99 250 getdir 1; #X msg 294 209 bang; #X obj 293 285 print; #X obj 294 247 getdir 2; #X text 18 331 If there is no parent at that level \, it returns the directory as if there was no argument \, i.e. level 0; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 5 0 7 0; #X connect 7 0 6 0; #X connect 8 0 10 0; #X connect 10 0 9 0;
28
control patchfile_op filesystem
get the directory this patch is operating in
create a purr-data patch that matches the following description and keywords.
Description: get the directory this patch is operating in, Keywords: control patchfile_op filesystem
tavg~-help.pd
externals\zexy\reference\tavg~-help.pd
#N canvas 0 31 518 348 10; #X floatatom 59 148 0 0 0 0 - - -; #X floatatom 59 254 0 0 0 0 - - -; #X floatatom 129 255 0 0 0 0 - - -; #X obj 59 276 dbtorms; #X floatatom 59 299 0 0 0 0 - - -; #X text 272 269 see also:; #X obj 277 296 env~; #X obj 59 233 env~; #X obj 315 296 envrms~; #X obj 59 173 osc~ 5512.5; #X obj 373 296 avg~; #X obj 129 234 tavg~; #X obj 71 51 tavg~; #X text 130 51 calculates the arithmetic mean of a signal between 2 bangs; #X obj 176 195 metro 1000; #X msg 176 167 bang; #X msg 211 167 stop; #X text 392 23 part of zexy; #N canvas 460 154 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 115 AUTHOR IOhannes m zmoelnig; #X text 12 45 DESCRIPTION calculates the arithmetic mean of a signal between 2 bangs; #X text 12 75 INLET_0 signal bang; #X text 12 95 OUTLET_0 float; #X text 12 5 KEYWORDS signal conversion; #X restore 463 319 pd META; #X connect 0 0 9 0; #X connect 1 0 3 0; #X connect 3 0 4 0; #X connect 7 0 1 0; #X connect 9 0 7 0; #X connect 9 0 11 0; #X connect 11 0 2 0; #X connect 14 0 11 0; #X connect 15 0 14 0; #X connect 16 0 14 0;
#N canvas 0 31 518 348 10; #X floatatom 59 148 0 0 0 0 - - -; #X floatatom 59 254 0 0 0 0 - - -; #X floatatom 129 255 0 0 0 0 - - -; #X obj 59 276 dbtorms; #X floatatom 59 299 0 0 0 0 - - -; #X text 272 269 see also:; #X obj 277 296 env~; #X obj 59 233 env~; #X obj 315 296 envrms~; #X obj 59 173 osc~ 5512.5; #X obj 373 296 avg~; #X obj 129 234 tavg~; #X obj 71 51 tavg~; #X text 130 51 calculates the arithmetic mean of a signal between 2 bangs; #X obj 176 195 metro 1000; #X msg 176 167 bang; #X msg 211 167 stop; #X text 392 23 part of zexy; #X connect 0 0 9 0; #X connect 1 0 3 0; #X connect 3 0 4 0; #X connect 7 0 1 0; #X connect 9 0 7 0; #X connect 9 0 11 0; #X connect 11 0 2 0; #X connect 14 0 11 0; #X connect 15 0 14 0; #X connect 16 0 14 0;
38
signal conversion
calculates the arithmetic mean of a signal between 2 bangs
create a purr-data patch that matches the following description and keywords.
Description: calculates the arithmetic mean of a signal between 2 bangs, Keywords: signal conversion
02.editing.pd
pd\doc\2.control.examples\02.editing.pd
#N canvas 432 25 448 559 10; #X msg 145 43 hello world; #X obj 145 84 print; #X floatatom 254 43 0 0 0 0 - - -; #X text 32 281 When you're done changing the contents of the box \, click outside the box to deselect it. This tells Pd to incorporate the new text.; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header editing 20 10 1 18 -261139 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 537 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 42 254 494 284 META 0; #X text 12 105 WEBSITE http://crca.ucsd.edu/~msp/; #X text 12 85 LIBRARY PDDP; #X text 12 45 LICENSE SIBSD; #X text 12 65 DESCRIPTION the basics of how to edit objects in Pd; #X text 12 125 HELP_PATCH_AUTHORS Miller Puckette. Updated for release 0.33. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 25 KEYWORDS control GUI tutorial; #X restore 382 539 pd META; #X text 32 323 Edit mode also lets you make and break connections between objects. Put the "hand" cursor over a line connecting two objects: it turns into an X. Clicking will delete the connection. Hold the cursor over an outlet and it becomes a circle (a patch point). Drag to any box and release-- you will be connected to the nearest inlet.; #X text 32 401 There are several handy tools in the "Edit" menu. You can use the "Duplicate" menu item to create new objects by duplicating existing ones. You can also "Cut" and "Paste" them. If you duplicate several connected objects the connections will be replicated too.; #X text 32 468 Also have a look in the "Put" menu-- use it to create new text items of any of the four types. You can also put a "symbol" box \, analogous to a number box but for showing and entering text strings \, as well as other objects with more sophisticated graphical user interfaces.; #N canvas 19 470 428 143 References 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261139 -33289 0; #X text 7 2 Editing- Related Help Documents; #X text 17 28 Notice that some of the menu items have shortcut keys listed beside them. Check out the one for Edit mode for a quick way to switch back and forth between Edit mode and Run mode.; #X restore 103 539 pd References; #X obj 6 539 pddp/pddplink ../5.reference/pddp/help.pd -text help; #X text 144 24 message box; #X text 252 24 atom box; #X text 33 107 When you first open a Pd document like this one \, your cursor will be an arrow. Select "Edit Mode" in the "Edit" menu and the cursor will change to the image of a hand. The patch is now in Edit mode. You can move any object by dragging it.; #X text 33 173 Select "Edit Mode" again in the "Edit" menu and you're back to the arrow cursor which acts on objects without moving them. ; #X text 33 215 In Edit Mode \, if you click on a message \, object \, or comment \, you can then retype the text. For objects this will create a new object and delete the old one. Pd will try to reconnect the newly created object in the same way as the old one.; #X text 77 51 outlet -->; #X text 188 84 <-- object; #X connect 0 0 1 0; #X connect 2 0 1 0;
#N canvas 432 25 448 559 10; #X msg 145 43 hello world; #X obj 145 84 print; #X floatatom 254 43 0 0 0 0 - - -; #X text 32 281 When you're done changing the contents of the box \, click outside the box to deselect it. This tells Pd to incorporate the new text.; #X text 32 323 Edit mode also lets you make and break connections between objects. Put the "hand" cursor over a line connecting two objects: it turns into an X. Clicking will delete the connection. Hold the cursor over an outlet and it becomes a circle (a patch point). Drag to any box and release-- you will be connected to the nearest inlet.; #X text 32 401 There are several handy tools in the "Edit" menu. You can use the "Duplicate" menu item to create new objects by duplicating existing ones. You can also "Cut" and "Paste" them. If you duplicate several connected objects the connections will be replicated too.; #X text 32 468 Also have a look in the "Put" menu-- use it to create new text items of any of the four types. You can also put a "symbol" box \, analogous to a number box but for showing and entering text strings \, as well as other objects with more sophisticated graphical user interfaces.; #X text 144 24 message box; #X text 252 24 atom box; #X text 33 107 When you first open a Pd document like this one \, your cursor will be an arrow. Select "Edit Mode" in the "Edit" menu and the cursor will change to the image of a hand. The patch is now in Edit mode. You can move any object by dragging it.; #X text 33 173 Select "Edit Mode" again in the "Edit" menu and you're back to the arrow cursor which acts on objects without moving them. ; #X text 33 215 In Edit Mode \, if you click on a message \, object \, or comment \, you can then retype the text. For objects this will create a new object and delete the old one. Pd will try to reconnect the newly created object in the same way as the old one.; #X text 77 51 outlet -->; #X text 188 84 <-- object; #X connect 0 0 1 0; #X connect 2 0 1 0;
34
control GUI tutorial
the basics of how to edit objects in Pd
create a purr-data patch that matches the following description and keywords.
Description: the basics of how to edit objects in Pd, Keywords: control GUI tutorial
highpass-help.pd
externals\ggee\filters\highpass-help.pd
#N canvas 0 26 421 418 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 10100 0; #X obj 270 97 hsl 128 17 0 100 0 1 empty empty bandwidth 5 9 0 10 -261682 -1 -1 6200 0; #X obj 176 185 highpass; #X obj 104 276 dac~; #X text 76 12 Highpass coefficients for biquad~; #X obj 113 244 *~ 0.1; #N canvas 317 264 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 highpass coefficients for biquad~; #X text 12 65 INLET_0 float; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 list; #X restore 372 397 pd META; #X connect 4 0 11 0; #X connect 5 0 6 0; #X connect 6 0 11 0; #X connect 6 1 11 1; #X connect 7 0 14 0; #X connect 8 0 7 0; #X connect 9 0 4 0; #X connect 10 0 5 0; #X connect 11 0 7 0; #X connect 14 0 12 0; #X connect 14 0 12 1;
#N canvas 0 26 421 418 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 10100 0; #X obj 270 97 hsl 128 17 0 100 0 1 empty empty bandwidth 5 9 0 10 -261682 -1 -1 6200 0; #X obj 176 185 highpass; #X obj 104 276 dac~; #X text 76 12 Highpass coefficients for biquad~; #X obj 113 244 *~ 0.1; #X connect 4 0 11 0; #X connect 5 0 6 0; #X connect 6 0 11 0; #X connect 6 1 11 1; #X connect 7 0 14 0; #X connect 8 0 7 0; #X connect 9 0 4 0; #X connect 10 0 5 0; #X connect 11 0 7 0; #X connect 14 0 12 0; #X connect 14 0 12 1;
37
control
highpass coefficients for biquad~
create a purr-data patch that matches the following description and keywords.
Description: highpass coefficients for biquad~, Keywords: control
vector0x2f-help.pd
externals\markex\vector0x2f-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
tab2flist-help.pd
externals\mrpeach\tab2flist\tab2flist-help.pd
#N canvas 1 53 535 282 10; #X obj 152 152 tab2flist zig; #X obj 10 -5 bng 15 250 50 0 empty empty empty 17 7 0 10 -4034 -257985 -1; #X obj 152 173 print; #X obj 190 173 table zig; #X floatatom 227 124 5 0 0 0 - - -; #X floatatom 64 48 5 0 0 0 - - -; #X text 33 -8 Banging tab2flist outputs a list of floats from the table. ; #X msg 36 19 set zag; #X text 240 152 Argument is table name.; #X text 150 190 Points outside the table will be output as zeroes. ; #X text 98 47 A single float sets offset.; #X text 89 18 Set the table by name.; #X obj 250 173 table zag; #X msg 86 69 5 10; #X text 150 204 Negative length outputs a list as long as the table. ; #X text 263 123 Float in second inlet sets length of list.; #X text 118 68 Two floats set offset and length.; #X msg 109 92 delimiter 10 13; #X text 207 91 Output stops when a delimiter is encountered.; #X text 145 243 2009_1_28 Martin Peach; #N canvas 456 322 494 344 META 0; #X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2 or later; #X text 12 135 AUTHOR Martin Peach; #X text 12 5 KEYWORDS control conversion array list_op; #X text 12 46 DESCRIPTION output the values from an array as a list of floats; #X text 12 75 INLET_0 bang float list set delimiter; #X text 12 95 INLET_1 float; #X text 12 115 OUTLET_0 list; #X restore 474 246 pd META; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 4 0 0 1; #X connect 5 0 0 0; #X connect 7 0 0 0; #X connect 13 0 0 0; #X connect 17 0 0 0;
#N canvas 1 53 535 282 10; #X obj 152 152 tab2flist zig; #X obj 10 -5 bng 15 250 50 0 empty empty empty 17 7 0 10 -4034 -257985 -1; #X obj 152 173 print; #X obj 190 173 table zig; #X floatatom 227 124 5 0 0 0 - - -; #X floatatom 64 48 5 0 0 0 - - -; #X text 33 -8 Banging tab2flist outputs a list of floats from the table. ; #X msg 36 19 set zag; #X text 240 152 Argument is table name.; #X text 150 190 Points outside the table will be output as zeroes. ; #X text 98 47 A single float sets offset.; #X text 89 18 Set the table by name.; #X obj 250 173 table zag; #X msg 86 69 5 10; #X text 150 204 Negative length outputs a list as long as the table. ; #X text 263 123 Float in second inlet sets length of list.; #X text 118 68 Two floats set offset and length.; #X msg 109 92 delimiter 10 13; #X text 207 91 Output stops when a delimiter is encountered.; #X text 145 243 2009_1_28 Martin Peach; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 4 0 0 1; #X connect 5 0 0 0; #X connect 7 0 0 0; #X connect 13 0 0 0; #X connect 17 0 0 0;
38
control conversion array list_op
output the values from an array as a list of floats
create a purr-data patch that matches the following description and keywords.
Description: output the values from an array as a list of floats, Keywords: control conversion array list_op
hid_smooth-help.pd
externals\hid\hid_smooth-help.pd
#N canvas 0 31 475 392 10; #X text 27 340 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 354 released under the GNU GPL; #X floatatom 102 195 5 0 0 0 - - -; #X floatatom 102 251 5 0 0 0 - - -; #X text 98 303 For more info:; #X obj 102 131 noise4hidhelp; #X obj 105 273 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -262144 -1 -1 0 1; #X obj 105 164 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -262144 -1 -1 0 1; #X obj 5 2 cnv 15 450 20 empty empty hid_smooth 2 11 1 18 -233017 -66577 0; #X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 102 221 hid/hid_smooth; #X text 18 36 Smooths a stream of numbers using weighted averaging of the last 10 values. This object is an shortcut for [hid_average] with the default settings.; #X obj 102 94 tgl 30 0 empty empty start 1 15 1 12 -90049 -1 -1 0 1 ; #N canvas 485 31 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL; #X text 12 115 AUTHOR Hans-Christoph Steiner; #X text 12 95 OUTLET_0 float; #X text 12 45 DESCRIPTION smooth a stream of numbers using weighted averaging of the last 10 values; #X text 12 75 INLET_0 float; #X text 12 5 KEYWORDS control filter abstraction; #X restore 422 361 pd META; #X connect 2 0 10 0; #X connect 3 0 6 0; #X connect 5 0 7 0; #X connect 7 0 2 0; #X connect 10 0 3 0; #X connect 12 0 5 0;
#N canvas 0 31 475 392 10; #X text 27 340 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 354 released under the GNU GPL; #X floatatom 102 195 5 0 0 0 - - -; #X floatatom 102 251 5 0 0 0 - - -; #X text 98 303 For more info:; #X obj 102 131 noise4hidhelp; #X obj 105 273 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -262144 -1 -1 0 1; #X obj 105 164 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -262144 -1 -1 0 1; #X obj 102 221 hid/hid_smooth; #X text 18 36 Smooths a stream of numbers using weighted averaging of the last 10 values. This object is an shortcut for [hid_average] with the default settings.; #X obj 102 94 tgl 30 0 empty empty start 1 15 1 12 -90049 -1 -1 0 1 ; #X connect 2 0 10 0; #X connect 3 0 6 0; #X connect 5 0 7 0; #X connect 7 0 2 0; #X connect 10 0 3 0; #X connect 12 0 5 0;
29
control filter abstraction
smooth a stream of numbers using weighted averaging of the last 10 values
create a purr-data patch that matches the following description and keywords.
Description: smooth a stream of numbers using weighted averaging of the last 10 values, Keywords: control filter abstraction
ce_path-help.pd
externals\hcs\ce_path-help.pd
#N canvas 0 26 423 338 10; #X declare -lib cyclone -lib zexy; #X msg 21 52 bang; #X symbolatom 32 170 0 0 0 0 - - -; #X obj 21 246 print; #X text 80 75 start at the top of the list again; #X msg 33 76 rewind; #X obj 21 129 ce_path; #X obj 61 150 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X text 81 148 done; #X text 68 51 get next item in list of canvas-local paths; #X text 29 269 Sending bangs to [ce_path] makes it output the loaded paths one at a time.; #N canvas 433 104 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 125 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control canvas_op; #X text 12 45 DESCRIPTION report canvas-local paths; #X text 12 65 INLET_0 bang rewind; #X text 12 85 OUTLET_0 symbol; #X text 12 105 OUTLET_1 bang; #X restore 372 316 pd META; #X obj 223 15 import cyclone zexy; #X connect 0 0 5 0; #X connect 4 0 5 0; #X connect 5 0 1 0; #X connect 5 0 2 0; #X connect 5 1 6 0;
#N canvas 0 26 423 338 10; #X declare -lib cyclone -lib zexy; #X msg 21 52 bang; #X symbolatom 32 170 0 0 0 0 - - -; #X obj 21 246 print; #X text 80 75 start at the top of the list again; #X msg 33 76 rewind; #X obj 21 129 ce_path; #X obj 61 150 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X text 81 148 done; #X text 68 51 get next item in list of canvas-local paths; #X text 29 269 Sending bangs to [ce_path] makes it output the loaded paths one at a time.; #X obj 223 15 import cyclone zexy; #X connect 0 0 5 0; #X connect 4 0 5 0; #X connect 5 0 1 0; #X connect 5 0 2 0; #X connect 5 1 6 0;
28
control canvas_op
report canvas-local paths
create a purr-data patch that matches the following description and keywords.
Description: report canvas-local paths, Keywords: control canvas_op
reverse-help.pd
externals\mapping\reverse-help.pd
#N canvas 1 53 481 335 10; #X obj 5 2 cnv 15 450 20 empty empty reverse 2 11 1 18 -233017 -66577 0; #X msg 422 3 pddp; #X text 276 270 released under the GNU GPL; #X floatatom 153 120 5 0 0 0 - - -; #X floatatom 153 196 5 0 0 0 - - -; #X obj 156 101 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 4200 1; #X obj 156 213 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 8500 1; #X obj 153 156 reverse; #X text 27 43 Reverses the direction of a stream of numbers.; #X text 12 270 (C) Copyright 2004 Free Software Foundation; #N canvas 440 256 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 85 OUTLET_0 float; #X text 12 105 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 65 INLET_0 float; #X text 12 45 DESCRIPTION reverse the direction of a stream of numbers ; #X text 12 5 KEYWORDS control abstraction; #X restore 420 305 pd META; #X connect 3 0 7 0; #X connect 4 0 6 0; #X connect 5 0 3 0; #X connect 7 0 4 0;
#N canvas 1 53 481 335 10; #X msg 422 3 pddp; #X text 276 270 released under the GNU GPL; #X floatatom 153 120 5 0 0 0 - - -; #X floatatom 153 196 5 0 0 0 - - -; #X obj 156 101 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 4200 1; #X obj 156 213 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 8500 1; #X obj 153 156 reverse; #X text 27 43 Reverses the direction of a stream of numbers.; #X text 12 270 (C) Copyright 2004 Free Software Foundation; #X connect 3 0 7 0; #X connect 4 0 6 0; #X connect 5 0 3 0; #X connect 7 0 4 0;
24
control abstraction
reverse the direction of a stream of numbers
create a purr-data patch that matches the following description and keywords.
Description: reverse the direction of a stream of numbers, Keywords: control abstraction
version-help.pd
externals\hcs\version-help.pd
#N canvas 0 26 445 258 10; #X msg 49 57 bang; #X text 40 12 Get the version of the currently running Pd.; #X obj 49 119 version; #X floatatom 49 168 5 0 0 3 major - -; #X floatatom 102 168 5 0 0 3 minor - -; #X floatatom 155 168 5 0 0 3 bugfix - -; #X symbolatom 209 168 0 0 0 3 test - -; #X obj 49 144 unpack float float float symbol symbol symbol; #X symbolatom 262 173 0 0 0 3 date - -; #X symbolatom 316 171 0 0 0 3 time - -; #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 pd_op; #X text 12 45 DESCRIPTION get the version of the currently running Pd; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_0 list; #X restore 394 234 pd META; #X connect 0 0 2 0; #X connect 2 0 7 0; #X connect 7 0 3 0; #X connect 7 1 4 0; #X connect 7 2 5 0; #X connect 7 3 6 0; #X connect 7 4 8 0; #X connect 7 5 9 0;
#N canvas 0 26 445 258 10; #X msg 49 57 bang; #X text 40 12 Get the version of the currently running Pd.; #X obj 49 119 version; #X floatatom 49 168 5 0 0 3 major - -; #X floatatom 102 168 5 0 0 3 minor - -; #X floatatom 155 168 5 0 0 3 bugfix - -; #X symbolatom 209 168 0 0 0 3 test - -; #X obj 49 144 unpack float float float symbol symbol symbol; #X symbolatom 262 173 0 0 0 3 date - -; #X symbolatom 316 171 0 0 0 3 time - -; #X connect 0 0 2 0; #X connect 2 0 7 0; #X connect 7 0 3 0; #X connect 7 1 4 0; #X connect 7 2 5 0; #X connect 7 3 6 0; #X connect 7 4 8 0; #X connect 7 5 9 0;
28
control pd_op
get the version of the currently running Pd
create a purr-data patch that matches the following description and keywords.
Description: get the version of the currently running Pd, Keywords: control pd_op
multi-help.pd
externals\maxlib\multi-help.pd
#N canvas 0 26 423 305 12; #X floatatom 54 217 5 0 0 0 - - -; #X floatatom 54 127 5 0 0 0 - - -; #X floatatom 108 128 5 0 0 0 - - -; #X text 39 20 multi :: like '*' but calculates result; #X text 133 204 use creation arguments to set initial; #X text 133 220 values for inlets; #X msg 23 83 bang; #X text 69 82 calculate and output result now; #X obj 54 172 multi 8 6 2; #X floatatom 163 129 5 0 0 0 - - -; #X text 120 38 when leftmost or second inlet is changed; #N canvas 433 26 494 344 META 0; #X text 12 195 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 175 AUTHOR Olaf Matthes <[email protected]>; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION like [*] but calculates result when leftmost or second inlet is changed; #X text 12 85 INLET_0 bang float; #X text 12 105 INLET_1 float; #X text 12 125 INLET_N float; #X text 12 145 OUTLET_0 float; #X restore 356 272 pd META; #X connect 1 0 8 0; #X connect 2 0 8 1; #X connect 6 0 8 0; #X connect 8 0 0 0; #X connect 9 0 8 2;
#N canvas 0 26 423 305 12; #X floatatom 54 217 5 0 0 0 - - -; #X floatatom 54 127 5 0 0 0 - - -; #X floatatom 108 128 5 0 0 0 - - -; #X text 39 20 multi :: like '*' but calculates result; #X text 133 204 use creation arguments to set initial; #X text 133 220 values for inlets; #X msg 23 83 bang; #X text 69 82 calculate and output result now; #X obj 54 172 multi 8 6 2; #X floatatom 163 129 5 0 0 0 - - -; #X text 120 38 when leftmost or second inlet is changed; #X connect 1 0 8 0; #X connect 2 0 8 1; #X connect 6 0 8 0; #X connect 8 0 0 0; #X connect 9 0 8 2;
28
control
like [*] but calculates result when leftmost or second inlet is changed
create a purr-data patch that matches the following description and keywords.
Description: like [*] but calculates result when leftmost or second inlet is changed, Keywords: control
ce_path-help.pd
externals\hcs\ce_path-help.pd
#N canvas 0 26 423 338 10; #X declare -lib cyclone -lib zexy; #X msg 21 52 bang; #X symbolatom 32 170 0 0 0 0 - - -; #X obj 21 246 print; #X text 80 75 start at the top of the list again; #X msg 33 76 rewind; #X obj 21 129 ce_path; #X obj 61 150 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X text 81 148 done; #X text 68 51 get next item in list of canvas-local paths; #X text 29 269 Sending bangs to [ce_path] makes it output the loaded paths one at a time.; #N canvas 433 104 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 125 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control canvas_op; #X text 12 45 DESCRIPTION report canvas-local paths; #X text 12 65 INLET_0 bang rewind; #X text 12 85 OUTLET_0 symbol; #X text 12 105 OUTLET_1 bang; #X restore 372 316 pd META; #X obj 223 15 import cyclone zexy; #X connect 0 0 5 0; #X connect 4 0 5 0; #X connect 5 0 1 0; #X connect 5 0 2 0; #X connect 5 1 6 0;
#N canvas 0 26 423 338 10; #X declare -lib cyclone -lib zexy; #X msg 21 52 bang; #X symbolatom 32 170 0 0 0 0 - - -; #X obj 21 246 print; #X text 80 75 start at the top of the list again; #X msg 33 76 rewind; #X obj 21 129 ce_path; #X obj 61 150 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X text 81 148 done; #X text 68 51 get next item in list of canvas-local paths; #X text 29 269 Sending bangs to [ce_path] makes it output the loaded paths one at a time.; #X obj 223 15 import cyclone zexy; #X connect 0 0 5 0; #X connect 4 0 5 0; #X connect 5 0 1 0; #X connect 5 0 2 0; #X connect 5 1 6 0;
28
control canvas_op
report canvas-local paths
create a purr-data patch that matches the following description and keywords.
Description: report canvas-local paths, Keywords: control canvas_op
absolutepath-help.pd
externals\moonlib\absolutepath-help.pd
#N canvas 0 31 482 379 10; #X text 17 352 (c) Antoine Rousseau 2004; #X obj 33 108 absolutepath; #X symbolatom 33 131 0 0 0 0 - - -; #X obj 33 220 relativepath; #X symbolatom 33 245 0 0 0 0 - - -; #X text 14 6 absolutepath / relativepath : use filenames relatively to the patch's path.; #N canvas 380 146 494 344 META 0; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control patchfile_op; #X text 12 45 DESCRIPTION use filenames relatively to the patch's path ; #X text 12 65 INLET_0 symbol; #X text 12 85 OUTLET_0 symbol; #X text 12 105 AUTHOR Antoine Rousseau; #X text 12 125 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X restore 421 350 pd META; #X msg 33 51 symbol absolutepath-help.pd; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 3 0 4 0; #X connect 7 0 1 0;
#N canvas 0 31 482 379 10; #X text 17 352 (c) Antoine Rousseau 2004; #X obj 33 108 absolutepath; #X symbolatom 33 131 0 0 0 0 - - -; #X obj 33 220 relativepath; #X symbolatom 33 245 0 0 0 0 - - -; #X text 14 6 absolutepath / relativepath : use filenames relatively to the patch's path.; #X msg 33 51 symbol absolutepath-help.pd; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 3 0 4 0; #X connect 7 0 1 0;
21
control patchfile_op
use filenames relatively to the patch's path
create a purr-data patch that matches the following description and keywords.
Description: use filenames relatively to the patch's path, Keywords: control patchfile_op
07.line.pd
pd\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
listto-help.pd
externals\mapping\listto-help.pd
#N canvas 1 53 469 354 10; #X obj 60 211 listto; #X msg 60 92 1 2 3 4; #X obj 60 276 print list; #X obj 97 236 print end; #X text 45 49 separate a list into a stream of atoms; #X text 166 237 outputs a bang at the end of the list; #X msg 75 113 list uno dos tres quatro; #X msg 75 168 one two three four; #X text 191 168 must be a "list" \, so this doesn't work; #X obj 5 2 cnv 15 450 20 empty empty listto 2 11 1 18 -233017 -66577 0; #N canvas 464 140 494 344 META 0; #X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 135 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 45 DESCRIPTION return the amplitude covered by the last n (n>1) values; #X text 12 5 KEYWORDS control abstraction list_op; #X text 12 75 INLET_0 anything; #X text 12 95 INLET_1 float symbol pointer; #X text 12 115 OUTLET_0 bang; #X restore 410 324 pd META; #X connect 0 0 2 0; #X connect 0 1 3 0; #X connect 1 0 0 0; #X connect 6 0 0 0; #X connect 7 0 0 0;
#N canvas 1 53 469 354 10; #X obj 60 211 listto; #X msg 60 92 1 2 3 4; #X obj 60 276 print list; #X obj 97 236 print end; #X text 45 49 separate a list into a stream of atoms; #X text 166 237 outputs a bang at the end of the list; #X msg 75 113 list uno dos tres quatro; #X msg 75 168 one two three four; #X text 191 168 must be a "list" \, so this doesn't work; #X connect 0 0 2 0; #X connect 0 1 3 0; #X connect 1 0 0 0; #X connect 6 0 0 0; #X connect 7 0 0 0;
26
control abstraction list_op
return the amplitude covered by the last n (n>1) values
create a purr-data patch that matches the following description and keywords.
Description: return the amplitude covered by the last n (n>1) values, Keywords: control abstraction list_op
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 <[email protected]>; #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
5.loadbang.pd
packages\win64_inno\build\doc\manuals\pd-msg\1.msg_and_patch\5.loadbang.pd
#N canvas 95 75 845 545 10; #X msg 39 266 loadbang; #X obj 62 152 loadbang; #X msg 62 178 1; #X floatatom 62 204 0 0 0 0 - - -; #X obj 29 123 random 127; #X msg 29 98 bang; #X text 23 12 The loadbang message; #X text 81 98 <= click here first; #X text 118 264 <= then click here; #X obj 39 292 s pd-5.loadbang.pd; #X msg 375 442 loadbang; #X msg 450 442 clear; #N canvas 448 72 536 411 \$0-dynamic 0; #X restore 642 443 pd \$0-dynamic; #X obj 328 479 s pd-\$0-dynamic; #X text 23 37 Sending a message "loadbang" to a subpatch or abstraction receiver will fire all loadbangs in that (sub-)patch.; #X msg 328 302 clear \, obj 131 117 lb-abs \, msg 131 153 10 \, obj 113 178 + \, obj 113 65 loadbang \, msg 113 88 10 \, floatatom 113 209 5 0 0 0 - - - \, msg 245 154 10 \, obj 227 179 + \, msg 227 89 10 \, floatatom 227 210 5 0 0 0 - - - \, obj 227 66 lb-abs \, obj 245 118 loadbang \, connect 0 0 1 0 \, connect 1 0 2 1 \, connect 2 0 5 0 \, connect 3 0 4 0 \, connect 4 0 2 0 \, connect 6 0 7 1 \, connect 7 0 9 0 \, connect 8 0 7 0 \, connect 10 0 8 0 \, connect 11 0 6 0 ; #X text 325 87 A "loadbang" message is important \, if you create instances of abstractions dynamically \, that have loadbangs inside. These loadbangs DO NOT FIRE AUTOMATICALLY in dynamically created abstractions!; #X text 324 148 Loadbangs in abstractions normally fire before loadbangs in the surrounding patch and their loadbangs may propagate to the abstraction's outlet. But with dynamic patching \, outlets are not yet connected when the object has been created \, which would make such loadbangs useless.; #X text 327 222 So in the case of dynamic patching \, you're supposed to know when you're finished "instantiating" \, and then call "loadbang" by yourself by sending a "loadbang" message at the appropriate time. ; #N canvas 458 158 494 396 META 0; #X text 12 95 HELP_PATCH_AUTHORS Damien Henry. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 64 DESCRIPTION how to fire a loadbang inside a dynamically instantiating abstraction; #X text 12 42 LICENSE public domain; #X text 12 5 KEYWORDS control canvas_op nonlocal dynamic_patching tutorial ; #X restore 782 518 pd META; #X connect 0 0 9 0; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 4 0 3 0; #X connect 5 0 4 0; #X connect 10 0 13 0; #X connect 11 0 13 0; #X connect 15 0 13 0;
#N canvas 95 75 845 545 10; #X msg 39 266 loadbang; #X obj 62 152 loadbang; #X msg 62 178 1; #X floatatom 62 204 0 0 0 0 - - -; #X obj 29 123 random 127; #X msg 29 98 bang; #X text 23 12 The loadbang message; #X text 81 98 <= click here first; #X text 118 264 <= then click here; #X obj 39 292 s pd-5.loadbang.pd; #X msg 375 442 loadbang; #X msg 450 442 clear; #X obj 328 479 s pd-\$0-dynamic; #X text 23 37 Sending a message "loadbang" to a subpatch or abstraction receiver will fire all loadbangs in that (sub-)patch.; #X msg 328 302 clear \, obj 131 117 lb-abs \, msg 131 153 10 \, obj 113 178 + \, obj 113 65 loadbang \, msg 113 88 10 \, floatatom 113 209 5 0 0 0 - - - \, msg 245 154 10 \, obj 227 179 + \, msg 227 89 10 \, floatatom 227 210 5 0 0 0 - - - \, obj 227 66 lb-abs \, obj 245 118 loadbang \, connect 0 0 1 0 \, connect 1 0 2 1 \, connect 2 0 5 0 \, connect 3 0 4 0 \, connect 4 0 2 0 \, connect 6 0 7 1 \, connect 7 0 9 0 \, connect 8 0 7 0 \, connect 10 0 8 0 \, connect 11 0 6 0 ; #X text 325 87 A "loadbang" message is important \, if you create instances of abstractions dynamically \, that have loadbangs inside. These loadbangs DO NOT FIRE AUTOMATICALLY in dynamically created abstractions!; #X text 324 148 Loadbangs in abstractions normally fire before loadbangs in the surrounding patch and their loadbangs may propagate to the abstraction's outlet. But with dynamic patching \, outlets are not yet connected when the object has been created \, which would make such loadbangs useless.; #X text 327 222 So in the case of dynamic patching \, you're supposed to know when you're finished "instantiating" \, and then call "loadbang" by yourself by sending a "loadbang" message at the appropriate time. ; #X connect 0 0 9 0; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 4 0 3 0; #X connect 5 0 4 0; #X connect 10 0 13 0; #X connect 11 0 13 0; #X connect 15 0 13 0;
35
control canvas_op nonlocal dynamic_patching tutorial
how to fire a loadbang inside a dynamically instantiating abstraction
create a purr-data patch that matches the following description and keywords.
Description: how to fire a loadbang inside a dynamically instantiating abstraction, Keywords: control canvas_op nonlocal dynamic_patching tutorial
velocity-help.pd
externals\maxlib\velocity-help.pd
#N canvas 0 26 454 244 12; #X text 30 16 velocity :: get velocity of digits per second; #X obj 50 137 velocity; #X floatatom 50 72 5 0 0 0 - - -; #X floatatom 50 187 8 0 0 0 - - -; #X text 150 77 sending a float every second would; #X text 151 95 result in a velocity of 1 \, higher; #X text 151 114 rates produce higher velocities; #X msg 65 102 bang; #X text 151 148 originally written for Max by; #X text 151 164 Trond Lossius \, BEK; #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 <[email protected]>; #X text 12 5 KEYWORDS control random; #X text 12 85 OUTLET_0 float; #X text 12 45 DESCRIPTION get velocity of digits per second; #X text 12 65 INLET_0 bang float; #X restore 390 214 pd META; #X connect 1 0 3 0; #X connect 2 0 1 0; #X connect 7 0 1 0;
#N canvas 0 26 454 244 12; #X text 30 16 velocity :: get velocity of digits per second; #X obj 50 137 velocity; #X floatatom 50 72 5 0 0 0 - - -; #X floatatom 50 187 8 0 0 0 - - -; #X text 150 77 sending a float every second would; #X text 151 95 result in a velocity of 1 \, higher; #X text 151 114 rates produce higher velocities; #X msg 65 102 bang; #X text 151 148 originally written for Max by; #X text 151 164 Trond Lossius \, BEK; #X connect 1 0 3 0; #X connect 2 0 1 0; #X connect 7 0 1 0;
23
control random
get velocity of digits per second
create a purr-data patch that matches the following description and keywords.
Description: get velocity of digits per second, Keywords: control random
wavinfo-help.pd
externals\ext13\wavinfo-help.pd
#N canvas 0 31 450 373 12; #X obj 112 139 openpanel; #X obj 112 165 wavinfo; #X floatatom 45 228 20 0 0 3 samples - -; #X floatatom 195 228 5 0 0 3 channels - -; #X floatatom 262 229 5 0 0 3 sample_size - -; #X floatatom 347 229 5 0 0 3 bitrate - -; #X obj 112 109 bng 25 250 50 0 empty empty empty 17 7 0 10 -204786 -1 -1; #X text 24 52 open a .wav file to see get the information about it: ; #X text 22 36 [wavinfo] outputs information about a .wav file \,; #N canvas 460 159 494 344 META 0; #X text 12 185 RELEASE_DATE 2009-06-12; #X text 12 205 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 5 KEYWORDS signal nonlocal; #X text 12 165 AUTHOR [email protected]; #X text 12 25 LICENSE GPL v2; #X text 12 45 DESCRIPTION outputs information about a .wav file; #X text 12 65 INLET_0 symbol; #X text 12 85 OUTLET_0 float; #X text 12 105 OUTLET_1 float; #X text 12 125 OUTLET_2 float; #X text 12 145 OUTLET_3 float; #X restore 381 333 pd META; #X connect 0 0 1 0; #X connect 1 0 2 0; #X connect 1 1 3 0; #X connect 1 2 4 0; #X connect 1 3 5 0; #X connect 6 0 0 0;
#N canvas 0 31 450 373 12; #X obj 112 139 openpanel; #X obj 112 165 wavinfo; #X floatatom 45 228 20 0 0 3 samples - -; #X floatatom 195 228 5 0 0 3 channels - -; #X floatatom 262 229 5 0 0 3 sample_size - -; #X floatatom 347 229 5 0 0 3 bitrate - -; #X obj 112 109 bng 25 250 50 0 empty empty empty 17 7 0 10 -204786 -1 -1; #X text 24 52 open a .wav file to see get the information about it: ; #X text 22 36 [wavinfo] outputs information about a .wav file \,; #X connect 0 0 1 0; #X connect 1 0 2 0; #X connect 1 1 3 0; #X connect 1 2 4 0; #X connect 1 3 5 0; #X connect 6 0 0 0;
29
signal nonlocal
outputs information about a .wav file
create a purr-data patch that matches the following description and keywords.
Description: outputs information about a .wav file, Keywords: signal nonlocal
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 <[email protected]>; #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
bfilt2-help.pd
externals\cxc\bfilt2-help.pd
#N canvas 0 31 404 226 10; #X floatatom 85 119 0 0 0 0 - - -; #X obj 57 175 print; #X floatatom 45 120 0 0 0 0 - - -; #X obj 58 146 bfilt 5; #X text 43 16 bfilt (at the moment) is: modulo something + select 0 ; #X floatatom 167 120 0 0 0 0 - - -; #X obj 139 176 print; #X floatatom 127 121 0 0 0 0 - - -; #X obj 140 147 bfilt2 5; #X obj 145 87 metro 100; #X msg 145 68 1; #X text 42 29 bfilt2: real bangfilter: bangs on first inlet \, internal counter \, only outputs every arg2th bang ...; #X msg 169 67 0; #N canvas 176 129 494 344 META 0; #X text 12 155 HELP_PATCH_AUTHORS Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 45 DESCRIPTION bang on first inlet \, internal counter \, only outputs ever arg2th bang; #X text 12 5 KEYWORDS control filter bang_op; #X text 12 75 INLET_0 bang float; #X text 12 95 INLET_1 float; #X text 12 25 LICENSE GPL v2; #X text 12 115 OUTLET_0 bang; #X text 12 135 AUTHOR [email protected]; #X restore 355 203 pd META; #X connect 0 0 3 1; #X connect 2 0 3 0; #X connect 3 0 1 0; #X connect 5 0 8 1; #X connect 7 0 8 0; #X connect 8 0 6 0; #X connect 9 0 8 0; #X connect 10 0 9 0; #X connect 12 0 9 0;
#N canvas 0 31 404 226 10; #X floatatom 85 119 0 0 0 0 - - -; #X obj 57 175 print; #X floatatom 45 120 0 0 0 0 - - -; #X obj 58 146 bfilt 5; #X text 43 16 bfilt (at the moment) is: modulo something + select 0 ; #X floatatom 167 120 0 0 0 0 - - -; #X obj 139 176 print; #X floatatom 127 121 0 0 0 0 - - -; #X obj 140 147 bfilt2 5; #X obj 145 87 metro 100; #X msg 145 68 1; #X text 42 29 bfilt2: real bangfilter: bangs on first inlet \, internal counter \, only outputs every arg2th bang ...; #X msg 169 67 0; #X connect 0 0 3 1; #X connect 2 0 3 0; #X connect 3 0 1 0; #X connect 5 0 8 1; #X connect 7 0 8 0; #X connect 8 0 6 0; #X connect 9 0 8 0; #X connect 10 0 9 0; #X connect 12 0 9 0;
33
control filter bang_op
bang on first inlet \, internal counter \, only outputs ever arg2th bang
create a purr-data patch that matches the following description and keywords.
Description: bang on first inlet \, internal counter \, only outputs ever arg2th bang, Keywords: control filter bang_op
07.line.pd
pd\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
all_about_expr_multiline.pd
packages\win64_inno\build\doc\5.reference\all_about_expr_multiline.pd
#N canvas 434 59 448 282 10; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header expr_multiline 20 10 1 18 -261106 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X floatatom 23 196 5 0 0 0 - - -, f 5; #X floatatom 102 196 5 0 0 0 - - -, f 5; #X floatatom 23 93 5 0 0 0 - - -, f 5; #X floatatom 181 196 0 0 0 0 - - -; #X floatatom 260 196 5 0 0 0 - - -, f 5; #X obj 23 119 expr $f1 \; $f1 * 2 \; pow($f1 \, 2) \; if($f1%128 < 64 \, $f1%128 \, 128 - $f1%128); #X text 260 227 back down; #X text 259 213 count to 64 \, then; #X text 20 37 A semicolon can be used to enter multiple expressions in [expr] \, [expr~] \, and [fexpr~]. For each new statement \, an extra outlet is added to the object.; #X text 273 174 semicolon; #X text 272 165 doesn't require a; #X text 272 155 the last statement; #X obj 1 260 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 380 135 494 156 META 0; #X text 12 105 HELP_PATCH_AUTHORS Dave Sabine \, May 5 \, 2003 . Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 45 KEYWORDS conversion; #X text 12 85 LIBRARY PDDP; #X text 12 65 DESCRIPTION Like to enter multiple expressions inside expr? You can if you want \, and this patch tells you how...; #X text 12 25 NAME expr fexpr~ expr~ all_about_pd; #X restore 392 262 pd META; #N canvas 224 164 428 129 Related_objects 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261106 -33289 0; #X text 7 2 [expr] Multiline- Related Objects; #X restore 103 262 pd Related_objects; #X obj 6 262 pddp/pddplink all_about.pd -text All About Pd; #X connect 4 0 7 0; #X connect 7 0 2 0; #X connect 7 1 3 0; #X connect 7 2 5 0; #X connect 7 3 6 0;
#N canvas 434 59 448 282 10; #X floatatom 23 196 5 0 0 0 - - -, f 5; #X floatatom 102 196 5 0 0 0 - - -, f 5; #X floatatom 23 93 5 0 0 0 - - -, f 5; #X floatatom 181 196 0 0 0 0 - - -; #X floatatom 260 196 5 0 0 0 - - -, f 5; #X obj 23 119 expr $f1 \; $f1 * 2 \; pow($f1 \, 2) \; if($f1%128 < 64 \, $f1%128 \, 128 - $f1%128); #X text 260 227 back down; #X text 259 213 count to 64 \, then; #X text 20 37 A semicolon can be used to enter multiple expressions in [expr] \, [expr~] \, and [fexpr~]. For each new statement \, an extra outlet is added to the object.; #X text 273 174 semicolon; #X text 272 165 doesn't require a; #X text 272 155 the last statement; #X connect 4 0 7 0; #X connect 7 0 2 0; #X connect 7 1 3 0; #X connect 7 2 5 0; #X connect 7 3 6 0;
33
conversion
Like to enter multiple expressions inside expr? You can if you want \, and this patch tells you how...
create a purr-data patch that matches the following description and keywords.
Description: Like to enter multiple expressions inside expr? You can if you want \, and this patch tells you how..., Keywords: conversion
gid2group_name-help.pd
externals\hcs\gid2group_name-help.pd
#N canvas 0 26 461 324 10; #X msg 43 118 bang; #X obj 59 210 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 300 129 bang; #X obj 184 216 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 187 238 ^-- bang if not found; #X text 12 14 convert a UID to a username; #X symbolatom 84 212 0 0 0 0 - - -; #X msg 172 132 1; #X symbolatom 301 212 0 0 0 0 - - -; #X obj 89 63 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X floatatom 87 93 5 0 0 0 - - -; #X obj 85 160 gid2group_name; #X obj 417 193 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 301 171 gid2group_name 0; #N canvas 280 175 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 filesystem; #X text 12 45 DESCRIPTION convert a UID to a username; #X text 12 65 INLET_0 float bang; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 symbol; #X text 12 125 OUTLET_1 bang; #X restore 412 302 pd META; #X connect 0 0 11 0; #X connect 2 0 13 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 13 0 8 0; #X connect 13 1 12 0;
#N canvas 0 26 461 324 10; #X msg 43 118 bang; #X obj 59 210 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 300 129 bang; #X obj 184 216 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 187 238 ^-- bang if not found; #X text 12 14 convert a UID to a username; #X symbolatom 84 212 0 0 0 0 - - -; #X msg 172 132 1; #X symbolatom 301 212 0 0 0 0 - - -; #X obj 89 63 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X floatatom 87 93 5 0 0 0 - - -; #X obj 85 160 gid2group_name; #X obj 417 193 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 301 171 gid2group_name 0; #X connect 0 0 11 0; #X connect 2 0 13 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 13 0 8 0; #X connect 13 1 12 0;
36
control filesystem
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 filesystem
lmin-help.pd
externals\smlib\lmin-help.pd
#N canvas 1 53 444 200 10; #X text 350 139 j#|@2002; #X obj 372 117 SMLib-help; #X floatatom 53 72 5 0 0 0 - - -; #X obj 9 55 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1 ; #X text 53 52 x(i); #X floatatom 9 168 5 0 0 0 - - -; #X obj 9 98 float; #X text 5 21 argument: half-decay time (in number of activations); #X text 6 4 lmin: leaky minimum; #X obj 9 138 lmin 10; #X msg 112 92 clear; #X text 111 73 clear accumulator; #X msg 244 106 decay 5; #X text 243 90 set half-decay time; #N canvas 173 210 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control filter; #X text 12 85 OUTLET_0 float; #X text 12 105 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 45 DESCRIPTION leaky minimum; #X text 12 65 INLET_0 float clear decay; #X restore 382 161 pd META; #X connect 2 0 6 1; #X connect 3 0 6 0; #X connect 6 0 9 0; #X connect 9 0 5 0; #X connect 10 0 9 0; #X connect 12 0 9 0;
#N canvas 1 53 444 200 10; #X text 350 139 j#|@2002; #X obj 372 117 SMLib-help; #X floatatom 53 72 5 0 0 0 - - -; #X obj 9 55 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1 ; #X text 53 52 x(i); #X floatatom 9 168 5 0 0 0 - - -; #X obj 9 98 float; #X text 5 21 argument: half-decay time (in number of activations); #X text 6 4 lmin: leaky minimum; #X obj 9 138 lmin 10; #X msg 112 92 clear; #X text 111 73 clear accumulator; #X msg 244 106 decay 5; #X text 243 90 set half-decay time; #X connect 2 0 6 1; #X connect 3 0 6 0; #X connect 6 0 9 0; #X connect 9 0 5 0; #X connect 10 0 9 0; #X connect 12 0 9 0;
30
control filter
leaky minimum
create a purr-data patch that matches the following description and keywords.
Description: leaky minimum, Keywords: control filter
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
all_about_writing_help_patches.pd
packages\win64_inno\build\doc\5.reference\all_about_writing_help_patches.pd
#N canvas 431 62 448 238 10; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header writing_help_patches 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 376 146 494 131 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 guidelines for writing help patches; #X text 12 25 KEYWORDS needs_work all_about_pd; #X restore 392 218 pd META; #N canvas 218 145 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 Writing Help Patches- Related Objects; #X obj 20 37 pddp/helplink pddp/pddplink; #X obj 20 57 pddp/helplink pddp/helplink; #X text 109 37 - link to other patches \, web pages \, or text files ; #X text 109 57 - link to other objects' help patches; #X restore 103 218 pd Related_objects; #X obj 6 218 pddp/pddplink all_about.pd -text All About Pd; #X text 380 121 * pddplink and helplink; #X text 380 100 * pd META; #X text 383 145 This help file is unfinished.; #X text 19 36 Legitimate Authorities; #X text 19 36 ______________________; #X text 18 151 2) Include a short example patch. Justification: it's the whole reason to make help files be Pd patches!; #X text 18 56 1) For object help patches \, do not automatically turn on audio when the patch opens. Justification: there is no way to detect how the help patch audio will interact with whatever the user is already doing (such as opening several help patches simultaneously). Since unexpected audio signals can damage equipment (and ears) it is best to let the user turn on audio at his/her leisure.; #X text 18 181 You can use pddp/helplink and pddp/pddplink. See the "Related_objects" subpatch below for more info:;
#N canvas 431 62 448 238 10; #X text 380 121 * pddplink and helplink; #X text 380 100 * pd META; #X text 383 145 This help file is unfinished.; #X text 19 36 Legitimate Authorities; #X text 19 36 ______________________; #X text 18 151 2) Include a short example patch. Justification: it's the whole reason to make help files be Pd patches!; #X text 18 56 1) For object help patches \, do not automatically turn on audio when the patch opens. Justification: there is no way to detect how the help patch audio will interact with whatever the user is already doing (such as opening several help patches simultaneously). Since unexpected audio signals can damage equipment (and ears) it is best to let the user turn on audio at his/her leisure.; #X text 18 181 You can use pddp/helplink and pddp/pddplink. See the "Related_objects" subpatch below for more info:;
27
needs_work all_about_pd
guidelines for writing help patches
create a purr-data patch that matches the following description and keywords.
Description: guidelines for writing help patches, Keywords: needs_work all_about_pd
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
screensaver-help.pd
externals\hcs\grabbag\screensaver-help.pd
#N canvas 0 31 450 300 10; #X obj 127 148 screensaver; #X obj 130 96 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X text 43 31 set the screensaver timer (in seconds). 0 turns the screensaver off; #X floatatom 141 126 5 0 0 1 seconds - -; #N canvas 404 246 494 344 META 0; #X text 12 105 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 85 AUTHOR Hans-Christoph Steiner; #X text 12 65 INLET_0 float; #X text 12 5 KEYWORDS control filesystem; #X text 12 45 DESCRIPTION set the screensaver timer (in seconds); #X restore 392 266 pd META; #X connect 1 0 0 0; #X connect 1 0 3 0;
#N canvas 0 31 450 300 10; #X obj 127 148 screensaver; #X obj 130 96 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X text 43 31 set the screensaver timer (in seconds). 0 turns the screensaver off; #X floatatom 141 126 5 0 0 1 seconds - -; #X connect 1 0 0 0; #X connect 1 0 3 0;
15
control filesystem
set the screensaver timer (in seconds)
create a purr-data patch that matches the following description and keywords.
Description: set the screensaver timer (in seconds), Keywords: control filesystem
1.pd_basic.pd
packages\win64_inno\build\doc\manuals\pd-msg\2.msg_and_pd\1.pd_basic.pd
#N canvas 324 138 378 475 10; #X text 20 51 turn DSP calculation off & on; #X msg 98 94 \; pd dsp 0 \;; #X msg 172 94 \; pd dsp 1 \;; #X msg 24 301 \; pd quit \;; #X floatatom 26 73 1 0 1 0 - - -, f 1; #X obj 26 123 s pd; #X msg 26 97 dsp \$1; #X msg 25 218 \; pd audiostatus \;; #X text 22 194 same as "DIO errors"; #X text 21 356 There are many more that i don't know :-(; #X text 25 12 Here are some messages we can send to pd.; #X text 21 275 Quit pd (WARNING); #N canvas 437 191 494 396 META 0; #X text 12 95 HELP_PATCH_AUTHORS Damien Henry. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 65 DESCRIPTION sending messages to a pd instance; #X text 12 45 LICENSE public domain; #X text 12 25 KEYWORDS control pd_op nonlocal tutorial; #X restore 317 443 pd META; #X connect 4 0 6 0; #X connect 6 0 5 0;
#N canvas 324 138 378 475 10; #X text 20 51 turn DSP calculation off & on; #X msg 98 94 \; pd dsp 0 \;; #X msg 172 94 \; pd dsp 1 \;; #X msg 24 301 \; pd quit \;; #X floatatom 26 73 1 0 1 0 - - -, f 1; #X obj 26 123 s pd; #X msg 26 97 dsp \$1; #X msg 25 218 \; pd audiostatus \;; #X text 22 194 same as "DIO errors"; #X text 21 356 There are many more that i don't know :-(; #X text 25 12 Here are some messages we can send to pd.; #X text 21 275 Quit pd (WARNING); #X connect 4 0 6 0; #X connect 6 0 5 0;
21
control pd_op nonlocal tutorial
sending messages to a pd instance
create a purr-data patch that matches the following description and keywords.
Description: sending messages to a pd instance, Keywords: control pd_op nonlocal tutorial
vlmin-help.pd
externals\smlib\vlmin-help.pd
#N canvas 32 107 466 336 10; #N canvas 0 22 450 300 (subpatch) 0; #X array array_vlmin 10 float 0; #X coords 0 1 9 -1 200 140 1; #X restore 239 72 graph; #X msg 8 58 1 1 1 1 1 1 1 1 1 1; #X msg 8 80 1 0 1 0 1 0 1 0 1 0; #X msg 8 102 0 1 0 1 0 1 0 1 0 1; #X msg 8 124 0 0 0 0 0 0 0 0 0 0; #X msg 8 146 -1 -1 0 0 -1 -1 0 0 -1 -1; #X msg 8 168 0 0 0 0 0 1 1 1 1 1; #X text 376 255 j#|@2002; #X text 8 22 the argument is the half-decay expressed in number of activations; #X obj 397 234 SMLib-help; #X msg 27 201 decay 20; #X text 7 3 vlmin: vector leaky minimum; #X obj 8 224 vlmin 6; #N canvas 219 185 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 5 KEYWORDS control list_op; #X text 12 65 INLET_0 float list decay; #X text 12 85 OUTLET_0 list float; #X text 12 45 DESCRIPTION vector leaky minimum; #X restore 402 279 pd META; #X obj 8 271 list trim; #X obj 8 249 list prepend 0; #X obj 8 295 s array_vlmin; #X connect 1 0 12 0; #X connect 2 0 12 0; #X connect 3 0 12 0; #X connect 4 0 12 0; #X connect 5 0 12 0; #X connect 6 0 12 0; #X connect 10 0 12 0; #X connect 12 0 15 0; #X connect 14 0 16 0; #X connect 15 0 14 0;
#N canvas 32 107 466 336 10;
39
control list_op
vector leaky minimum
create a purr-data patch that matches the following description and keywords.
Description: vector leaky minimum, Keywords: control list_op
frequor~-help.pd
externals\creb\doc\frequor~-help.pd
#N canvas 0 26 405 288 10; #X text 28 4 frequor~: frequency domain phasor~ (for traversing spectra) ; #X text 102 25 output: (0 \, N/2-1) -> (0 \, 1); #X text 152 41 (N/2 \, N-1) -> (-1 \, 0); #N canvas 331 92 494 345 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 frequency domain phasor~ (for traversing spectra); #X text 12 75 INLET_0 float; #X text 12 5 KEYWORDS signal abstraction needs_work (example patch) ; #X text 12 25 LICENSE GPL v2; #X text 12 115 AUTHOR Tom Schouten <[email protected]>; #X restore 352 267 pd META; #X obj 128 131 frequor~;
#N canvas 0 26 405 288 10; #X text 28 4 frequor~: frequency domain phasor~ (for traversing spectra) ; #X text 102 25 output: (0 \, N/2-1) -> (0 \, 1); #X text 152 41 (N/2 \, N-1) -> (-1 \, 0); #X obj 128 131 frequor~;
14
signal abstraction needs_work (example patch)
frequency domain phasor~ (for traversing spectra)
create a purr-data patch that matches the following description and keywords.
Description: frequency domain phasor~ (for traversing spectra), Keywords: signal abstraction needs_work (example patch)
f2char-help.pd
externals\moonlib\f2char-help.pd
#N canvas 0 31 430 247 10; #X obj 0 0 cnv 8 100 60 empty empty char2f_f2char 10 20 1 18 -262144 -1109 0; #X text 7 221 (c) Moonix: Antoine Rousseau 2003; #X text 160 14 ascii utilities; #X obj 131 115 char2f; #X floatatom 131 136 5 0 0 0 - - -; #X msg 131 69 symbol A; #X obj 131 173 f2char; #X symbolatom 131 194 2 0 0 0 - - -; #X obj 131 49 loadbang; #X msg 216 70 symbol a; #N canvas 380 146 494 344 META 0; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Antoine Rousseau; #X text 12 125 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 5 KEYWORDS control conversion symbol_op; #X text 12 45 DESCRIPTION ascii utility; #X text 12 65 INLET_0 float; #X text 12 85 OUTLET_0 symbol; #X restore 373 217 pd META; #X connect 3 0 4 0; #X connect 4 0 6 0; #X connect 5 0 3 0; #X connect 6 0 7 0; #X connect 8 0 5 0; #X connect 9 0 3 0;
#N canvas 0 31 430 247 10; #X text 7 221 (c) Moonix: Antoine Rousseau 2003; #X text 160 14 ascii utilities; #X obj 131 115 char2f; #X floatatom 131 136 5 0 0 0 - - -; #X msg 131 69 symbol A; #X obj 131 173 f2char; #X symbolatom 131 194 2 0 0 0 - - -; #X obj 131 49 loadbang; #X msg 216 70 symbol a; #X connect 3 0 4 0; #X connect 4 0 6 0; #X connect 5 0 3 0; #X connect 6 0 7 0; #X connect 8 0 5 0; #X connect 9 0 3 0;
26
control conversion symbol_op
ascii utility
create a purr-data patch that matches the following description and keywords.
Description: ascii utility, Keywords: control conversion symbol_op
ticker-help.pd
externals\ggee\gui\ticker-help.pd
#N canvas 0 22 489 266 10; #X obj 76 108 ticker ; #X text 25 21 [ticker] is a OS-native checkbox; #X obj 44 70 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X msg 75 69 bang; #X floatatom 75 157 5 0 0 0 - - -; #X obj 44 158 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #N canvas 188 140 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE Tcl/Tk; #X text 12 105 AUTHOR Guenter Geiger; #X text 12 5 KEYWORDS control GUI; #X text 12 45 DESCRIPTION OS-native checkbox; #X text 12 65 INLET_0 bang float; #X text 12 85 OUTLET_0 float; #X restore 431 238 pd META; #X text 186 66 A single symbol argument sets the label; #X text 208 88 [ticker my_label] will create:; #X obj 249 119 ticker my_label; #X text 49 195 Note: moving the object is a little awkward-- try creating a bounding box around the object first \, then click and drag.; #X connect 0 0 4 0; #X connect 0 0 5 0; #X connect 2 0 0 0; #X connect 3 0 0 0;
#N canvas 0 22 489 266 10; #X obj 76 108 ticker ; #X text 25 21 [ticker] is a OS-native checkbox; #X obj 44 70 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X msg 75 69 bang; #X floatatom 75 157 5 0 0 0 - - -; #X obj 44 158 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X text 186 66 A single symbol argument sets the label; #X text 208 88 [ticker my_label] will create:; #X obj 249 119 ticker my_label; #X text 49 195 Note: moving the object is a little awkward-- try creating a bounding box around the object first \, then click and drag.; #X connect 0 0 4 0; #X connect 0 0 5 0; #X connect 2 0 0 0; #X connect 3 0 0 0;
24
control GUI
OS-native checkbox
create a purr-data patch that matches the following description and keywords.
Description: OS-native checkbox, Keywords: control GUI
repeat-help.pd
externals\zexy\reference\repeat-help.pd
#N canvas 0 31 578 332 10; #X msg 41 151 bang; #X msg 62 177 1 1 2 3 5 8 13 21 44 fibonacchi; #X obj 160 14 repeat; #X text 210 15 - repeat a message several times.; #X text 64 53 similar to [until] but doesn't output [bang( but whatever comes in; #X floatatom 99 237 5 0 0 0 - - -; #X text 76 152 repeat bangs; #X text 295 179 repeat a list; #X text 162 262 creation argument initializes the number of repeats ; #X msg 82 207 set 5; #X text 130 208 repeat anything; #X obj 41 262 repeat 3; #X text 143 236 reset the number of repetitions; #X obj 41 303 print repetitio; #X text 471 32 part of zexy; #N canvas 509 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 IOhannes m zmoelnig; #X text 12 65 INLET_0 anything; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 anything; #X text 12 5 KEYWORDS control anything_op; #X text 12 45 DESCRIPTION repeat a message several times.; #X restore 524 305 pd META; #X connect 0 0 11 0; #X connect 1 0 11 0; #X connect 5 0 11 1; #X connect 9 0 11 0; #X connect 11 0 13 0;
#N canvas 0 31 578 332 10; #X msg 41 151 bang; #X msg 62 177 1 1 2 3 5 8 13 21 44 fibonacchi; #X obj 160 14 repeat; #X text 210 15 - repeat a message several times.; #X text 64 53 similar to [until] but doesn't output [bang( but whatever comes in; #X floatatom 99 237 5 0 0 0 - - -; #X text 76 152 repeat bangs; #X text 295 179 repeat a list; #X text 162 262 creation argument initializes the number of repeats ; #X msg 82 207 set 5; #X text 130 208 repeat anything; #X obj 41 262 repeat 3; #X text 143 236 reset the number of repetitions; #X obj 41 303 print repetitio; #X text 471 32 part of zexy; #X connect 0 0 11 0; #X connect 1 0 11 0; #X connect 5 0 11 1; #X connect 9 0 11 0; #X connect 11 0 13 0;
31
control anything_op
repeat a message several times.
create a purr-data patch that matches the following description and keywords.
Description: repeat a message several times., Keywords: control anything_op
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
gogins_pan~-help.pd
externals\pan\gogins_pan~-help.pd
#N canvas 0 31 519 390 10; #X obj 5 2 cnv 15 450 20 empty empty gogins_pan~ 2 11 1 18 -233017 -66577 0; #X msg 422 3 pddp; #X obj 224 149 hsl 128 20 0 1 0 1 empty empty pan_position 6 10 1 11 -262131 -1 -1 1100 0; #X obj 113 131 osc~ 250; #X obj 113 152 *~ 0.5; #X obj 362 186 tgl 25 0 empty empty DSP 3 12 1 9 -24198 -1 -1 0 1; #X msg 362 218 \; pd dsp \$1; #X text 17 82 The left inlet takes the audio signal and the right inlet takes the control signal with 0 = left \, 1 = right \, and 0.5 = center. ; #X obj 122 231 dac~ 1 2; #X obj 114 187 gogins_pan~; #X text 15 36 Pan a mono signal using an algorithm posted by Michael Gogins to the Csound list. The aim is to have the pan feel like its wrapping around more.; #X text 27 350 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 364 released under the GNU GPL; #X text 40 277 [gogins_pan~] implements an algorithm conceived by Michael Gogins and described here:; #X obj 22 324 pddp/pddplink http://www.csounds.com/ezine/autumn1999/beginners/ ; #N canvas 504 253 494 344 META 0; #X text 12 175 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL; #X text 12 155 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS signal abstraction; #X text 12 95 INLET_1 float; #X text 12 75 INLET_0 signal; #X text 12 115 OUTLET_0 signal; #X text 12 135 OUTLET_1 signal; #X text 12 45 DESCRIPTION pan a mono signal using an algorithm posted by Michael Gogins to the Csound list; #X restore 463 358 pd META; #X connect 2 0 9 1; #X connect 3 0 4 0; #X connect 4 0 9 0; #X connect 5 0 6 0; #X connect 9 0 8 0; #X connect 9 1 8 1;
#N canvas 0 31 519 390 10; #X msg 422 3 pddp; #X obj 224 149 hsl 128 20 0 1 0 1 empty empty pan_position 6 10 1 11 -262131 -1 -1 1100 0; #X obj 113 131 osc~ 250; #X obj 113 152 *~ 0.5; #X obj 362 186 tgl 25 0 empty empty DSP 3 12 1 9 -24198 -1 -1 0 1; #X msg 362 218 \; pd dsp \$1; #X text 17 82 The left inlet takes the audio signal and the right inlet takes the control signal with 0 = left \, 1 = right \, and 0.5 = center. ; #X obj 122 231 dac~ 1 2; #X obj 114 187 gogins_pan~; #X text 15 36 Pan a mono signal using an algorithm posted by Michael Gogins to the Csound list. The aim is to have the pan feel like its wrapping around more.; #X text 27 350 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 364 released under the GNU GPL; #X text 40 277 [gogins_pan~] implements an algorithm conceived by Michael Gogins and described here:; #X connect 2 0 9 1; #X connect 3 0 4 0; #X connect 4 0 9 0; #X connect 5 0 6 0; #X connect 9 0 8 0; #X connect 9 1 8 1;
33
signal abstraction
pan a mono signal using an algorithm posted by Michael Gogins to the Csound list
create a purr-data patch that matches the following description and keywords.
Description: pan a mono signal using an algorithm posted by Michael Gogins to the Csound list, Keywords: signal abstraction
ln~-help.pd
externals\motex\ln~-help.pd
#N canvas 1 31 450 300 10; #X obj 145 100 ln~; #X obj 158 126 ln~ -1; #X text 23 4 ln~; #X text 22 23 same as log~ however '-1' argument creates inverse; #X obj 129 53 sig~ 22; #X msg 47 94 bang; #X obj 59 128 print~ log; #X obj 43 165 print~ alog; #N canvas 649 250 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 95 OUTLET_0 signal; #X text 12 25 LICENSE GPL; #X text 12 5 KEYWORDS signal; #X text 12 45 DESCRIPTION same as log~ however '-1' argument creates inverse; #X text 12 75 INLET_0 signal; #X text 12 115 AUTHOR Iain Mott ([email protected]); #X restore 394 272 pd META; #X connect 0 0 1 0; #X connect 0 0 6 0; #X connect 1 0 7 0; #X connect 4 0 0 0; #X connect 5 0 6 0; #X connect 5 0 7 0;
#N canvas 1 31 450 300 10; #X obj 145 100 ln~; #X obj 158 126 ln~ -1; #X text 23 4 ln~; #X text 22 23 same as log~ however '-1' argument creates inverse; #X obj 129 53 sig~ 22; #X msg 47 94 bang; #X obj 59 128 print~ log; #X obj 43 165 print~ alog; #X connect 0 0 1 0; #X connect 0 0 6 0; #X connect 1 0 7 0; #X connect 4 0 0 0; #X connect 5 0 6 0; #X connect 5 0 7 0;
24
signal
same as log~ however '-1' argument creates inverse
create a purr-data patch that matches the following description and keywords.
Description: same as log~ however '-1' argument creates inverse, Keywords: signal
printwchars-help.pd
externals\moocow\pdstring\src\printwchars-help.pd
#N canvas 0 26 450 333 10; #X text 141 266 Bryan Jurish <[email protected]>; #X text 17 231 SEE ALSO:; #X obj 86 230 pdstring; #X obj 150 230 locale; #X text 153 45 "ABC"; #X text 193 173 First argument is prefixed to output; #X msg 44 44 list 65 66 67; #X msg 54 64 foo 49 50 51; #X text 153 65 "123" \, selector "foo" is printed extra; #X msg 67 87 228 246 252; #X text 159 115 "&pi &delta" in UTF-8; #X text 35 7 printwchars - print wide character strings to pd console ; #X text 157 89 "&auml &ouml &uuml"; #X msg 71 115 960 948; #N canvas 260 141 494 344 META 0; #X text 12 105 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 65 INLET_0 anything; #X text 12 85 AUTHOR Bryan Jurish <[email protected]>; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION print wide character strings to pd console ; #X restore 391 305 pd META; #X obj 44 172 printwchars mywchars; #X connect 6 0 15 0; #X connect 7 0 15 0; #X connect 9 0 15 0; #X connect 13 0 15 0;
#N canvas 0 26 450 333 10; #X text 141 266 Bryan Jurish <[email protected]>; #X text 17 231 SEE ALSO:; #X obj 86 230 pdstring; #X obj 150 230 locale; #X text 153 45 "ABC"; #X text 193 173 First argument is prefixed to output; #X msg 44 44 list 65 66 67; #X msg 54 64 foo 49 50 51; #X text 153 65 "123" \, selector "foo" is printed extra; #X msg 67 87 228 246 252; #X text 159 115 "&pi &delta" in UTF-8; #X text 35 7 printwchars - print wide character strings to pd console ; #X text 157 89 "&auml &ouml &uuml"; #X msg 71 115 960 948; #X obj 44 172 printwchars mywchars; #X connect 6 0 15 0; #X connect 7 0 15 0; #X connect 9 0 15 0; #X connect 13 0 15 0;
28
control
print wide character strings to pd console
create a purr-data patch that matches the following description and keywords.
Description: print wide character strings to pd console, Keywords: control
vol~-help.pd
externals\creb\doc\vol~-help.pd
#N canvas 0 26 450 300 10; #N canvas 379 254 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 105 OUTLET_0 signal; #X text 12 45 DESCRIPTION volume for a mono signal; #X text 12 5 KEYWORDS signal filter; #X text 12 65 INLET_0 signal; #X text 12 85 INLET_1 float; #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR Tom Schouten <[email protected]>; #X restore 392 273 pd META; #X obj 172 144 vol~; #X obj 171 83 osc~ 880; #X floatatom 193 118 5 0 100 0 - - -; #X obj 172 212 dac~; #X connect 1 0 4 0; #X connect 1 0 4 1; #X connect 2 0 1 0; #X connect 3 0 1 1;
#N canvas 0 26 450 300 10; #X obj 172 144 vol~; #X obj 171 83 osc~ 880; #X floatatom 193 118 5 0 100 0 - - -; #X obj 172 212 dac~; #X connect 1 0 4 0; #X connect 1 0 4 1; #X connect 2 0 1 0; #X connect 3 0 1 1;
19
signal filter
volume for a mono signal
create a purr-data patch that matches the following description and keywords.
Description: volume for a mono signal, Keywords: signal filter
deg2hid-help.pd
externals\hid\deg2hid-help.pd
#N canvas 0 31 483 323 10; #X obj 5 2 cnv 15 450 20 empty empty deg2hid 2 11 1 18 -233017 -66577 0; #X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X text 254 269 released under the GNU GPL; #X text 185 228 For more info:; #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <[email protected]> ; #X text 290 159 related objects:; #X obj 323 184 hid/rad2hid; #X floatatom 56 203 7 0 0 1 - - -; #X obj 59 103 hsl 300 15 -720 720 0 0 empty empty degrees 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 82 133 5 0 0 0 - - -; #X text 26 34 This object converts numbers from the [hid] range (0 to 1) to radians (-pi to pi) with the 0's lining up in the same place. ; #X obj 244 184 hid/hid2rad; #X obj 402 184 hid/hid2deg; #X obj 56 168 hid/deg2hid; #N canvas 504 253 494 344 META 0; #X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL; #X text 12 95 INLET_0 float; #X text 12 115 OUTLET_0 float; #X text 12 135 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION convert numbers from the [hid] range (0 to 1) to radians (-pi to pi) with the 0's lining up in the same place. ; #X text 12 5 KEYWORDS control conversion abstraction; #X restore 427 293 pd META; #X connect 8 0 13 0; #X connect 9 0 13 0; #X connect 13 0 7 0;
#N canvas 0 31 483 323 10; #X text 254 269 released under the GNU GPL; #X text 185 228 For more info:; #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <[email protected]> ; #X text 290 159 related objects:; #X obj 323 184 hid/rad2hid; #X floatatom 56 203 7 0 0 1 - - -; #X obj 59 103 hsl 300 15 -720 720 0 0 empty empty degrees 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 82 133 5 0 0 0 - - -; #X text 26 34 This object converts numbers from the [hid] range (0 to 1) to radians (-pi to pi) with the 0's lining up in the same place. ; #X obj 244 184 hid/hid2rad; #X obj 402 184 hid/hid2deg; #X obj 56 168 hid/deg2hid; #X connect 8 0 13 0; #X connect 9 0 13 0; #X connect 13 0 7 0;
27
control conversion abstraction
convert numbers from the [hid] range (0 to 1) to radians (-pi to pi) with the 0's lining up in the same place.
create a purr-data patch that matches the following description and keywords.
Description: convert numbers from the [hid] range (0 to 1) to radians (-pi to pi) with the 0's lining up in the same place., Keywords: control conversion abstraction
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 - [email protected]; #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 <[email protected]>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 12 5 DESCRIPTION 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 - [email protected]; #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
ccmap~-help.pd
externals\creb\doc\ccmap~-help.pd
#N canvas 0 26 450 300 10; #X text 23 10 conformal self map of the unit disk (z-a)/(1-conj(a)z) ; #N canvas 331 92 494 392 META 0; #X text 12 205 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 145 OUTLET_0 signal; #X text 12 45 DESCRIPTION conformal self map of the unit disk; #X text 12 65 INLET_0 signal; #X text 12 85 INLET_1 signal; #X text 12 105 INLET_2 signal; #X text 12 125 INLET_3 signal; #X text 12 165 OUTLET_1 signal; #X text 12 5 KEYWORDS signal abstraction needs_work (example patch) ; #X text 12 185 AUTHOR Tom Schouten <[email protected]>; #X text 12 25 LICENSE GPL v2; #X restore 398 277 pd META; #X obj 24 90 ccmap~;
#N canvas 0 26 450 300 10; #X text 23 10 conformal self map of the unit disk (z-a)/(1-conj(a)z) ; #X obj 24 90 ccmap~;
16
signal abstraction needs_work (example patch)
conformal self map of the unit disk
create a purr-data patch that matches the following description and keywords.
Description: conformal self map of the unit disk, Keywords: signal abstraction needs_work (example patch)
A01.sinewave.pd
pd\doc\3.audio.examples\A01.sinewave.pd
#N canvas 434 81 448 475 10; #X obj 95 99 osc~ 440; #X obj 95 158 dac~; #X text 162 99 <-- 440 Hz. sine wave at full blast; #X obj 95 128 *~ 0.05; #X text 19 181 Audio computation can be turned on and off by sending messages to the global "pd" object as follows:; #X msg 85 217 \; pd dsp 1; #X msg 189 217 \; pd dsp 0; #X text 100 254 ON; #X text 209 254 OFF; #X text 16 275 You should see the Pd window change to reflect whether audio is on or off. You can also turn audio on and off using the "audio" menu \, but the buttons are provided as a shortcut.; #X text 17 336 When DSP is on \, you should hear a tone whose pitch is A 440 and whose amplitude is 0.05. If instead you are greeted with silence \, you might want to read the HTML documentation on setting up audio.; #X text 16 393 In general when you start a work session with Pd \, you will want to choose "test audio and MIDI" from the help window \, which opens a more comprehensive test patch than this one.; #X text 263 224 <-- click these; #X text 162 128 <-- reduce amplitude to 0.05; #X text 19 37 Audio computation in Pd is done using "tilde objects" such as the three below. They use continuous audio streams to intercommunicate \, as well as communicating with other ("control") Pd objects using messages.; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header making_a_sinewave 20 10 1 18 -261139 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X text 162 158 <-- send to the audio output device; #X obj 1 453 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 44 246 494 284 META 0; #X text 12 105 WEBSITE http://crca.ucsd.edu/~msp/; #X text 12 85 AUTHOR Miller Puckette; #X text 12 65 LIBRARY PDDP; #X text 12 25 LICENSE SIBSD; #X text 12 125 HELP_PATCH_AUTHORS Updated for release 0.36. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 45 DESCRIPTION making a sinewave; #X text 12 5 KEYWORDS signal tutorial; #X restore 392 455 pd META; #N canvas 13 202 428 190 References 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261139 -33289 0; #X text 7 2 making a sinewave- Related Help Documents; #X text 19 37 Refer to the manual \, as well as Miller's book.; #X restore 103 455 pd References; #X obj 6 455 pddp/pddplink ../5.reference/pddp/help.pd -text help; #X connect 0 0 3 0; #X connect 3 0 1 0;
#N canvas 434 81 448 475 10; #X obj 95 99 osc~ 440; #X obj 95 158 dac~; #X text 162 99 <-- 440 Hz. sine wave at full blast; #X obj 95 128 *~ 0.05; #X text 19 181 Audio computation can be turned on and off by sending messages to the global "pd" object as follows:; #X msg 85 217 \; pd dsp 1; #X msg 189 217 \; pd dsp 0; #X text 100 254 ON; #X text 209 254 OFF; #X text 16 275 You should see the Pd window change to reflect whether audio is on or off. You can also turn audio on and off using the "audio" menu \, but the buttons are provided as a shortcut.; #X text 17 336 When DSP is on \, you should hear a tone whose pitch is A 440 and whose amplitude is 0.05. If instead you are greeted with silence \, you might want to read the HTML documentation on setting up audio.; #X text 16 393 In general when you start a work session with Pd \, you will want to choose "test audio and MIDI" from the help window \, which opens a more comprehensive test patch than this one.; #X text 263 224 <-- click these; #X text 162 128 <-- reduce amplitude to 0.05; #X text 19 37 Audio computation in Pd is done using "tilde objects" such as the three below. They use continuous audio streams to intercommunicate \, as well as communicating with other ("control") Pd objects using messages.; #X text 162 158 <-- send to the audio output device; #X connect 0 0 3 0; #X connect 3 0 1 0;
37
signal tutorial
making a sinewave
create a purr-data patch that matches the following description and keywords.
Description: making a sinewave, Keywords: signal tutorial
cep~-help.pd
externals\creb\doc\cep~-help.pd
#N canvas 0 26 521 228 10; #X text 229 45 forward cepstrum; #X text 229 64 using normalized fft/ifft objects; #N canvas 21 119 494 354 META 0; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 65 INLET_0 signal; #X text 12 85 INLET_1 signal; #X text 12 105 OUTLET_0 signal; #X text 12 125 OUTLET_1 signal; #X text 12 145 AUTHOR Tom Schouten <[email protected]>; #X text 12 25 LICENSE GPL v2; #X text 12 45 DESCRIPTION complex cepstrum; #X text 12 5 KEYWORDS signal abstraction needs_work; #X restore 448 207 pd META; #X obj 72 111 cep~;
#N canvas 0 26 521 228 10; #X text 229 45 forward cepstrum; #X text 229 64 using normalized fft/ifft objects; #X obj 72 111 cep~;
15
signal abstraction needs_work
complex cepstrum
create a purr-data patch that matches the following description and keywords.
Description: complex cepstrum, Keywords: signal abstraction needs_work
gfsm-help.pd
externals\moocow\gfsm\src\gfsm-help.pd
#N canvas 0 0 436 349 10; #X text 138 257 Bryan Jurish <[email protected]>; #X text 21 43 EXTERNALS:; #X obj 41 72 gfsm_alphabet; #X obj 41 98 gfsm_automaton; #X text 159 71 integer <-> atom mapping; #X obj 41 124 gfsm_state; #X text 161 125 automaton position; #X text 160 98 weighted finite state machine; #X text 21 194 SEE ALSO:; #X text 38 211 gfsmutils(1); #X text 100 7 : finite state machine external library; #X obj 40 150 gfsm_markov; #X text 161 151 trainable Markov chain; #X text 38 227 http://www.ling.uni-potsdam.de/~moocow/projects/gfsm ; #X obj 66 7 gfsm; #N canvas 446 120 494 344 META 0; #X text 12 105 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 85 AUTHOR Bryan Jurish <[email protected]>; #X text 12 45 DESCRIPTION finite state machine external library; #X text 12 5 KEYWORDS control; #X text 12 65 INLET_0; #X restore 375 308 pd META;
#N canvas 0 0 436 349 10; #X text 138 257 Bryan Jurish <[email protected]>; #X text 21 43 EXTERNALS:; #X obj 41 72 gfsm_alphabet; #X obj 41 98 gfsm_automaton; #X text 159 71 integer <-> atom mapping; #X obj 41 124 gfsm_state; #X text 161 125 automaton position; #X text 160 98 weighted finite state machine; #X text 21 194 SEE ALSO:; #X text 38 211 gfsmutils(1); #X text 100 7 : finite state machine external library; #X obj 40 150 gfsm_markov; #X text 161 151 trainable Markov chain; #X text 38 227 http://www.ling.uni-potsdam.de/~moocow/projects/gfsm ; #X obj 66 7 gfsm;
24
control
finite state machine external library
create a purr-data patch that matches the following description and keywords.
Description: finite state machine external library, Keywords: control
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 [email protected]; #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
lavg-help.pd
externals\smlib\lavg-help.pd
#N canvas 1 53 441 199 10; #X text 351 141 j#|@2002; #X obj 373 119 SMLib-help; #X floatatom 53 75 5 0 0 0 - - -; #X obj 9 58 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1 ; #X text 53 55 x(i); #X text 6 7 lavg: leaky average; #X obj 9 141 lavg 10; #X floatatom 9 171 5 0 0 0 - - -; #X obj 9 101 float; #X text 5 24 argument: half-decay time (in number of activations); #X msg 118 101 clear; #X text 116 79 clear accumulator; #X msg 244 106 decay 5; #X text 243 90 set half-decay time; #N canvas 290 208 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION leaky average; #X text 12 65 INLET_0 float clear decay; #X text 12 85 OUTLET_0 float; #X restore 385 161 pd META; #X connect 2 0 8 1; #X connect 3 0 8 0; #X connect 6 0 7 0; #X connect 8 0 6 0; #X connect 10 0 6 0; #X connect 12 0 6 0;
#N canvas 1 53 441 199 10; #X text 351 141 j#|@2002; #X obj 373 119 SMLib-help; #X floatatom 53 75 5 0 0 0 - - -; #X obj 9 58 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1 ; #X text 53 55 x(i); #X text 6 7 lavg: leaky average; #X obj 9 141 lavg 10; #X floatatom 9 171 5 0 0 0 - - -; #X obj 9 101 float; #X text 5 24 argument: half-decay time (in number of activations); #X msg 118 101 clear; #X text 116 79 clear accumulator; #X msg 244 106 decay 5; #X text 243 90 set half-decay time; #X connect 2 0 8 1; #X connect 3 0 8 0; #X connect 6 0 7 0; #X connect 8 0 6 0; #X connect 10 0 6 0; #X connect 12 0 6 0;
30
control
leaky average
create a purr-data patch that matches the following description and keywords.
Description: leaky average, Keywords: control