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
2.create_new_abstract.pd
pd\doc\manuals\pd-msg\5.examples\2.create_new_abstract.pd
#N canvas 260 113 505 524 10; #X msg 77 224 msg 10 10 bang; #X msg 77 272 obj 10 40 metro 500; #X msg 77 248 floatatom 100 10 7 50 5000; #X msg 77 344 obj 10 70 random 127; #X msg 77 392 floatatom 10 100 5; #X msg 78 440 text 10 130 That's it !; #X obj 30 475 s pd-new; #X msg 77 296 connect 0 0 2 0; #X msg 77 319 connect 1 0 2 1; #X msg 77 368 connect 2 0 3 0; #X msg 77 416 connect 3 0 4 0; #X msg 40 79 \; pd filename new ./ \; #N canvas \; #X pop 1 \;; #X text 53 59 click here first; #X text 28 176 And then we fill it with the way describe in 1.add_objects.pd ; #X text 26 15 This describe how to create a new abstraction :; #X msg 290 457 menuclose; #X text 294 483 this will kill it !; #N canvas 458 158 494 396 META 0; #X text 12 85 HELP_PATCH_AUTHORS Damien Henry. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 55 DESCRIPTION creating a pd patch dynamically; #X text 12 25 KEYWORDS control canvas_op nonlocal dynamic_patching tutorial; #X restore 448 496 pd META; #X connect 0 0 6 0; #X connect 1 0 6 0; #X connect 2 0 6 0; #X connect 3 0 6 0; #X connect 4 0 6 0; #X connect 5 0 6 0; #X connect 7 0 6 0; #X connect 8 0 6 0; #X connect 9 0 6 0; #X connect 10 0 6 0; #X connect 15 0 6 0;
#N canvas 260 113 505 524 10; #X msg 77 224 msg 10 10 bang; #X msg 77 272 obj 10 40 metro 500; #X msg 77 248 floatatom 100 10 7 50 5000; #X msg 77 344 obj 10 70 random 127; #X msg 77 392 floatatom 10 100 5; #X msg 78 440 text 10 130 That's it !; #X obj 30 475 s pd-new; #X msg 77 296 connect 0 0 2 0; #X msg 77 319 connect 1 0 2 1; #X msg 77 368 connect 2 0 3 0; #X msg 77 416 connect 3 0 4 0; #X msg 40 79 \; pd filename new ./ \; #N canvas \; #X pop 1 \;; #X text 53 59 click here first; #X text 28 176 And then we fill it with the way describe in 1.add_objects.pd ; #X text 26 15 This describe how to create a new abstraction :; #X msg 290 457 menuclose; #X text 294 483 this will kill it !; #X connect 0 0 6 0; #X connect 1 0 6 0; #X connect 2 0 6 0; #X connect 3 0 6 0; #X connect 4 0 6 0; #X connect 5 0 6 0; #X connect 7 0 6 0; #X connect 8 0 6 0; #X connect 9 0 6 0; #X connect 10 0 6 0; #X connect 15 0 6 0;
34
control canvas_op nonlocal dynamic_patching tutorial
creating a pd patch dynamically
create a purr-data patch that matches the following description and keywords.
Description: creating a pd patch dynamically, Keywords: control canvas_op nonlocal dynamic_patching tutorial
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
scale7-help.pd
externals\creb\doc\scale7-help.pd
#N canvas 0 26 450 373 10; #N canvas 331 92 494 323 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 65 INLET_0 float; #X text 12 85 INLET_1 list; #X text 12 105 OUTLET_0 float; #X text 12 5 KEYWORDS control abstraction needs_work (example patch) ; #X text 12 45 DESCRIPTION arbitrary 7 tone scale; #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR Tom Schouten <[email protected]>; #X restore 398 347 pd META; #X obj 151 152 scale7;
#N canvas 0 26 450 373 10; #X obj 151 152 scale7;
12
control abstraction needs_work (example patch)
arbitrary 7 tone scale
create a purr-data patch that matches the following description and keywords.
Description: arbitrary 7 tone scale, Keywords: control abstraction needs_work (example patch)
rgb-color-help.pd
abstractions\jmmmp\rgb-color-help.pd
#N canvas 186 367 435 338 10; #X text 12 307 Released under the BSD License; #X text 257 90 Inlets; #X text 257 150 Outlets; #X text 257 110 - Bang; #X obj 16 92 rgb-color; #X text 12 10 [rgb-color] - Pick RGB colors for your GUI objects; #X text 257 170 - "color \$1 \$2 \$3" command; #X text 257 190 - number with current color; #X text 11 287 (C) 2010 Jo�o Pais - [email protected]; #X obj 19 263 hsl 128 15 0 127 0 0 empty \$0-slider Label -2 -8 0 10 -77055 -243095 -3657 3000 1; #X obj 16 173 s \$0-slider; #X floatatom 173 173 10 0 0 0 - - -; #X text 12 30 Define the colors of your GUI object just like using the properties window. The settings of the three fields are saved in memory while using the object.; #X text 14 230 Send your color settings here:; #X text 128 205 in Pd encoding; #X text 128 192 Current color code; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <[email protected]>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 12 6 DESCRIPTION Pick RGB colors for your GUI objects; #X text 12 36 KEYWORDS color RGB GUI; #X text 12 135 VERSION 2010; #X text 14 165 INLET_0 - Bang; #X text 14 185 OUTLET_0 - "color \$1 \$2 \$3" command; #X text 14 205 OUTLET_1 - number with current color; #X restore 372 306 pd META; #X connect 4 0 10 0; #X connect 4 1 11 0;
#N canvas 186 367 435 338 10; #X text 12 307 Released under the BSD License; #X text 257 90 Inlets; #X text 257 150 Outlets; #X text 257 110 - Bang; #X obj 16 92 rgb-color; #X text 12 10 [rgb-color] - Pick RGB colors for your GUI objects; #X text 257 170 - "color \$1 \$2 \$3" command; #X text 257 190 - number with current color; #X text 11 287 (C) 2010 Jo�o Pais - [email protected]; #X obj 19 263 hsl 128 15 0 127 0 0 empty \$0-slider Label -2 -8 0 10 -77055 -243095 -3657 3000 1; #X obj 16 173 s \$0-slider; #X floatatom 173 173 10 0 0 0 - - -; #X text 12 30 Define the colors of your GUI object just like using the properties window. The settings of the three fields are saved in memory while using the object.; #X text 14 230 Send your color settings here:; #X text 128 205 in Pd encoding; #X text 128 192 Current color code; #X connect 4 0 10 0; #X connect 4 1 11 0;
31
color RGB GUI
Pick RGB colors for your GUI objects
create a purr-data patch that matches the following description and keywords.
Description: Pick RGB colors for your GUI objects, Keywords: color RGB GUI
sample_record~-help.pd
externals\tof\tof\sample_record~-help.pd
#N canvas 1 53 766 482 10; #X text 227 253 Argument 1 \, symbol: the name of the sample to record to; #X text 44 4 Description: Records into samples; #X text 41 21 Tags: Sound Sample Record; #X obj 65 198 adc~; #X obj 206 176 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 239 44 A 10 second mono sample (at a samplerate of 44100); #X obj 75 331 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 74 416 dac~; #X obj 104 332 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X msg 225 215 sample recording; #X text 57 126 Inlet 1 \, signal: left or mono channel audio data; #X text 56 141 Inlet 2 \, signal: right channel audio data; #X text 332 213 Inlet 3 \, sample symbol: set the sample; #X text 231 171 Inlet 3 \, float: turn recording on/off. The maximum recording length is limited by the size of the sample; #X text 130 329 Play or loop the recording; #X obj 242 66 tof/sample recording 441000 1; #X obj 65 253 sample_record~ recording; #X obj 75 373 tof/sample_play~ recording; #N canvas 371 286 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 45 LICENSE GPL v2; #X text 12 125 AUTHOR Thomas Ouellet Fredericks; #X text 12 25 DESCRIPTION record into samples; #X text 12 5 KEYWORDS control abstraction array soundfile; #X text 12 65 INLET_0 signal; #X text 12 85 INLET_1 signal; #X text 12 105 INLET_2 float sample; #X restore 705 427 pd META; #X connect 3 0 16 0; #X connect 4 0 16 2; #X connect 6 0 17 0; #X connect 8 0 17 0; #X connect 9 0 16 2; #X connect 17 0 7 0; #X connect 17 1 7 1;
#N canvas 1 53 766 482 10; #X text 227 253 Argument 1 \, symbol: the name of the sample to record to; #X text 44 4 Description: Records into samples; #X text 41 21 Tags: Sound Sample Record; #X obj 65 198 adc~; #X obj 206 176 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 239 44 A 10 second mono sample (at a samplerate of 44100); #X obj 75 331 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 74 416 dac~; #X obj 104 332 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X msg 225 215 sample recording; #X text 57 126 Inlet 1 \, signal: left or mono channel audio data; #X text 56 141 Inlet 2 \, signal: right channel audio data; #X text 332 213 Inlet 3 \, sample symbol: set the sample; #X text 231 171 Inlet 3 \, float: turn recording on/off. The maximum recording length is limited by the size of the sample; #X text 130 329 Play or loop the recording; #X obj 242 66 tof/sample recording 441000 1; #X obj 65 253 sample_record~ recording; #X obj 75 373 tof/sample_play~ recording; #X connect 3 0 16 0; #X connect 4 0 16 2; #X connect 6 0 17 0; #X connect 8 0 17 0; #X connect 9 0 16 2; #X connect 17 0 7 0; #X connect 17 1 7 1;
36
control abstraction array soundfile
record into samples
create a purr-data patch that matches the following description and keywords.
Description: record into samples, Keywords: control abstraction array soundfile
poisson-help.pd
externals\maxlib\poisson-help.pd
#N canvas 0 26 467 278 12; #X obj 70 95 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X floatatom 70 192 5 0 0 0 - - -; #X floatatom 193 112 5 0 0 0 - - -; #X text 39 21 poisson :: Poisson distributed random numbers; #X obj 70 145 poisson 2.2; #X text 246 113 lambda - value that is most; #X text 317 132 likely to appear; #N canvas 295 203 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR Olaf Matthes <[email protected]>; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 float; #X text 12 45 DESCRIPTION Poisson distributed random numbers; #X text 12 65 INLET_0 bang; #X text 12 5 KEYWORDS control random; #X restore 404 248 pd META; #X connect 0 0 4 0; #X connect 2 0 4 1; #X connect 4 0 1 0;
#N canvas 0 26 467 278 12; #X obj 70 95 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X floatatom 70 192 5 0 0 0 - - -; #X floatatom 193 112 5 0 0 0 - - -; #X text 39 21 poisson :: Poisson distributed random numbers; #X obj 70 145 poisson 2.2; #X text 246 113 lambda - value that is most; #X text 317 132 likely to appear; #X connect 0 0 4 0; #X connect 2 0 4 1; #X connect 4 0 1 0;
21
control random
Poisson distributed random numbers
create a purr-data patch that matches the following description and keywords.
Description: Poisson distributed random numbers, Keywords: control random
divmod-help.pd
externals\maxlib\divmod-help.pd
#N canvas 0 26 464 316 12; #X floatatom 54 239 5 0 0 0 - - -; #X floatatom 54 127 5 0 0 0 - - -; #X floatatom 129 127 5 0 0 0 - - -; #X obj 54 172 divmod 8 6; #X text 146 170 use creation arguments to set initial; #X text 146 186 values for inlets; #X msg 23 83 bang; #X text 69 82 calculate and output result now; #X floatatom 129 219 5 0 0 0 - - -; #X text 182 222 modulo; #X text 106 242 result of division; #X text 186 127 takes int's only!; #X text 12 19 divmod :: calculate division and modulo; #X text 92 35 outputs results even when right inlet changes; #N canvas 293 158 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 Olaf Matthes <[email protected]>; #X text 12 5 KEYWORDS control nonlocal; #X text 12 75 INLET_0 bang float; #X text 12 95 INLET_1 float; #X text 12 115 OUTLET_0 float; #X text 12 45 DESCRIPTION calculate division and modulo outputs results even when right inlet changes; #X text 12 135 OUTLET_1 float; #X restore 395 283 pd META; #X connect 1 0 3 0; #X connect 2 0 3 1; #X connect 3 0 0 0; #X connect 3 1 8 0; #X connect 6 0 3 0;
#N canvas 0 26 464 316 12; #X floatatom 54 239 5 0 0 0 - - -; #X floatatom 54 127 5 0 0 0 - - -; #X floatatom 129 127 5 0 0 0 - - -; #X obj 54 172 divmod 8 6; #X text 146 170 use creation arguments to set initial; #X text 146 186 values for inlets; #X msg 23 83 bang; #X text 69 82 calculate and output result now; #X floatatom 129 219 5 0 0 0 - - -; #X text 182 222 modulo; #X text 106 242 result of division; #X text 186 127 takes int's only!; #X text 12 19 divmod :: calculate division and modulo; #X text 92 35 outputs results even when right inlet changes; #X connect 1 0 3 0; #X connect 2 0 3 1; #X connect 3 0 0 0; #X connect 3 1 8 0; #X connect 6 0 3 0;
31
control nonlocal
calculate division and modulo outputs results even when right inlet changes
create a purr-data patch that matches the following description and keywords.
Description: calculate division and modulo outputs results even when right inlet changes, Keywords: control nonlocal
nchange-help.pd
externals\maxlib\nchange-help.pd
#N canvas 0 26 519 345 12; #X obj 30 213 nchange f; #X obj 371 215 nchange l; #X msg 367 144 bla foo dog; #X msg 387 169 bla foo 23; #X msg 348 121 bla foo dog 17; #X obj 200 214 nchange s; #X obj 200 185 symbol; #X msg 200 126 dog; #X msg 216 153 cat; #X obj 162 15 change; #X obj 371 253 print list; #X obj 200 255 print symbol; #X msg 30 152 0; #X msg 43 180 1; #X obj 30 257 print float; #X text 100 34 written by Olaf Matthes <[email protected]>; #X text 12 15 nchange :: a 'new'; #X text 22 77 The creation argument specifies whether nchange works for floats \, symbols or lists.; #N canvas 518 27 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 45 DESCRIPTION change for floats \, symbols \, and lists ; #X text 12 5 KEYWORDS control anything_op symbol_op; #X text 12 65 INLET_0 anything; #X text 12 85 OUTLET_0 anything; #X restore 456 317 pd META; #X connect 0 0 14 0; #X connect 1 0 10 0; #X connect 2 0 1 0; #X connect 3 0 1 0; #X connect 4 0 1 0; #X connect 5 0 11 0; #X connect 6 0 5 0; #X connect 7 0 6 0; #X connect 8 0 6 0; #X connect 12 0 0 0; #X connect 13 0 0 0;
#N canvas 0 26 519 345 12; #X obj 30 213 nchange f; #X obj 371 215 nchange l; #X msg 367 144 bla foo dog; #X msg 387 169 bla foo 23; #X msg 348 121 bla foo dog 17; #X obj 200 214 nchange s; #X obj 200 185 symbol; #X msg 200 126 dog; #X msg 216 153 cat; #X obj 162 15 change; #X obj 371 253 print list; #X obj 200 255 print symbol; #X msg 30 152 0; #X msg 43 180 1; #X obj 30 257 print float; #X text 100 34 written by Olaf Matthes <[email protected]>; #X text 12 15 nchange :: a 'new'; #X text 22 77 The creation argument specifies whether nchange works for floats \, symbols or lists.; #X connect 0 0 14 0; #X connect 1 0 10 0; #X connect 2 0 1 0; #X connect 3 0 1 0; #X connect 4 0 1 0; #X connect 5 0 11 0; #X connect 6 0 5 0; #X connect 7 0 6 0; #X connect 8 0 6 0; #X connect 12 0 0 0; #X connect 13 0 0 0;
39
control anything_op symbol_op
change for floats \, symbols \, and lists
create a purr-data patch that matches the following description and keywords.
Description: change for floats \, symbols \, and lists, Keywords: control anything_op symbol_op
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
threshold-help.pd
externals\mapping\threshold-help.pd
#N canvas 1 53 600 234 10; #X floatatom 25 34 5 0 0 0 - - -; #X floatatom 25 124 5 0 0 0 - - -; #X floatatom 90 63 5 0 0 0 - - -; #X text 111 174 (usefull to reduce the flow controling pd event...) ; #X obj 25 84 threshold 0.2; #N canvas 465 169 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 115 OUTLET_0 float; #X text 12 155 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 5 KEYWORDS control abstraction; #X text 12 45 DESCRIPTION output a new value only if the difference between the input and last output is greater than \$1; #X text 12 75 INLET_0 float; #X text 12 95 INLET_1 float; #X text 12 135 OUTLET_1 float; #X restore 543 206 pd META; #X text 107 131 output a new value only if the difference between the input and last output is greater than \$1; #X connect 0 0 4 0; #X connect 4 0 1 0;
#N canvas 1 53 600 234 10; #X floatatom 25 34 5 0 0 0 - - -; #X floatatom 25 124 5 0 0 0 - - -; #X floatatom 90 63 5 0 0 0 - - -; #X text 111 174 (usefull to reduce the flow controling pd event...) ; #X obj 25 84 threshold 0.2; #X text 107 131 output a new value only if the difference between the input and last output is greater than \$1; #X connect 0 0 4 0; #X connect 4 0 1 0;
20
control abstraction
output a new value only if the difference between the input and last output is greater than \$1
create a purr-data patch that matches the following description and keywords.
Description: output a new value only if the difference between the input and last output is greater than \$1, Keywords: control abstraction
gpan~-help.pd
externals\pan\gpan~-help.pd
#N canvas 0 31 470 338 10; #X obj 77 187 gpan~; #X obj 54 155 osc~ 300; #X obj 114 155 osc~ 400; #X obj 129 246 dac~; #X obj 5 2 cnv 15 450 20 empty empty gpan~ 2 11 1 18 -233017 -66577 0; #X msg 422 3 pddp; #X msg 190 101 0; #X msg 239 101 0.5; #X msg 284 101 1; #X text 18 43 A stereo pan object with a built-in slider to control and display the status.; #X text 188 86 left; #X text 229 86 center; #X text 283 86 right; #X obj 361 203 tgl 25 0 empty empty DSP 3 12 1 9 -24198 -1 -1 0 1; #X msg 361 235 \; pd dsp \$1; #X text 201 299 released under the GNU GPL; #X text 37 284 (C) Copyright 2003 Marc Lavalee; #N canvas 459 31 494 344 META 0; #X text 12 195 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL; #X text 12 175 AUTHOR Hans-Christoph Steiner; #X text 12 75 INLET_0 signal; #X text 12 135 OUTLET_0 signal; #X text 12 155 OUTLET_1 signal; #X text 12 115 INLET_2 float; #X text 12 5 KEYWORDS signal abstraction GUI; #X text 12 45 DESCRIPTION a stereo pan object with a built-in slider to control and display the status; #X text 12 95 INLET_1 signal; #X restore 413 309 pd META; #X connect 0 0 3 0; #X connect 0 1 3 1; #X connect 1 0 0 0; #X connect 2 0 0 1; #X connect 6 0 0 2; #X connect 7 0 0 2; #X connect 8 0 0 2; #X connect 13 0 14 0;
#N canvas 0 31 470 338 10; #X obj 77 187 gpan~; #X obj 54 155 osc~ 300; #X obj 114 155 osc~ 400; #X obj 129 246 dac~; #X msg 422 3 pddp; #X msg 190 101 0; #X msg 239 101 0.5; #X msg 284 101 1; #X text 18 43 A stereo pan object with a built-in slider to control and display the status.; #X text 188 86 left; #X text 229 86 center; #X text 283 86 right; #X obj 361 203 tgl 25 0 empty empty DSP 3 12 1 9 -24198 -1 -1 0 1; #X msg 361 235 \; pd dsp \$1; #X text 201 299 released under the GNU GPL; #X text 37 284 (C) Copyright 2003 Marc Lavalee; #X connect 0 0 3 0; #X connect 0 1 3 1; #X connect 1 0 0 0; #X connect 2 0 0 1; #X connect 6 0 0 2; #X connect 7 0 0 2; #X connect 8 0 0 2; #X connect 13 0 14 0;
38
signal abstraction GUI
a stereo pan object with a built-in slider to control and display the status
create a purr-data patch that matches the following description and keywords.
Description: a stereo pan object with a built-in slider to control and display the status, Keywords: signal abstraction GUI
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
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
ardourjack-gui-help.pd
abstractions\jmmmp\ardourjack-gui-help.pd
#N canvas 436 287 450 300 10; #X obj 165 118 ardourjack-gui; #N canvas 49 336 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 12 5 DESCRIPTION Controls ardour transport and jack settings from Pd; #X text 12 35 KEYWORDS ardour jack transport; #X text 12 135 VERSION 09.05.2013; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X restore 392 276 pd META; #X text 70 40 Controls ardour transport and jack settings from Pd;
#N canvas 436 287 450 300 10; #X obj 165 118 ardourjack-gui; #X text 70 40 Controls ardour transport and jack settings from Pd;
12
ardour jack transport
Controls ardour transport and jack settings from Pd
create a purr-data patch that matches the following description and keywords.
Description: Controls ardour transport and jack settings from Pd, Keywords: ardour jack transport
niagara-help.pd
externals\zexy\reference\niagara-help.pd
#N canvas 0 31 707 337 10; #X floatatom 86 178 0 0 0 0 - - -; #X obj 29 206 niagara 12; #X obj 29 288 print LEFT; #X obj 86 263 print RIGHT; #X msg 29 100 1 2 3 4 5 6 7 all good children go to heaven; #X obj 119 25 niagara; #X text 201 53 creation : "niagara <n>" creates a niagara-fall with a rock at point <n>; #X text 116 178 where to divide; #X text 290 219 note :; #X text 337 233 if <anything> is passed \, then 2 <anything>s appear at the outputs; #X text 337 219 if a <list> is passed \, then 2 <list>s appear at the outputs; #X msg 50 122 some water will go down on the left side of the rock and the rest will come down on the other side; #X text 318 100 a list; #X text 412 131 not a list \, but works too; #X text 589 12 part of zexy; #N canvas 460 154 494 344 META 0; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 145 AUTHOR IOhannes m zmoelnig; #X text 12 105 OUTLET_0 anything; #X text 12 45 DESCRIPTION divide a package into 2 sub-packages; #X text 12 5 KEYWORDS control anything_op; #X text 12 65 INLET_0 anything; #X text 12 85 INLET_1 float; #X text 12 125 OUTLET_1 anything; #X restore 648 306 pd META; #X text 334 28 divide a package into 2 sub-packages; #X connect 0 0 1 1; #X connect 1 0 2 0; #X connect 1 1 3 0; #X connect 4 0 1 0; #X connect 11 0 1 0;
#N canvas 0 31 707 337 10; #X floatatom 86 178 0 0 0 0 - - -; #X obj 29 206 niagara 12; #X obj 29 288 print LEFT; #X obj 86 263 print RIGHT; #X msg 29 100 1 2 3 4 5 6 7 all good children go to heaven; #X obj 119 25 niagara; #X text 201 53 creation : "niagara <n>" creates a niagara-fall with a rock at point <n>; #X text 116 178 where to divide; #X text 290 219 note :; #X text 337 233 if <anything> is passed \, then 2 <anything>s appear at the outputs; #X text 337 219 if a <list> is passed \, then 2 <list>s appear at the outputs; #X msg 50 122 some water will go down on the left side of the rock and the rest will come down on the other side; #X text 318 100 a list; #X text 412 131 not a list \, but works too; #X text 589 12 part of zexy; #X text 334 28 divide a package into 2 sub-packages; #X connect 0 0 1 1; #X connect 1 0 2 0; #X connect 1 1 3 0; #X connect 4 0 1 0; #X connect 11 0 1 0;
33
control anything_op
divide a package into 2 sub-packages
create a purr-data patch that matches the following description and keywords.
Description: divide a package into 2 sub-packages, Keywords: control anything_op
ucmod~-help.pd
externals\creb\doc\ucmod~-help.pd
#N canvas 0 0 404 300 10; #X text 84 18 unit circle modulator. (1+r conj(z)/(1+rz); #N canvas 331 92 494 366 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 85 INLET_1 signal; #X text 12 145 OUTLET_1 signal; #X text 12 5 KEYWORDS signal abstraction needs_work (example patch) ; #X text 12 45 DESCRIPTION unit circle modulator; #X text 12 105 INLET_2 signal; #X text 12 125 OUTLET_0 signal; #X text 12 25 LICENSE GPL v2; #X text 12 165 AUTHOR Tom Schouten <[email protected]>; #X restore 352 275 pd META; #X obj 95 121 ucmod~;
#N canvas 0 0 404 300 10; #X text 84 18 unit circle modulator. (1+r conj(z)/(1+rz); #X obj 95 121 ucmod~;
15
signal abstraction needs_work (example patch)
unit circle modulator
create a purr-data patch that matches the following description and keywords.
Description: unit circle modulator, Keywords: signal abstraction needs_work (example patch)
asinh-help.pd
externals\miXed\doc\help\cyclone\asinh-help.pd
#N canvas 0 31 613 320 10; #X text 254 93 this is probably only useful for mathematical calculations ; #X obj 18 90 cycle~ 2; #X obj 18 121 *~ 3.14159; #X msg 223 149 range -2 2; #X obj 150 123 -~ 3.14159; #X text 15 35 Arc Hyperbolic sine function (asinh(x)) for signals; #X obj 150 100 *~ 6.28319; #X obj 150 78 phasor~ 2; #X obj 18 175 Scope~ 130 130 256 3 128 -1 1 0 0 0 0 102 255 51 135 135 135 0; #X obj 165 180 Scope~ 130 130 256 3 128 -1 1 0 0 0 0 102 255 51 135 135 135 0; #X obj 18 147 asinh~; #X obj 149 147 asinh~; #N canvas 430 169 507 362 META 0; #X text 12 175 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan Wilkes for Pd-extended 0.42 to conform to the PDDP template.; #X text 12 25 LICENSE; #X text 12 135 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html ; #X text 12 5 KEYWORDS signal max_compatible trigonometry; #X text 12 45 DESCRIPTION arc hyperbolic sine function (asinh(x)) for signals; #X text 12 75 INLET_0 signal; #X text 12 95 OUTLET_0 signal; #X text 12 115 AUTHOR Krzysztof Czaja; #X restore 557 294 pd META; #X connect 1 0 2 0; #X connect 2 0 10 0; #X connect 3 0 8 0; #X connect 3 0 9 0; #X connect 4 0 11 0; #X connect 6 0 4 0; #X connect 7 0 6 0; #X connect 10 0 8 0; #X connect 11 0 9 0;
#N canvas 0 31 613 320 10; #X text 254 93 this is probably only useful for mathematical calculations ; #X obj 18 90 cycle~ 2; #X obj 18 121 *~ 3.14159; #X msg 223 149 range -2 2; #X obj 150 123 -~ 3.14159; #X text 15 35 Arc Hyperbolic sine function (asinh(x)) for signals; #X obj 150 100 *~ 6.28319; #X obj 150 78 phasor~ 2; #X obj 18 175 Scope~ 130 130 256 3 128 -1 1 0 0 0 0 102 255 51 135 135 135 0; #X obj 165 180 Scope~ 130 130 256 3 128 -1 1 0 0 0 0 102 255 51 135 135 135 0; #X obj 18 147 asinh~; #X obj 149 147 asinh~; #X connect 1 0 2 0; #X connect 2 0 10 0; #X connect 3 0 8 0; #X connect 3 0 9 0; #X connect 4 0 11 0; #X connect 6 0 4 0; #X connect 7 0 6 0; #X connect 10 0 8 0; #X connect 11 0 9 0;
32
signal max_compatible trigonometry
arc hyperbolic sine function (asinh(x)) for signals
create a purr-data patch that matches the following description and keywords.
Description: arc hyperbolic sine function (asinh(x)) for signals, Keywords: signal max_compatible trigonometry
screensize-help.pd
externals\hcs\screensize-help.pd
#N canvas 327 254 372 243 10; #X msg 184 101 bang; #X floatatom 184 170 5 0 0 0 width - -, f 5; #X floatatom 241 170 5 0 0 1 height - -, f 5; #X text 111 47 get the current screen resolution; #X obj 184 138 screensize; #N canvas 281 200 494 344 META 0; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 45 LICENSE GPL v3; #X text 12 145 AUTHOR Hans-Christoph Steiner; #X text 12 65 DESCRIPTION get the current screen resolution; #X text 12 85 INLET_0 bang; #X text 12 105 OUTLET_0 float; #X text 12 125 OUTLET_1 float; #X text 12 25 KEYWORDS control filesystem; #X restore 323 223 pd META; #X connect 0 0 4 0; #X connect 4 0 1 0; #X connect 4 1 2 0;
#N canvas 327 254 372 243 10; #X msg 184 101 bang; #X floatatom 184 170 5 0 0 0 width - -, f 5; #X floatatom 241 170 5 0 0 1 height - -, f 5; #X text 111 47 get the current screen resolution; #X obj 184 138 screensize; #X connect 0 0 4 0; #X connect 4 0 1 0; #X connect 4 1 2 0;
19
control filesystem
get the current screen resolution
create a purr-data patch that matches the following description and keywords.
Description: get the current screen resolution, Keywords: control filesystem
all_about_submitting_bugs.pd
pd\doc\5.reference\all_about_submitting_bugs.pd
#N canvas 429 58 448 245 10; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header submitting_bugs 20 10 1 18 -261106 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 223 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 370 97 494 183 META 0; #X text 12 100 HELP_PATCH_AUTHORS Dave Sabine \, May 5 \, 2003 . Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 80 LIBRARY PDDP; #X text 12 45 DESCRIPTION prerequisites for submitting a bug on Sourceforge ; #X text 12 25 KEYWORDS needs_work all_about_pd; #X restore 392 225 pd META; #N canvas 215 136 428 117 Related_objects 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261106 -33289 0; #X text 7 2 All About Submitting Bugs- Related Objects; #X obj 22 42 print; #X text 19 70 Also \, have a look in the "Find" Menu for the entry "Find last error."; #X restore 103 225 pd Related_objects; #X obj 6 225 pddp/pddplink all_about.pd -text All About Pd; #X text 20 62 1) Make sure you can reproduce the bug consistently. Include a brief example patch to demonstrate the bug \, using the minimum number of objects needed to reproduce it.; #X obj 83 194 pddplink http://sourceforge.net/tracker/?func=add&group_id=55736&atid=478070 -text Beam me up to the Sourceforge bug tracker...; #X text 20 32 0) Search the Sourceforge bug tracker to make sure the bug hasn't already been reported (click "Browse" to search).; #X text 20 106 2) Make a note of the operating system (and OS version) you are using \, as well as any hardware that might be relevant to the bug (sound card \, camera \, etc).; #X text 20 149 3) Specify the version of Pd you are using. You can find it under the "Help" menu by choosing "About Pd".;
#N canvas 429 58 448 245 10; #X text 20 62 1) Make sure you can reproduce the bug consistently. Include a brief example patch to demonstrate the bug \, using the minimum number of objects needed to reproduce it.; #X obj 83 194 pddplink http://sourceforge.net/tracker/?func=add&group_id=55736&atid=478070 -text Beam me up to the Sourceforge bug tracker...; #X text 20 32 0) Search the Sourceforge bug tracker to make sure the bug hasn't already been reported (click "Browse" to search).; #X text 20 106 2) Make a note of the operating system (and OS version) you are using \, as well as any hardware that might be relevant to the bug (sound card \, camera \, etc).; #X text 20 149 3) Specify the version of Pd you are using. You can find it under the "Help" menu by choosing "About Pd".;
22
needs_work all_about_pd
prerequisites for submitting a bug on Sourceforge
create a purr-data patch that matches the following description and keywords.
Description: prerequisites for submitting a bug on Sourceforge, Keywords: needs_work all_about_pd
curve_draw-help.pd
externals\mapping\curve_draw-help.pd
#N canvas 1 53 394 367 10; #X floatatom 33 119 5 -1 1 0 - - -; #X floatatom 34 280 9 0 0 0 - - -; #X obj 34 144 curve_draw test 100; #X text 125 15 draw the in / out relation; #X text 31 51 arg 1 : name of the file to save the curve; #X text 31 64 arg 2 : size of the table; #X text 85 125 input (0 to 1); #X text 107 277 out (0 to 1); #X text 50 320 The mapping curve is symetric. i.e f(-x)=-f(x); #N canvas 465 169 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 85 OUTLET_0 float; #X text 12 105 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 65 INLET_0 float; #X text 12 5 KEYWORDS control abstraction GUI; #X text 12 45 DESCRIPTION draw the in / out relation; #X restore 355 338 pd META; #X connect 0 0 2 0; #X connect 2 0 1 0;
#N canvas 1 53 394 367 10; #X floatatom 33 119 5 -1 1 0 - - -; #X floatatom 34 280 9 0 0 0 - - -; #X obj 34 144 curve_draw test 100; #X text 125 15 draw the in / out relation; #X text 31 51 arg 1 : name of the file to save the curve; #X text 31 64 arg 2 : size of the table; #X text 85 125 input (0 to 1); #X text 107 277 out (0 to 1); #X text 50 320 The mapping curve is symetric. i.e f(-x)=-f(x); #X connect 0 0 2 0; #X connect 2 0 1 0;
21
control abstraction GUI
draw the in / out relation
create a purr-data patch that matches the following description and keywords.
Description: draw the in / out relation, Keywords: control abstraction GUI
test_n-help.pd
externals\mapping\test_n-help.pd
#N canvas 1 53 467 373 10; #X floatatom 222 280 5 0 0 0 - - -; #X floatatom 150 329 5 0 0 0 - - -; #X msg 150 245 0; #X msg 181 245 1; #X text 268 277 size: n; #X text 19 25 sends a 1 if the last n values are equal to the first argument; #X floatatom 137 194 5 0 0 0 - - -; #X msg 137 110 word; #X msg 175 110 not-word; #X msg 120 245 2; #X text 13 72 click [word( five times in a row and you will get a 1 (5 is the default for how many \, aka "n"); #X text 25 220 click [2( three times in a row and you will get a 1 ; #X obj 137 168 test_n word; #X obj 150 303 test_n 2 3; #X obj 5 2 cnv 15 450 20 empty empty test_n 2 11 1 18 -233017 -66577 0; #N canvas 464 140 494 344 META 0; #X text 12 175 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 135 OUTLET_0 float; #X text 12 155 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 5 KEYWORDS control abstraction; #X text 12 45 DESCRIPTION send a 1 if the last n values are equal to the first argument; #X text 12 75 INLET_0 anything; #X text 12 95 INLET_1 anything; #X text 12 115 INLET_2 float; #X restore 405 338 pd META; #X connect 0 0 13 2; #X connect 2 0 13 0; #X connect 3 0 13 0; #X connect 7 0 12 0; #X connect 8 0 12 0; #X connect 9 0 13 0; #X connect 12 0 6 0; #X connect 13 0 1 0;
#N canvas 1 53 467 373 10; #X floatatom 222 280 5 0 0 0 - - -; #X floatatom 150 329 5 0 0 0 - - -; #X msg 150 245 0; #X msg 181 245 1; #X text 268 277 size: n; #X text 19 25 sends a 1 if the last n values are equal to the first argument; #X floatatom 137 194 5 0 0 0 - - -; #X msg 137 110 word; #X msg 175 110 not-word; #X msg 120 245 2; #X text 13 72 click [word( five times in a row and you will get a 1 (5 is the default for how many \, aka "n"); #X text 25 220 click [2( three times in a row and you will get a 1 ; #X obj 137 168 test_n word; #X obj 150 303 test_n 2 3; #X connect 0 0 13 2; #X connect 2 0 13 0; #X connect 3 0 13 0; #X connect 7 0 12 0; #X connect 8 0 12 0; #X connect 9 0 13 0; #X connect 12 0 6 0; #X connect 13 0 1 0;
35
control abstraction
send a 1 if the last n values are equal to the first argument
create a purr-data patch that matches the following description and keywords.
Description: send a 1 if the last n values are equal to the first argument, Keywords: control abstraction
snaps~-help.pd
abstractions\jmmmp\snaps~-help.pd
#N canvas 125 122 408 275 10; #X text 12 227 (C) 2006 Jo�o Pais - [email protected]; #X text 12 247 Released under the BSD License; #X text 276 100 Inlets; #X text 276 170 Outlets; #X text 276 50 Arguments; #X msg 136 66 500; #X text 175 75 Velocity (ms); #X floatatom 26 147 5 0 0 0 - - -; #X obj 26 107 osc~ 0.5; #X text 276 70 - Meter speed (ms); #X text 276 120 - Signal; #X text 276 140 - Meter speed (ms); #X text 276 190 - Signal level; #X obj 26 127 snaps~; #X msg 146 86 50; #X obj 26 177 dsp01; #X text 12 10 [snaps~] - snapshot~ GUI implementation; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <[email protected]>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 12 6 DESCRIPTION snapshot~ GUI implementation; #X text 12 36 KEYWORDS snapshot~ GUI; #X text 12 135 VERSION 2006; #X text 14 165 INLET_0 - Signal; #X text 14 185 INLET_1 - Meter speed (ms); #X text 14 205 OUTLET_0 - Signal level; #X restore 352 246 pd META; #X connect 5 0 13 1; #X connect 8 0 13 0; #X connect 13 0 7 0; #X connect 14 0 13 1;
#N canvas 125 122 408 275 10; #X text 12 227 (C) 2006 Jo�o Pais - [email protected]; #X text 12 247 Released under the BSD License; #X text 276 100 Inlets; #X text 276 170 Outlets; #X text 276 50 Arguments; #X msg 136 66 500; #X text 175 75 Velocity (ms); #X floatatom 26 147 5 0 0 0 - - -; #X obj 26 107 osc~ 0.5; #X text 276 70 - Meter speed (ms); #X text 276 120 - Signal; #X text 276 140 - Meter speed (ms); #X text 276 190 - Signal level; #X obj 26 127 snaps~; #X msg 146 86 50; #X obj 26 177 dsp01; #X text 12 10 [snaps~] - snapshot~ GUI implementation; #X connect 5 0 13 1; #X connect 8 0 13 0; #X connect 13 0 7 0; #X connect 14 0 13 1;
34
snapshot~ GUI
snapshot~ GUI implementation
create a purr-data patch that matches the following description and keywords.
Description: snapshot~ GUI implementation, Keywords: snapshot~ GUI
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
unpack-help.pd
externals\zexy\reference\unpack-help.pd
#N canvas 0 31 618 378 10; #X text 511 26 part of zexy; #X text 68 98 an atom can be intialized as a number \, then become a symbol \, later become a number again \, ....; #X obj 121 268 zexy/unpack; #X msg 121 192 1 2; #X msg 158 243 bang; #X obj 48 34 unpack; #X text 102 38 - split a message to atoms; #X text 66 68 this object is quite the same as pd's built-in [unpack] \, but it does not have fixed types; #X obj 409 249 zexy/unpack 1 2 3; #X msg 140 215 list a list is a list; #X msg 409 175 1 2; #X msg 446 226 bang; #X msg 428 198 list a list is a list; #X text 129 144 creation arguments specify the _number_ of atoms expected (default 2); #X obj 141 297 print unpack2; #X obj 121 317 print unpack1; #X obj 409 268 print upack1; #X obj 506 268 print upack3; #X obj 457 289 print upack2; #N canvas 460 154 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR IOhannes m zmoelnig; #X text 12 45 DESCRIPTION split a message to atoms; #X text 12 65 INLET_0 list bang float symbol pointer; #X text 12 85 OUTLET_N bang float symbol pointer; #X text 12 5 KEYWORDS control conversion list_op; #X restore 564 347 pd META; #X connect 2 0 15 0; #X connect 2 1 14 0; #X connect 3 0 2 0; #X connect 4 0 2 0; #X connect 8 0 16 0; #X connect 8 1 18 0; #X connect 8 2 17 0; #X connect 9 0 2 0; #X connect 10 0 8 0; #X connect 11 0 8 0; #X connect 12 0 8 0;
#N canvas 0 31 618 378 10; #X text 511 26 part of zexy; #X text 68 98 an atom can be intialized as a number \, then become a symbol \, later become a number again \, ....; #X obj 121 268 zexy/unpack; #X msg 121 192 1 2; #X msg 158 243 bang; #X obj 48 34 unpack; #X text 102 38 - split a message to atoms; #X text 66 68 this object is quite the same as pd's built-in [unpack] \, but it does not have fixed types; #X obj 409 249 zexy/unpack 1 2 3; #X msg 140 215 list a list is a list; #X msg 409 175 1 2; #X msg 446 226 bang; #X msg 428 198 list a list is a list; #X text 129 144 creation arguments specify the _number_ of atoms expected (default 2); #X obj 141 297 print unpack2; #X obj 121 317 print unpack1; #X obj 409 268 print upack1; #X obj 506 268 print upack3; #X obj 457 289 print upack2; #X connect 2 0 15 0; #X connect 2 1 14 0; #X connect 3 0 2 0; #X connect 4 0 2 0; #X connect 8 0 16 0; #X connect 8 1 18 0; #X connect 8 2 17 0; #X connect 9 0 2 0; #X connect 10 0 8 0; #X connect 11 0 8 0; #X connect 12 0 8 0;
40
control conversion list_op
split a message to atoms
create a purr-data patch that matches the following description and keywords.
Description: split a message to atoms, Keywords: control conversion list_op
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
vabs-help.pd
externals\smlib\vabs-help.pd
#N canvas 1 53 452 302 10; #X obj 106 129 vabs; #X msg 106 95 1 2 3 -4 -5 -6; #X obj 106 165 print; #N canvas 222 207 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 5 KEYWORDS control list_op; #X text 12 65 INLET_0 list float; #X text 12 85 OUTLET_0 float list; #X text 12 45 DESCRIPTION absolute value for lists; #X restore 389 244 pd META; #X text 351 213 j#|@2002; #X obj 373 193 SMLib-help; #X connect 0 0 2 0; #X connect 1 0 0 0;
#N canvas 1 53 452 302 10; #X obj 106 129 vabs; #X msg 106 95 1 2 3 -4 -5 -6; #X obj 106 165 print; #X text 351 213 j#|@2002; #X obj 373 193 SMLib-help; #X connect 0 0 2 0; #X connect 1 0 0 0;
17
control list_op
absolute value for lists
create a purr-data patch that matches the following description and keywords.
Description: absolute value for lists, Keywords: control list_op
env--help.pd
externals\mapping\env--help.pd
#N canvas 1 53 537 542 10; #X obj 266 362 timeroll; #X obj 42 162 random 1000; #X obj 42 136 metro 30; #X obj 42 112 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 43 365 timeroll; #X obj 68 112 loadbang; #X obj 265 264 env- 80; #X obj 42 187 / 1000; #N canvas 465 169 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 OUTLET_0 float; #X text 12 125 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 65 INLET_0 float; #X text 12 5 KEYWORDS control abstraction; #X text 12 45 DESCRIPTION negative envelope follower; #X text 12 85 INLET_1 bang; #X restore 503 495 pd META; #X text 130 26 negative envelope follower; #X connect 1 0 7 0; #X connect 2 0 1 0; #X connect 3 0 2 0; #X connect 5 0 2 0; #X connect 6 0 0 0; #X connect 7 0 4 0; #X connect 7 0 6 0;
#N canvas 1 53 537 542 10; #X obj 266 362 timeroll; #X obj 42 162 random 1000; #X obj 42 136 metro 30; #X obj 42 112 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 43 365 timeroll; #X obj 68 112 loadbang; #X obj 265 264 env- 80; #X obj 42 187 / 1000; #X text 130 26 negative envelope follower; #X connect 1 0 7 0; #X connect 2 0 1 0; #X connect 3 0 2 0; #X connect 5 0 2 0; #X connect 6 0 0 0; #X connect 7 0 4 0; #X connect 7 0 6 0;
27
control abstraction
negative envelope follower
create a purr-data patch that matches the following description and keywords.
Description: negative envelope follower, Keywords: control abstraction
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
temperature-help.pd
externals\maxlib\temperature-help.pd
#N canvas 0 26 454 304 12; #X obj 45 139 temperature 500; #X floatatom 45 193 5 0 0 0 - - -; #X floatatom 45 91 5 0 0 0 - - -; #X text 132 27 written by <[email protected]>; #X floatatom 160 104 5 0 0 0 - - -; #X text 219 103 set new time interval; #X text 104 192 number of changes (i.e. the 'temperature'); #X text 104 209 of the input during one time interval; #X msg 68 112 foo; #X text 11 10 temperature :: output number of input changes in N ms ; #N canvas 293 158 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR Olaf Matthes <[email protected]>; #X text 12 105 OUTLET_0 float; #X text 12 85 INLET_1 float; #X text 12 45 DESCRIPTION output number of input changes in N ms; #X text 12 65 INLET_0 anything; #X text 12 5 KEYWORDS control analysis; #X restore 393 277 pd META; #X connect 0 0 1 0; #X connect 2 0 0 0; #X connect 4 0 0 1; #X connect 8 0 0 0;
#N canvas 0 26 454 304 12; #X obj 45 139 temperature 500; #X floatatom 45 193 5 0 0 0 - - -; #X floatatom 45 91 5 0 0 0 - - -; #X text 132 27 written by <[email protected]>; #X floatatom 160 104 5 0 0 0 - - -; #X text 219 103 set new time interval; #X text 104 192 number of changes (i.e. the 'temperature'); #X text 104 209 of the input during one time interval; #X msg 68 112 foo; #X text 11 10 temperature :: output number of input changes in N ms ; #X connect 0 0 1 0; #X connect 2 0 0 0; #X connect 4 0 0 1; #X connect 8 0 0 0;
25
control analysis
output number of input changes in N ms
create a purr-data patch that matches the following description and keywords.
Description: output number of input changes in N ms, Keywords: control analysis
04.attributes.pd
packages\win64_inno\build\doc\4.data.structures\pd-l2ork\ds-tutorials\04.attributes.pd
#N struct drawtut-attr float x float y; #N canvas 2 25 517 671 10; #X text 0 1 New Drawing Commands: attributes; #X text 0 1 ________________________________; #X text 53 23 Our shapes are pretty boring so far. Black lines around white space. How do we get more variety?; #X text 53 53 Svg objects have various attributes that define how the shapes (and other objects) appear and generally behave. On the web these attributes are specified with the drawing data. In Pd \, these attributes are controlled by sending messages to the relevant [draw] object.; #X text 53 123 Svg is a complex specification \, and not all of its object attributes are supported in Pd. But the basic ones are.; #X obj 53 207 struct drawtut-attr float x float y; #X scalar drawtut-attr 55 339 \;; #X text 53 153 For example \, below is a [struct] definition \, [draw] object and a scalar created from them. Let's send a message to make the rectangle more interesting.; #X msg 53 252 fill red; #X text 53 229 Click a message box to change the "fill" attribute: ; #X text 53 394 As you can see \, the "fill" message changes the fill color of the rectangle. You can use a couple different ways to tell Pd what color to use:; #X text 53 436 * English language color names: red \, green \, orange \, and so on. These should be the common names listed in the svg spec \, although x11 names might work too. (But don't depend on that.); #X text 53 487 * html colors. These begin with a number sign "#" followed by hexadecimal values like "#ccddcc" or "#68ef68". (You can also use the 3-digit shorthands if you wish.); #X text 53 526 * rgb color values using 3 float arguments. Each float should be in the range 0-255.; #X floatatom 244 253 5 0 0 0 - - -, f 5; #X msg 244 274 fill 0 \$1 0; #X text 54 596 You can set attributes like "fill" automatically by using a [loadbang] message. Notice that attributes will be the same for all scalars created from this [struct]. Later you will see how to set attributes to be different for each scalar.; #X msg 123 252 fill green; #X obj 53 313 draw rect 50 50 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 basic attributes for the [draw] command; #X restore 450 639 pd META; #X text 53 560 Note: there are also hsl \, hcl \, and lab colors but the interface isn't stable yet.; #X connect 8 0 18 0; #X connect 14 0 15 0; #X connect 15 0 18 0; #X connect 17 0 18 0;
#N struct drawtut-attr float x float y; #N canvas 2 25 517 671 10; #X text 0 1 New Drawing Commands: attributes; #X text 0 1 ________________________________; #X text 53 23 Our shapes are pretty boring so far. Black lines around white space. How do we get more variety?; #X text 53 53 Svg objects have various attributes that define how the shapes (and other objects) appear and generally behave. On the web these attributes are specified with the drawing data. In Pd \, these attributes are controlled by sending messages to the relevant [draw] object.; #X text 53 123 Svg is a complex specification \, and not all of its object attributes are supported in Pd. But the basic ones are.; #X obj 53 207 struct drawtut-attr float x float y; #X scalar drawtut-attr 55 339 \;; #X text 53 153 For example \, below is a [struct] definition \, [draw] object and a scalar created from them. Let's send a message to make the rectangle more interesting.; #X msg 53 252 fill red; #X text 53 229 Click a message box to change the "fill" attribute: ; #X text 53 394 As you can see \, the "fill" message changes the fill color of the rectangle. You can use a couple different ways to tell Pd what color to use:; #X text 53 436 * English language color names: red \, green \, orange \, and so on. These should be the common names listed in the svg spec \, although x11 names might work too. (But don't depend on that.); #X text 53 487 * html colors. These begin with a number sign "#" followed by hexadecimal values like "#ccddcc" or "#68ef68". (You can also use the 3-digit shorthands if you wish.); #X text 53 526 * rgb color values using 3 float arguments. Each float should be in the range 0-255.; #X floatatom 244 253 5 0 0 0 - - -, f 5; #X msg 244 274 fill 0 \$1 0; #X text 54 596 You can set attributes like "fill" automatically by using a [loadbang] message. Notice that attributes will be the same for all scalars created from this [struct]. Later you will see how to set attributes to be different for each scalar.; #X msg 123 252 fill green; #X obj 53 313 draw rect 50 50 0 0; #X text 53 560 Note: there are also hsl \, hcl \, and lab colors but the interface isn't stable yet.; #X connect 8 0 18 0; #X connect 14 0 15 0; #X connect 15 0 18 0; #X connect 17 0 18 0;
33
tutorial data_structure draw gui
basic attributes for the [draw] command
create a purr-data patch that matches the following description and keywords.
Description: basic attributes for the [draw] command, Keywords: tutorial data_structure draw gui
get-audio-dialog-help.pd
externals\hcs\get-audio-dialog-help.pd
#N canvas 0 26 611 344 10; #X msg 14 101 bang; #X obj 53 164 pddp/print; #X obj 33 169 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 14 193 prepend set; #X obj 14 268 send pd; #X obj 14 132 get-audio-dialog; #X text 133 83 Open the Audio Settings and click OK to get the data \, then click bang to use them in the patch; #X text 9 23 get the Audio settings to save as part of the patch.; #N canvas 280 175 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 115 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION get the audio settings to save as part of the patch; #X text 12 75 INLET_0 bang; #X text 12 95 OUTLET_0 bang audio-dialog; #X text 12 5 KEYWORDS control pd_op; #X restore 562 322 pd META; #X msg 14 239; #X text 226 259 ^-- this message will be saved as part of your patch. click it or [loadbang] it to configure the Audio settings. Make sure it is attached to a [send pd] so that Pd gets the message.; #X connect 0 0 5 0; #X connect 3 0 9 0; #X connect 5 0 1 0; #X connect 5 0 2 0; #X connect 5 0 3 0; #X connect 9 0 4 0;
#N canvas 0 26 611 344 10; #X msg 14 101 bang; #X obj 53 164 pddp/print; #X obj 33 169 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 14 193 prepend set; #X obj 14 268 send pd; #X obj 14 132 get-audio-dialog; #X text 133 83 Open the Audio Settings and click OK to get the data \, then click bang to use them in the patch; #X text 9 23 get the Audio settings to save as part of the patch.; #X msg 14 239; #X text 226 259 ^-- this message will be saved as part of your patch. click it or [loadbang] it to configure the Audio settings. Make sure it is attached to a [send pd] so that Pd gets the message.; #X connect 0 0 5 0; #X connect 3 0 9 0; #X connect 5 0 1 0; #X connect 5 0 2 0; #X connect 5 0 3 0; #X connect 9 0 4 0;
26
control pd_op
get the audio settings to save as part of the patch
create a purr-data patch that matches the following description and keywords.
Description: get the audio settings to save as part of the patch, Keywords: control pd_op
swatch-gui-help.pd
abstractions\jmmmp\swatch-gui-help.pd
#N struct 1007-ds-show float x float y float colour; #N struct 1007-rgb-sel float x float y float p1x float p1y float p2x float p2y float p3x float p3y float p4x float p4y float p5x float p5y float p0x float p0y float p0x. float p0y.; #N canvas 44 109 411 442 10; #X text 12 407 Released under the BSD License; #X text 228 250 Inlets; #X text 227 300 Outlets; #X text 227 270 - Bang; #X text 227 320 - "color \$1 \$2 \$3" command; #X text 227 340 - number with current color; #X obj 13 101 swatch-gui; #X obj 28 284 hsl 128 15 0 127 0 0 empty \$0-slider Label -2 -8 0 10 -139073 -22721 -78208 0 1; #X obj 13 246 s \$0-slider; #X floatatom 149 226 10 0 0 0 - - -; #X msg 13 226 color \$1 \$2 \$3; #N canvas 504 106 383 254 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 36 KEYWORDS color GUI data structures; #X text 14 165 INLET_0 - bang; #X text 14 185 OUTLET_0 - "color \$1 \$2 \$3" command; #X text 14 205 OUTLET_1 - number with current color; #X text 12 135 VERSION 2014; #X text 14 225 OUTLET_2 - color for data structures; #X text 13 6 DESCRIPTION Color chooser using the hue-saturation chart ; #X restore 352 406 pd META; #X text 227 360 - color for data structures; #X floatatom 285 226 4 0 0 0 - - -; #X text 13 11 [swatch-gui] - Pick a color for your GUI using the hue-saturation chart \, for IEM or data structures colours.; #X text 11 387 (C) 2014 Jo�o Pais - [email protected]; #X text 11 41 To choose a color \, click the circle and drag it around. In case the circle disappears \, clicking in the swatch will make it appear again.; #X connect 6 0 10 0; #X connect 6 1 9 0; #X connect 6 2 13 0; #X connect 10 0 8 0;
#N struct 1007-ds-show float x float y float colour; #N struct 1007-rgb-sel float x float y float p1x float p1y float p2x float p2y float p3x float p3y float p4x float p4y float p5x float p5y float p0x float p0y float p0x. float p0y.; #N canvas 44 109 411 442 10; #X text 12 407 Released under the BSD License; #X text 228 250 Inlets; #X text 227 300 Outlets; #X text 227 270 - Bang; #X text 227 320 - "color \$1 \$2 \$3" command; #X text 227 340 - number with current color; #X obj 13 101 swatch-gui; #X obj 28 284 hsl 128 15 0 127 0 0 empty \$0-slider Label -2 -8 0 10 -139073 -22721 -78208 0 1; #X obj 13 246 s \$0-slider; #X floatatom 149 226 10 0 0 0 - - -; #X msg 13 226 color \$1 \$2 \$3; #X text 227 360 - color for data structures; #X floatatom 285 226 4 0 0 0 - - -; #X text 13 11 [swatch-gui] - Pick a color for your GUI using the hue-saturation chart \, for IEM or data structures colours.; #X text 11 387 (C) 2014 Jo�o Pais - [email protected]; #X text 11 41 To choose a color \, click the circle and drag it around. In case the circle disappears \, clicking in the swatch will make it appear again.; #X connect 6 0 10 0; #X connect 6 1 9 0; #X connect 6 2 13 0; #X connect 10 0 8 0;
36
color GUI data structures
Color chooser using the hue-saturation chart
create a purr-data patch that matches the following description and keywords.
Description: Color chooser using the hue-saturation chart, Keywords: color GUI data structures
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
5.loadbang.pd
pd\doc\manuals\pd-msg\1.msg_and_patch\5.loadbang.pd
#N canvas 95 75 845 545 10; #X msg 39 266 loadbang; #X obj 62 152 loadbang; #X msg 62 178 1; #X floatatom 62 204 0 0 0 0 - - -; #X obj 29 123 random 127; #X msg 29 98 bang; #X text 23 12 The loadbang message; #X text 81 98 <= click here first; #X text 118 264 <= then click here; #X obj 39 292 s pd-5.loadbang.pd; #X msg 375 442 loadbang; #X msg 450 442 clear; #N canvas 448 72 536 411 \$0-dynamic 0; #X restore 642 443 pd \$0-dynamic; #X obj 328 479 s pd-\$0-dynamic; #X text 23 37 Sending a message "loadbang" to a subpatch or abstraction receiver will fire all loadbangs in that (sub-)patch.; #X msg 328 302 clear \, obj 131 117 lb-abs \, msg 131 153 10 \, obj 113 178 + \, obj 113 65 loadbang \, msg 113 88 10 \, floatatom 113 209 5 0 0 0 - - - \, msg 245 154 10 \, obj 227 179 + \, msg 227 89 10 \, floatatom 227 210 5 0 0 0 - - - \, obj 227 66 lb-abs \, obj 245 118 loadbang \, connect 0 0 1 0 \, connect 1 0 2 1 \, connect 2 0 5 0 \, connect 3 0 4 0 \, connect 4 0 2 0 \, connect 6 0 7 1 \, connect 7 0 9 0 \, connect 8 0 7 0 \, connect 10 0 8 0 \, connect 11 0 6 0 ; #X text 325 87 A "loadbang" message is important \, if you create instances of abstractions dynamically \, that have loadbangs inside. These loadbangs DO NOT FIRE AUTOMATICALLY in dynamically created abstractions!; #X text 324 148 Loadbangs in abstractions normally fire before loadbangs in the surrounding patch and their loadbangs may propagate to the abstraction's outlet. But with dynamic patching \, outlets are not yet connected when the object has been created \, which would make such loadbangs useless.; #X text 327 222 So in the case of dynamic patching \, you're supposed to know when you're finished "instantiating" \, and then call "loadbang" by yourself by sending a "loadbang" message at the appropriate time. ; #N canvas 458 158 494 396 META 0; #X text 12 95 HELP_PATCH_AUTHORS Damien Henry. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 64 DESCRIPTION how to fire a loadbang inside a dynamically instantiating abstraction; #X text 12 42 LICENSE public domain; #X text 12 5 KEYWORDS control canvas_op nonlocal dynamic_patching tutorial ; #X restore 782 518 pd META; #X connect 0 0 9 0; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 4 0 3 0; #X connect 5 0 4 0; #X connect 10 0 13 0; #X connect 11 0 13 0; #X connect 15 0 13 0;
#N canvas 95 75 845 545 10; #X msg 39 266 loadbang; #X obj 62 152 loadbang; #X msg 62 178 1; #X floatatom 62 204 0 0 0 0 - - -; #X obj 29 123 random 127; #X msg 29 98 bang; #X text 23 12 The loadbang message; #X text 81 98 <= click here first; #X text 118 264 <= then click here; #X obj 39 292 s pd-5.loadbang.pd; #X msg 375 442 loadbang; #X msg 450 442 clear; #X obj 328 479 s pd-\$0-dynamic; #X text 23 37 Sending a message "loadbang" to a subpatch or abstraction receiver will fire all loadbangs in that (sub-)patch.; #X msg 328 302 clear \, obj 131 117 lb-abs \, msg 131 153 10 \, obj 113 178 + \, obj 113 65 loadbang \, msg 113 88 10 \, floatatom 113 209 5 0 0 0 - - - \, msg 245 154 10 \, obj 227 179 + \, msg 227 89 10 \, floatatom 227 210 5 0 0 0 - - - \, obj 227 66 lb-abs \, obj 245 118 loadbang \, connect 0 0 1 0 \, connect 1 0 2 1 \, connect 2 0 5 0 \, connect 3 0 4 0 \, connect 4 0 2 0 \, connect 6 0 7 1 \, connect 7 0 9 0 \, connect 8 0 7 0 \, connect 10 0 8 0 \, connect 11 0 6 0 ; #X text 325 87 A "loadbang" message is important \, if you create instances of abstractions dynamically \, that have loadbangs inside. These loadbangs DO NOT FIRE AUTOMATICALLY in dynamically created abstractions!; #X text 324 148 Loadbangs in abstractions normally fire before loadbangs in the surrounding patch and their loadbangs may propagate to the abstraction's outlet. But with dynamic patching \, outlets are not yet connected when the object has been created \, which would make such loadbangs useless.; #X text 327 222 So in the case of dynamic patching \, you're supposed to know when you're finished "instantiating" \, and then call "loadbang" by yourself by sending a "loadbang" message at the appropriate time. ; #X connect 0 0 9 0; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 4 0 3 0; #X connect 5 0 4 0; #X connect 10 0 13 0; #X connect 11 0 13 0; #X connect 15 0 13 0;
35
control canvas_op nonlocal dynamic_patching tutorial
how to fire a loadbang inside a dynamically instantiating abstraction
create a purr-data patch that matches the following description and keywords.
Description: how to fire a loadbang inside a dynamically instantiating abstraction, Keywords: control canvas_op nonlocal dynamic_patching tutorial
piperead~-help.pd
externals\ext13\piperead~-help.pd
#N canvas 0 31 450 363 10; #X msg 102 140 1; #X msg 81 90 0; #X obj 226 21 loadbang; #X msg 226 47 \; pd dsp 1; #X obj 63 67 osc~ 440; #X msg 94 117 open /usr/local/pd/ext13/doc/pipein.wav; #X obj 246 231 dac~; #X obj 63 179 pipewrite~ 2; #X obj 142 65 osc~ 480; #X obj 224 192 piperead~ 2; #X msg 165 140 open /usr/local/pd/ext13/doc/pipein.wav; #X msg 227 164 1; #X msg 261 166 0; #X text 26 256 pipewrite/read: argument: number of channels you can create a pipe/fifo from within a shell with mknod pipename p and use this construct to send signals to another program/process. useful if you run more than one pd or mpeg-players \, ...; #N canvas 460 146 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 105 AUTHOR [email protected]; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS signal filesystem; #X text 12 45 DESCRIPTION read write to a pipe; #X text 12 65 INLET_0 float open; #X text 12 85 INLET_N signal; #X restore 389 337 pd META; #X connect 0 0 7 0; #X connect 1 0 7 0; #X connect 2 0 3 0; #X connect 4 0 7 0; #X connect 5 0 7 0; #X connect 8 0 7 1; #X connect 9 0 6 0; #X connect 9 1 6 1; #X connect 10 0 9 0; #X connect 11 0 9 0; #X connect 12 0 9 0;
#N canvas 0 31 450 363 10; #X msg 102 140 1; #X msg 81 90 0; #X obj 226 21 loadbang; #X msg 226 47 \; pd dsp 1; #X obj 63 67 osc~ 440; #X msg 94 117 open /usr/local/pd/ext13/doc/pipein.wav; #X obj 246 231 dac~; #X obj 63 179 pipewrite~ 2; #X obj 142 65 osc~ 480; #X obj 224 192 piperead~ 2; #X msg 165 140 open /usr/local/pd/ext13/doc/pipein.wav; #X msg 227 164 1; #X msg 261 166 0; #X text 26 256 pipewrite/read: argument: number of channels you can create a pipe/fifo from within a shell with mknod pipename p and use this construct to send signals to another program/process. useful if you run more than one pd or mpeg-players \, ...; #X connect 0 0 7 0; #X connect 1 0 7 0; #X connect 2 0 3 0; #X connect 4 0 7 0; #X connect 5 0 7 0; #X connect 8 0 7 1; #X connect 9 0 6 0; #X connect 9 1 6 1; #X connect 10 0 9 0; #X connect 11 0 9 0; #X connect 12 0 9 0;
35
signal filesystem
read write to a pipe
create a purr-data patch that matches the following description and keywords.
Description: read write to a pipe, Keywords: signal filesystem
bendinfix-help.pd
externals\bendinfix\bendinfix-help.pd
#N canvas 696 372 460 365 12; #X obj 22 263 bendinfix; #X floatatom 22 292 5 0 0 0 - - -, f 5; #X msg 78 233 0; #X obj 22 233 bendin; #X text 21 321 corrected pitch bend value (-8192 - 8191 range); #X text 22 206 pitch bend input; #X text 113 234 Passing 0 as input gives the amount by which the result is shifted. This will be -8192 for a vanilla-compatible bendin implementation \, 0 otherwise., f 46; #N canvas 477 282 494 344 META 0; #X text 12 5 KEYWORDS control MIDI; #X text 12 25 LICENSE MIT; #X text 12 85 INLET_0 float; #X text 12 105 OUTLET_0 float; #X text 12 129 AUTHOR Albert Gräf; #X text 12 149 WEBSITE https://agraef.github.io/purr-data/; #X text 12 169 RELEASE_DATE 2020; #X text 12 192 HELP_PATCH_AUTHORS Albert Gräf; #X text 12 45 DESCRIPTION translate bendin output to signed values for all Pd flavors; #X restore 380 335 pd META; #X text 18 2 bendinfix - correct bendin values for all Pd flavors; #X text 17 41 Background: Pd has a long-standing bug (which won't be fixed due to backward compatibility concerns) in that its bendin range (0 - 16383) doesn't match its bendout range (-8192 - 8191). The former is what MIDI readily yields \, while the latter is more convenient for translating pitch bends into frequency offsets. The bendinfix object translates bendin's output to the correct (signed) range \, and works across all Pd flavors \, including Pd-L2ork and Purr Data where bendin returns a signed result by default.; #X connect 0 0 1 0; #X connect 2 0 0 0; #X connect 3 0 0 0;
#N canvas 696 372 460 365 12; #X obj 22 263 bendinfix; #X floatatom 22 292 5 0 0 0 - - -, f 5; #X msg 78 233 0; #X obj 22 233 bendin; #X text 21 321 corrected pitch bend value (-8192 - 8191 range); #X text 22 206 pitch bend input; #X text 113 234 Passing 0 as input gives the amount by which the result is shifted. This will be -8192 for a vanilla-compatible bendin implementation \, 0 otherwise., f 46; #X text 18 2 bendinfix - correct bendin values for all Pd flavors; #X text 17 41 Background: Pd has a long-standing bug (which won't be fixed due to backward compatibility concerns) in that its bendin range (0 - 16383) doesn't match its bendout range (-8192 - 8191). The former is what MIDI readily yields \, while the latter is more convenient for translating pitch bends into frequency offsets. The bendinfix object translates bendin's output to the correct (signed) range \, and works across all Pd flavors \, including Pd-L2ork and Purr Data where bendin returns a signed result by default.; #X connect 0 0 1 0; #X connect 2 0 0 0; #X connect 3 0 0 0;
24
control MIDI
translate bendin output to signed values for all Pd flavors
create a purr-data patch that matches the following description and keywords.
Description: translate bendin output to signed values for all Pd flavors, Keywords: control MIDI
06.saving.attributes.pd
pd\doc\4.data.structures\pd-l2ork\ds-tutorials\06.saving.attributes.pd
#N struct drawtut-attr-saving float x float y; #N canvas 1 25 638 551 10; #X text 0 1 New Drawing Commands: attributes (continued); #X text 0 1 ____________________________________________; #X text 53 23 Saving attributes is fairly straightforward using message boxes with commas separating each attribute:; #X obj 53 94 loadbang; #X obj 53 57 struct drawtut-attr-saving float x float y; #X scalar drawtut-attr-saving 53 184 \;; #X msg 53 117 fill green \, stroke-width 5 \, stroke brown \, stroke-dasharray 2 6; #X obj 102 279; #X text 52 354 Scalars can also save data with the patch. For example \, the ones above remember their x/y location because that data is saved as the "x" and "y" fields for each scalar. Each scalar has its own values for "x" and "y"-- that's we can put the two scalars above at separate locations in the patch.; #X text 228 280 <- Create another scalar in the empty object box by typing the struct name "drawtut-attr-saving" into it.; #X obj 53 153 draw rect 50 50 0 0; #N canvas 290 275 450 300 META 0; #X text 16 26 LICENSE SIBSD; #X text 16 76 AUTHOR Jonathan Wilkes; #X text 16 96 HELP_PATCH_AUTHORS Jonathan Wilkes; #X text 16 6 KEYWORDS tutorial data_structure draw gui; #X text 16 46 DESCRIPTION specifying display attributes with the [draw] command; #X restore 573 520 pd META; #X text 52 434 We can define more data fields than just "x" and "y". Later we will use new fields to associate a scalar's data with the svg attributes. That allows us to change the visual appearance of each scalar.; #X connect 3 0 6 0; #X connect 6 0 10 0;
#N struct drawtut-attr-saving float x float y; #N canvas 1 25 638 551 10; #X text 0 1 New Drawing Commands: attributes (continued); #X text 0 1 ____________________________________________; #X text 53 23 Saving attributes is fairly straightforward using message boxes with commas separating each attribute:; #X obj 53 94 loadbang; #X obj 53 57 struct drawtut-attr-saving float x float y; #X scalar drawtut-attr-saving 53 184 \;; #X msg 53 117 fill green \, stroke-width 5 \, stroke brown \, stroke-dasharray 2 6; #X obj 102 279; #X text 52 354 Scalars can also save data with the patch. For example \, the ones above remember their x/y location because that data is saved as the "x" and "y" fields for each scalar. Each scalar has its own values for "x" and "y"-- that's we can put the two scalars above at separate locations in the patch.; #X text 228 280 <- Create another scalar in the empty object box by typing the struct name "drawtut-attr-saving" into it.; #X obj 53 153 draw rect 50 50 0 0; #X text 52 434 We can define more data fields than just "x" and "y". Later we will use new fields to associate a scalar's data with the svg attributes. That allows us to change the visual appearance of each scalar.; #X connect 3 0 6 0; #X connect 6 0 10 0;
23
tutorial data_structure draw gui
specifying display attributes with the [draw] command
create a purr-data patch that matches the following description and keywords.
Description: specifying display attributes with the [draw] command, Keywords: tutorial data_structure draw gui
vlmax-help.pd
externals\smlib\vlmax-help.pd
#N canvas 31 108 466 316 10; #N canvas 0 22 450 300 (subpatch) 0; #X array array_vlmax 10 float 0; #X coords 0 1 9 -1 200 140 1; #X restore 239 72 graph; #X msg 8 58 1 1 1 1 1 1 1 1 1 1; #X msg 8 80 1 0 1 0 1 0 1 0 1 0; #X msg 8 102 0 1 0 1 0 1 0 1 0 1; #X msg 8 124 0 0 0 0 0 0 0 0 0 0; #X msg 8 146 -1 -1 0 0 -1 -1 0 0 -1 -1; #X msg 8 168 0 0 0 0 0 1 1 1 1 1; #X text 376 255 j#|@2002; #X text 8 22 the argument is the half-decay expressed in number of activations; #X obj 397 234 SMLib-help; #X obj 8 224 vlmax 6; #X obj 8 295 s array_vlmax; #X msg 27 201 decay 20; #X text 9 4 vlmax: vector leaky maximum; #N canvas 243 181 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 45 DESCRIPTION vector leaky maximum; #X text 12 5 KEYWORDS control list_op; #X text 12 65 INLET_0 float list decay; #X text 12 85 OUTLET_0 list float; #X restore 406 278 pd META; #X obj 8 249 list prepend 0; #X obj 8 273 list trim; #X connect 1 0 10 0; #X connect 2 0 10 0; #X connect 3 0 10 0; #X connect 4 0 10 0; #X connect 5 0 10 0; #X connect 6 0 10 0; #X connect 10 0 15 0; #X connect 12 0 10 0; #X connect 15 0 16 0; #X connect 16 0 11 0;
#N canvas 31 108 466 316 10;
39
control list_op
vector leaky maximum
create a purr-data patch that matches the following description and keywords.
Description: vector leaky maximum, Keywords: control list_op
OSCToParam-help.pd
externals\tof\tof\OSCToParam-help.pd
#N canvas 1 53 515 325 10; #X obj -8 -53 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text -3 -9 author: [email protected]; #X text -3 2 version: 2009-04-14 (initial release); #X text -3 -54 description: forwards all incomming OSC messages to matching params.; #X text -3 -20 tags: routing param OSC; #X obj -3 81 tof/OSCToParam 3475; #X text 137 72 All OSC messages received on port 3475 will be forwarded to matching params.; #N canvas 237 203 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 55 LICENSE GPL v2; #X text 12 75 AUTHOR Thomas Ouellet Fredericks; #X text 12 5 KEYWORDS control network; #X text 12 25 DESCRIPTION forward all incomming OSC messages to matching params; #X restore 444 238 pd META;
#N canvas 1 53 515 325 10; #X obj -8 -53 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text -3 -9 author: [email protected]; #X text -3 2 version: 2009-04-14 (initial release); #X text -3 -54 description: forwards all incomming OSC messages to matching params.; #X text -3 -20 tags: routing param OSC; #X obj -3 81 tof/OSCToParam 3475; #X text 137 72 All OSC messages received on port 3475 will be forwarded to matching params.;
15
control network
forward all incomming OSC messages to matching params
create a purr-data patch that matches the following description and keywords.
Description: forward all incomming OSC messages to matching params, Keywords: control network
noquit-help.pd
externals\hcs\noquit-help.pd
#N canvas 0 26 420 305 10; #X obj 64 222 noquit; #X obj 64 107 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X msg 81 131 bang; #X msg 97 155 reset; #X msg 108 178 quit; #X obj 9 7 cnv 15 400 30 empty empty noquit 20 16 0 14 -261682 -66577 0; #X obj 64 250 bng 35 250 50 0 empty empty bang_on_quit 38 17 0 12 -261234 -1 -1; #X msg 108 198 quitnow; #X text 159 177 quit in the normal way; #X text 88 106 override/reset quitting; #X text 118 132 override quitting; #X text 139 153 re-enable normal quit function; #X text 159 197 quit now without any confirmation at all; #X text 34 58 override quitting Pd for installations \, performances \, etc.; #N canvas 280 175 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 115 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control abstraction pd_op; #X text 12 45 DESCRIPTION override quitting Pd for installations \, performances \, etc.; #X text 12 75 INLET_0 float bang reset quit quitnow; #X text 12 95 OUTLET_0 bang; #X restore 371 284 pd META; #X connect 0 0 6 0; #X connect 1 0 0 0; #X connect 2 0 0 0; #X connect 3 0 0 0; #X connect 4 0 0 0; #X connect 7 0 0 0;
#N canvas 0 26 420 305 10; #X obj 64 222 noquit; #X obj 64 107 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X msg 81 131 bang; #X msg 97 155 reset; #X msg 108 178 quit; #X obj 64 250 bng 35 250 50 0 empty empty bang_on_quit 38 17 0 12 -261234 -1 -1; #X msg 108 198 quitnow; #X text 159 177 quit in the normal way; #X text 88 106 override/reset quitting; #X text 118 132 override quitting; #X text 139 153 re-enable normal quit function; #X text 159 197 quit now without any confirmation at all; #X text 34 58 override quitting Pd for installations \, performances \, etc.; #X connect 0 0 6 0; #X connect 1 0 0 0; #X connect 2 0 0 0; #X connect 3 0 0 0; #X connect 4 0 0 0; #X connect 7 0 0 0;
30
control abstraction pd_op
override quitting Pd for installations \, performances \, etc.
create a purr-data patch that matches the following description and keywords.
Description: override quitting Pd for installations \, performances \, etc., Keywords: control abstraction pd_op
env--help.pd
externals\mapping\env--help.pd
#N canvas 1 53 537 542 10; #X obj 266 362 timeroll; #X obj 42 162 random 1000; #X obj 42 136 metro 30; #X obj 42 112 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 43 365 timeroll; #X obj 68 112 loadbang; #X obj 265 264 env- 80; #X obj 42 187 / 1000; #N canvas 465 169 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 OUTLET_0 float; #X text 12 125 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 65 INLET_0 float; #X text 12 5 KEYWORDS control abstraction; #X text 12 45 DESCRIPTION negative envelope follower; #X text 12 85 INLET_1 bang; #X restore 503 495 pd META; #X text 130 26 negative envelope follower; #X connect 1 0 7 0; #X connect 2 0 1 0; #X connect 3 0 2 0; #X connect 5 0 2 0; #X connect 6 0 0 0; #X connect 7 0 4 0; #X connect 7 0 6 0;
#N canvas 1 53 537 542 10; #X obj 266 362 timeroll; #X obj 42 162 random 1000; #X obj 42 136 metro 30; #X obj 42 112 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 43 365 timeroll; #X obj 68 112 loadbang; #X obj 265 264 env- 80; #X obj 42 187 / 1000; #X text 130 26 negative envelope follower; #X connect 1 0 7 0; #X connect 2 0 1 0; #X connect 3 0 2 0; #X connect 5 0 2 0; #X connect 6 0 0 0; #X connect 7 0 4 0; #X connect 7 0 6 0;
27
control abstraction
negative envelope follower
create a purr-data patch that matches the following description and keywords.
Description: negative envelope follower, Keywords: control abstraction
radians2mapping-help.pd
externals\mapping\radians2mapping-help.pd
#N canvas 1 53 533 333 10; #X obj 5 2 cnv 15 450 20 empty empty radians2mapping 2 11 1 18 -233017 -66577 0; #X msg 422 3 pddp; #X text 254 269 released under the GNU GPL; #X text 144 228 For more info:; #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <[email protected]> ; #X text 254 186 related objects:; #X floatatom 69 195 5 0 0 1 mapping - -; #X obj 72 95 hsl 128 15 -3.14159 3.14159 0 0 empty empty radians 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 95 125 9 0 0 0 - - -; #X obj 69 160 radians2mapping; #X text 21 35 This object converts numbers from radians (-pi to pi) to the mapping range (0 to 1) with the 0's lining up in the same place. ; #X obj 252 202 radians2mapping; #X obj 140 202 degrees2mapping; #X obj 365 202 mapping2degrees; #X obj 248 226 pddp/pddplink ../mapping-about.pd -text mapping-about ; #N canvas 436 140 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 OUTLET_0 float; #X text 12 125 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 85 INLET_0 float; #X text 12 45 DESCRIPTION convert numbers from radians (-pi to pi) to the mapping range (0 to 1) with the 0's lining up in the same place ; #X text 12 5 KEYWORDS control abstraction conversion; #X restore 474 302 pd META; #X connect 7 0 8 0; #X connect 7 0 9 0; #X connect 9 0 6 0;
#N canvas 1 53 533 333 10; #X msg 422 3 pddp; #X text 254 269 released under the GNU GPL; #X text 144 228 For more info:; #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <[email protected]> ; #X text 254 186 related objects:; #X floatatom 69 195 5 0 0 1 mapping - -; #X obj 72 95 hsl 128 15 -3.14159 3.14159 0 0 empty empty radians 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 95 125 9 0 0 0 - - -; #X obj 69 160 radians2mapping; #X text 21 35 This object converts numbers from radians (-pi to pi) to the mapping range (0 to 1) with the 0's lining up in the same place. ; #X obj 252 202 radians2mapping; #X obj 140 202 degrees2mapping; #X obj 365 202 mapping2degrees; #X connect 7 0 8 0; #X connect 7 0 9 0; #X connect 9 0 6 0;
28
control abstraction conversion
convert numbers from radians (-pi to pi) to the mapping range (0 to 1) with the 0's lining up in the same place
create a purr-data patch that matches the following description and keywords.
Description: convert numbers from radians (-pi to pi) to the mapping range (0 to 1) with the 0's lining up in the same place, Keywords: control abstraction conversion
curve_graph-help.pd
externals\mapping\curve_graph-help.pd
#N canvas 1 53 495 470 10; #X obj 5 2 cnv 15 450 20 empty empty curve_graph 2 11 1 18 -233017 -66577 0; #X msg 422 3 pddp; #X text 27 410 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 424 released under the GNU GPL; #X text 98 381 For more info:; #X obj 202 379 pddp/pddplink ../all_about_curve_mapping.pd -text all_about_curve_mapping ; #X msg 19 150 reset; #X floatatom 95 163 5 0 0 0 - - -; #X floatatom 94 314 5 0 0 0 - - -; #X obj 97 331 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -262144 -1 -1 0 1; #X obj 98 143 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -261681 -1 -1 0 1; #X obj 94 187 curve_graph; #X text 18 33 This object allows you to draw an arbitrary curve \, which is then applied to the input range. To change the curve \, click anywhere on the black diagonal line and start dragging.; #X text 19 86 There are 100 points in [curve_graph] \, each one pixel in size.; #N canvas 464 140 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 95 OUTLET_0 float; #X text 12 115 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 75 INLET_0 float; #X text 12 45 DESCRIPTION draw an arbitrary curve \, which is then applied to the input range; #X text 12 5 KEYWORDS control abstraction GUI; #X restore 441 442 pd META; #X connect 6 0 11 0; #X connect 7 0 11 0; #X connect 8 0 9 0; #X connect 10 0 7 0; #X connect 11 0 8 0;
#N canvas 1 53 495 470 10; #X msg 422 3 pddp; #X text 27 410 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 424 released under the GNU GPL; #X text 98 381 For more info:; #X msg 19 150 reset; #X floatatom 95 163 5 0 0 0 - - -; #X floatatom 94 314 5 0 0 0 - - -; #X obj 97 331 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -262144 -1 -1 0 1; #X obj 98 143 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -261681 -1 -1 0 1; #X obj 94 187 curve_graph; #X text 18 33 This object allows you to draw an arbitrary curve \, which is then applied to the input range. To change the curve \, click anywhere on the black diagonal line and start dragging.; #X text 19 86 There are 100 points in [curve_graph] \, each one pixel in size.; #X connect 6 0 11 0; #X connect 7 0 11 0; #X connect 8 0 9 0; #X connect 10 0 7 0; #X connect 11 0 8 0;
29
control abstraction GUI
draw an arbitrary curve \, which is then applied to the input range
create a purr-data patch that matches the following description and keywords.
Description: draw an arbitrary curve \, which is then applied to the input range, Keywords: control abstraction GUI
3.1.motion.pd
pd\doc\manuals\pd-msg\1.msg_and_patch\3.1.motion.pd
#N canvas 300 68 415 490 10; #N canvas 425 18 332 294 testing 1; #X obj 95 11 loadbang; #X msg 95 36 0; #X obj 12 37 random 127; #X floatatom 66 94 0 0 0 0 - - -; #X msg 12 11 bang; #X connect 0 0 1 0; #X connect 1 0 3 0; #X connect 2 0 3 0; #X connect 4 0 2 0; #X restore 119 439 pd testing; #X obj 20 438 s pd-testing; #X obj 89 247 pack f f; #X text 8 54 Start here; #X floatatom 120 185 0 0 0 0 - - -; #X floatatom 89 186 0 0 0 0 - - -; #X obj 100 219 t b f; #X text 7 363 Stop here; #X text 85 154 try this !!!; #X text 9 9 This example will show you how to use the motion msg.; #X msg 89 271 motion \$1 \$2 0; #X msg 20 390 motion 15 15 0 \, editmode 0 \, vis 0; #X msg 20 75 vis 1 \, editmode 1 \, mouse 5 5 0 0 0 \, mouseup 200 200 0; #X msg 20 101 mouse 15 15 0 0 0; #N canvas 458 158 494 396 META 0; #X text 12 85 HELP_PATCH_AUTHORS Damien Henry. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 55 DESCRIPTION simulating mouse motion with messages to a canvas; #X text 12 32 LICENSE public domain; #X text 12 5 KEYWORDS control canvas_op nonlocal dynamic_patching tutorial ; #X restore 364 466 pd META; #X connect 2 0 10 0; #X connect 4 0 6 0; #X connect 5 0 2 0; #X connect 6 0 2 0; #X connect 6 1 2 1; #X connect 10 0 1 0; #X connect 11 0 1 0; #X connect 12 0 1 0; #X connect 13 0 1 0;
#N canvas 300 68 415 490 10; #X obj 20 438 s pd-testing; #X obj 89 247 pack f f; #X text 8 54 Start here; #X floatatom 120 185 0 0 0 0 - - -; #X floatatom 89 186 0 0 0 0 - - -; #X obj 100 219 t b f; #X text 7 363 Stop here; #X text 85 154 try this !!!; #X text 9 9 This example will show you how to use the motion msg.; #X msg 89 271 motion \$1 \$2 0; #X msg 20 390 motion 15 15 0 \, editmode 0 \, vis 0; #X msg 20 75 vis 1 \, editmode 1 \, mouse 5 5 0 0 0 \, mouseup 200 200 0; #X msg 20 101 mouse 15 15 0 0 0; #X connect 2 0 10 0; #X connect 4 0 6 0; #X connect 5 0 2 0; #X connect 6 0 2 0; #X connect 6 1 2 1; #X connect 10 0 1 0; #X connect 11 0 1 0; #X connect 12 0 1 0; #X connect 13 0 1 0;
40
control canvas_op nonlocal dynamic_patching tutorial
simulating mouse motion with messages to a canvas
create a purr-data patch that matches the following description and keywords.
Description: simulating mouse motion with messages to a canvas, Keywords: control canvas_op nonlocal dynamic_patching tutorial
bfft~-help.pd
externals\creb\doc\bfft~-help.pd
#N canvas 0 26 480 309 10; #X obj 17 62 osc~ 500; #X floatatom 17 -11 5 0 0 0 - - -; #X obj 17 23 * 187.5; #N canvas 0 0 450 300 (subpatch) 0; #X array \$0-scope 64 float 0; #X coords 0 1 63 -1 200 140 1 0 0; #X restore 233 16 graph; #X obj 18 113 bfft~; #X obj 71 112 ibfft~; #X text 13 -74 like fft~ but normalized and; #N canvas 379 254 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 5 KEYWORDS signal block_oriented; #X text 12 45 DESCRIPTION like fft~ but normalized and spectrum: (DC \, NY) \, (R1 \, I1) \, ...(RN-1 \, IN-1); #X text 12 75 INLET_0 signal; #X text 12 95 OUTLET_0 signal; #X text 12 115 AUTHOR Tom Schouten <[email protected]>; #X text 12 25 LICENSE GPL v2; #X restore 428 216 pd META; #X text 12 -60 spectrum: (DC \, NY) \, (R1 \, I1) \, ...(RN-1 \, IN-1) ; #X obj 17 180 tabsend~ \$0-scope; #X connect 0 0 4 0; #X connect 1 0 2 0; #X connect 2 0 0 0; #X connect 4 0 9 0;
#N canvas 0 26 480 309 10; #X obj 17 62 osc~ 500; #X floatatom 17 -11 5 0 0 0 - - -; #X obj 17 23 * 187.5;
26
signal block_oriented
like fft~ but normalized and spectrum: (DC \, NY) \, (R1 \, I1) \, ...(RN-1 \, IN-1)
create a purr-data patch that matches the following description and keywords.
Description: like fft~ but normalized and spectrum: (DC \, NY) \, (R1 \, I1) \, ...(RN-1 \, IN-1), Keywords: signal block_oriented
uid2username-help.pd
externals\hcs\uid2username-help.pd
#N canvas 0 26 429 292 10; #X msg 14 148 bang; #X obj 31 240 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 272 159 bang; #X obj 142 240 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 145 262 ^-- bang if not found; #X text 12 14 convert a UID to a username; #X symbolatom 56 242 0 0 0 0 - - -; #X msg 143 162 1; #X symbolatom 272 242 0 0 0 0 - - -; #X obj 59 93 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X floatatom 56 123 5 0 0 0 - - -; #X obj 56 190 uid2username; #X obj 272 201 uid2username 0; #N canvas 407 170 494 344 META 0; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 145 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION convert a UID to a username; #X text 12 65 INLET_0 float bang; #X text 12 85 INLET_0 float; #X text 12 105 OUTLET_0 symbol; #X text 12 125 OUTLET_1 bang; #X restore 371 262 pd META; #X connect 0 0 11 0; #X connect 2 0 12 0; #X connect 7 0 11 1; #X connect 9 0 10 0; #X connect 10 0 11 0; #X connect 11 0 1 0; #X connect 11 0 6 0; #X connect 11 1 3 0; #X connect 12 0 8 0;
#N canvas 0 26 429 292 10; #X msg 14 148 bang; #X obj 31 240 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 272 159 bang; #X obj 142 240 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 145 262 ^-- bang if not found; #X text 12 14 convert a UID to a username; #X symbolatom 56 242 0 0 0 0 - - -; #X msg 143 162 1; #X symbolatom 272 242 0 0 0 0 - - -; #X obj 59 93 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X floatatom 56 123 5 0 0 0 - - -; #X obj 56 190 uid2username; #X obj 272 201 uid2username 0; #X connect 0 0 11 0; #X connect 2 0 12 0; #X connect 7 0 11 1; #X connect 9 0 10 0; #X connect 10 0 11 0; #X connect 11 0 1 0; #X connect 11 0 6 0; #X connect 11 1 3 0; #X connect 12 0 8 0;
34
control
convert a UID to a username
create a purr-data patch that matches the following description and keywords.
Description: convert a UID to a username, Keywords: control
pong-help.pd
externals\maxlib\pong-help.pd
#N canvas 1 88 450 300 10; #X text 24 14 a bouncing ball model!; #X text 53 45 Based on pong (for Max) version 1.5 written by Richard Dudas.; #N canvas 458 88 494 344 META 0; #X text 12 285 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 265 AUTHOR Olaf Matthes <[email protected]>; #X text 12 165 INLET_5; #X text 12 145 INLET_4; #X text 12 125 INLET_3; #X text 12 105 INLET_2; #X text 12 85 INLET_1; #X text 12 65 INLET_0; #X text 12 185 OUTLET_0; #X text 12 205 OUTLET_1; #X text 12 225 OUTLET_2; #X text 12 245 OUTLET_3; #X text 12 45 DESCRIPTION bouncing ball model; #X text 12 5 KEYWORDS control; #X restore 390 269 pd META; #X obj 153 121 pong 1.23321e+07;
#N canvas 1 88 450 300 10; #X text 24 14 a bouncing ball model!; #X text 53 45 Based on pong (for Max) version 1.5 written by Richard Dudas.; #X obj 153 121 pong 1.23321e+07;
21
control
bouncing ball model
create a purr-data patch that matches the following description and keywords.
Description: bouncing ball model, Keywords: control
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
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
mapping2degrees-help.pd
externals\mapping\mapping2degrees-help.pd
#N canvas 1 53 487 327 10; #X obj 5 2 cnv 15 450 20 empty empty mapping2degrees 2 11 1 18 -233017 -66577 0; #X msg 422 3 pddp; #X text 254 269 released under the GNU GPL; #X text 185 228 For more info:; #X obj 289 226 pddp/pddplink ../mapping-about.pd -text mapping-about ; #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <[email protected]> ; #X text 300 168 related objects:; #X obj 240 184 radians2mapping; #X obj 352 184 degrees2mapping; #X floatatom 69 185 7 0 0 1 degrees - -; #X obj 72 85 hsl 128 15 0 1 0 0 empty empty mapping 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 95 115 5 0 0 0 - - -; #X text 26 34 This object converts numbers from the mapping range (0 to 1) to degrees (0 to 360) with the 0 being north.; #X obj 298 205 mapping2radians; #X obj 69 150 mapping2degrees; #N canvas 464 140 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 95 OUTLET_0 float; #X text 12 115 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 75 INLET_0 float; #X text 12 45 DESCRIPTION convert numbers from the mapping range (0 to 1) to degrees (0 to 360) with the 0 being north; #X text 12 5 KEYWORDS control abstraction conversion; #X restore 429 297 pd META; #X connect 10 0 11 0; #X connect 10 0 14 0; #X connect 14 0 9 0;
#N canvas 1 53 487 327 10; #X msg 422 3 pddp; #X text 254 269 released under the GNU GPL; #X text 185 228 For more info:; #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <[email protected]> ; #X text 300 168 related objects:; #X obj 240 184 radians2mapping; #X obj 352 184 degrees2mapping; #X floatatom 69 185 7 0 0 1 degrees - -; #X obj 72 85 hsl 128 15 0 1 0 0 empty empty mapping 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 95 115 5 0 0 0 - - -; #X text 26 34 This object converts numbers from the mapping range (0 to 1) to degrees (0 to 360) with the 0 being north.; #X obj 298 205 mapping2radians; #X obj 69 150 mapping2degrees; #X connect 10 0 11 0; #X connect 10 0 14 0; #X connect 14 0 9 0;
28
control abstraction conversion
convert numbers from the mapping range (0 to 1) to degrees (0 to 360) with the 0 being north
create a purr-data patch that matches the following description and keywords.
Description: convert numbers from the mapping range (0 to 1) to degrees (0 to 360) with the 0 being north, Keywords: control abstraction conversion
center_point-help.pd
externals\mapping\center_point-help.pd
#N canvas 1 53 490 363 10; #X obj 232 227 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 133 110 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 0; #X obj 82 227 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 130 165 center_point; #X obj 9 -4 cnv 15 450 20 empty empty center_point 2 11 1 18 -233017 -66577 0; #X text 285 306 released under the GNU GPL; #X text 16 306 (C) Copyright 2007 Free Software Foundation; #X text 22 39 Convert normal 0-to-1 data like you'd get from a joystick into a center point with two 0-to-1 ranges for either side of that center point.; #X floatatom 230 247 5 0 0 0 - - -; #X floatatom 79 248 5 0 0 0 - - -; #X floatatom 140 129 5 0 0 0 - - -; #N canvas 463 192 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 105 INLET_1 float; #X text 12 125 OUTLET_0 float; #X text 12 165 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 145 OUTLET_1 float; #X text 12 85 INLET_0 float; #X text 12 45 DESCRIPTION convert 0-to-1 data into a center point with two 0-to-1 ranges for either side of that center point; #X text 12 5 KEYWORDS control abstraction; #X restore 437 329 pd META; #X connect 0 0 8 0; #X connect 1 0 3 0; #X connect 1 0 10 0; #X connect 2 0 9 0; #X connect 3 0 2 0; #X connect 3 1 0 0;
#N canvas 1 53 490 363 10; #X obj 232 227 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 133 110 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 0; #X obj 82 227 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 130 165 center_point; #X obj 9 -4 cnv 15 450 20 empty empty center_point 2 11 1 18 -233017 -66577 0; #X text 285 306 released under the GNU GPL; #X text 16 306 (C) Copyright 2007 Free Software Foundation; #X text 22 39 Convert normal 0-to-1 data like you'd get from a joystick into a center point with two 0-to-1 ranges for either side of that center point.; #X floatatom 230 247 5 0 0 0 - - -; #X floatatom 79 248 5 0 0 0 - - -; #X floatatom 140 129 5 0 0 0 - - -; #X connect 0 0 8 0; #X connect 1 0 3 0; #X connect 1 0 10 0; #X connect 2 0 9 0; #X connect 3 0 2 0; #X connect 3 1 0 0;
29
control abstraction
convert 0-to-1 data into a center point with two 0-to-1 ranges for either side of that center point
create a purr-data patch that matches the following description and keywords.
Description: convert 0-to-1 data into a center point with two 0-to-1 ranges for either side of that center point, Keywords: control abstraction
mycobject-help.pd
externals\template\mycobject-help.pd
#N canvas 1 53 450 300 10; #X text 94 36 this is an example help file; #X obj 121 123 mycobject; #X obj 169 87 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X msg 93 79 rats; #N canvas 347 176 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 Hans Christoph Steiner; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION example libdir object class; #X text 12 65 INLET_0 float rats; #X restore 370 250 pd META; #X connect 2 0 1 0; #X connect 3 0 1 0;
#N canvas 1 53 450 300 10; #X text 94 36 this is an example help file; #X obj 121 123 mycobject; #X obj 169 87 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X msg 93 79 rats; #X connect 2 0 1 0; #X connect 3 0 1 0;
15
control
example libdir object class
create a purr-data patch that matches the following description and keywords.
Description: example libdir object class, Keywords: control
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
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_z_order.pd
packages\win64_inno\build\doc\5.reference\all_about_z_order.pd
#N canvas 431 57 448 189 10; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header z_order 20 10 1 18 -261106 -33289 0; #X obj 1 167 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 377 73 494 153 META 0; #X text 12 95 HELP_PATCH_AUTHORS Dave Sabine \, May 5 \, 2003 . Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 75 LIBRARY PDDP; #X text 12 45 DESCRIPTION description of how objects are presented graphically in Pd; #X text 12 25 KEYWORDS GUI needs_work all_about_pd; #X restore 392 169 pd META; #N canvas 217 93 428 107 Related_objects 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261106 -33289 0; #X text 7 2 Z Order- Related Objects; #X restore 103 169 pd Related_objects; #X obj 6 169 pddp/pddplink all_about.pd -text All About Pd; #X obj 255 89 cnv 15 100 60 empty empty empty 20 12 0 14 -233017 -66577 0; #X text 78 107 This comment was created after the grey [cnv] behind it. If you cut and paste the canvas (or delete it then choose "Undo" from the "Edit" menu) \, it will cover this comment.; #X text 19 36 Z-order refers to the way in which overlapping objects are displayed. Pd currently determines z-ordering in the following way: The last object created will get put in front.; #X obj 417 2 pddp/pddplink Nmop~3pIsdn~tno9V~llV.pd -text dppd;
#N canvas 431 57 448 189 10; #X text 78 107 This comment was created after the grey [cnv] behind it. If you cut and paste the canvas (or delete it then choose "Undo" from the "Edit" menu) \, it will cover this comment.; #X text 19 36 Z-order refers to the way in which overlapping objects are displayed. Pd currently determines z-ordering in the following way: The last object created will get put in front.;
18
GUI needs_work all_about_pd
description of how objects are presented graphically in Pd
create a purr-data patch that matches the following description and keywords.
Description: description of how objects are presented graphically in Pd, Keywords: GUI needs_work all_about_pd
idsfosc~-help.pd
externals\creb\doc\idsfosc~-help.pd
#N canvas 0 26 454 368 10; #X text 59 21 complex form of the (infinite) discrete summation oscillator ; #X text 62 38 1/(1-az) \, with z = e^(jw); #N canvas 331 92 494 345 META 0; #X text 12 185 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 125 OUTLET_0 signal; #X text 12 85 INLET_0 signal; #X text 12 105 INLET_1 signal; #X text 12 145 OUTLET_1 signal; #X text 12 55 DESCRIPTION complex form of the (infinite) discrete summation oscillator; #X text 12 5 KEYWORDS signal abstraction oscillator needs_work (example patch); #X text 12 35 LICENSE GPL v2; #X text 12 165 AUTHOR Tom Schouten <[email protected]>; #X restore 401 345 pd META; #X obj 80 110 idsfosc~;
#N canvas 0 26 454 368 10; #X text 59 21 complex form of the (infinite) discrete summation oscillator ; #X text 62 38 1/(1-az) \, with z = e^(jw); #X obj 80 110 idsfosc~;
15
signal abstraction oscillator needs_work (example patch)
complex form of the (infinite) discrete summation oscillator
create a purr-data patch that matches the following description and keywords.
Description: complex form of the (infinite) discrete summation oscillator, Keywords: signal abstraction oscillator needs_work (example patch)
v0x2a-help.pd
externals\markex\v0x2a-help.pd
#N canvas 382 194 450 300 10; #N canvas 247 443 494 344 META 0; #X text 12 135 AUTHOR Mark Danks; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control vector; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42. \, helppatch by IOhannes m zmölnig; #X text 13 76 INLET_0 list; #X text 13 116 OUTLET_0 list; #X text 13 96 INLET_1 float; #X text 12 45 DESCRIPTION multiplies a vector by a number; #X restore 390 271 pd META; #X msg 64 86 1 2 3; #X msg 175 86 10; #X text 52 248 a "vector" is simply a list of numbers.; #X text 27 25 MarkEx vector operation: multiply a vector by a factor ; #X obj 64 146 print vector*; #X obj 64 116 vector* 42; #X connect 1 0 6 0; #X connect 2 0 6 1; #X connect 6 0 5 0;
#N canvas 382 194 450 300 10; #X msg 64 86 1 2 3; #X msg 175 86 10; #X text 52 248 a "vector" is simply a list of numbers.; #X text 27 25 MarkEx vector operation: multiply a vector by a factor ; #X obj 64 146 print vector*; #X obj 64 116 vector* 42; #X connect 1 0 6 0; #X connect 2 0 6 1; #X connect 6 0 5 0;
20
control vector
multiplies a vector by a number
create a purr-data patch that matches the following description and keywords.
Description: multiplies a vector by a number, Keywords: control vector
linspace-help.pd
externals\smlib\linspace-help.pd
#N canvas 1 53 396 195 10; #X text 302 132 j#|@2002; #X obj 324 112 SMLib-help; #X obj 29 147 print linspace; #X floatatom 136 101 5 0 0 0 - - -; #X floatatom 82 80 5 0 0 0 - - -; #X floatatom 29 58 5 0 0 0 - - -; #X obj 11 38 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 29 36 generate; #X text 132 80 set b; #X text 187 101 set n; #X text 79 56 set a and generate; #X obj 29 124 linspace 0 1 4; #X text 9 6 generates a vector with linear spaced floats; #N canvas 226 226 494 344 META 0; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 145 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 5 KEYWORDS control; #X text 12 125 OUTLET_0 list; #X text 12 45 DESCRIPTION generate a vector with linear spaced floats ; #X text 12 65 INLET_0 bang float; #X text 12 85 INLET_1 float; #X text 12 105 INLET_2 float; #X restore 339 154 pd META; #X connect 3 0 11 2; #X connect 4 0 11 1; #X connect 5 0 11 0; #X connect 6 0 11 0; #X connect 11 0 2 0;
#N canvas 1 53 396 195 10; #X text 302 132 j#|@2002; #X obj 324 112 SMLib-help; #X obj 29 147 print linspace; #X floatatom 136 101 5 0 0 0 - - -; #X floatatom 82 80 5 0 0 0 - - -; #X floatatom 29 58 5 0 0 0 - - -; #X obj 11 38 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 29 36 generate; #X text 132 80 set b; #X text 187 101 set n; #X text 79 56 set a and generate; #X obj 29 124 linspace 0 1 4; #X text 9 6 generates a vector with linear spaced floats; #X connect 3 0 11 2; #X connect 4 0 11 1; #X connect 5 0 11 0; #X connect 6 0 11 0; #X connect 11 0 2 0;
30
control
generate a vector with linear spaced floats
create a purr-data patch that matches the following description and keywords.
Description: generate a vector with linear spaced floats, Keywords: control
v0x2f-help.pd
externals\markex\v0x2f-help.pd
#N canvas 369 150 450 300 10; #N canvas 249 435 494 344 META 0; #X text 12 135 AUTHOR Mark Danks; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control vector; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42. \, helppatch by IOhannes m zmölnig; #X text 13 76 INLET_0 list; #X text 13 116 OUTLET_0 list; #X text 13 96 INLET_1 float; #X text 12 45 DESCRIPTION divides a vector by a number; #X restore 390 271 pd META; #X msg 175 86 10; #X text 52 248 a "vector" is simply a list of numbers.; #X text 27 25 MarkEx vector operation: divide a vector by a factor ; #X obj 64 116 vector/ 42; #X msg 64 86 1 42 84; #X obj 64 146 print vector/; #X connect 1 0 4 1; #X connect 4 0 6 0; #X connect 5 0 4 0;
#N canvas 369 150 450 300 10; #X msg 175 86 10; #X text 52 248 a "vector" is simply a list of numbers.; #X text 27 25 MarkEx vector operation: divide a vector by a factor ; #X obj 64 116 vector/ 42; #X msg 64 86 1 42 84; #X obj 64 146 print vector/; #X connect 1 0 4 1; #X connect 4 0 6 0; #X connect 5 0 4 0;
20
control vector
divides a vector by a number
create a purr-data patch that matches the following description and keywords.
Description: divides a vector by a number, Keywords: control vector
rgb-color-help.pd
abstractions\jmmmp\rgb-color-help.pd
#N canvas 186 367 435 338 10; #X text 12 307 Released under the BSD License; #X text 257 90 Inlets; #X text 257 150 Outlets; #X text 257 110 - Bang; #X obj 16 92 rgb-color; #X text 12 10 [rgb-color] - Pick RGB colors for your GUI objects; #X text 257 170 - "color \$1 \$2 \$3" command; #X text 257 190 - number with current color; #X text 11 287 (C) 2010 Jo�o Pais - [email protected]; #X obj 19 263 hsl 128 15 0 127 0 0 empty \$0-slider Label -2 -8 0 10 -77055 -243095 -3657 3000 1; #X obj 16 173 s \$0-slider; #X floatatom 173 173 10 0 0 0 - - -; #X text 12 30 Define the colors of your GUI object just like using the properties window. The settings of the three fields are saved in memory while using the object.; #X text 14 230 Send your color settings here:; #X text 128 205 in Pd encoding; #X text 128 192 Current color code; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <[email protected]>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 12 6 DESCRIPTION Pick RGB colors for your GUI objects; #X text 12 36 KEYWORDS color RGB GUI; #X text 12 135 VERSION 2010; #X text 14 165 INLET_0 - Bang; #X text 14 185 OUTLET_0 - "color \$1 \$2 \$3" command; #X text 14 205 OUTLET_1 - number with current color; #X restore 372 306 pd META; #X connect 4 0 10 0; #X connect 4 1 11 0;
#N canvas 186 367 435 338 10; #X text 12 307 Released under the BSD License; #X text 257 90 Inlets; #X text 257 150 Outlets; #X text 257 110 - Bang; #X obj 16 92 rgb-color; #X text 12 10 [rgb-color] - Pick RGB colors for your GUI objects; #X text 257 170 - "color \$1 \$2 \$3" command; #X text 257 190 - number with current color; #X text 11 287 (C) 2010 Jo�o Pais - [email protected]; #X obj 19 263 hsl 128 15 0 127 0 0 empty \$0-slider Label -2 -8 0 10 -77055 -243095 -3657 3000 1; #X obj 16 173 s \$0-slider; #X floatatom 173 173 10 0 0 0 - - -; #X text 12 30 Define the colors of your GUI object just like using the properties window. The settings of the three fields are saved in memory while using the object.; #X text 14 230 Send your color settings here:; #X text 128 205 in Pd encoding; #X text 128 192 Current color code; #X connect 4 0 10 0; #X connect 4 1 11 0;
31
color RGB GUI
Pick RGB colors for your GUI objects
create a purr-data patch that matches the following description and keywords.
Description: Pick RGB colors for your GUI objects, Keywords: color RGB GUI
hid2rad-help.pd
externals\hid\hid2rad-help.pd
#N canvas 0 36 471 311 10; #X obj 5 2 cnv 15 450 20 empty empty hid2rad 2 11 1 18 -233017 -66577 0; #X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X text 254 249 released under the GNU GPL; #X text 185 208 For more info:; #X text 40 234 (C) Copyright 2005 Hans-Christoph Steiner <[email protected]> ; #X text 276 148 related objects:; #X obj 233 164 hid/rad2hid; #X obj 308 164 hid/deg2hid; #X obj 383 164 hid/hid2deg; #X obj 69 150 hid/hid2rad; #X floatatom 69 185 9 0 0 1 radians - -; #X obj 72 85 hsl 128 15 0 1 0 0 empty empty hid 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 95 115 5 0 0 0 - - -; #X 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. ; #N canvas 504 253 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL; #X text 12 85 INLET_0 float; #X text 12 105 OUTLET_0 float; #X text 12 125 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION convert numbers from the [hid] range (0 to 1) to radians (-pi to pi) with the 0's lining up in the same place. ; #X text 12 5 KEYWORDS control conversion abstraction; #X restore 417 283 pd META; #X connect 9 0 10 0; #X connect 11 0 9 0; #X connect 12 0 9 0;
#N canvas 0 36 471 311 10; #X text 254 249 released under the GNU GPL; #X text 185 208 For more info:; #X text 40 234 (C) Copyright 2005 Hans-Christoph Steiner <[email protected]> ; #X text 276 148 related objects:; #X obj 233 164 hid/rad2hid; #X obj 308 164 hid/deg2hid; #X obj 383 164 hid/hid2deg; #X obj 69 150 hid/hid2rad; #X floatatom 69 185 9 0 0 1 radians - -; #X obj 72 85 hsl 128 15 0 1 0 0 empty empty hid 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 95 115 5 0 0 0 - - -; #X 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 connect 9 0 10 0; #X connect 11 0 9 0; #X connect 12 0 9 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
hsv2rgb-help.pd
externals\markex\hsv2rgb-help.pd
#N canvas 1 53 481 346 10; #X obj 127 223 unpack 0 0 0; #X floatatom 206 245 5 0 0 1 Blue - -; #X floatatom 166 265 5 0 0 1 Green - -; #X floatatom 127 288 5 0 0 1 Red - -; #X obj 127 184 hsv2rgb; #X msg 167 119 0 1 1; #X msg 189 143 0.6 1 0.5; #X floatatom 182 48 5 0 1 1 Value - -; #X floatatom 145 30 5 0 1 1 Saturation - -; #X floatatom 127 12 5 0 1 1 Hue - -; #X obj 127 97 pack 0 0 0; #X obj 145 65 t b f; #X obj 182 65 t b f; #N canvas 485 263 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 115 AUTHOR Mark Danks; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control conversion; #X text 12 75 INLET_0 list; #X text 12 95 OUTLET_0 list; #X text 12 45 DESCRIPTION convert between HSV colorspace and RGB colorspace ; #X restore 422 315 pd META; #X connect 0 0 3 0; #X connect 0 1 2 0; #X connect 0 2 1 0; #X connect 4 0 0 0; #X connect 5 0 4 0; #X connect 6 0 4 0; #X connect 7 0 12 0; #X connect 8 0 11 0; #X connect 9 0 10 0; #X connect 10 0 4 0; #X connect 11 0 10 0; #X connect 11 1 10 1; #X connect 12 0 10 0; #X connect 12 1 10 2;
#N canvas 1 53 481 346 10; #X obj 127 223 unpack 0 0 0; #X floatatom 206 245 5 0 0 1 Blue - -; #X floatatom 166 265 5 0 0 1 Green - -; #X floatatom 127 288 5 0 0 1 Red - -; #X obj 127 184 hsv2rgb; #X msg 167 119 0 1 1; #X msg 189 143 0.6 1 0.5; #X floatatom 182 48 5 0 1 1 Value - -; #X floatatom 145 30 5 0 1 1 Saturation - -; #X floatatom 127 12 5 0 1 1 Hue - -; #X obj 127 97 pack 0 0 0; #X obj 145 65 t b f; #X obj 182 65 t b f; #X connect 0 0 3 0; #X connect 0 1 2 0; #X connect 0 2 1 0; #X connect 4 0 0 0; #X connect 5 0 4 0; #X connect 6 0 4 0; #X connect 7 0 12 0; #X connect 8 0 11 0; #X connect 9 0 10 0; #X connect 10 0 4 0; #X connect 11 0 10 0; #X connect 11 1 10 1; #X connect 12 0 10 0; #X connect 12 1 10 2;
37
control conversion
convert between HSV colorspace and RGB colorspace
create a purr-data patch that matches the following description and keywords.
Description: convert between HSV colorspace and RGB colorspace, Keywords: control conversion
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)
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
prob-help.pd
externals\mjlib\prob-help.pd
#N canvas 1 53 473 505 12; #X obj 235 384 prob; #C restore; #X obj 235 448 bng 15 250 50 0 empty empty empty 20 8 0 8 -262144 -1 -1; #X msg 134 317 start; #X msg 192 304 stop; #X floatatom 249 276 5 0 0 0 - - -; #X floatatom 294 348 5 0 1 0 - - -; #X text 221 254 time interval; #X text 271 314 probability; #X text 260 330 between 0 and 1; #X text 25 15 prob; #X text 25 36 by mark williamson; #X text 23 56 ([email protected]); #X text 26 84 prob is designed to generate a random event with a given probability at a given interval. Every clock tick (set by time) it generates a random number and compares it against the probability to see if an event should occur. If so a bang is output at the outlet. ; #X text 25 174 The probability is set as a value between 0 and 1 Time is measured in milliseconds. The messages start and stop - start and stop events being generated. The prob object can also be started with a bang.; #X obj 103 350 bng 15 250 50 0 empty empty empty 20 8 0 8 -262144 -1 -1; #X text 64 372 bang has the; #X text 64 389 same effect; #X text 64 405 as start; #N canvas 465 191 494 344 META 0; #X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 135 AUTHOR Mark Williamson <[email protected]>; #X text 12 45 DESCRIPTION designed to generate a random event with a given probability at a given interval; #X text 12 75 INLET_0 bang start stop; #X text 12 95 OUTLET_0 bang; #X text 12 115 OUTLET_1; #X text 12 5 KEYWORDS control random needs_work (OUTLET_1?); #X restore 402 477 pd META; #X connect 0 0 1 0; #X connect 2 0 0 0; #X connect 3 0 0 0; #X connect 14 0 0 0;
#N canvas 1 53 473 505 12; #X obj 235 384 prob; #C restore; #X obj 235 448 bng 15 250 50 0 empty empty empty 20 8 0 8 -262144 -1 -1; #X msg 134 317 start; #X msg 192 304 stop; #X floatatom 249 276 5 0 0 0 - - -; #X floatatom 294 348 5 0 1 0 - - -; #X text 221 254 time interval; #X text 271 314 probability; #X text 260 330 between 0 and 1; #X text 25 15 prob; #X text 25 36 by mark williamson; #X text 23 56 ([email protected]); #X text 26 84 prob is designed to generate a random event with a given probability at a given interval. Every clock tick (set by time) it generates a random number and compares it against the probability to see if an event should occur. If so a bang is output at the outlet. ; #X text 25 174 The probability is set as a value between 0 and 1 Time is measured in milliseconds. The messages start and stop - start and stop events being generated. The prob object can also be started with a bang.; #X obj 103 350 bng 15 250 50 0 empty empty empty 20 8 0 8 -262144 -1 -1; #X text 64 372 bang has the; #X text 64 389 same effect; #X text 64 405 as start; #X connect 0 0 1 0; #X connect 2 0 0 0; #X connect 3 0 0 0; #X connect 14 0 0 0;
34
control random needs_work (OUTLET_1?)
designed to generate a random event with a given probability at a given interval
create a purr-data patch that matches the following description and keywords.
Description: designed to generate a random event with a given probability at a given interval, Keywords: control random needs_work (OUTLET_1?)
remote-help.pd
externals\maxlib\remote-help.pd
#N canvas 0 26 484 292 12; #X text 9 9 remote :: send data to any receive object; #X obj 32 224 remote; #X obj 216 222 receive bla; #X obj 321 222 receive foo; #X obj 216 250 print bla; #X obj 321 250 print foo; #X msg 32 104 bla 17.3 23; #X msg 76 183 foo 13 \, bla 4; #X text 148 75 use message: <name> <data>; #X text 253 91 with data of any type; #X text 89 26 written by Olaf Matthes <[email protected]>; #X msg 61 147 foo five is 2 more than 3; #X msg 294 146 \; bla 17.3 23; #X text 296 184 this does the same...; #N canvas 293 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 Olaf Matthes <[email protected]>; #X text 12 5 KEYWORDS control nonlocal; #X text 12 45 DESCRIPTION send data to any receive object; #X text 12 65 INLET_0 anything; #X restore 423 267 pd META; #X connect 2 0 4 0; #X connect 3 0 5 0; #X connect 6 0 1 0; #X connect 7 0 1 0; #X connect 11 0 1 0;
#N canvas 0 26 484 292 12; #X text 9 9 remote :: send data to any receive object; #X obj 32 224 remote; #X obj 216 222 receive bla; #X obj 321 222 receive foo; #X obj 216 250 print bla; #X obj 321 250 print foo; #X msg 32 104 bla 17.3 23; #X msg 76 183 foo 13 \, bla 4; #X text 148 75 use message: <name> <data>; #X text 253 91 with data of any type; #X text 89 26 written by Olaf Matthes <[email protected]>; #X msg 61 147 foo five is 2 more than 3; #X msg 294 146 \; bla 17.3 23; #X text 296 184 this does the same...; #X connect 2 0 4 0; #X connect 3 0 5 0; #X connect 6 0 1 0; #X connect 7 0 1 0; #X connect 11 0 1 0;
28
control nonlocal
send data to any receive object
create a purr-data patch that matches the following description and keywords.
Description: send data to any receive object, Keywords: control nonlocal
printbytes-help.pd
externals\moocow\pdstring\src\printbytes-help.pd
#N canvas 0 26 450 333 10; #X text 43 5 printbytes - print byte strings to pd console; #X obj 44 172 printbytes mybytes; #X text 141 266 Bryan Jurish <[email protected]>; #X text 17 231 SEE ALSO:; #X obj 86 230 pdstring; #X obj 150 230 locale; #X text 153 45 "ABC"; #X text 183 173 First argument is prefixed to output; #X msg 44 44 list 65 66 67; #X msg 54 64 foo 49 50 51; #X text 153 65 "123" \, selector "foo" is printed extra; #X msg 67 87 228 246 252; #X msg 71 111 195 164 195 182 195 188; #X text 247 111 ... or in UTF-8; #X msg 73 137 207 128 206 180; #X text 189 137 "&pi &delta" in UTF-8; #X text 157 89 "&auml &ouml &uuml" in ISO-8859-1; #N canvas 260 141 494 344 META 0; #X text 12 105 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 65 INLET_0 anything; #X text 12 85 AUTHOR Bryan Jurish <[email protected]>; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION print byte strings to pd console; #X restore 391 305 pd META; #X connect 8 0 1 0; #X connect 9 0 1 0; #X connect 11 0 1 0; #X connect 12 0 1 0; #X connect 14 0 1 0;
#N canvas 0 26 450 333 10; #X text 43 5 printbytes - print byte strings to pd console; #X obj 44 172 printbytes mybytes; #X text 141 266 Bryan Jurish <[email protected]>; #X text 17 231 SEE ALSO:; #X obj 86 230 pdstring; #X obj 150 230 locale; #X text 153 45 "ABC"; #X text 183 173 First argument is prefixed to output; #X msg 44 44 list 65 66 67; #X msg 54 64 foo 49 50 51; #X text 153 65 "123" \, selector "foo" is printed extra; #X msg 67 87 228 246 252; #X msg 71 111 195 164 195 182 195 188; #X text 247 111 ... or in UTF-8; #X msg 73 137 207 128 206 180; #X text 189 137 "&pi &delta" in UTF-8; #X text 157 89 "&auml &ouml &uuml" in ISO-8859-1; #X connect 8 0 1 0; #X connect 9 0 1 0; #X connect 11 0 1 0; #X connect 12 0 1 0; #X connect 14 0 1 0;
31
control
print byte strings to pd console
create a purr-data patch that matches the following description and keywords.
Description: print byte strings to pd console, Keywords: control
length-help.pd
externals\zexy\reference\length-help.pd
#N canvas 0 31 416 236 10; #X obj 77 40 length; #X text 141 43 get the length of a list; #X obj 72 186 length; #X floatatom 72 206 4 0 0 0 - - -; #X msg 72 109 list these are 4 elements; #X msg 83 128 1 2 3; #X msg 95 155 auralization by wave field synthesis; #X msg 25 113 bang; #X floatatom 14 146 4 0 0 0 - - -; #X text 324 19 part of zexy; #N canvas 607 221 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 65 INLET_0 anything; #X text 12 85 OUTLET_0 float; #X text 12 45 DESCRIPTION get the length of a list; #X restore 363 211 pd META; #X connect 2 0 3 0; #X connect 4 0 2 0; #X connect 5 0 2 0; #X connect 6 0 2 0; #X connect 7 0 2 0; #X connect 8 0 2 0;
#N canvas 0 31 416 236 10; #X obj 77 40 length; #X text 141 43 get the length of a list; #X obj 72 186 length; #X floatatom 72 206 4 0 0 0 - - -; #X msg 72 109 list these are 4 elements; #X msg 83 128 1 2 3; #X msg 95 155 auralization by wave field synthesis; #X msg 25 113 bang; #X floatatom 14 146 4 0 0 0 - - -; #X text 324 19 part of zexy; #X connect 2 0 3 0; #X connect 4 0 2 0; #X connect 5 0 2 0; #X connect 6 0 2 0; #X connect 7 0 2 0; #X connect 8 0 2 0;
26
control list_op
get the length of a list
create a purr-data patch that matches the following description and keywords.
Description: get the length of a list, Keywords: control list_op
median-help.pd
externals\mapping\median-help.pd
#N canvas 1 53 556 332 10; #X declare -lib zexy; #X declare -lib zexy; #X obj 16 105 cnv 15 60 60 empty empty empty 20 12 0 14 -258699 -66577 0; #X floatatom 22 220 5 0 0 0 - - -; #X text 326 235 )c( Alexandre Quessy 2006; #X msg 89 55 123 234 345 123 345 67; #X obj 390 203 zexy; #X text 324 203 Requires; #X obj 474 203 expr; #X text 436 203 and; #X text 328 249 Release under the GPL v2; #X text 125 139 Calculates the median of a list of floats.; #X text 127 103 [median]; #X msg 89 29 999 999 7 6 5 0 -99999; #X msg 88 4 0 67 68 67 69 67 1023; #X obj 22 115 median; #X text 131 250 See also; #X obj 199 247 median_n; #N canvas 463 53 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 85 OUTLET_0 float; #X text 12 105 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 5 KEYWORDS control abstraction; #X text 12 45 DESCRIPTION calculate the median of a list of floats ; #X text 12 65 INLET_0 list; #X restore 488 301 pd META; #X connect 3 0 13 0; #X connect 11 0 13 0; #X connect 12 0 13 0; #X connect 13 0 1 0;
#N canvas 1 53 556 332 10; #X declare -lib zexy; #X declare -lib zexy; #X floatatom 22 220 5 0 0 0 - - -; #X text 326 235 )c( Alexandre Quessy 2006; #X msg 89 55 123 234 345 123 345 67; #X obj 390 203 zexy; #X text 324 203 Requires; #X obj 474 203 expr; #X text 436 203 and; #X text 328 249 Release under the GPL v2; #X text 125 139 Calculates the median of a list of floats.; #X text 127 103 [median]; #X msg 89 29 999 999 7 6 5 0 -99999; #X msg 88 4 0 67 68 67 69 67 1023; #X obj 22 115 median; #X text 131 250 See also; #X obj 199 247 median_n; #X connect 3 0 13 0; #X connect 11 0 13 0; #X connect 12 0 13 0; #X connect 13 0 1 0;
32
control abstraction
calculate the median of a list of floats
create a purr-data patch that matches the following description and keywords.
Description: calculate the median of a list of floats, Keywords: control abstraction
strcat-help.pd
externals\markex\strcat-help.pd
#N canvas 1 53 454 304 10; #X obj 181 131 strcat foo; #X msg 147 58 symbol bar; #X symbolatom 181 182 0 0 0 0 - - -; #X text 16 255 [strcat] prepends its text to any symbol that is sent to it.; #X msg 173 79 symbol kneipe; #X msg 195 101 symbol d; #N canvas 457 170 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 115 AUTHOR Mark Danks; #X text 12 25 LICENSE GPL v2; #X text 12 45 DESCRIPTION prepend text to any symbol that is sent to the inlet; #X text 12 75 INLET_0 symbol; #X text 12 95 OUTLET_0 symbol; #X text 12 5 KEYWORDS control symbol_op; #X restore 401 276 pd META; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 4 0 0 0; #X connect 5 0 0 0;
#N canvas 1 53 454 304 10; #X obj 181 131 strcat foo; #X msg 147 58 symbol bar; #X symbolatom 181 182 0 0 0 0 - - -; #X text 16 255 [strcat] prepends its text to any symbol that is sent to it.; #X msg 173 79 symbol kneipe; #X msg 195 101 symbol d; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 4 0 0 0; #X connect 5 0 0 0;
20
control symbol_op
prepend text to any symbol that is sent to the inlet
create a purr-data patch that matches the following description and keywords.
Description: prepend text to any symbol that is sent to the inlet, Keywords: control symbol_op
tabreceive~-help.pd
packages\win64_inno\build\doc\5.reference\tabreceive~-help.pd
#N canvas 429 35 555 619 10; #X obj 0 595 cnv 15 552 21 empty \$0-pddp.cnv.footer empty 20 12 0 14 -228856 -66577 0; #X obj 0 0 cnv 15 552 40 empty \$0-pddp.cnv.header tabreceive~ 3 12 0 18 -204280 -1 0; #X obj 0 450 cnv 3 550 3 empty \$0-pddp.cnv.inlets inlets 8 12 0 13 -228856 -1 0; #N canvas 483 288 494 344 META 0; #X text 12 115 LIBRARY internal; #X text 12 155 WEBSITE http://crca.ucsd.edu/~msp/; #X text 12 25 LICENSE SIBSD; #X text 12 135 AUTHOR Miller Puckette; #X text 12 195 HELP_PATCH_AUTHORS Updated for Pd version 0.33. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 45 DESCRIPTION read a block of a signal from an array continuously ; #X text 12 75 INLET_0; #X text 12 95 OUTLET_0 signal; #X text 12 175 RELEASE_DATE 1997; #X text 12 5 KEYWORDS signal array block_oriented; #X restore 500 597 pd META; #X obj 0 487 cnv 3 550 3 empty \$0-pddp.cnv.outlets outlets 8 12 0 13 -228856 -1 0; #X obj 0 524 cnv 3 550 3 empty \$0-pddp.cnv.argument arguments 8 12 0 13 -228856 -1 0; #X obj 0 565 cnv 3 550 3 empty \$0-pddp.cnv.more_info more_info 8 12 0 13 -228856 -1 0; #N canvas 214 527 428 109 Related_objects 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -204280 -1 0; #X obj 103 43 fft~; #X obj 23 43 tabsend~; #X text 8 2 [tabreceive~] Related Objects; #X restore 102 597 pd Related_objects; #X obj 78 459 cnv 17 3 17 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856 -162280 0; #X obj 78 496 cnv 17 3 17 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856 -162280 0; #X obj 466 10 tabreceive~; #X text 11 23 read a block of a signal from an array continuously; #X obj 95 226 tabreceive~; #X text 90 291 By default a block is 64 samples \; this can be reset using the block~ object.; #X text 203 226 - read a block of a signal from an array continuously ; #X text 168 542 - the name of an array to read from.; #X text 98 495 signal; #X text 98 458 unknown; #X text 80 542 1) symbol atom; #X obj 4 597 pddp/pddplink all_about_help_patches.pd -text Usage Guide ; #X obj 474 55 pddp/dsp; #X obj 98 570 pddp/pddplink all_about_arrays.pd;
#N canvas 429 35 555 619 10; #X obj 466 10 tabreceive~; #X text 11 23 read a block of a signal from an array continuously; #X obj 95 226 tabreceive~; #X text 90 291 By default a block is 64 samples \; this can be reset using the block~ object.; #X text 203 226 - read a block of a signal from an array continuously ; #X text 168 542 - the name of an array to read from.; #X text 98 495 signal; #X text 98 458 unknown; #X text 80 542 1) symbol atom; #X obj 474 55 pddp/dsp;
39
signal array block_oriented
read a block of a signal from an array continuously
create a purr-data patch that matches the following description and keywords.
Description: read a block of a signal from an array continuously, Keywords: signal array block_oriented
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
test_n-help.pd
externals\mapping\test_n-help.pd
#N canvas 1 53 467 373 10; #X floatatom 222 280 5 0 0 0 - - -; #X floatatom 150 329 5 0 0 0 - - -; #X msg 150 245 0; #X msg 181 245 1; #X text 268 277 size: n; #X text 19 25 sends a 1 if the last n values are equal to the first argument; #X floatatom 137 194 5 0 0 0 - - -; #X msg 137 110 word; #X msg 175 110 not-word; #X msg 120 245 2; #X text 13 72 click [word( five times in a row and you will get a 1 (5 is the default for how many \, aka "n"); #X text 25 220 click [2( three times in a row and you will get a 1 ; #X obj 137 168 test_n word; #X obj 150 303 test_n 2 3; #X obj 5 2 cnv 15 450 20 empty empty test_n 2 11 1 18 -233017 -66577 0; #N canvas 464 140 494 344 META 0; #X text 12 175 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 135 OUTLET_0 float; #X text 12 155 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 5 KEYWORDS control abstraction; #X text 12 45 DESCRIPTION send a 1 if the last n values are equal to the first argument; #X text 12 75 INLET_0 anything; #X text 12 95 INLET_1 anything; #X text 12 115 INLET_2 float; #X restore 405 338 pd META; #X connect 0 0 13 2; #X connect 2 0 13 0; #X connect 3 0 13 0; #X connect 7 0 12 0; #X connect 8 0 12 0; #X connect 9 0 13 0; #X connect 12 0 6 0; #X connect 13 0 1 0;
#N canvas 1 53 467 373 10; #X floatatom 222 280 5 0 0 0 - - -; #X floatatom 150 329 5 0 0 0 - - -; #X msg 150 245 0; #X msg 181 245 1; #X text 268 277 size: n; #X text 19 25 sends a 1 if the last n values are equal to the first argument; #X floatatom 137 194 5 0 0 0 - - -; #X msg 137 110 word; #X msg 175 110 not-word; #X msg 120 245 2; #X text 13 72 click [word( five times in a row and you will get a 1 (5 is the default for how many \, aka "n"); #X text 25 220 click [2( three times in a row and you will get a 1 ; #X obj 137 168 test_n word; #X obj 150 303 test_n 2 3; #X connect 0 0 13 2; #X connect 2 0 13 0; #X connect 3 0 13 0; #X connect 7 0 12 0; #X connect 8 0 12 0; #X connect 9 0 13 0; #X connect 12 0 6 0; #X connect 13 0 1 0;
35
control abstraction
send a 1 if the last n values are equal to the first argument
create a purr-data patch that matches the following description and keywords.
Description: send a 1 if the last n values are equal to the first argument, Keywords: control abstraction
split_path-help.pd
externals\hcs\split_path-help.pd
#N canvas 0 26 430 344 10; #X obj 111 221 split_path; #X symbolatom 111 281 0 0 0 3 path - -; #X symbolatom 175 245 0 0 0 3 filename - -; #X msg 31 20 symbol just-a-file.pd; #X obj 95 241 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 159 240 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 139 102 symbol relative-path/; #X text 302 102 <-- note trailing /; #X msg 152 156 symbol /path/to/too/many//////slashes; #X text 213 303 ^-- always ends without a /; #X msg 76 46 symbol /path/to/just-a-file.pd; #X msg 118 78 symbol no-trailing-slash; #X msg 146 131 symbol ../another/relative/path/to/file.pd; #X msg 154 179 symbol /path/with/trailing/slash/; #N canvas 280 175 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 125 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control symbol_op; #X text 12 45 DESCRIPTION split a path from a file name; #X text 12 65 INLET_0 symbol; #X text 12 85 OUTLET_0 symbol; #X text 12 105 OUTLET_1 symbol; #X restore 380 324 pd META; #X connect 0 0 1 0; #X connect 0 0 4 0; #X connect 0 1 2 0; #X connect 0 1 5 0; #X connect 3 0 0 0; #X connect 6 0 0 0; #X connect 8 0 0 0; #X connect 10 0 0 0; #X connect 11 0 0 0; #X connect 12 0 0 0; #X connect 13 0 0 0;
#N canvas 0 26 430 344 10; #X obj 111 221 split_path; #X symbolatom 111 281 0 0 0 3 path - -; #X symbolatom 175 245 0 0 0 3 filename - -; #X msg 31 20 symbol just-a-file.pd; #X obj 95 241 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 159 240 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 139 102 symbol relative-path/; #X text 302 102 <-- note trailing /; #X msg 152 156 symbol /path/to/too/many//////slashes; #X text 213 303 ^-- always ends without a /; #X msg 76 46 symbol /path/to/just-a-file.pd; #X msg 118 78 symbol no-trailing-slash; #X msg 146 131 symbol ../another/relative/path/to/file.pd; #X msg 154 179 symbol /path/with/trailing/slash/; #X connect 0 0 1 0; #X connect 0 0 4 0; #X connect 0 1 2 0; #X connect 0 1 5 0; #X connect 3 0 0 0; #X connect 6 0 0 0; #X connect 8 0 0 0; #X connect 10 0 0 0; #X connect 11 0 0 0; #X connect 12 0 0 0; #X connect 13 0 0 0;
36
control symbol_op
split a path from a file name
create a purr-data patch that matches the following description and keywords.
Description: split a path from a file name, Keywords: control symbol_op
ENV-help.pd
externals\cxc\ENV-help.pd
#N canvas 0 31 625 314 10; #X obj 147 203 ENV; #X msg 147 163 RAND_MAX; #X floatatom 226 253 10 0 0 0 - - -; #X obj 147 277 print; #X msg 214 164 getenv \$1; #X symbolatom 215 130 10 0 0 0 - - -; #X obj 295 130 symbol; #X msg 311 105 HOSTNAME; #X msg 310 80 USERNAME; #X obj 147 228 route symbol; #X msg 147 253 \$1; #X msg 424 110 USERNAME bla; #X obj 395 202 print pre; #X msg 425 135 HOSTNAME testi; #X msg 312 45 RANDOM; #X text 18 7 get and set environment variables etc ...; #X msg 244 51 DATE; #N canvas 299 125 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 65 DESCRIPTION get and set environment variables; #X text 12 85 INLET_0 RAND_MAX getenv; #X text 12 105 OUTLET_0 float symbol; #X text 12 45 LICENSE GPL v2; #X text 12 125 AUTHOR [email protected]; #X text 12 15 KEYWORDS control filesystem; #X restore 575 293 pd META; #X obj 386 168 cxc_prepend setenv; #X connect 0 0 9 0; #X connect 1 0 0 0; #X connect 4 0 0 0; #X connect 5 0 4 0; #X connect 6 0 4 0; #X connect 7 0 6 0; #X connect 8 0 6 0; #X connect 9 0 10 0; #X connect 9 1 2 0; #X connect 10 0 3 0; #X connect 14 0 6 0; #X connect 16 0 6 0;
#N canvas 0 31 625 314 10; #X obj 147 203 ENV; #X msg 147 163 RAND_MAX; #X floatatom 226 253 10 0 0 0 - - -; #X obj 147 277 print; #X msg 214 164 getenv \$1; #X symbolatom 215 130 10 0 0 0 - - -; #X obj 295 130 symbol; #X msg 311 105 HOSTNAME; #X msg 310 80 USERNAME; #X obj 147 228 route symbol; #X msg 147 253 \$1; #X msg 424 110 USERNAME bla; #X obj 395 202 print pre; #X msg 425 135 HOSTNAME testi; #X msg 312 45 RANDOM; #X text 18 7 get and set environment variables etc ...; #X msg 244 51 DATE; #X obj 386 168 cxc_prepend setenv; #X connect 0 0 9 0; #X connect 1 0 0 0; #X connect 4 0 0 0; #X connect 5 0 4 0; #X connect 6 0 4 0; #X connect 7 0 6 0; #X connect 8 0 6 0; #X connect 9 0 10 0; #X connect 9 1 2 0; #X connect 10 0 3 0; #X connect 14 0 6 0; #X connect 16 0 6 0;
40
control filesystem
get and set environment variables
create a purr-data patch that matches the following description and keywords.
Description: get and set environment variables, Keywords: control filesystem
tcpreceive-help.pd
externals\mrpeach\net\tcpreceive-help.pd
#N canvas 1 53 478 294 12; #X floatatom 206 144 3 0 0 0 - - -; #X floatatom 233 144 3 0 0 0 - - -; #X floatatom 260 144 3 0 0 0 - - -; #X floatatom 287 144 3 0 0 0 - - -; #X text 163 143 from; #X obj 155 185 print message; #X obj 155 57 tcpreceive 9997; #X floatatom 257 96 5 0 0 0 - - -; #X text 303 94 connections; #X text 32 16 tcpreceive receives bytes over a tcp connection.; #X floatatom 315 144 5 0 0 0 - - -; #X obj 206 117 unpack 0 0 0 0 0; #X text 265 235 Martin Peach 2008/11/05; #N canvas 529 268 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 125 AUTHOR Martin Peach; #X text 12 25 LICENSE GPL v2 or later; #X text 12 5 KEYWORDS control network; #X text 12 45 DESCRIPTION tcpreceive receives bytes over a tcp connection ; #X text 12 65 OUTLET_0 anything; #X text 12 85 OUTLET_1 list; #X text 12 105 OUTLET_2 float; #X restore 421 264 pd META; #X connect 6 0 5 0; #X connect 6 1 11 0; #X connect 6 2 7 0; #X connect 11 0 0 0; #X connect 11 1 1 0; #X connect 11 2 2 0; #X connect 11 3 3 0; #X connect 11 4 10 0;
#N canvas 1 53 478 294 12; #X floatatom 206 144 3 0 0 0 - - -; #X floatatom 233 144 3 0 0 0 - - -; #X floatatom 260 144 3 0 0 0 - - -; #X floatatom 287 144 3 0 0 0 - - -; #X text 163 143 from; #X obj 155 185 print message; #X obj 155 57 tcpreceive 9997; #X floatatom 257 96 5 0 0 0 - - -; #X text 303 94 connections; #X text 32 16 tcpreceive receives bytes over a tcp connection.; #X floatatom 315 144 5 0 0 0 - - -; #X obj 206 117 unpack 0 0 0 0 0; #X text 265 235 Martin Peach 2008/11/05; #X connect 6 0 5 0; #X connect 6 1 11 0; #X connect 6 2 7 0; #X connect 11 0 0 0; #X connect 11 1 1 0; #X connect 11 2 2 0; #X connect 11 3 3 0; #X connect 11 4 10 0;
32
control network
tcpreceive receives bytes over a tcp connection
create a purr-data patch that matches the following description and keywords.
Description: tcpreceive receives bytes over a tcp connection, Keywords: control network
vfmod-help.pd
externals\smlib\vfmod-help.pd
#N canvas 1 53 442 175 10; #X text 354 107 j#|@2002; #X obj 376 87 SMLib-help; #X text 10 6 vfmod computes the modulo of each element in a vector ; #X obj 15 127 print; #X floatatom 66 81 5 0 0 0 - - -; #X text 79 103 base; #X text 78 119 base zero becomes one; #X msg 15 33 0 0.5 1 1.5 2 2.5 3 3.5; #X msg 26 58 0 -0.5 -1 -1.5 -2 -2.5 -3 -3.5; #X obj 15 101 vfmod 2; #X text 78 134 default argument is 1; #N canvas 178 183 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 5 KEYWORDS control list_op; #X text 12 65 INLET_0 list float; #X text 12 105 OUTLET_0 list float; #X text 12 45 DESCRIPTION compute the modulo of each element in a vector ; #X text 12 85 INLET_1 float; #X restore 386 128 pd META; #X connect 4 0 9 1; #X connect 7 0 9 0; #X connect 8 0 9 0; #X connect 9 0 3 0;
#N canvas 1 53 442 175 10; #X text 354 107 j#|@2002; #X obj 376 87 SMLib-help; #X text 10 6 vfmod computes the modulo of each element in a vector ; #X obj 15 127 print; #X floatatom 66 81 5 0 0 0 - - -; #X text 79 103 base; #X text 78 119 base zero becomes one; #X msg 15 33 0 0.5 1 1.5 2 2.5 3 3.5; #X msg 26 58 0 -0.5 -1 -1.5 -2 -2.5 -3 -3.5; #X obj 15 101 vfmod 2; #X text 78 134 default argument is 1; #X connect 4 0 9 1; #X connect 7 0 9 0; #X connect 8 0 9 0; #X connect 9 0 3 0;
26
control list_op
compute the modulo of each element in a vector
create a purr-data patch that matches the following description and keywords.
Description: compute the modulo of each element in a vector, Keywords: control list_op
tcpreceive-help.pd
externals\mrpeach\net\tcpreceive-help.pd
#N canvas 1 53 478 294 12; #X floatatom 206 144 3 0 0 0 - - -; #X floatatom 233 144 3 0 0 0 - - -; #X floatatom 260 144 3 0 0 0 - - -; #X floatatom 287 144 3 0 0 0 - - -; #X text 163 143 from; #X obj 155 185 print message; #X obj 155 57 tcpreceive 9997; #X floatatom 257 96 5 0 0 0 - - -; #X text 303 94 connections; #X text 32 16 tcpreceive receives bytes over a tcp connection.; #X floatatom 315 144 5 0 0 0 - - -; #X obj 206 117 unpack 0 0 0 0 0; #X text 265 235 Martin Peach 2008/11/05; #N canvas 529 268 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 125 AUTHOR Martin Peach; #X text 12 25 LICENSE GPL v2 or later; #X text 12 5 KEYWORDS control network; #X text 12 45 DESCRIPTION tcpreceive receives bytes over a tcp connection ; #X text 12 65 OUTLET_0 anything; #X text 12 85 OUTLET_1 list; #X text 12 105 OUTLET_2 float; #X restore 421 264 pd META; #X connect 6 0 5 0; #X connect 6 1 11 0; #X connect 6 2 7 0; #X connect 11 0 0 0; #X connect 11 1 1 0; #X connect 11 2 2 0; #X connect 11 3 3 0; #X connect 11 4 10 0;
#N canvas 1 53 478 294 12; #X floatatom 206 144 3 0 0 0 - - -; #X floatatom 233 144 3 0 0 0 - - -; #X floatatom 260 144 3 0 0 0 - - -; #X floatatom 287 144 3 0 0 0 - - -; #X text 163 143 from; #X obj 155 185 print message; #X obj 155 57 tcpreceive 9997; #X floatatom 257 96 5 0 0 0 - - -; #X text 303 94 connections; #X text 32 16 tcpreceive receives bytes over a tcp connection.; #X floatatom 315 144 5 0 0 0 - - -; #X obj 206 117 unpack 0 0 0 0 0; #X text 265 235 Martin Peach 2008/11/05; #X connect 6 0 5 0; #X connect 6 1 11 0; #X connect 6 2 7 0; #X connect 11 0 0 0; #X connect 11 1 1 0; #X connect 11 2 2 0; #X connect 11 3 3 0; #X connect 11 4 10 0;
32
control network
tcpreceive receives bytes over a tcp connection
create a purr-data patch that matches the following description and keywords.
Description: tcpreceive receives bytes over a tcp connection, Keywords: control network
mtosr-help.pd
externals\bsaylor\mtosr-help.pd
#N canvas 1 53 450 300 10; #X text 95 204 creation argument: samplerate at middle C.; #X text 46 145 takes midi note value and converts to a samplerate for sample playback.; #N canvas 256 179 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 5 KEYWORDS control abstraction MIDI conversion; #X text 12 45 DESCRIPTION takes MIDI note value and converts to a samplerate for sample playback; #X text 12 75 INLET_0 float; #X text 12 95 OUTLET_0 float; #X text 12 25 LICENSE GPL v2; #X text 12 115 AUTHOR Benjamin R. Saylor <[email protected]>; #X restore 386 263 pd META; #X floatatom 177 59 5 0 0 0 - - -; #X floatatom 177 121 12 0 0 0 - - -; #X obj 177 88 mtosr 44100; #X connect 3 0 5 0; #X connect 5 0 4 0;
#N canvas 1 53 450 300 10; #X text 95 204 creation argument: samplerate at middle C.; #X text 46 145 takes midi note value and converts to a samplerate for sample playback.; #X floatatom 177 59 5 0 0 0 - - -; #X floatatom 177 121 12 0 0 0 - - -; #X obj 177 88 mtosr 44100; #X connect 3 0 5 0; #X connect 5 0 4 0;
17
control abstraction MIDI conversion
takes MIDI note value and converts to a samplerate for sample playback
create a purr-data patch that matches the following description and keywords.
Description: takes MIDI note value and converts to a samplerate for sample playback, Keywords: control abstraction MIDI conversion
dripchar-help.pd
externals\moonlib\dripchar-help.pd
#N canvas 0 31 430 247 10; #X obj 0 0 cnv 8 100 60 empty empty dripchar 10 20 1 18 -262144 -1109 0; #X text 7 221 (c) Moonix: Antoine Rousseau 2003; #X obj 131 49 loadbang; #X obj 131 95 dripchar; #X msg 131 69 symbol Antoine; #X text 132 12 drip characters from a symbol to a list; #X obj 131 117 unpack s s s s s s s; #X symbolatom 131 142 1 0 0 0 - - -; #X symbolatom 153 142 1 0 0 0 - - -; #X symbolatom 176 142 1 0 0 0 - - -; #X symbolatom 198 142 1 0 0 0 - - -; #X symbolatom 221 142 1 0 0 0 - - -; #X symbolatom 243 142 1 0 0 0 - - -; #X symbolatom 266 142 1 0 0 0 - - -; #X msg 245 69 symbol moonix_; #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 drip characters from a symbol to a list; #X text 12 65 INLET_0 symbol; #X text 12 85 OUTLET_0 list; #X restore 363 207 pd META; #X connect 2 0 4 0; #X connect 3 0 6 0; #X connect 4 0 3 0; #X connect 6 0 7 0; #X connect 6 1 8 0; #X connect 6 2 9 0; #X connect 6 3 10 0; #X connect 6 4 11 0; #X connect 6 5 12 0; #X connect 6 6 13 0; #X connect 14 0 3 0;
#N canvas 0 31 430 247 10; #X text 7 221 (c) Moonix: Antoine Rousseau 2003; #X obj 131 49 loadbang; #X obj 131 95 dripchar; #X msg 131 69 symbol Antoine; #X text 132 12 drip characters from a symbol to a list; #X obj 131 117 unpack s s s s s s s; #X symbolatom 131 142 1 0 0 0 - - -; #X symbolatom 153 142 1 0 0 0 - - -; #X symbolatom 176 142 1 0 0 0 - - -; #X symbolatom 198 142 1 0 0 0 - - -; #X symbolatom 221 142 1 0 0 0 - - -; #X symbolatom 243 142 1 0 0 0 - - -; #X symbolatom 266 142 1 0 0 0 - - -; #X msg 245 69 symbol moonix_; #X connect 2 0 4 0; #X connect 3 0 6 0; #X connect 4 0 3 0; #X connect 6 0 7 0; #X connect 6 1 8 0; #X connect 6 2 9 0; #X connect 6 3 10 0; #X connect 6 4 11 0; #X connect 6 5 12 0; #X connect 6 6 13 0; #X connect 14 0 3 0;
36
control conversion symbol_op
drip characters from a symbol to a list
create a purr-data patch that matches the following description and keywords.
Description: drip characters from a symbol to a list, Keywords: control conversion symbol_op
ISOtime-help.pd
externals\hcs\ISOtime-help.pd
#N canvas 0 31 362 237 10; #X msg 139 82 bang; #X symbolatom 138 156 0 0 0 0 - - -; #X obj 139 114 ISOtime; #X text 49 29 output the current time in ISO format; #N canvas 280 175 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 105 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION output the current time in ISO format; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_0 symbol; #X restore 302 212 pd META; #X connect 0 0 2 0; #X connect 2 0 1 0;
#N canvas 0 31 362 237 10; #X msg 139 82 bang; #X symbolatom 138 156 0 0 0 0 - - -; #X obj 139 114 ISOtime; #X text 49 29 output the current time in ISO format; #X connect 0 0 2 0; #X connect 2 0 1 0;
16
control
output the current time in ISO format
create a purr-data patch that matches the following description and keywords.
Description: output the current time in ISO format, Keywords: control
minus-help.pd
externals\maxlib\minus-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 39 20 minus :: 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 minus 8 6 4; #X floatatom 161 127 5 0 0 0 - - -; #X text 120 38 when leftmost or second inlet is changed; #N canvas 474 26 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 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 145 OUTLET_0 float; #X text 12 125 INLET_N float; #X restore 406 287 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 39 20 minus :: 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 minus 8 6 4; #X floatatom 161 127 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
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
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
receive13-help.pd
externals\ext13\receive13-help.pd
#N canvas 0 31 532 371 10; #X floatatom 360 201 5 0 0 0 - - -; #X floatatom 152 304 5 0 0 0 - - -; #X floatatom 135 74 5 0 0 0 - - -; #X obj 135 105 send13 \$0-one; #X obj 360 232 send \$0-one; #X floatatom 225 74 5 0 0 0 - - -; #X obj 225 105 send13 \$0-two; #X msg 152 248 set \$1; #X obj 152 223 makefilename \$0-%s; #X msg 152 161 symbol one; #X msg 168 191 symbol two; #X obj 152 277 receive13 \$0-one; #X text 351 146 Seems to work with; #X text 351 166 [send] too:; #X obj 32 29 receive13; #X text 102 29 or; #X obj 133 30 r13; #X text 172 29 - a settable [receive]; #N canvas 463 219 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 125 AUTHOR [email protected]; #X text 12 85 INLET_0 set; #X text 12 45 LICENSE GPL v2; #X text 12 5 ALIAS r13~; #X text 12 25 KEYWORDS control nonlocal; #X text 12 65 DESCRIPTION settable receive object; #X text 12 105 OUTLET_0 anything; #X restore 473 344 pd META; #X connect 0 0 4 0; #X connect 2 0 3 0; #X connect 5 0 6 0; #X connect 7 0 11 0; #X connect 8 0 7 0; #X connect 9 0 8 0; #X connect 10 0 8 0; #X connect 11 0 1 0;
#N canvas 0 31 532 371 10; #X floatatom 360 201 5 0 0 0 - - -; #X floatatom 152 304 5 0 0 0 - - -; #X floatatom 135 74 5 0 0 0 - - -; #X obj 135 105 send13 \$0-one; #X obj 360 232 send \$0-one; #X floatatom 225 74 5 0 0 0 - - -; #X obj 225 105 send13 \$0-two; #X msg 152 248 set \$1; #X obj 152 223 makefilename \$0-%s; #X msg 152 161 symbol one; #X msg 168 191 symbol two; #X obj 152 277 receive13 \$0-one; #X text 351 146 Seems to work with; #X text 351 166 [send] too:; #X obj 32 29 receive13; #X text 102 29 or; #X obj 133 30 r13; #X text 172 29 - a settable [receive]; #X connect 0 0 4 0; #X connect 2 0 3 0; #X connect 5 0 6 0; #X connect 7 0 11 0; #X connect 8 0 7 0; #X connect 9 0 8 0; #X connect 10 0 8 0; #X connect 11 0 1 0;
37
control nonlocal
settable receive object
create a purr-data patch that matches the following description and keywords.
Description: settable receive object, Keywords: control nonlocal
all_about_expr_multiline.pd
pd\doc\5.reference\all_about_expr_multiline.pd
#N canvas 434 59 448 282 10; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header expr_multiline 20 10 1 18 -261106 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X floatatom 23 196 5 0 0 0 - - -, f 5; #X floatatom 102 196 5 0 0 0 - - -, f 5; #X floatatom 23 93 5 0 0 0 - - -, f 5; #X floatatom 181 196 0 0 0 0 - - -; #X floatatom 260 196 5 0 0 0 - - -, f 5; #X obj 23 119 expr $f1 \; $f1 * 2 \; pow($f1 \, 2) \; if($f1%128 < 64 \, $f1%128 \, 128 - $f1%128); #X text 260 227 back down; #X text 259 213 count to 64 \, then; #X text 20 37 A semicolon can be used to enter multiple expressions in [expr] \, [expr~] \, and [fexpr~]. For each new statement \, an extra outlet is added to the object.; #X text 273 174 semicolon; #X text 272 165 doesn't require a; #X text 272 155 the last statement; #X obj 1 260 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 380 135 494 156 META 0; #X text 12 105 HELP_PATCH_AUTHORS Dave Sabine \, May 5 \, 2003 . Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 45 KEYWORDS conversion; #X text 12 85 LIBRARY PDDP; #X text 12 65 DESCRIPTION Like to enter multiple expressions inside expr? You can if you want \, and this patch tells you how...; #X text 12 25 NAME expr fexpr~ expr~ all_about_pd; #X restore 392 262 pd META; #N canvas 224 164 428 129 Related_objects 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261106 -33289 0; #X text 7 2 [expr] Multiline- Related Objects; #X restore 103 262 pd Related_objects; #X obj 6 262 pddp/pddplink all_about.pd -text All About Pd; #X connect 4 0 7 0; #X connect 7 0 2 0; #X connect 7 1 3 0; #X connect 7 2 5 0; #X connect 7 3 6 0;
#N canvas 434 59 448 282 10; #X floatatom 23 196 5 0 0 0 - - -, f 5; #X floatatom 102 196 5 0 0 0 - - -, f 5; #X floatatom 23 93 5 0 0 0 - - -, f 5; #X floatatom 181 196 0 0 0 0 - - -; #X floatatom 260 196 5 0 0 0 - - -, f 5; #X obj 23 119 expr $f1 \; $f1 * 2 \; pow($f1 \, 2) \; if($f1%128 < 64 \, $f1%128 \, 128 - $f1%128); #X text 260 227 back down; #X text 259 213 count to 64 \, then; #X text 20 37 A semicolon can be used to enter multiple expressions in [expr] \, [expr~] \, and [fexpr~]. For each new statement \, an extra outlet is added to the object.; #X text 273 174 semicolon; #X text 272 165 doesn't require a; #X text 272 155 the last statement; #X connect 4 0 7 0; #X connect 7 0 2 0; #X connect 7 1 3 0; #X connect 7 2 5 0; #X connect 7 3 6 0;
33
conversion
Like to enter multiple expressions inside expr? You can if you want \, and this patch tells you how...
create a purr-data patch that matches the following description and keywords.
Description: Like to enter multiple expressions inside expr? You can if you want \, and this patch tells you how..., Keywords: conversion
speedlimiter-help.pd
externals\mapping\speedlimiter-help.pd
#N canvas 1 53 507 542 10; #X obj 249 328 timeroll; #X obj 46 164 random 1000; #X obj 46 138 metro 30; #X obj 46 114 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 46 328 timeroll; #X obj 72 114 loadbang; #X floatatom 356 208 5 0 0 0 - - -; #X obj 356 230 / 100; #X obj 249 253 speedlimiter 0.1; #X obj 46 191 / 1000; #X text 203 16 limit the variation to \$1 at every sample; #N canvas 464 140 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 float; #X text 12 125 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 65 INLET_0 float; #X text 12 45 DESCRIPTION limit negative variation to \$1 for every samples; #X text 12 5 KEYWORDS control abstraction filter; #X restore 444 508 pd META; #X connect 1 0 9 0; #X connect 2 0 1 0; #X connect 3 0 2 0; #X connect 5 0 2 0; #X connect 6 0 7 0; #X connect 7 0 8 1; #X connect 8 0 0 0; #X connect 9 0 4 0; #X connect 9 0 8 0;
#N canvas 1 53 507 542 10; #X obj 249 328 timeroll; #X obj 46 164 random 1000; #X obj 46 138 metro 30; #X obj 46 114 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 46 328 timeroll; #X obj 72 114 loadbang; #X floatatom 356 208 5 0 0 0 - - -; #X obj 356 230 / 100; #X obj 249 253 speedlimiter 0.1; #X obj 46 191 / 1000; #X text 203 16 limit the variation to \$1 at every sample; #X connect 1 0 9 0; #X connect 2 0 1 0; #X connect 3 0 2 0; #X connect 5 0 2 0; #X connect 6 0 7 0; #X connect 7 0 8 1; #X connect 8 0 0 0; #X connect 9 0 4 0; #X connect 9 0 8 0;
31
control abstraction filter
limit negative variation to \$1 for every samples
create a purr-data patch that matches the following description and keywords.
Description: limit negative variation to \$1 for every samples, Keywords: control abstraction filter
hid_one2two-help.pd
externals\hid\hid_one2two-help.pd
#N canvas 0 31 473 316 10; #X obj 5 2 cnv 15 450 20 empty empty hid_one2two 2 11 1 18 -233017 -66577 0; #X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 284 released under the GNU GPL; #X floatatom 153 110 5 0 0 0 - - -; #X floatatom 83 176 5 0 0 0 - - -; #X obj 156 91 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 86 203 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X text 98 243 For more info:; #X floatatom 263 176 5 0 0 0 - - -; #X obj 266 203 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X text 18 28 Simple one-to-two mapping object. The first inlet is passed thru \, the range of the output data on the second inlet starts at the point in the input range specified as an arugment.; #X obj 153 145 hid/hid_one2two 0.3; #N canvas 483 31 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL; #X text 12 125 AUTHOR Hans-Christoph Steiner; #X text 12 65 INLET_0 float; #X text 12 105 OUTLET_1 float; #X text 12 85 OUTLET_0 float; #X text 12 45 DESCRIPTION simple one-to-two mapping object; #X text 12 5 KEYWORDS control abstraction; #X restore 419 270 pd META; #X connect 4 0 12 0; #X connect 5 0 7 0; #X connect 6 0 4 0; #X connect 9 0 10 0; #X connect 12 0 5 0; #X connect 12 1 9 0;
#N canvas 0 31 473 316 10; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 284 released under the GNU GPL; #X floatatom 153 110 5 0 0 0 - - -; #X floatatom 83 176 5 0 0 0 - - -; #X obj 156 91 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 86 203 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X text 98 243 For more info:; #X floatatom 263 176 5 0 0 0 - - -; #X obj 266 203 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X text 18 28 Simple one-to-two mapping object. The first inlet is passed thru \, the range of the output data on the second inlet starts at the point in the input range specified as an arugment.; #X obj 153 145 hid/hid_one2two 0.3; #X connect 4 0 12 0; #X connect 5 0 7 0; #X connect 6 0 4 0; #X connect 9 0 10 0; #X connect 12 0 5 0; #X connect 12 1 9 0;
30
control abstraction
simple one-to-two mapping object
create a purr-data patch that matches the following description and keywords.
Description: simple one-to-two mapping object, Keywords: control abstraction
square~-help.pd
externals\hcs\square~-help.pd
#N canvas 0 31 450 300 10; #X obj 126 141 square~; #X obj 129 205 dac~; #X obj 126 103 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X obj 127 172 *~ 0.2; #X text 83 38 a simple square wave generator; #N canvas 404 246 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 105 AUTHOR Hans-Christoph Steiner; #X text 12 65 INLET_0 float; #X text 12 5 KEYWORDS signal abstraction; #X text 12 45 DESCRIPTION a simple square wave generator; #X text 12 85 OUTLET_0 signal; #X restore 385 263 pd META; #X connect 0 0 3 0; #X connect 2 0 0 0; #X connect 3 0 1 0; #X connect 3 0 1 1;
#N canvas 0 31 450 300 10; #X obj 126 141 square~; #X obj 129 205 dac~; #X obj 126 103 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X obj 127 172 *~ 0.2; #X text 83 38 a simple square wave generator; #X connect 0 0 3 0; #X connect 2 0 0 0; #X connect 3 0 1 0; #X connect 3 0 1 1;
19
signal abstraction
a simple square wave generator
create a purr-data patch that matches the following description and keywords.
Description: a simple square wave generator, Keywords: signal abstraction
locale-help.pd
externals\moocow\locale\src\locale-help.pd
#N canvas 0 31 583 376 10; #X text 56 7 locale : access to C99-style localization; #X obj 41 298 locale; #X obj 41 320 print locale-out; #X text 202 342 Bryan Jurish <[email protected]>; #X msg 41 48 set; #X text 222 49 "set" : initialize locale from environment variables ; #X msg 47 68 set LC_CTYPE de_DE.UTF-8; #X msg 50 107 get; #X msg 56 127 get LC_CTYPE; #X text 226 128 "get CATEGORY" : get value for CATEGORY; #X text 226 107 "get" : symbol representing current locale; #X msg 66 193 reset; #X text 226 189 "reset" : alias for "set LC_ALL C"; #X text 130 216 WARNING:; #X text 150 229 Injudicious use of "set" can cause bizarre and unexpected results. In particular \, setting LC_NUMERIC (possibly via LC_ALL or LANG) to a locale whose floats are comma-separated rather than dot-separated (e.g. de_DE) can confuse Pd's underlying float-parsing mechanism.; #X msg 66 173 bang; #X text 224 69 "set CATEGORY VALUE" : set CATEGORY to VALUE; #X msg 64 151 which; #X text 226 153 "which" : list supported categories; #X text 226 173 "bang" : alias for "set \, set LC_NUMERIC C"; #N canvas 260 141 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Bryan Jurish <[email protected]>; #X text 12 45 DESCRIPTION access to C99-style localization; #X text 12 65 INLET_0 set get which bang reset; #X text 12 85 OUTLET_0 anything; #X text 12 5 KEYWORDS control; #X restore 531 347 pd META; #X connect 1 0 2 0; #X connect 4 0 1 0; #X connect 6 0 1 0; #X connect 7 0 1 0; #X connect 8 0 1 0; #X connect 11 0 1 0; #X connect 15 0 1 0; #X connect 17 0 1 0;
#N canvas 0 31 583 376 10; #X text 56 7 locale : access to C99-style localization; #X obj 41 298 locale; #X obj 41 320 print locale-out; #X text 202 342 Bryan Jurish <[email protected]>; #X msg 41 48 set; #X text 222 49 "set" : initialize locale from environment variables ; #X msg 47 68 set LC_CTYPE de_DE.UTF-8; #X msg 50 107 get; #X msg 56 127 get LC_CTYPE; #X text 226 128 "get CATEGORY" : get value for CATEGORY; #X text 226 107 "get" : symbol representing current locale; #X msg 66 193 reset; #X text 226 189 "reset" : alias for "set LC_ALL C"; #X text 130 216 WARNING:; #X text 150 229 Injudicious use of "set" can cause bizarre and unexpected results. In particular \, setting LC_NUMERIC (possibly via LC_ALL or LANG) to a locale whose floats are comma-separated rather than dot-separated (e.g. de_DE) can confuse Pd's underlying float-parsing mechanism.; #X msg 66 173 bang; #X text 224 69 "set CATEGORY VALUE" : set CATEGORY to VALUE; #X msg 64 151 which; #X text 226 153 "which" : list supported categories; #X text 226 173 "bang" : alias for "set \, set LC_NUMERIC C"; #X connect 1 0 2 0; #X connect 4 0 1 0; #X connect 6 0 1 0; #X connect 7 0 1 0; #X connect 8 0 1 0; #X connect 11 0 1 0; #X connect 15 0 1 0; #X connect 17 0 1 0;
38
control
access to C99-style localization
create a purr-data patch that matches the following description and keywords.
Description: access to C99-style localization, Keywords: control
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
uid2username-help.pd
externals\hcs\uid2username-help.pd
#N canvas 0 26 429 292 10; #X msg 14 148 bang; #X obj 31 240 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 272 159 bang; #X obj 142 240 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 145 262 ^-- bang if not found; #X text 12 14 convert a UID to a username; #X symbolatom 56 242 0 0 0 0 - - -; #X msg 143 162 1; #X symbolatom 272 242 0 0 0 0 - - -; #X obj 59 93 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X floatatom 56 123 5 0 0 0 - - -; #X obj 56 190 uid2username; #X obj 272 201 uid2username 0; #N canvas 407 170 494 344 META 0; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 145 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION convert a UID to a username; #X text 12 65 INLET_0 float bang; #X text 12 85 INLET_0 float; #X text 12 105 OUTLET_0 symbol; #X text 12 125 OUTLET_1 bang; #X restore 371 262 pd META; #X connect 0 0 11 0; #X connect 2 0 12 0; #X connect 7 0 11 1; #X connect 9 0 10 0; #X connect 10 0 11 0; #X connect 11 0 1 0; #X connect 11 0 6 0; #X connect 11 1 3 0; #X connect 12 0 8 0;
#N canvas 0 26 429 292 10; #X msg 14 148 bang; #X obj 31 240 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 272 159 bang; #X obj 142 240 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 145 262 ^-- bang if not found; #X text 12 14 convert a UID to a username; #X symbolatom 56 242 0 0 0 0 - - -; #X msg 143 162 1; #X symbolatom 272 242 0 0 0 0 - - -; #X obj 59 93 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X floatatom 56 123 5 0 0 0 - - -; #X obj 56 190 uid2username; #X obj 272 201 uid2username 0; #X connect 0 0 11 0; #X connect 2 0 12 0; #X connect 7 0 11 1; #X connect 9 0 10 0; #X connect 10 0 11 0; #X connect 11 0 1 0; #X connect 11 0 6 0; #X connect 11 1 3 0; #X connect 12 0 8 0;
34
control
convert a UID to a username
create a purr-data patch that matches the following description and keywords.
Description: convert a UID to a username, Keywords: control
spectrogram~-help.pd
abstractions\jmmmp\spectrogram~-help.pd
#N canvas 53 147 704 415 10; #X text 12 387 Released under the BSD License; #X text 576 155 Outlets; #X text 576 105 Inlets; #X text 575 125 - Audio to analyse; #X text 576 205 GUI; #X text 576 225 - Zoom control; #X text 576 175 - Same as inlet; #X text 12 367 (C) 2009 Jo�o Pais - [email protected]; #X obj 18 106 spectrogram~; #X text 11 11 [spectrogram~] - Spectrogram with 512 bins resolution ; #X text 12 30 Spectrum analyser based on M. Puckette's tutorial patch. Harmonic content is analysed in 512 bins resolution \, 20 times a second. Tested on 44.1KHz.; #X obj 18 76 noise~; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <[email protected]>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 12 6 DESCRIPTION Spectrogram with 512 bins resolution; #X text 12 36 KEYWORDS spectrogram; #X text 12 135 VERSION 2009; #X text 14 166 INLET_0 - Audio to analyse; #X text 14 185 OUTLET_0 - Same as inlet; #X restore 642 386 pd META; #X connect 11 0 8 0;
#N canvas 53 147 704 415 10; #X text 12 387 Released under the BSD License; #X text 576 155 Outlets; #X text 576 105 Inlets; #X text 575 125 - Audio to analyse; #X text 576 205 GUI; #X text 576 225 - Zoom control; #X text 576 175 - Same as inlet; #X text 12 367 (C) 2009 Jo�o Pais - [email protected]; #X obj 18 106 spectrogram~; #X text 11 11 [spectrogram~] - Spectrogram with 512 bins resolution ; #X text 12 30 Spectrum analyser based on M. Puckette's tutorial patch. Harmonic content is analysed in 512 bins resolution \, 20 times a second. Tested on 44.1KHz.; #X obj 18 76 noise~; #X connect 11 0 8 0;
25
spectrogram
Spectrogram with 512 bins resolution
create a purr-data patch that matches the following description and keywords.
Description: Spectrogram with 512 bins resolution, Keywords: spectrogram
length-help.pd
externals\zexy\reference\length-help.pd
#N canvas 0 31 416 236 10; #X obj 77 40 length; #X text 141 43 get the length of a list; #X obj 72 186 length; #X floatatom 72 206 4 0 0 0 - - -; #X msg 72 109 list these are 4 elements; #X msg 83 128 1 2 3; #X msg 95 155 auralization by wave field synthesis; #X msg 25 113 bang; #X floatatom 14 146 4 0 0 0 - - -; #X text 324 19 part of zexy; #N canvas 607 221 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 65 INLET_0 anything; #X text 12 85 OUTLET_0 float; #X text 12 45 DESCRIPTION get the length of a list; #X restore 363 211 pd META; #X connect 2 0 3 0; #X connect 4 0 2 0; #X connect 5 0 2 0; #X connect 6 0 2 0; #X connect 7 0 2 0; #X connect 8 0 2 0;
#N canvas 0 31 416 236 10; #X obj 77 40 length; #X text 141 43 get the length of a list; #X obj 72 186 length; #X floatatom 72 206 4 0 0 0 - - -; #X msg 72 109 list these are 4 elements; #X msg 83 128 1 2 3; #X msg 95 155 auralization by wave field synthesis; #X msg 25 113 bang; #X floatatom 14 146 4 0 0 0 - - -; #X text 324 19 part of zexy; #X connect 2 0 3 0; #X connect 4 0 2 0; #X connect 5 0 2 0; #X connect 6 0 2 0; #X connect 7 0 2 0; #X connect 8 0 2 0;
26
control list_op
get the length of a list
create a purr-data patch that matches the following description and keywords.
Description: get the length of a list, Keywords: control list_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
local_max-help.pd
externals\mapping\local_max-help.pd
#N canvas 1 53 457 282 10; #X floatatom 22 86 5 0 0 0 - - -; #X floatatom 22 133 5 0 0 0 - - -; #X obj 22 109 local_max; #X text 49 27 give the value of every local maximum whenever there is a change in direction.; #N canvas 466 198 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 115 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 95 OUTLET_0 float; #X text 12 75 INLET_0 float; #X text 12 45 DESCRIPTION give the value of every local maximum whenever there is a change in direction; #X text 12 5 KEYWORDS control abstraction filter; #X restore 400 257 pd META; #X connect 0 0 2 0; #X connect 2 0 1 0;
#N canvas 1 53 457 282 10; #X floatatom 22 86 5 0 0 0 - - -; #X floatatom 22 133 5 0 0 0 - - -; #X obj 22 109 local_max; #X text 49 27 give the value of every local maximum whenever there is a change in direction.; #X connect 0 0 2 0; #X connect 2 0 1 0;
16
control abstraction filter
give the value of every local maximum whenever there is a change in direction
create a purr-data patch that matches the following description and keywords.
Description: give the value of every local maximum whenever there is a change in direction, Keywords: control abstraction filter
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
A01.sinewave.pd
packages\win64_inno\build\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
unroute-help.pd
externals\maxlib\unroute-help.pd
#N canvas 0 26 481 371 12; #X obj 64 343 print; #X msg 64 89 1 \$1; #X msg 112 110 2 \$1; #X msg 163 116 3 \$1; #X floatatom 64 62 5 0 0 0 - - -; #X floatatom 112 85 5 0 0 0 - - -; #X floatatom 163 91 5 0 0 0 - - -; #X obj 64 232 route 1 2 3 4; #X obj 64 314 unroute one 2 three 4; #X text 52 13 unroute :: merges all inputs into one output; #X text 138 30 and prepends an identifier; #X text 138 47 written by Olaf Matthes <[email protected]>; #X msg 194 170 4 this came through 4; #X msg 209 196 3 drei; #X msg 174 146 4 25 467 23.6; #N canvas 293 158 494 344 META 0; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 145 AUTHOR Olaf Matthes <[email protected]>; #X text 12 5 KEYWORDS control list_op; #X text 12 45 DESCRIPTION merges all inputs into one output and prepends an identifier; #X text 12 85 INLET_0 anything; #X text 12 105 INLET_N anything; #X text 12 125 OUTLET_0 list; #X restore 420 344 pd META; #X connect 1 0 7 0; #X connect 2 0 7 0; #X connect 3 0 7 0; #X connect 4 0 1 0; #X connect 5 0 2 0; #X connect 6 0 3 0; #X connect 7 0 8 0; #X connect 7 1 8 1; #X connect 7 2 8 2; #X connect 7 3 8 3; #X connect 8 0 0 0; #X connect 12 0 7 0; #X connect 13 0 7 0; #X connect 14 0 7 0;
#N canvas 0 26 481 371 12; #X obj 64 343 print; #X msg 64 89 1 \$1; #X msg 112 110 2 \$1; #X msg 163 116 3 \$1; #X floatatom 64 62 5 0 0 0 - - -; #X floatatom 112 85 5 0 0 0 - - -; #X floatatom 163 91 5 0 0 0 - - -; #X obj 64 232 route 1 2 3 4; #X obj 64 314 unroute one 2 three 4; #X text 52 13 unroute :: merges all inputs into one output; #X text 138 30 and prepends an identifier; #X text 138 47 written by Olaf Matthes <[email protected]>; #X msg 194 170 4 this came through 4; #X msg 209 196 3 drei; #X msg 174 146 4 25 467 23.6; #X connect 1 0 7 0; #X connect 2 0 7 0; #X connect 3 0 7 0; #X connect 4 0 1 0; #X connect 5 0 2 0; #X connect 6 0 3 0; #X connect 7 0 8 0; #X connect 7 1 8 1; #X connect 7 2 8 2; #X connect 7 3 8 3; #X connect 8 0 0 0; #X connect 12 0 7 0; #X connect 13 0 7 0; #X connect 14 0 7 0;
40
control list_op
merges all inputs into one output and prepends an identifier
create a purr-data patch that matches the following description and keywords.
Description: merges all inputs into one output and prepends an identifier, Keywords: control list_op
1.2.create_patch.pd
packages\win64_inno\build\doc\manuals\pd-msg\1.msg_and_patch\1.2.create_patch.pd
#N canvas 109 25 743 475 10; #X msg 38 150 msg 10 10 bang; #X msg 38 198 obj 10 40 metro 500; #X msg 38 174 floatatom 100 10 7 50 5000; #X msg 38 270 obj 10 70 random 127; #X msg 38 318 floatatom 10 100 5; #X msg 38 366 text 10 130 That's it !; #X msg 38 222 connect 0 0 2 0; #X msg 38 246 connect 1 0 2 1; #X msg 38 294 connect 2 0 3 0; #X msg 38 342 connect 3 0 4 0; #X text 195 37 click here first; #X obj 38 404 s pd-new_patch; #X msg 33 37 obj 500 200 pd new_patch; #X text 40 127 and then click here to fill it :; #X obj 33 62 s pd-1.2.create_patch.pd; #X text 33 13 This will create a sub patch in this window and open it :; #N canvas 219 138 494 396 META 0; #X text 12 75 HELP_PATCH_AUTHORS Damien Henry. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 55 DESCRIPTION how to dynamically instantiate a subpatch ; #X text 12 34 LICENSE public domain; #X text 12 5 KEYWORDS control canvas_op nonlocal dynamic_patching tutorial ; #X restore 685 449 pd META; #X connect 0 0 11 0; #X connect 1 0 11 0; #X connect 2 0 11 0; #X connect 3 0 11 0; #X connect 4 0 11 0; #X connect 5 0 11 0; #X connect 6 0 11 0; #X connect 7 0 11 0; #X connect 8 0 11 0; #X connect 9 0 11 0; #X connect 12 0 14 0;
#N canvas 109 25 743 475 10; #X msg 38 150 msg 10 10 bang; #X msg 38 198 obj 10 40 metro 500; #X msg 38 174 floatatom 100 10 7 50 5000; #X msg 38 270 obj 10 70 random 127; #X msg 38 318 floatatom 10 100 5; #X msg 38 366 text 10 130 That's it !; #X msg 38 222 connect 0 0 2 0; #X msg 38 246 connect 1 0 2 1; #X msg 38 294 connect 2 0 3 0; #X msg 38 342 connect 3 0 4 0; #X text 195 37 click here first; #X obj 38 404 s pd-new_patch; #X msg 33 37 obj 500 200 pd new_patch; #X text 40 127 and then click here to fill it :; #X obj 33 62 s pd-1.2.create_patch.pd; #X text 33 13 This will create a sub patch in this window and open it :; #X connect 0 0 11 0; #X connect 1 0 11 0; #X connect 2 0 11 0; #X connect 3 0 11 0; #X connect 4 0 11 0; #X connect 5 0 11 0; #X connect 6 0 11 0; #X connect 7 0 11 0; #X connect 8 0 11 0; #X connect 9 0 11 0; #X connect 12 0 14 0;
34
control canvas_op nonlocal dynamic_patching tutorial
how to dynamically instantiate a subpatch
create a purr-data patch that matches the following description and keywords.
Description: how to dynamically instantiate a subpatch, Keywords: control canvas_op nonlocal dynamic_patching tutorial