File Name
stringlengths 10
33
| Relative Path
stringlengths 24
93
| Content
stringlengths 458
3.2k
| output
stringlengths 26
2.5k
| Number of Records
int64 10
40
| Keywords
stringclasses 150
values | Description
stringlengths 2
111
| instruction
stringclasses 1
value | input
stringlengths 39
179
|
---|---|---|---|---|---|---|---|---|
mavg-help.pd | externals\zexy\reference\mavg-help.pd | #N canvas 0 31 452 302 10;
#X obj 119 132 metro 100;
#X obj 119 155 random 10;
#X floatatom 119 245 4 0 0 0 - - -;
#X msg 120 107 1;
#X msg 153 108 0;
#X obj 119 212 mavg 4;
#X floatatom 158 188 4 0 0 0 - - -;
#X text 59 20 moving average filter;
#X text 199 188 samples to average;
#X text 277 47 part of zexy;
#N canvas 515 193 494 344 META 0;
#X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 125 AUTHOR IOhannes m zmoelnig;
#X text 12 5 KEYWORDS control;
#X text 12 45 DESCRIPTION moving average filter;
#X text 12 65 INLET_0 float;
#X text 12 85 INLET_1 float;
#X text 12 105 OUTLET_0 float;
#X restore 390 271 pd META;
#X connect 0 0 1 0;
#X connect 1 0 5 0;
#X connect 3 0 0 0;
#X connect 4 0 0 0;
#X connect 5 0 2 0;
#X connect 6 0 5 1;
| #N canvas 0 31 452 302 10;
#X obj 119 132 metro 100;
#X obj 119 155 random 10;
#X floatatom 119 245 4 0 0 0 - - -;
#X msg 120 107 1;
#X msg 153 108 0;
#X obj 119 212 mavg 4;
#X floatatom 158 188 4 0 0 0 - - -;
#X text 59 20 moving average filter;
#X text 199 188 samples to average;
#X text 277 47 part of zexy;
#X connect 0 0 1 0;
#X connect 1 0 5 0;
#X connect 3 0 0 0;
#X connect 4 0 0 0;
#X connect 5 0 2 0;
#X connect 6 0 5 1;
| 27 | control | moving average filter | create a purr-data patch that matches the following description and keywords. | Description: moving average filter, Keywords: control |
11.polygon.pd | pd\doc\4.data.structures\pd-l2ork\ds-tutorials\11.polygon.pd | #N struct drawtut-polygon float x float y;
#N canvas 1 25 845 575 10;
#X msg 53 117 stroke blue;
#X msg 142 117 fill yellow;
#X msg 228 117 stroke-width \$1;
#X floatatom 228 93 5 0 0 0 - - -, f 5;
#X obj 53 57 struct drawtut-polygon float x float y;
#X scalar drawtut-polygon -138 117 \;;
#X text 0 1 New Drawing Commands: polygon;
#X text 0 1 _____________________________;
#X text 53 23 Polygons are closed shapes.;
#X obj 53 153 draw polygon 350 75 379 161 469 161 397 215 423 301 350
250 277 301 303 215 231 161 321 161;
#X text 52 444 The polygon shape is like polyline \, except it creates
a closed shape.;
#X obj 432 153 draw polygon 250 75 323 301 131 161 369 161 177 301
;
#X text 632 311 <- two polygons;
#X obj 595 97 loadbang;
#X text 52 484 For the polygon on the right \, you can see how the
line segments actually intersect each other. When you want to fill
such a shape \, use the "fill-rule" message to specify the algorithm
for how to fill overlapping areas.;
#X msg 595 121 transform translate 375 0 \, fill red;
#X msg 432 56 fill-rule 0;
#X text 517 57 nonzero;
#X text 527 87 evenodd;
#X msg 442 86 fill-rule 1;
#N canvas 290 275 450 300 META 0;
#X text 16 26 LICENSE SIBSD;
#X text 16 66 AUTHOR Jonathan Wilkes;
#X text 16 86 HELP_PATCH_AUTHORS Jonathan Wilkes;
#X text 16 6 KEYWORDS tutorial data_structure draw gui;
#X text 16 46 DESCRIPTION drawing polygons with the [draw] command
;
#X restore 780 544 pd META;
#X connect 0 0 9 0;
#X connect 1 0 9 0;
#X connect 2 0 9 0;
#X connect 3 0 2 0;
#X connect 13 0 15 0;
#X connect 15 0 11 0;
#X connect 16 0 11 0;
#X connect 19 0 11 0;
| #N struct drawtut-polygon float x float y;
#N canvas 1 25 845 575 10;
#X msg 53 117 stroke blue;
#X msg 142 117 fill yellow;
#X msg 228 117 stroke-width \$1;
#X floatatom 228 93 5 0 0 0 - - -, f 5;
#X obj 53 57 struct drawtut-polygon float x float y;
#X scalar drawtut-polygon -138 117 \;;
#X text 0 1 New Drawing Commands: polygon;
#X text 0 1 _____________________________;
#X text 53 23 Polygons are closed shapes.;
#X obj 53 153 draw polygon 350 75 379 161 469 161 397 215 423 301 350
250 277 301 303 215 231 161 321 161;
#X text 52 444 The polygon shape is like polyline \, except it creates
a closed shape.;
#X obj 432 153 draw polygon 250 75 323 301 131 161 369 161 177 301
;
#X text 632 311 <- two polygons;
#X obj 595 97 loadbang;
#X text 52 484 For the polygon on the right \, you can see how the
line segments actually intersect each other. When you want to fill
such a shape \, use the "fill-rule" message to specify the algorithm
for how to fill overlapping areas.;
#X msg 595 121 transform translate 375 0 \, fill red;
#X msg 432 56 fill-rule 0;
#X text 517 57 nonzero;
#X text 527 87 evenodd;
#X msg 442 86 fill-rule 1;
#X connect 0 0 9 0;
#X connect 1 0 9 0;
#X connect 2 0 9 0;
#X connect 3 0 2 0;
#X connect 13 0 15 0;
#X connect 15 0 11 0;
#X connect 16 0 11 0;
#X connect 19 0 11 0;
| 37 | tutorial data_structure draw gui | drawing polygons with the [draw] command | create a purr-data patch that matches the following description and keywords. | Description: drawing polygons with the [draw] command, Keywords: tutorial data_structure draw gui |
hid_average-help.pd | externals\hid\hid_average-help.pd | #N canvas 0 31 479 396 10;
#X text 27 340 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]>
;
#X text 244 354 released under the GNU GPL;
#X floatatom 122 189 5 0 0 0 - - -;
#X floatatom 102 251 5 0 0 0 - - -;
#X text 98 303 For more info:;
#X obj 223 194 hsl 85 18 0.1 10 1 1 empty empty average_count 0 9 1
12 -228992 -1 -1 5800 0;
#X floatatom 219 223 5 0 0 0 - - -;
#X obj 102 131 noise4hidhelp;
#X obj 105 281 hsl 250 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X obj 125 158 hsl 250 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X obj 5 2 cnv 15 450 20 empty empty hid_average 2 11 1 18 -233017
-66577 0;
#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp
;
#X obj 102 221 hid/hid_average;
#X text 18 36 Smooths a stream of numbers using weighted averaging.
By default \, the average is the last 10 values. You can set this using
the right inlet.;
#X obj 102 95 tgl 30 0 empty empty start 1 15 1 12 -90049 -1 -1 0 1
;
#N canvas 504 253 494 344 META 0;
#X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL;
#X text 12 85 INLET_0 float;
#X text 12 125 OUTLET_0 float;
#X text 12 145 AUTHOR Hans-Christoph Steiner;
#X text 12 45 DESCRIPTION smooths a stream of numbers using weighted
averaging;
#X text 12 105 INLET_1 float;
#X text 12 5 KEYWORDS control conversion abstraction;
#X restore 426 369 pd META;
#X connect 3 0 8 0;
#X connect 5 0 12 1;
#X connect 6 0 12 1;
#X connect 7 0 9 0;
#X connect 7 0 12 0;
#X connect 9 0 2 0;
#X connect 12 0 3 0;
#X connect 14 0 7 0;
| #N canvas 0 31 479 396 10;
#X text 27 340 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]>
;
#X text 244 354 released under the GNU GPL;
#X floatatom 122 189 5 0 0 0 - - -;
#X floatatom 102 251 5 0 0 0 - - -;
#X text 98 303 For more info:;
#X obj 223 194 hsl 85 18 0.1 10 1 1 empty empty average_count 0 9 1
12 -228992 -1 -1 5800 0;
#X floatatom 219 223 5 0 0 0 - - -;
#X obj 102 131 noise4hidhelp;
#X obj 105 281 hsl 250 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X obj 125 158 hsl 250 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X obj 102 221 hid/hid_average;
#X text 18 36 Smooths a stream of numbers using weighted averaging.
By default \, the average is the last 10 values. You can set this using
the right inlet.;
#X obj 102 95 tgl 30 0 empty empty start 1 15 1 12 -90049 -1 -1 0 1
;
#X connect 3 0 8 0;
#X connect 5 0 12 1;
#X connect 6 0 12 1;
#X connect 7 0 9 0;
#X connect 7 0 12 0;
#X connect 9 0 2 0;
#X connect 12 0 3 0;
#X connect 14 0 7 0;
| 34 | control conversion abstraction | smooths a stream of numbers using weighted
averaging | create a purr-data patch that matches the following description and keywords. | Description: smooths a stream of numbers using weighted
averaging, Keywords: control conversion abstraction |
sum-help.pd | externals\zexy\reference\sum-help.pd | #N canvas 0 31 421 294 10;
#X floatatom 72 206 4 0 0 0 - - -;
#X text 324 19 part of zexy;
#X obj 72 186 sum;
#X obj 77 40 sum;
#X text 109 41 sum the elements of a list;
#X msg 72 79 1;
#X msg 83 108 1 2 3 4 5 6 7 8 9 10;
#X msg 93 141 1000 3 2 -100 2 12;
#N canvas 431 117 494 344 META 0;
#X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 105 AUTHOR IOhannes m zmoelnig;
#X text 12 5 KEYWORDS control list_op;
#X text 12 45 DESCRIPTION sum the elements of a list;
#X text 12 65 INLET_0 list;
#X text 12 85 OUTLET_0 float;
#X restore 361 262 pd META;
#X connect 2 0 0 0;
#X connect 5 0 2 0;
#X connect 6 0 2 0;
#X connect 7 0 2 0;
| #N canvas 0 31 421 294 10;
#X floatatom 72 206 4 0 0 0 - - -;
#X text 324 19 part of zexy;
#X obj 72 186 sum;
#X obj 77 40 sum;
#X text 109 41 sum the elements of a list;
#X msg 72 79 1;
#X msg 83 108 1 2 3 4 5 6 7 8 9 10;
#X msg 93 141 1000 3 2 -100 2 12;
#X connect 2 0 0 0;
#X connect 5 0 2 0;
#X connect 6 0 2 0;
#X connect 7 0 2 0;
| 22 | control list_op | sum the elements of a list | create a purr-data patch that matches the following description and keywords. | Description: sum the elements of a list, Keywords: control list_op |
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 |
04.attributes.pd | pd\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 |
degrees2mapping-help.pd | externals\mapping\degrees2mapping-help.pd | #N canvas 1 53 487 327 10;
#X obj 5 2 cnv 15 450 20 empty empty degrees2mapping 2 11 1 18 -233017
-66577 0;
#X msg 422 3 pddp;
#X text 254 269 released under the GNU GPL;
#X text 185 228 For more info:;
#X obj 289 226 pddp/pddplink ../mapping-about.pd -text mapping-about
;
#X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <[email protected]>
;
#X text 300 168 related objects:;
#X obj 352 184 radians2mapping;
#X floatatom 56 203 7 0 0 1 - - -;
#X obj 59 103 hsl 300 15 0 360 0 0 empty empty degrees 6 7 1 10 -262131
-1 -1 0 0;
#X floatatom 82 133 5 0 0 0 - - -;
#X text 26 34 This object converts numbers from the mapping range (0
to 1) to radians (-pi to pi) with the 0's lining up in the same place.
;
#X obj 296 204 mapping2degrees;
#X obj 56 168 degrees2mapping;
#X obj 240 184 mapping2radians;
#N canvas 466 198 494 344 META 0;
#X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 115 AUTHOR Cyrille Henry and Hans-Christoph Steiner;
#X text 12 75 INLET_0 float;
#X text 12 95 OUTLET_0 float;
#X text 12 5 KEYWORDS control abstraction conversion;
#X text 12 45 DESCRIPTION convert numbers from the mapping range (0
to 1) to radians (-pi to pi) with 0's lining up in the same place;
#X restore 433 300 pd META;
#X connect 9 0 10 0;
#X connect 9 0 13 0;
#X connect 13 0 8 0;
| #N canvas 1 53 487 327 10;
#X msg 422 3 pddp;
#X text 254 269 released under the GNU GPL;
#X text 185 228 For more info:;
#X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <[email protected]>
;
#X text 300 168 related objects:;
#X obj 352 184 radians2mapping;
#X floatatom 56 203 7 0 0 1 - - -;
#X obj 59 103 hsl 300 15 0 360 0 0 empty empty degrees 6 7 1 10 -262131
-1 -1 0 0;
#X floatatom 82 133 5 0 0 0 - - -;
#X text 26 34 This object converts numbers from the mapping range (0
to 1) to radians (-pi to pi) with the 0's lining up in the same place.
;
#X obj 296 204 mapping2degrees;
#X obj 56 168 degrees2mapping;
#X obj 240 184 mapping2radians;
#X connect 9 0 10 0;
#X connect 9 0 13 0;
#X connect 13 0 8 0;
| 28 | control abstraction conversion | convert numbers from the mapping range (0
to 1) to radians (-pi to pi) with 0's lining up in the same place | create a purr-data patch that matches the following description and keywords. | Description: convert numbers from the mapping range (0
to 1) to radians (-pi to pi) with 0's lining up in the same place, Keywords: control abstraction conversion |
speedlim-help.pd | externals\maxlib\speedlim-help.pd | #N canvas 0 26 435 353 12;
#X floatatom 38 54 5 0 0 0 - - -;
#X floatatom 18 264 5 0 0 0 - - -;
#X obj 38 141 speedlim 500;
#X text 126 18 speedlim :: lets information through;
#X text 222 37 only every N milliseconds;
#X text 152 171 creation argument = time in ms;
#X floatatom 129 116 5 0 0 0 - - -;
#X text 184 116 time between outputs in ms;
#X msg 49 82 bang;
#X obj 121 207 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 121 236 timer;
#X floatatom 121 262 5 0 0 0 - - -;
#X text 175 262 this should never be less than;
#X text 175 280 the creation argument of speedlim;
#X obj 18 194 route f;
#X obj 47 236 print;
#X msg 95 82 this is speedlim;
#N canvas 292 198 494 344 META 0;
#X text 12 160 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 140 AUTHOR Olaf Matthes <[email protected]>;
#X text 12 100 INLET_1 float;
#X text 12 45 DESCRIPTION lets information through only every N milliseconds
;
#X text 12 80 INLET_0 anything;
#X text 12 120 OUTLET_0 anything;
#X text 12 5 KEYWORDS control filter anything_op;
#X restore 373 322 pd META;
#X connect 0 0 2 0;
#X connect 2 0 9 0;
#X connect 2 0 14 0;
#X connect 6 0 2 1;
#X connect 8 0 2 0;
#X connect 9 0 10 1;
#X connect 9 0 10 0;
#X connect 10 0 11 0;
#X connect 14 0 1 0;
#X connect 14 1 15 0;
#X connect 16 0 2 0;
| #N canvas 0 26 435 353 12;
#X floatatom 38 54 5 0 0 0 - - -;
#X floatatom 18 264 5 0 0 0 - - -;
#X obj 38 141 speedlim 500;
#X text 126 18 speedlim :: lets information through;
#X text 222 37 only every N milliseconds;
#X text 152 171 creation argument = time in ms;
#X floatatom 129 116 5 0 0 0 - - -;
#X text 184 116 time between outputs in ms;
#X msg 49 82 bang;
#X obj 121 207 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 121 236 timer;
#X floatatom 121 262 5 0 0 0 - - -;
#X text 175 262 this should never be less than;
#X text 175 280 the creation argument of speedlim;
#X obj 18 194 route f;
#X obj 47 236 print;
#X msg 95 82 this is speedlim;
#X connect 0 0 2 0;
#X connect 2 0 9 0;
#X connect 2 0 14 0;
#X connect 6 0 2 1;
#X connect 8 0 2 0;
#X connect 9 0 10 1;
#X connect 9 0 10 0;
#X connect 10 0 11 0;
#X connect 14 0 1 0;
#X connect 14 1 15 0;
#X connect 16 0 2 0;
| 39 | control filter anything_op | lets information through only every N milliseconds | create a purr-data patch that matches the following description and keywords. | Description: lets information through only every N milliseconds, Keywords: control filter anything_op |
serial_ms-help.pd | externals\ggee\control\serial_ms-help.pd | #N canvas 1 31 473 321 10;
#X obj 251 180 print reading;
#X msg 154 82 start;
#X msg 155 100 stop;
#X obj 59 157 serial_ms;
#X text 35 19 decodes serial mice attached to the 1 serial port;
#X text 35 268 (C) Guenter Geiger;
#X msg 37 53 init;
#X msg 245 98 setcontrol 0 CREAD CLOCAL CS7;
#X msg 247 77 getlines;
#X obj 59 180 unpack;
#X floatatom 59 202 0 0 0 0 - - -;
#X floatatom 90 202 0 0 0 0 - - -;
#X msg 344 56 setlines RTS 1;
#X msg 247 37 setlines DTR 0;
#X msg 247 55 setlines RTS 0;
#X msg 342 37 setlines DTR 1;
#X msg 304 133 setlocal 0;
#N canvas 407 106 494 344 META 0;
#X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE Tcl/Tk;
#X text 12 135 AUTHOR Guenter Geiger;
#X text 12 45 DESCRIPTION decodes serial mice attached to the 1 serial
port;
#X text 12 95 OUTLET_0 list;
#X text 12 115 OUTLET_1;
#X text 12 5 KEYWORDS control user_input needs_work (OUTLET_1?);
#X text 12 75 INLET_0 init reset;
#X restore 407 267 pd META;
#X msg 70 100 reset;
#X obj 155 123 serialctl /dev/ttyS0;
#X connect 3 0 9 0;
#X connect 6 0 3 0;
#X connect 9 0 10 0;
#X connect 9 1 11 0;
#X connect 18 0 3 0;
| #N canvas 1 31 473 321 10;
#X obj 251 180 print reading;
#X msg 154 82 start;
#X msg 155 100 stop;
#X obj 59 157 serial_ms;
#X text 35 19 decodes serial mice attached to the 1 serial port;
#X text 35 268 (C) Guenter Geiger;
#X msg 37 53 init;
#X msg 245 98 setcontrol 0 CREAD CLOCAL CS7;
#X msg 247 77 getlines;
#X obj 59 180 unpack;
#X floatatom 59 202 0 0 0 0 - - -;
#X floatatom 90 202 0 0 0 0 - - -;
#X msg 344 56 setlines RTS 1;
#X msg 247 37 setlines DTR 0;
#X msg 247 55 setlines RTS 0;
#X msg 342 37 setlines DTR 1;
#X msg 304 133 setlocal 0;
#X msg 70 100 reset;
#X obj 155 123 serialctl /dev/ttyS0;
#X connect 3 0 9 0;
#X connect 6 0 3 0;
#X connect 9 0 10 0;
#X connect 9 1 11 0;
#X connect 18 0 3 0;
| 35 | control user_input needs_work (OUTLET_1?) | decodes serial mice attached to the 1 serial
port | create a purr-data patch that matches the following description and keywords. | Description: decodes serial mice attached to the 1 serial
port, Keywords: control user_input needs_work (OUTLET_1?) |
button-help.pd | externals\ggee\gui\button-help.pd | #N canvas 0 26 382 351 10;
#X obj 41 115 button OK;
#X obj 77 249 print;
#X obj 118 128 button Hit_me_with_your_rhythm_stick;
#X msg 118 181 yes I will;
#X obj 118 83 button OK;
#X text 17 21 Button \, a bang with a label (no pics yet);
#X text 26 314 (C) dosmildos Guenter Geiger;
#X text 17 41 button <text> \, _ are made into spaces;
#N canvas 186 148 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 Tcl/Tk;
#X text 12 115 AUTHOR Guenter Geiger;
#X text 12 45 DESCRIPTION button with a label that sends a bang when
pressed;
#X text 12 75 INLET_0 bang;
#X text 12 95 OUTLET_0 bang;
#X text 12 5 KEYWORDS control GUI;
#X restore 332 326 pd META;
#X connect 0 0 1 0;
#X connect 2 0 3 0;
#X connect 3 0 1 0;
#X connect 4 0 2 0;
| #N canvas 0 26 382 351 10;
#X obj 41 115 button OK;
#X obj 77 249 print;
#X obj 118 128 button Hit_me_with_your_rhythm_stick;
#X msg 118 181 yes I will;
#X obj 118 83 button OK;
#X text 17 21 Button \, a bang with a label (no pics yet);
#X text 26 314 (C) dosmildos Guenter Geiger;
#X text 17 41 button <text> \, _ are made into spaces;
#X connect 0 0 1 0;
#X connect 2 0 3 0;
#X connect 3 0 1 0;
#X connect 4 0 2 0;
| 22 | control GUI | button with a label that sends a bang when
pressed | create a purr-data patch that matches the following description and keywords. | Description: button with a label that sends a bang when
pressed, Keywords: control GUI |
arbran-help.pd | externals\maxlib\arbran-help.pd | #N canvas 0 26 663 491 12;
#X obj 41 152 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X floatatom 41 249 5 0 0 0 - - -;
#N canvas 0 0 450 300 (subpatch) 0;
#X array \$0-a1 6 float 1;
#A 0 1.1 2.67143 3.24285 3.1 4.38571 8.67143;
#X coords 0 10 5 0 200 140 1;
#X restore 347 71 graph;
#N canvas 0 0 450 300 (subpatch) 0;
#X array \$0-a2 6 float 1;
#A 0 0.0229077 0.204366 0.486501 0.0632986 0.204028 0.025319;
#X coords 0 1 5 0 200 140 1;
#X restore 347 240 graph;
#X text 39 21 arbran :: generates a random variable that conforms to
the piecewise probability density functions specified in two arrays
;
#X text 40 297 array1 has values between 0 and 10;
#X text 40 317 array2 between 0 and 1 !;
#X msg 99 152 pdfscale;
#X text 41 389 array1 stores the values and array2 the corresponding
probabilities (0 - 1) for each of that values \, use message 'pdfscale'
to check (and adjust) the probability values to correct settings (the
area below the curve has to be 1);
#N canvas 293 158 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 Olaf Matthes <[email protected]>;
#X text 12 45 DESCRIPTION generate a random variable conforming to
the piecewise probability density functions specified in two arrays
;
#X text 12 95 INLET_0 bang pdfscale;
#X text 12 115 OUTLET_0 float;
#X text 12 5 KEYWORDS control random array;
#X restore 605 463 pd META;
#X obj 41 202 arbran \$0-a1 \$0-a2;
#X connect 0 0 10 0;
#X connect 7 0 10 0;
#X connect 10 0 1 0;
| #N canvas 0 26 663 491 12;
#X obj 41 152 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X floatatom 41 249 5 0 0 0 - - -;
| 31 | control random array | generate a random variable conforming to
the piecewise probability density functions specified in two arrays | create a purr-data patch that matches the following description and keywords. | Description: generate a random variable conforming to
the piecewise probability density functions specified in two arrays, Keywords: control random array |
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 |
listfind-help.pd | externals\zexy\reference\listfind-help.pd | #N canvas 0 31 567 344 10;
#X text 467 29 part of zexy;
#X obj 33 13 listfind;
#X text 92 14 - find sublists in lists;
#X obj 58 175 listfind;
#X msg 249 154 1 2 3 2 1 8 2 3 4;
#X obj 249 128 loadbang;
#X msg 58 71 1;
#X text 253 174 set the list to be searched;
#X text 55 55 the list to be found;
#X msg 70 95 list bla;
#X msg 84 119 list 2 3;
#X msg 96 142 list 8;
#X obj 58 220 print found@;
#X text 150 223 outputs a list of (0-based) indices of all occurences
of the sublist;
#X text 54 281 this is similar (and hopefully compatible) to foobar's
[list-find] but it searches not only for single elements but for entire
sub-lists;
#N canvas 460 154 494 344 META 0;
#X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 105 OUTLET_0 list;
#X text 12 125 AUTHOR IOhannes m zmoelnig;
#X text 12 5 KEYWORDS control list_op;
#X text 12 45 DESCRIPTION find sublists in lists;
#X text 12 65 INLET_0 list;
#X text 12 85 INLET_1 list;
#X restore 511 317 pd META;
#X connect 3 0 12 0;
#X connect 4 0 3 1;
#X connect 5 0 4 0;
#X connect 6 0 3 0;
#X connect 9 0 3 0;
#X connect 10 0 3 0;
#X connect 11 0 3 0;
| #N canvas 0 31 567 344 10;
#X text 467 29 part of zexy;
#X obj 33 13 listfind;
#X text 92 14 - find sublists in lists;
#X obj 58 175 listfind;
#X msg 249 154 1 2 3 2 1 8 2 3 4;
#X obj 249 128 loadbang;
#X msg 58 71 1;
#X text 253 174 set the list to be searched;
#X text 55 55 the list to be found;
#X msg 70 95 list bla;
#X msg 84 119 list 2 3;
#X msg 96 142 list 8;
#X obj 58 220 print found@;
#X text 150 223 outputs a list of (0-based) indices of all occurences
of the sublist;
#X text 54 281 this is similar (and hopefully compatible) to foobar's
[list-find] but it searches not only for single elements but for entire
sub-lists;
#X connect 3 0 12 0;
#X connect 4 0 3 1;
#X connect 5 0 4 0;
#X connect 6 0 3 0;
#X connect 9 0 3 0;
#X connect 10 0 3 0;
#X connect 11 0 3 0;
| 33 | control list_op | find sublists in lists | create a purr-data patch that matches the following description and keywords. | Description: find sublists in lists, Keywords: control list_op |
3.0.events.pd | pd\doc\manuals\pd-msg\1.msg_and_patch\3.0.events.pd | #N canvas 317 86 381 325 10;
#X msg 36 86 click \$1 \$2 \$3 \$4;
#X obj 111 182 key;
#X floatatom 111 208 0 0 0 0 - - -;
#X floatatom 50 184 0 0 0 0 - - -;
#X msg 50 158 0;
#X msg 6 6 bang;
#X text 56 41 left;
#X text 124 41 rigth;
#X text 70 4 Msg-dealing with events :;
#X text 89 28 click;
#X text 218 37 \$1 x;
#X text 218 52 \$2 y;
#X obj 36 290 s pd-3.0.events.pd;
#X msg 36 129 mouseup \$1 \$2 \$4;
#X msg 113 60 15 15 0 8;
#X msg 36 60 15 15 0 1;
#X msg 36 257 motion \$1 \$2 \$4;
#X msg 36 209 key 1 \$1 0;
#X text 274 84 0:nomod \; 1 shift \; 2 crtl \; 3 alt \; 4 right click)
;
#X text 218 82 \$4 mod :;
#X text 218 67 \$3 (unused ???);
#X text 73 230 \$1 : number of the key;
#N canvas 218 113 494 396 META 0;
#X text 12 95 HELP_PATCH_AUTHORS Damien Henry. "pd meta" information
added by Jonathan Wilkes for Pd version 0.42.;
#X text 12 65 DESCRIPTION simulating mouse and key events with messages
to a canvas;
#X text 12 44 LICENSE public domain;
#X text 12 5 KEYWORDS control canvas_op nonlocal dynamic_patching tutorial
;
#X restore 325 297 pd META;
#X connect 0 0 12 0;
#X connect 1 0 2 0;
#X connect 3 0 17 0;
#X connect 4 0 3 0;
#X connect 13 0 12 0;
#X connect 14 0 0 0;
#X connect 15 0 0 0;
#X connect 16 0 12 0;
#X connect 17 0 12 0;
| #N canvas 317 86 381 325 10;
#X msg 36 86 click \$1 \$2 \$3 \$4;
#X obj 111 182 key;
#X floatatom 111 208 0 0 0 0 - - -;
#X floatatom 50 184 0 0 0 0 - - -;
#X msg 50 158 0;
#X msg 6 6 bang;
#X text 56 41 left;
#X text 124 41 rigth;
#X text 70 4 Msg-dealing with events :;
#X text 89 28 click;
#X text 218 37 \$1 x;
#X text 218 52 \$2 y;
#X obj 36 290 s pd-3.0.events.pd;
#X msg 36 129 mouseup \$1 \$2 \$4;
#X msg 113 60 15 15 0 8;
#X msg 36 60 15 15 0 1;
#X msg 36 257 motion \$1 \$2 \$4;
#X msg 36 209 key 1 \$1 0;
#X text 274 84 0:nomod \; 1 shift \; 2 crtl \; 3 alt \; 4 right click)
;
#X text 218 82 \$4 mod :;
#X text 218 67 \$3 (unused ???);
#X text 73 230 \$1 : number of the key;
#X connect 0 0 12 0;
#X connect 1 0 2 0;
#X connect 3 0 17 0;
#X connect 4 0 3 0;
#X connect 13 0 12 0;
#X connect 14 0 0 0;
#X connect 15 0 0 0;
#X connect 16 0 12 0;
#X connect 17 0 12 0;
| 38 | control canvas_op nonlocal dynamic_patching tutorial | simulating mouse and key events with messages
to a canvas | create a purr-data patch that matches the following description and keywords. | Description: simulating mouse and key events with messages
to a canvas, Keywords: control canvas_op nonlocal dynamic_patching tutorial |
vols~-help.pd | externals\creb\doc\vols~-help.pd | #N canvas 0 26 450 300 10;
#N canvas 248 148 494 372 META 0;
#X text 12 185 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 125 OUTLET_0 signal;
#X text 12 65 INLET_0 signal;
#X text 12 165 AUTHOR Tom Shouten;
#X text 12 45 DESCRIPTION volume for a stereo signal;
#X text 12 85 INLET_1 signal;
#X text 12 105 INLET_2 float;
#X text 12 145 OUTLET_1 signal;
#X text 12 25 LICENSE GPL v2;
#X text 12 5 KEYWORDS signal filter abstraction;
#X restore 393 274 pd META;
#X obj 152 129 vols~;
#X obj 137 36 osc~ 440;
#X floatatom 176 95 5 0 100 0 - - -;
#X obj 153 165 dac~;
#X obj 156 66 osc~ 440.1;
#X text 210 126 volume for a stereo signal;
#X connect 1 0 4 0;
#X connect 1 1 4 1;
#X connect 2 0 1 0;
#X connect 3 0 1 2;
#X connect 5 0 1 1;
| #N canvas 0 26 450 300 10;
#X obj 152 129 vols~;
#X obj 137 36 osc~ 440;
#X floatatom 176 95 5 0 100 0 - - -;
#X obj 153 165 dac~;
#X obj 156 66 osc~ 440.1;
#X text 210 126 volume for a stereo signal;
#X connect 1 0 4 0;
#X connect 1 1 4 1;
#X connect 2 0 1 0;
#X connect 3 0 1 2;
#X connect 5 0 1 1;
| 24 | signal filter abstraction | volume for a stereo signal | create a purr-data patch that matches the following description and keywords. | Description: volume for a stereo signal, Keywords: signal filter abstraction |
sliders-help.pd | abstractions\jmmmp\sliders-help.pd | #N struct 1085-data-s float x float y array 1085-array-s 1085-element
;
#N struct 1085-element float y;
#N struct 1088-data-s float x float y array 1088-array-s 1088-element
;
#N struct 1088-element float y;
#N struct 1091-data-s float x float y array 1091-array-s 1091-element
;
#N struct 1091-element float y;
#N canvas 35 130 444 495 10;
#X text 12 472 Released under the BSD License;
#X text 11 455 (C) 2009 Jo�o Pais - [email protected];
#X text 316 238 Arguments;
#X obj 63 203 sliders;
#X text 19 183 [sliders] - automatically 16 channels \, normally routed
;
#X text 19 263 [sliders 16 aaa] - 16 channels \, string aaa;
#X text 19 343 [sliders 5 bbb] - 5 channels \, string bbb;
#X text 11 10 [sliders] - GUI for incoming midi data;
#X text 316 258 - Number of sliders;
#X text 316 278 - Identity string;
#X text 11 30 [sliders] creates as many sliders you want (max 511)
to display incoming midi data.;
#X text 21 163 Compare these 3 settings with your midi mixer:;
#X text 12 126 If you don't specify any parameters \, 16 channels are
created \, with normal routing.;
#X text 11 56 The identity string reads the routing list defined in
the file slider-i.txt (leave it somewhere reachable). To define a routing
table \, just write in sequencial order the midi channels to be displayed
in the GUI sliders. E.g. "1 2 4 5" displays these channels in the first
four sliders (all other channels are ignored).;
#X text 316 318 - slider-i.txt;
#X text 316 298 Index file;
#X text 12 422 Related objects: [m-i] [mk];
#X obj 63 283 sliders 16 aaa;
#X obj 63 363 sliders 5 bbb;
#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 GUI for incoming midi data;
#X text 12 36 KEYWORDS midi slider GUI;
#X text 12 135 VERSION 2009;
#X restore 382 466 pd META;
| #N struct 1085-data-s float x float y array 1085-array-s 1085-element
;
#N struct 1085-element float y;
#N struct 1088-data-s float x float y array 1088-array-s 1088-element
;
#N struct 1088-element float y;
#N struct 1091-data-s float x float y array 1091-array-s 1091-element
;
#N struct 1091-element float y;
#N canvas 35 130 444 495 10;
#X text 12 472 Released under the BSD License;
#X text 11 455 (C) 2009 Jo�o Pais - [email protected];
#X text 316 238 Arguments;
#X obj 63 203 sliders;
#X text 19 183 [sliders] - automatically 16 channels \, normally routed
;
#X text 19 263 [sliders 16 aaa] - 16 channels \, string aaa;
#X text 19 343 [sliders 5 bbb] - 5 channels \, string bbb;
#X text 11 10 [sliders] - GUI for incoming midi data;
#X text 316 258 - Number of sliders;
#X text 316 278 - Identity string;
#X text 11 30 [sliders] creates as many sliders you want (max 511)
to display incoming midi data.;
#X text 21 163 Compare these 3 settings with your midi mixer:;
#X text 12 126 If you don't specify any parameters \, 16 channels are
created \, with normal routing.;
#X text 11 56 The identity string reads the routing list defined in
the file slider-i.txt (leave it somewhere reachable). To define a routing
table \, just write in sequencial order the midi channels to be displayed
in the GUI sliders. E.g. "1 2 4 5" displays these channels in the first
four sliders (all other channels are ignored).;
#X text 316 318 - slider-i.txt;
#X text 316 298 Index file;
#X text 12 422 Related objects: [m-i] [mk];
#X obj 63 283 sliders 16 aaa;
#X obj 63 363 sliders 5 bbb;
| 35 | midi slider GUI | GUI for incoming midi data | create a purr-data patch that matches the following description and keywords. | Description: GUI for incoming midi data, Keywords: midi slider GUI |
hostname-help.pd | externals\hcs\hostname-help.pd | #N canvas 0 26 353 225 10;
#X obj 124 139 hostname;
#X msg 124 94 bang;
#X symbolatom 124 174 0 0 0 0 - - -;
#X text 14 19 get the hostname of the machine. Currently it probably
doesn't work on Windows...;
#N canvas 280 175 494 344 META 0;
#X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v3;
#X text 12 105 AUTHOR Hans-Christoph Steiner;
#X text 12 5 KEYWORDS control filesystem;
#X text 12 45 DESCRIPTION get the hostname of the machine;
#X text 12 65 INLET_0 bang;
#X text 12 85 OUTLET_0 symbol;
#X restore 303 204 pd META;
#X connect 0 0 2 0;
#X connect 1 0 0 0;
| #N canvas 0 26 353 225 10;
#X obj 124 139 hostname;
#X msg 124 94 bang;
#X symbolatom 124 174 0 0 0 0 - - -;
#X text 14 19 get the hostname of the machine. Currently it probably
doesn't work on Windows...;
#X connect 0 0 2 0;
#X connect 1 0 0 0;
| 16 | control filesystem | get the hostname of the machine | create a purr-data patch that matches the following description and keywords. | Description: get the hostname of the machine, Keywords: control filesystem |
runningmean-help.pd | externals\mrpeach\runningmean\runningmean-help.pd | #N canvas 216 528 808 369 10;
#X obj 191 231 runningmean 128;
#X msg 121 144 clear;
#X msg 165 189 length 10;
#X msg 278 209 22;
#X floatatom 191 262 5 0 0 0 - - -;
#X obj 11 36 bng 15 250 50 0 empty empty empty 17 7 0 10 -257985 -1
-1;
#X text 29 35 bang outputs current mean;
#X msg 76 99 1;
#X msg 98 121 2;
#X text 155 261 mean:;
#X text 63 69 Incoming floats are added to the array. The mean is recalculated
for each incoming float;
#X text 287 231 Argument sets initial length. Default (no argument)
is 128;
#X text 10 4 [runningmean] outputs the running mean of the last n floats
to arrive on the left inlet.;
#X text 249 251 Length can be changed to any positive value less than
or equal to the length set by the creation argumwent;
#X text 505 289 Martin Peach 2009/04/10;
#N canvas 701 617 494 344 META 0;
#X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2 or later;
#X text 12 135 AUTHOR Martin Peach;
#X text 12 5 KEYWORDS control analysis;
#X text 12 46 DESCRIPTION output the running mean of the last n floats
to arrive on the left inlet;
#X text 12 75 INLET_0 float bang clear length;
#X text 12 95 INLET_1 float;
#X text 12 115 OUTLET_0 float;
#X restore 621 319 pd META;
#X msg 145 168 clear 10;
#X text 231 189 set length (and sets the new array to the current mean)
;
#X text 304 208 another way to set length;
#X text 203 167 set the array to all 10s;
#X text 159 144 clear the array to all zeroes;
#X connect 0 0 4 0;
#X connect 1 0 0 0;
#X connect 2 0 0 0;
#X connect 3 0 0 1;
#X connect 5 0 0 0;
#X connect 7 0 0 0;
#X connect 8 0 0 0;
#X connect 16 0 0 0;
| #N canvas 216 528 808 369 10;
#X obj 191 231 runningmean 128;
#X msg 121 144 clear;
#X msg 165 189 length 10;
#X msg 278 209 22;
#X floatatom 191 262 5 0 0 0 - - -;
#X obj 11 36 bng 15 250 50 0 empty empty empty 17 7 0 10 -257985 -1
-1;
#X text 29 35 bang outputs current mean;
#X msg 76 99 1;
#X msg 98 121 2;
#X text 155 261 mean:;
#X text 63 69 Incoming floats are added to the array. The mean is recalculated
for each incoming float;
#X text 287 231 Argument sets initial length. Default (no argument)
is 128;
#X text 10 4 [runningmean] outputs the running mean of the last n floats
to arrive on the left inlet.;
#X text 249 251 Length can be changed to any positive value less than
or equal to the length set by the creation argumwent;
#X text 505 289 Martin Peach 2009/04/10;
#X msg 145 168 clear 10;
#X text 231 189 set length (and sets the new array to the current mean)
;
#X text 304 208 another way to set length;
#X text 203 167 set the array to all 10s;
#X text 159 144 clear the array to all zeroes;
#X connect 0 0 4 0;
#X connect 1 0 0 0;
#X connect 2 0 0 0;
#X connect 3 0 0 1;
#X connect 5 0 0 0;
#X connect 7 0 0 0;
#X connect 8 0 0 0;
#X connect 16 0 0 0;
| 39 | control analysis | output the running mean of the last n floats
to arrive on the left inlet | create a purr-data patch that matches the following description and keywords. | Description: output the running mean of the last n floats
to arrive on the left inlet, Keywords: control analysis |
list_accum-help.pd | externals\tof\tof\list_accum-help.pd | #N canvas 1 53 592 427 10;
#X obj 62 27 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577
0;
#X text 67 77 author: [email protected];
#X text 67 66 tags: lists;
#X text 67 88 version: 2009-10-06 (added the second mode);
#X text 68 27 description: accumulates anything into a big list. Outputs
the list on a bang.;
#X obj 91 283 tof/list_accum;
#X msg 112 218 1 2 3 4 5 6;
#X obj 90 146 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 91 348 print;
#X floatatom 104 191 5 0 0 0 - - -;
#X msg 194 218 a b c d;
#X obj 206 254 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X obj 175 316 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X text 148 195 Inlet 1 \, anything: Accumulate atoms;
#X text 227 254 Inlet 2 \, bang: Clear accumulated atoms;
#X text 111 145 Inlet 1 \, bang: Output and clear accumulated atoms
;
#X text 195 314 Outlet 2 \, bang: Nothing accumulated (empty);
#X text 130 348 Outlet 1 \, list: Accumulated atoms;
#N canvas 306 222 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 Thomas Ouellet Fredericks;
#X text 12 5 KEYWORDS control list_op;
#X text 12 75 INLET_0 bang anything;
#X text 12 95 INLET_1 bang;
#X text 12 115 OUTLET_0 list;
#X text 12 135 OUTLET_1 bang;
#X text 12 45 DESCRIPTION accumulate anything into a list and output
the list on a bang;
#X restore 539 358 pd META;
#X connect 5 0 8 0;
#X connect 5 1 12 0;
#X connect 6 0 5 0;
#X connect 7 0 5 0;
#X connect 9 0 5 0;
#X connect 10 0 5 0;
#X connect 11 0 5 1;
| #N canvas 1 53 592 427 10;
#X text 67 77 author: [email protected];
#X text 67 66 tags: lists;
#X text 67 88 version: 2009-10-06 (added the second mode);
#X text 68 27 description: accumulates anything into a big list. Outputs
the list on a bang.;
#X obj 91 283 tof/list_accum;
#X msg 112 218 1 2 3 4 5 6;
#X obj 90 146 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 91 348 print;
#X floatatom 104 191 5 0 0 0 - - -;
#X msg 194 218 a b c d;
#X obj 206 254 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X obj 175 316 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X text 148 195 Inlet 1 \, anything: Accumulate atoms;
#X text 227 254 Inlet 2 \, bang: Clear accumulated atoms;
#X text 111 145 Inlet 1 \, bang: Output and clear accumulated atoms
;
#X text 195 314 Outlet 2 \, bang: Nothing accumulated (empty);
#X text 130 348 Outlet 1 \, list: Accumulated atoms;
#X connect 5 0 8 0;
#X connect 5 1 12 0;
#X connect 6 0 5 0;
#X connect 7 0 5 0;
#X connect 9 0 5 0;
#X connect 10 0 5 0;
#X connect 11 0 5 1;
| 37 | control list_op | accumulate anything into a list and output
the list on a bang | create a purr-data patch that matches the following description and keywords. | Description: accumulate anything into a list and output
the list on a bang, Keywords: control list_op |
uname-help.pd | externals\hcs\uname-help.pd | #N canvas 0 26 427 299 10;
#X obj 49 54 uname;
#X msg 49 17 bang;
#X obj 49 115 unpack symbol symbol symbol symbol symbol;
#X symbolatom 331 143 0 0 0 0 - - -;
#X symbolatom 49 259 0 0 0 0 - - -;
#X symbolatom 118 236 0 0 0 0 - - -;
#X symbolatom 189 215 0 0 0 0 - - -;
#X symbolatom 258 169 0 0 0 0 - - -;
#N canvas 280 175 494 344 META 0;
#X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v3;
#X text 12 105 AUTHOR Hans-Christoph Steiner;
#X text 12 5 KEYWORDS control filesystem;
#X text 12 45 DESCRIPTION get uname;
#X text 12 65 INLET_0 bang;
#X text 12 85 OUTLET_0 anything;
#X restore 377 277 pd META;
#X connect 0 0 2 0;
#X connect 1 0 0 0;
#X connect 2 0 4 0;
#X connect 2 1 5 0;
#X connect 2 2 6 0;
#X connect 2 3 7 0;
#X connect 2 4 3 0;
| #N canvas 0 26 427 299 10;
#X obj 49 54 uname;
#X msg 49 17 bang;
#X obj 49 115 unpack symbol symbol symbol symbol symbol;
#X symbolatom 331 143 0 0 0 0 - - -;
#X symbolatom 49 259 0 0 0 0 - - -;
#X symbolatom 118 236 0 0 0 0 - - -;
#X symbolatom 189 215 0 0 0 0 - - -;
#X symbolatom 258 169 0 0 0 0 - - -;
#X connect 0 0 2 0;
#X connect 1 0 0 0;
#X connect 2 0 4 0;
#X connect 2 1 5 0;
#X connect 2 2 6 0;
#X connect 2 3 7 0;
#X connect 2 4 3 0;
| 25 | control filesystem | get uname | create a purr-data patch that matches the following description and keywords. | Description: get uname, Keywords: control filesystem |
n2m-help.pd | externals\mjlib\n2m-help.pd | #N canvas 1 53 547 441 12;
#X obj 104 320 n2m;
#X obj 104 378 print;
#X text 32 13 n2m - note to midi;
#X text 32 36 by mark williamson (http://www.junklight.com);
#X text 33 75 n2m converts note names in the form <note name><octave>
to a midi number. It copes with single notes or chords.;
#X msg 104 174 note C5 d#7 c3;
#X msg 62 128 note c6;
#X msg 141 220 note D;
#X msg 177 270 note 7;
#X text 169 129 output note C6;
#X text 266 174 output a chord;
#X text 239 218 Octave defaults to 4;
#X text 261 268 note defaults to C;
#X text 191 343 on Windows \, its not case sensitive;
#N canvas 463 133 494 344 META 0;
#X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 5 KEYWORDS control conversion MIDI;
#X text 12 45 DESCRIPTION note to midi;
#X text 12 65 INLET_0 note;
#X text 12 105 AUTHOR Mark Williamson <[email protected]>;
#X text 12 85 OUTLET_0 float;
#X restore 477 408 pd META;
#X connect 0 0 1 0;
#X connect 5 0 0 0;
#X connect 6 0 0 0;
#X connect 7 0 0 0;
#X connect 8 0 0 0;
| #N canvas 1 53 547 441 12;
#X obj 104 320 n2m;
#X obj 104 378 print;
#X text 32 13 n2m - note to midi;
#X text 32 36 by mark williamson (http://www.junklight.com);
#X text 33 75 n2m converts note names in the form <note name><octave>
to a midi number. It copes with single notes or chords.;
#X msg 104 174 note C5 d#7 c3;
#X msg 62 128 note c6;
#X msg 141 220 note D;
#X msg 177 270 note 7;
#X text 169 129 output note C6;
#X text 266 174 output a chord;
#X text 239 218 Octave defaults to 4;
#X text 261 268 note defaults to C;
#X text 191 343 on Windows \, its not case sensitive;
#X connect 0 0 1 0;
#X connect 5 0 0 0;
#X connect 6 0 0 0;
#X connect 7 0 0 0;
#X connect 8 0 0 0;
| 29 | control conversion MIDI | note to midi | create a purr-data patch that matches the following description and keywords. | Description: note to midi, Keywords: control conversion MIDI |
cmul~-help.pd | externals\creb\doc\cmul~-help.pd | #N canvas 0 26 381 197 10;
#X text 49 5 complex multiplication;
#N canvas 331 92 494 393 META 0;
#X text 12 205 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 145 OUTLET_0 signal;
#X text 12 65 INLET_0 signal;
#X text 12 85 INLET_1 signal;
#X text 12 165 OUTLET_1 signal;
#X text 12 45 DESCRIPTION complex multiplication;
#X text 12 105 INLET_2 signal;
#X text 12 125 INLET_3 signal;
#X text 12 5 KEYWORDS signal abstraction needs_work (example patch)
;
#X text 12 185 AUTHOR Tom Schouten <[email protected]>;
#X text 12 25 LICENSE GPL v2;
#X restore 331 175 pd META;
#X obj 92 78 cmul~;
| #N canvas 0 26 381 197 10;
#X text 49 5 complex multiplication;
#X obj 92 78 cmul~;
| 16 | signal abstraction needs_work (example patch) | complex multiplication | create a purr-data patch that matches the following description and keywords. | Description: complex multiplication, Keywords: signal abstraction needs_work (example patch) |
vdbtorms-help.pd | externals\smlib\vdbtorms-help.pd | #N canvas 1 53 292 161 10;
#X text 194 88 j#|@2002;
#X obj 216 68 SMLib-help;
#X msg 15 33 100 97 94;
#X text 10 6 db to rms on a vector;
#X obj 15 56 vdbtorms;
#X obj 15 80 print vdbtorms;
#N canvas 177 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 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 list float;
#X text 12 45 DESCRIPTION db to rms on a vector;
#X restore 229 113 pd META;
#X connect 2 0 4 0;
#X connect 4 0 5 0;
| #N canvas 1 53 292 161 10;
#X text 194 88 j#|@2002;
#X obj 216 68 SMLib-help;
#X msg 15 33 100 97 94;
#X text 10 6 db to rms on a vector;
#X obj 15 56 vdbtorms;
#X obj 15 80 print vdbtorms;
#X connect 2 0 4 0;
#X connect 4 0 5 0;
| 18 | control list_op | db to rms on a vector | create a purr-data patch that matches the following description and keywords. | Description: db to rms on a vector, Keywords: control list_op |
A01.sinewave.pd | pd\doc\3.audio.examples\A01.sinewave.pd | #N canvas 434 81 448 475 10;
#X obj 95 99 osc~ 440;
#X obj 95 158 dac~;
#X text 162 99 <-- 440 Hz. sine wave at full blast;
#X obj 95 128 *~ 0.05;
#X text 19 181 Audio computation can be turned on and off by sending
messages to the global "pd" object as follows:;
#X msg 85 217 \; pd dsp 1;
#X msg 189 217 \; pd dsp 0;
#X text 100 254 ON;
#X text 209 254 OFF;
#X text 16 275 You should see the Pd window change to reflect whether
audio is on or off. You can also turn audio on and off using the "audio"
menu \, but the buttons are provided as a shortcut.;
#X text 17 336 When DSP is on \, you should hear a tone whose pitch
is A 440 and whose amplitude is 0.05. If instead you are greeted with
silence \, you might want to read the HTML documentation on setting
up audio.;
#X text 16 393 In general when you start a work session with Pd \,
you will want to choose "test audio and MIDI" from the help window
\, which opens a more comprehensive test patch than this one.;
#X text 263 224 <-- click these;
#X text 162 128 <-- reduce amplitude to 0.05;
#X text 19 37 Audio computation in Pd is done using "tilde objects"
such as the three below. They use continuous audio streams to intercommunicate
\, as well as communicating with other ("control") Pd objects using
messages.;
#X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header making_a_sinewave
20 10 1 18 -261139 -33289 0;
#X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp
;
#X text 162 158 <-- send to the audio output device;
#X obj 1 453 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0
14 -233017 -33289 0;
#N canvas 44 246 494 284 META 0;
#X text 12 105 WEBSITE http://crca.ucsd.edu/~msp/;
#X text 12 85 AUTHOR Miller Puckette;
#X text 12 65 LIBRARY PDDP;
#X text 12 25 LICENSE SIBSD;
#X text 12 125 HELP_PATCH_AUTHORS Updated for release 0.36. Jonathan
Wilkes revised the patch to conform to the PDDP template for Pd version
0.42.;
#X text 12 45 DESCRIPTION making a sinewave;
#X text 12 5 KEYWORDS signal tutorial;
#X restore 392 455 pd META;
#N canvas 13 202 428 190 References 0;
#X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0
14 -261139 -33289 0;
#X text 7 2 making a sinewave- Related Help Documents;
#X text 19 37 Refer to the manual \, as well as Miller's book.;
#X restore 103 455 pd References;
#X obj 6 455 pddp/pddplink ../5.reference/pddp/help.pd -text help;
#X connect 0 0 3 0;
#X connect 3 0 1 0;
| #N canvas 434 81 448 475 10;
#X obj 95 99 osc~ 440;
#X obj 95 158 dac~;
#X text 162 99 <-- 440 Hz. sine wave at full blast;
#X obj 95 128 *~ 0.05;
#X text 19 181 Audio computation can be turned on and off by sending
messages to the global "pd" object as follows:;
#X msg 85 217 \; pd dsp 1;
#X msg 189 217 \; pd dsp 0;
#X text 100 254 ON;
#X text 209 254 OFF;
#X text 16 275 You should see the Pd window change to reflect whether
audio is on or off. You can also turn audio on and off using the "audio"
menu \, but the buttons are provided as a shortcut.;
#X text 17 336 When DSP is on \, you should hear a tone whose pitch
is A 440 and whose amplitude is 0.05. If instead you are greeted with
silence \, you might want to read the HTML documentation on setting
up audio.;
#X text 16 393 In general when you start a work session with Pd \,
you will want to choose "test audio and MIDI" from the help window
\, which opens a more comprehensive test patch than this one.;
#X text 263 224 <-- click these;
#X text 162 128 <-- reduce amplitude to 0.05;
#X text 19 37 Audio computation in Pd is done using "tilde objects"
such as the three below. They use continuous audio streams to intercommunicate
\, as well as communicating with other ("control") Pd objects using
messages.;
#X text 162 158 <-- send to the audio output device;
#X connect 0 0 3 0;
#X connect 3 0 1 0;
| 37 | signal tutorial | making a sinewave | create a purr-data patch that matches the following description and keywords. | Description: making a sinewave, Keywords: signal tutorial |
mypdobject-help.pd | externals\template\mypdobject-help.pd | #N canvas 1 53 450 300 10;
#X obj 121 123 mypdobject;
#X obj 121 150 print;
#X msg 121 93 bang;
#X text 94 36 this is an example help file;
#N canvas 229 199 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 65 INLET_0 bang;
#X text 12 85 OUTLET_0 anything;
#X text 12 5 KEYWORDS control abstraction;
#X text 12 25 LICENSE GPL v2;
#X text 12 45 DESCRIPTION example libdir abstraction;
#X text 12 105 AUTHOR Hans Christoph Steiner;
#X restore 355 242 pd META;
#X connect 0 0 1 0;
#X connect 2 0 0 0;
| #N canvas 1 53 450 300 10;
#X obj 121 123 mypdobject;
#X obj 121 150 print;
#X msg 121 93 bang;
#X text 94 36 this is an example help file;
#X connect 0 0 1 0;
#X connect 2 0 0 0;
| 16 | control abstraction | example libdir abstraction | create a purr-data patch that matches the following description and keywords. | Description: example libdir abstraction, Keywords: control abstraction |
swatch-help.pd | abstractions\jmmmp\swatch-help.pd | #N struct 1084-rgb-sel float x float y float p1x float p1y float p2x
float p2y float p3x float p3y float p4x float p4y float p5x float p5y
float p0x float p0y float p0x. float p0y.;
#N canvas 186 367 411 350 10;
#X text 12 317 Released under the BSD License;
#X text 228 180 Inlets;
#X text 227 230 Outlets;
#X text 227 200 - Bang;
#X text 227 250 - "color \$1 \$2 \$3" command;
#X text 227 270 - number with current color;
#X text 11 297 (C) 2010 Jo�o Pais - [email protected];
#X obj 13 91 swatch;
#X obj 28 244 hsl 128 15 0 127 0 0 empty \$0-slider Label -2 -8 0 10
-1 -1 -262144 0 1;
#X obj 13 210 s \$0-slider;
#X floatatom 137 195 10 0 0 0 - - -;
#X msg 13 190 color \$1;
#X text 22 11 [swatch] - Pick a color using the hue-saturation chart
;
#X text 21 31 To choose a color \, grab the circle and move it around.
In case the circle disappears \, clicking in the swatch will make it
appear again.;
#N canvas 504 106 494 344 META 0;
#X text 12 55 AUTHOR Jo�o Pais <[email protected]>;
#X text 12 95 LICENSE BSD;
#X text 12 75 LIBRARY jmmmp;
#X text 13 115 WEBSITE http://puredata.info/Members/jmmmp;
#X text 13 6 DESCRIPTION Pick a color using the hue-saturation chart
;
#X text 12 36 KEYWORDS color GUI data structures;
#X text 12 135 VERSION 2010;
#X text 14 165 INLET_0 - bang;
#X text 14 185 OUTLET_0 - "color \$1 \$2 \$3" command;
#X text 14 205 OUTLET_1 - number with current color;
#X restore 342 316 pd META;
#X connect 7 0 11 0;
#X connect 7 0 10 0;
#X connect 11 0 9 0;
| #N struct 1084-rgb-sel float x float y float p1x float p1y float p2x
float p2y float p3x float p3y float p4x float p4y float p5x float p5y
float p0x float p0y float p0x. float p0y.;
#N canvas 186 367 411 350 10;
#X text 12 317 Released under the BSD License;
#X text 228 180 Inlets;
#X text 227 230 Outlets;
#X text 227 200 - Bang;
#X text 227 250 - "color \$1 \$2 \$3" command;
#X text 227 270 - number with current color;
#X text 11 297 (C) 2010 Jo�o Pais - [email protected];
#X obj 13 91 swatch;
#X obj 28 244 hsl 128 15 0 127 0 0 empty \$0-slider Label -2 -8 0 10
-1 -1 -262144 0 1;
#X obj 13 210 s \$0-slider;
#X floatatom 137 195 10 0 0 0 - - -;
#X msg 13 190 color \$1;
#X text 22 11 [swatch] - Pick a color using the hue-saturation chart
;
#X text 21 31 To choose a color \, grab the circle and move it around.
In case the circle disappears \, clicking in the swatch will make it
appear again.;
#X connect 7 0 11 0;
#X connect 7 0 10 0;
#X connect 11 0 9 0;
| 31 | color GUI data structures | Pick a color using the hue-saturation chart | create a purr-data patch that matches the following description and keywords. | Description: Pick a color using the hue-saturation chart, Keywords: color GUI data structures |
speedlim-help.pd | externals\maxlib\speedlim-help.pd | #N canvas 0 26 435 353 12;
#X floatatom 38 54 5 0 0 0 - - -;
#X floatatom 18 264 5 0 0 0 - - -;
#X obj 38 141 speedlim 500;
#X text 126 18 speedlim :: lets information through;
#X text 222 37 only every N milliseconds;
#X text 152 171 creation argument = time in ms;
#X floatatom 129 116 5 0 0 0 - - -;
#X text 184 116 time between outputs in ms;
#X msg 49 82 bang;
#X obj 121 207 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 121 236 timer;
#X floatatom 121 262 5 0 0 0 - - -;
#X text 175 262 this should never be less than;
#X text 175 280 the creation argument of speedlim;
#X obj 18 194 route f;
#X obj 47 236 print;
#X msg 95 82 this is speedlim;
#N canvas 292 198 494 344 META 0;
#X text 12 160 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 140 AUTHOR Olaf Matthes <[email protected]>;
#X text 12 100 INLET_1 float;
#X text 12 45 DESCRIPTION lets information through only every N milliseconds
;
#X text 12 80 INLET_0 anything;
#X text 12 120 OUTLET_0 anything;
#X text 12 5 KEYWORDS control filter anything_op;
#X restore 373 322 pd META;
#X connect 0 0 2 0;
#X connect 2 0 9 0;
#X connect 2 0 14 0;
#X connect 6 0 2 1;
#X connect 8 0 2 0;
#X connect 9 0 10 1;
#X connect 9 0 10 0;
#X connect 10 0 11 0;
#X connect 14 0 1 0;
#X connect 14 1 15 0;
#X connect 16 0 2 0;
| #N canvas 0 26 435 353 12;
#X floatatom 38 54 5 0 0 0 - - -;
#X floatatom 18 264 5 0 0 0 - - -;
#X obj 38 141 speedlim 500;
#X text 126 18 speedlim :: lets information through;
#X text 222 37 only every N milliseconds;
#X text 152 171 creation argument = time in ms;
#X floatatom 129 116 5 0 0 0 - - -;
#X text 184 116 time between outputs in ms;
#X msg 49 82 bang;
#X obj 121 207 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 121 236 timer;
#X floatatom 121 262 5 0 0 0 - - -;
#X text 175 262 this should never be less than;
#X text 175 280 the creation argument of speedlim;
#X obj 18 194 route f;
#X obj 47 236 print;
#X msg 95 82 this is speedlim;
#X connect 0 0 2 0;
#X connect 2 0 9 0;
#X connect 2 0 14 0;
#X connect 6 0 2 1;
#X connect 8 0 2 0;
#X connect 9 0 10 1;
#X connect 9 0 10 0;
#X connect 10 0 11 0;
#X connect 14 0 1 0;
#X connect 14 1 15 0;
#X connect 16 0 2 0;
| 39 | control filter anything_op | lets information through only every N milliseconds | create a purr-data patch that matches the following description and keywords. | Description: lets information through only every N milliseconds, Keywords: control filter anything_op |
send13-help.pd | externals\ext13\send13-help.pd | #N canvas 0 0 519 368 10;
#X msg 160 166 set \$1;
#X obj 160 141 makefilename \$0-%s;
#X msg 160 79 symbol one;
#X msg 176 109 symbol two;
#X text 336 204 Seems to work with;
#X text 72 19 or;
#N canvas 463 219 494 344 META 0;
#X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 105 AUTHOR [email protected];
#X text 12 45 LICENSE GPL v2;
#X text 12 25 KEYWORDS control nonlocal;
#X text 12 5 ALIAS s13~;
#X text 12 65 DESCRIPTION nonlocal send with set message;
#X text 12 85 INLET_0 set anything;
#X restore 463 334 pd META;
#X obj 22 19 send13;
#X obj 103 20 s13;
#X text 162 19 - like [send] \, but using a 'set' message to change
the send-name;
#X obj 160 195 send13 \$0-one;
#X obj 55 251 receive13 \$0-one;
#X obj 175 251 receive13 \$0-two;
#X floatatom 55 278 5 0 0 0 - - -;
#X floatatom 175 278 5 0 0 0 - - -;
#X floatatom 100 80 5 0 0 0 - - -;
#X text 336 224 [receive] too:;
#X obj 345 251 receive \$0-one;
#X floatatom 345 276 5 0 0 0 - - -;
#X connect 0 0 10 0;
#X connect 1 0 0 0;
#X connect 2 0 1 0;
#X connect 3 0 1 0;
#X connect 11 0 13 0;
#X connect 12 0 14 0;
#X connect 15 0 10 0;
#X connect 17 0 18 0;
| #N canvas 0 0 519 368 10;
#X msg 160 166 set \$1;
#X obj 160 141 makefilename \$0-%s;
#X msg 160 79 symbol one;
#X msg 176 109 symbol two;
#X text 336 204 Seems to work with;
#X text 72 19 or;
#X obj 22 19 send13;
#X obj 103 20 s13;
#X text 162 19 - like [send] \, but using a 'set' message to change
the send-name;
#X obj 160 195 send13 \$0-one;
#X obj 55 251 receive13 \$0-one;
#X obj 175 251 receive13 \$0-two;
#X floatatom 55 278 5 0 0 0 - - -;
#X floatatom 175 278 5 0 0 0 - - -;
#X floatatom 100 80 5 0 0 0 - - -;
#X text 336 224 [receive] too:;
#X obj 345 251 receive \$0-one;
#X floatatom 345 276 5 0 0 0 - - -;
#X connect 0 0 10 0;
#X connect 1 0 0 0;
#X connect 2 0 1 0;
#X connect 3 0 1 0;
#X connect 11 0 13 0;
#X connect 12 0 14 0;
#X connect 15 0 10 0;
#X connect 17 0 18 0;
| 36 | control nonlocal | nonlocal send with set message | create a purr-data patch that matches the following description and keywords. | Description: nonlocal send with set message, Keywords: control nonlocal |
vcog-help.pd | externals\smlib\vcog-help.pd | #N canvas 1 53 471 165 10;
#X msg 18 40 1 2 3 4;
#X floatatom 50 96 5 0 0 0 - - -;
#X msg 84 40 3 4 5;
#X text 387 99 j#|@2002;
#X obj 409 77 SMLib-help;
#X obj 52 69 vcog;
#X text 16 14 vcog computes the center of gravity of a list of floats
;
#X msg 134 40 0 1 0 1;
#X msg 199 40 0 0 1 1;
#X msg 263 40 8;
#X msg 144 74 1 -1;
#X text 142 94 zero sum causes no output;
#N canvas 208 165 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 Johannes Taelman ([email protected])
;
#X text 12 5 KEYWORDS control list_op;
#X text 12 75 INLET_0 list float;
#X text 12 45 DESCRIPTION compute the center of gravity of a list of
floats;
#X text 12 95 OUTLET_0 float;
#X restore 417 124 pd META;
#X connect 0 0 5 0;
#X connect 2 0 5 0;
#X connect 5 0 1 0;
#X connect 7 0 5 0;
#X connect 8 0 5 0;
#X connect 9 0 5 0;
#X connect 10 0 5 0;
| #N canvas 1 53 471 165 10;
#X msg 18 40 1 2 3 4;
#X floatatom 50 96 5 0 0 0 - - -;
#X msg 84 40 3 4 5;
#X text 387 99 j#|@2002;
#X obj 409 77 SMLib-help;
#X obj 52 69 vcog;
#X text 16 14 vcog computes the center of gravity of a list of floats
;
#X msg 134 40 0 1 0 1;
#X msg 199 40 0 0 1 1;
#X msg 263 40 8;
#X msg 144 74 1 -1;
#X text 142 94 zero sum causes no output;
#X connect 0 0 5 0;
#X connect 2 0 5 0;
#X connect 5 0 1 0;
#X connect 7 0 5 0;
#X connect 8 0 5 0;
#X connect 9 0 5 0;
#X connect 10 0 5 0;
| 29 | control list_op | compute the center of gravity of a list of
floats | create a purr-data patch that matches the following description and keywords. | Description: compute the center of gravity of a list of
floats, Keywords: control list_op |
avg~-help.pd | externals\zexy\reference\avg~-help.pd | #N canvas 0 31 561 361 10;
#X floatatom 59 148 0 0 0 0 - - -;
#X floatatom 59 254 0 0 0 0 - - -;
#X floatatom 129 255 0 0 0 0 - - -;
#X obj 59 276 dbtorms;
#X floatatom 59 299 0 0 0 0 - - -;
#X text 272 269 see also:;
#X obj 277 296 env~;
#X obj 373 296 tavg~;
#X obj 129 234 avg~;
#X obj 59 233 env~;
#X obj 315 296 envrms~;
#X obj 59 173 osc~ 5512.5;
#X text 456 11 part of zexy;
#N canvas 515 193 494 344 META 0;
#X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 115 AUTHOR IOhannes m zmoelnig;
#X text 12 45 DESCRIPTION calculate the arithmetic mean of one signal
vector;
#X text 12 5 KEYWORDS signal conversion;
#X text 12 75 INLET_0 signal;
#X text 12 95 OUTLET_0 float;
#X restore 511 340 pd META;
#X obj 71 51 avg~;
#X text 155 49 calculates the arithmetic mean of one signal vector
;
#X connect 0 0 11 0;
#X connect 1 0 3 0;
#X connect 3 0 4 0;
#X connect 8 0 2 0;
#X connect 9 0 1 0;
#X connect 11 0 8 0;
#X connect 11 0 9 0;
| #N canvas 0 31 561 361 10;
#X floatatom 59 148 0 0 0 0 - - -;
#X floatatom 59 254 0 0 0 0 - - -;
#X floatatom 129 255 0 0 0 0 - - -;
#X obj 59 276 dbtorms;
#X floatatom 59 299 0 0 0 0 - - -;
#X text 272 269 see also:;
#X obj 277 296 env~;
#X obj 373 296 tavg~;
#X obj 129 234 avg~;
#X obj 59 233 env~;
#X obj 315 296 envrms~;
#X obj 59 173 osc~ 5512.5;
#X text 456 11 part of zexy;
#X obj 71 51 avg~;
#X text 155 49 calculates the arithmetic mean of one signal vector
;
#X connect 0 0 11 0;
#X connect 1 0 3 0;
#X connect 3 0 4 0;
#X connect 8 0 2 0;
#X connect 9 0 1 0;
#X connect 11 0 8 0;
#X connect 11 0 9 0;
| 32 | signal conversion | calculate the arithmetic mean of one signal
vector | create a purr-data patch that matches the following description and keywords. | Description: calculate the arithmetic mean of one signal
vector, Keywords: signal conversion |
highpass-help.pd | externals\ggee\filters\highpass-help.pd | #N canvas 0 26 421 418 10;
#X text 63 298 These filters are all controlled by a bandwidth which
is expressed in octaves. A bandwidth of 100 is equivalent to one octave.
;
#X text 70 26 ===================================;
#X text 63 340 Attention \, only the left inlet triggers new coefficients
for biquad~;
#X text 8 388 (C) Guenter Geiger 2000;
#X floatatom 176 119 0 0 0 0 - - -;
#X floatatom 267 119 0 0 0 0 - - -;
#X obj 267 142 trigger bang float;
#X obj 113 216 biquad~;
#X obj 113 156 noise~;
#X obj 179 74 hsl 128 17 20 20000 1 1 empty empty frequency 5 9 0 10
-203904 -1 -1 10100 0;
#X obj 270 97 hsl 128 17 0 100 0 1 empty empty bandwidth 5 9 0 10 -261682
-1 -1 6200 0;
#X obj 176 185 highpass;
#X obj 104 276 dac~;
#X text 76 12 Highpass coefficients for biquad~;
#X obj 113 244 *~ 0.1;
#N canvas 317 264 494 344 META 0;
#X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE Tcl/Tk;
#X text 12 125 AUTHOR Guenter Geiger;
#X text 12 5 KEYWORDS control;
#X text 12 45 DESCRIPTION highpass coefficients for biquad~;
#X text 12 65 INLET_0 float;
#X text 12 85 INLET_1 float;
#X text 12 105 OUTLET_0 list;
#X restore 372 397 pd META;
#X connect 4 0 11 0;
#X connect 5 0 6 0;
#X connect 6 0 11 0;
#X connect 6 1 11 1;
#X connect 7 0 14 0;
#X connect 8 0 7 0;
#X connect 9 0 4 0;
#X connect 10 0 5 0;
#X connect 11 0 7 0;
#X connect 14 0 12 0;
#X connect 14 0 12 1;
| #N canvas 0 26 421 418 10;
#X text 63 298 These filters are all controlled by a bandwidth which
is expressed in octaves. A bandwidth of 100 is equivalent to one octave.
;
#X text 70 26 ===================================;
#X text 63 340 Attention \, only the left inlet triggers new coefficients
for biquad~;
#X text 8 388 (C) Guenter Geiger 2000;
#X floatatom 176 119 0 0 0 0 - - -;
#X floatatom 267 119 0 0 0 0 - - -;
#X obj 267 142 trigger bang float;
#X obj 113 216 biquad~;
#X obj 113 156 noise~;
#X obj 179 74 hsl 128 17 20 20000 1 1 empty empty frequency 5 9 0 10
-203904 -1 -1 10100 0;
#X obj 270 97 hsl 128 17 0 100 0 1 empty empty bandwidth 5 9 0 10 -261682
-1 -1 6200 0;
#X obj 176 185 highpass;
#X obj 104 276 dac~;
#X text 76 12 Highpass coefficients for biquad~;
#X obj 113 244 *~ 0.1;
#X connect 4 0 11 0;
#X connect 5 0 6 0;
#X connect 6 0 11 0;
#X connect 6 1 11 1;
#X connect 7 0 14 0;
#X connect 8 0 7 0;
#X connect 9 0 4 0;
#X connect 10 0 5 0;
#X connect 11 0 7 0;
#X connect 14 0 12 0;
#X connect 14 0 12 1;
| 37 | control | highpass coefficients for biquad~ | create a purr-data patch that matches the following description and keywords. | Description: highpass coefficients for biquad~, Keywords: control |
multi-help.pd | externals\maxlib\multi-help.pd | #N canvas 0 26 423 305 12;
#X floatatom 54 217 5 0 0 0 - - -;
#X floatatom 54 127 5 0 0 0 - - -;
#X floatatom 108 128 5 0 0 0 - - -;
#X text 39 20 multi :: like '*' but calculates result;
#X text 133 204 use creation arguments to set initial;
#X text 133 220 values for inlets;
#X msg 23 83 bang;
#X text 69 82 calculate and output result now;
#X obj 54 172 multi 8 6 2;
#X floatatom 163 129 5 0 0 0 - - -;
#X text 120 38 when leftmost or second inlet is changed;
#N canvas 433 26 494 344 META 0;
#X text 12 195 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 175 AUTHOR Olaf Matthes <[email protected]>;
#X text 12 5 KEYWORDS control;
#X text 12 45 DESCRIPTION like [*] but calculates result when leftmost
or second inlet is changed;
#X text 12 85 INLET_0 bang float;
#X text 12 105 INLET_1 float;
#X text 12 125 INLET_N float;
#X text 12 145 OUTLET_0 float;
#X restore 356 272 pd META;
#X connect 1 0 8 0;
#X connect 2 0 8 1;
#X connect 6 0 8 0;
#X connect 8 0 0 0;
#X connect 9 0 8 2;
| #N canvas 0 26 423 305 12;
#X floatatom 54 217 5 0 0 0 - - -;
#X floatatom 54 127 5 0 0 0 - - -;
#X floatatom 108 128 5 0 0 0 - - -;
#X text 39 20 multi :: like '*' but calculates result;
#X text 133 204 use creation arguments to set initial;
#X text 133 220 values for inlets;
#X msg 23 83 bang;
#X text 69 82 calculate and output result now;
#X obj 54 172 multi 8 6 2;
#X floatatom 163 129 5 0 0 0 - - -;
#X text 120 38 when leftmost or second inlet is changed;
#X connect 1 0 8 0;
#X connect 2 0 8 1;
#X connect 6 0 8 0;
#X connect 8 0 0 0;
#X connect 9 0 8 2;
| 28 | control | like [*] but calculates result when leftmost
or second inlet is changed | create a purr-data patch that matches the following description and keywords. | Description: like [*] but calculates result when leftmost
or second inlet is changed, Keywords: control |
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 "ä ö ü" 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 "ä ö ü" 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 |
speedlimiter--help.pd | externals\mapping\speedlimiter--help.pd | #N canvas 1 53 571 505 10;
#X obj 245 209 timeroll;
#X obj 41 45 random 1000;
#X obj 41 19 metro 30;
#X obj 41 -5 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1
;
#X obj 42 209 timeroll;
#X obj 67 -5 loadbang;
#X floatatom 365 89 5 0 0 0 - - -;
#X obj 365 111 / 100;
#X obj 41 72 / 1000;
#X obj 244 134 speedlimiter- -0.1;
#X text 211 -89 limit negative variation to \$1 for every samples;
#N canvas 464 140 494 344 META 0;
#X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 85 INLET_1 float;
#X text 12 105 OUTLET_0 float;
#X text 12 125 AUTHOR Cyrille Henry and Hans-Christoph Steiner;
#X text 12 65 INLET_0 float;
#X text 12 45 DESCRIPTION limit negative variation to \$1 for every
samples;
#X text 12 5 KEYWORDS control abstraction filter;
#X restore 504 393 pd META;
#X connect 1 0 8 0;
#X connect 2 0 1 0;
#X connect 3 0 2 0;
#X connect 5 0 2 0;
#X connect 6 0 7 0;
#X connect 7 0 9 1;
#X connect 8 0 4 0;
#X connect 8 0 9 0;
#X connect 9 0 0 0;
| #N canvas 1 53 571 505 10;
#X obj 245 209 timeroll;
#X obj 41 45 random 1000;
#X obj 41 19 metro 30;
#X obj 41 -5 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1
;
#X obj 42 209 timeroll;
#X obj 67 -5 loadbang;
#X floatatom 365 89 5 0 0 0 - - -;
#X obj 365 111 / 100;
#X obj 41 72 / 1000;
#X obj 244 134 speedlimiter- -0.1;
#X text 211 -89 limit negative variation to \$1 for every samples;
#X connect 1 0 8 0;
#X connect 2 0 1 0;
#X connect 3 0 2 0;
#X connect 5 0 2 0;
#X connect 6 0 7 0;
#X connect 7 0 9 1;
#X connect 8 0 4 0;
#X connect 8 0 9 0;
#X connect 9 0 0 0;
| 31 | control abstraction filter | limit negative variation to \$1 for every
samples | create a purr-data patch that matches the following description and keywords. | Description: limit negative variation to \$1 for every
samples, Keywords: control abstraction filter |
envrms~-help.pd | externals\zexy\reference\envrms~-help.pd | #N canvas 0 31 580 361 10;
#X obj 71 51 envrms~;
#X text 174 51 an envelope follower that outputs rms instead of dB
;
#X obj 59 172 sig~ 3;
#X floatatom 59 148 0 0 0 0 - - -;
#X obj 59 233 env~;
#X floatatom 59 254 0 0 0 0 - - -;
#X floatatom 129 255 0 0 0 0 - - -;
#X obj 129 234 envrms~;
#X text 177 93 (i found it very often quite annoying \, to get dB all
the times \, and i wouldn't use snapshot~ instead);
#X obj 59 276 dbtorms;
#X floatatom 59 299 0 0 0 0 - - -;
#X text 179 172 of course \, this is cheaper than using env~ + dbtorms
;
#X text 272 269 see also:;
#X obj 277 296 env~;
#X obj 315 296 avg~;
#X obj 354 296 tavg~;
#X msg 484 217 \; pd dsp 1;
#X text 479 17 part of zexy;
#N canvas 593 163 494 344 META 0;
#X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 115 AUTHOR IOhannes m zmoelnig;
#X text 12 45 DESCRIPTION an envelope follower that outputs rms instead
of dB;
#X text 12 5 KEYWORDS signal conversion;
#X text 12 75 INLET_0 signal;
#X text 12 95 OUTLET_0 float;
#X restore 525 333 pd META;
#X connect 2 0 7 0;
#X connect 2 0 4 0;
#X connect 3 0 2 0;
#X connect 4 0 5 0;
#X connect 5 0 9 0;
#X connect 7 0 6 0;
#X connect 9 0 10 0;
| #N canvas 0 31 580 361 10;
#X obj 71 51 envrms~;
#X text 174 51 an envelope follower that outputs rms instead of dB
;
#X obj 59 172 sig~ 3;
#X floatatom 59 148 0 0 0 0 - - -;
#X obj 59 233 env~;
#X floatatom 59 254 0 0 0 0 - - -;
#X floatatom 129 255 0 0 0 0 - - -;
#X obj 129 234 envrms~;
#X text 177 93 (i found it very often quite annoying \, to get dB all
the times \, and i wouldn't use snapshot~ instead);
#X obj 59 276 dbtorms;
#X floatatom 59 299 0 0 0 0 - - -;
#X text 179 172 of course \, this is cheaper than using env~ + dbtorms
;
#X text 272 269 see also:;
#X obj 277 296 env~;
#X obj 315 296 avg~;
#X obj 354 296 tavg~;
#X msg 484 217 \; pd dsp 1;
#X text 479 17 part of zexy;
#X connect 2 0 7 0;
#X connect 2 0 4 0;
#X connect 3 0 2 0;
#X connect 4 0 5 0;
#X connect 5 0 9 0;
#X connect 7 0 6 0;
#X connect 9 0 10 0;
| 35 | signal conversion | an envelope follower that outputs rms instead
of dB | create a purr-data patch that matches the following description and keywords. | Description: an envelope follower that outputs rms instead
of dB, Keywords: signal conversion |
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 |
list_accum-help.pd | externals\tof\tof\list_accum-help.pd | #N canvas 1 53 592 427 10;
#X obj 62 27 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577
0;
#X text 67 77 author: [email protected];
#X text 67 66 tags: lists;
#X text 67 88 version: 2009-10-06 (added the second mode);
#X text 68 27 description: accumulates anything into a big list. Outputs
the list on a bang.;
#X obj 91 283 tof/list_accum;
#X msg 112 218 1 2 3 4 5 6;
#X obj 90 146 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 91 348 print;
#X floatatom 104 191 5 0 0 0 - - -;
#X msg 194 218 a b c d;
#X obj 206 254 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X obj 175 316 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X text 148 195 Inlet 1 \, anything: Accumulate atoms;
#X text 227 254 Inlet 2 \, bang: Clear accumulated atoms;
#X text 111 145 Inlet 1 \, bang: Output and clear accumulated atoms
;
#X text 195 314 Outlet 2 \, bang: Nothing accumulated (empty);
#X text 130 348 Outlet 1 \, list: Accumulated atoms;
#N canvas 306 222 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 Thomas Ouellet Fredericks;
#X text 12 5 KEYWORDS control list_op;
#X text 12 75 INLET_0 bang anything;
#X text 12 95 INLET_1 bang;
#X text 12 115 OUTLET_0 list;
#X text 12 135 OUTLET_1 bang;
#X text 12 45 DESCRIPTION accumulate anything into a list and output
the list on a bang;
#X restore 539 358 pd META;
#X connect 5 0 8 0;
#X connect 5 1 12 0;
#X connect 6 0 5 0;
#X connect 7 0 5 0;
#X connect 9 0 5 0;
#X connect 10 0 5 0;
#X connect 11 0 5 1;
| #N canvas 1 53 592 427 10;
#X text 67 77 author: [email protected];
#X text 67 66 tags: lists;
#X text 67 88 version: 2009-10-06 (added the second mode);
#X text 68 27 description: accumulates anything into a big list. Outputs
the list on a bang.;
#X obj 91 283 tof/list_accum;
#X msg 112 218 1 2 3 4 5 6;
#X obj 90 146 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 91 348 print;
#X floatatom 104 191 5 0 0 0 - - -;
#X msg 194 218 a b c d;
#X obj 206 254 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X obj 175 316 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X text 148 195 Inlet 1 \, anything: Accumulate atoms;
#X text 227 254 Inlet 2 \, bang: Clear accumulated atoms;
#X text 111 145 Inlet 1 \, bang: Output and clear accumulated atoms
;
#X text 195 314 Outlet 2 \, bang: Nothing accumulated (empty);
#X text 130 348 Outlet 1 \, list: Accumulated atoms;
#X connect 5 0 8 0;
#X connect 5 1 12 0;
#X connect 6 0 5 0;
#X connect 7 0 5 0;
#X connect 9 0 5 0;
#X connect 10 0 5 0;
#X connect 11 0 5 1;
| 37 | control list_op | accumulate anything into a list and output
the list on a bang | create a purr-data patch that matches the following description and keywords. | Description: accumulate anything into a list and output
the list on a bang, Keywords: control list_op |
11.polygon.pd | pd\doc\4.data.structures\pd-l2ork\ds-tutorials\11.polygon.pd | #N struct drawtut-polygon float x float y;
#N canvas 1 25 845 575 10;
#X msg 53 117 stroke blue;
#X msg 142 117 fill yellow;
#X msg 228 117 stroke-width \$1;
#X floatatom 228 93 5 0 0 0 - - -, f 5;
#X obj 53 57 struct drawtut-polygon float x float y;
#X scalar drawtut-polygon -138 117 \;;
#X text 0 1 New Drawing Commands: polygon;
#X text 0 1 _____________________________;
#X text 53 23 Polygons are closed shapes.;
#X obj 53 153 draw polygon 350 75 379 161 469 161 397 215 423 301 350
250 277 301 303 215 231 161 321 161;
#X text 52 444 The polygon shape is like polyline \, except it creates
a closed shape.;
#X obj 432 153 draw polygon 250 75 323 301 131 161 369 161 177 301
;
#X text 632 311 <- two polygons;
#X obj 595 97 loadbang;
#X text 52 484 For the polygon on the right \, you can see how the
line segments actually intersect each other. When you want to fill
such a shape \, use the "fill-rule" message to specify the algorithm
for how to fill overlapping areas.;
#X msg 595 121 transform translate 375 0 \, fill red;
#X msg 432 56 fill-rule 0;
#X text 517 57 nonzero;
#X text 527 87 evenodd;
#X msg 442 86 fill-rule 1;
#N canvas 290 275 450 300 META 0;
#X text 16 26 LICENSE SIBSD;
#X text 16 66 AUTHOR Jonathan Wilkes;
#X text 16 86 HELP_PATCH_AUTHORS Jonathan Wilkes;
#X text 16 6 KEYWORDS tutorial data_structure draw gui;
#X text 16 46 DESCRIPTION drawing polygons with the [draw] command
;
#X restore 780 544 pd META;
#X connect 0 0 9 0;
#X connect 1 0 9 0;
#X connect 2 0 9 0;
#X connect 3 0 2 0;
#X connect 13 0 15 0;
#X connect 15 0 11 0;
#X connect 16 0 11 0;
#X connect 19 0 11 0;
| #N struct drawtut-polygon float x float y;
#N canvas 1 25 845 575 10;
#X msg 53 117 stroke blue;
#X msg 142 117 fill yellow;
#X msg 228 117 stroke-width \$1;
#X floatatom 228 93 5 0 0 0 - - -, f 5;
#X obj 53 57 struct drawtut-polygon float x float y;
#X scalar drawtut-polygon -138 117 \;;
#X text 0 1 New Drawing Commands: polygon;
#X text 0 1 _____________________________;
#X text 53 23 Polygons are closed shapes.;
#X obj 53 153 draw polygon 350 75 379 161 469 161 397 215 423 301 350
250 277 301 303 215 231 161 321 161;
#X text 52 444 The polygon shape is like polyline \, except it creates
a closed shape.;
#X obj 432 153 draw polygon 250 75 323 301 131 161 369 161 177 301
;
#X text 632 311 <- two polygons;
#X obj 595 97 loadbang;
#X text 52 484 For the polygon on the right \, you can see how the
line segments actually intersect each other. When you want to fill
such a shape \, use the "fill-rule" message to specify the algorithm
for how to fill overlapping areas.;
#X msg 595 121 transform translate 375 0 \, fill red;
#X msg 432 56 fill-rule 0;
#X text 517 57 nonzero;
#X text 527 87 evenodd;
#X msg 442 86 fill-rule 1;
#X connect 0 0 9 0;
#X connect 1 0 9 0;
#X connect 2 0 9 0;
#X connect 3 0 2 0;
#X connect 13 0 15 0;
#X connect 15 0 11 0;
#X connect 16 0 11 0;
#X connect 19 0 11 0;
| 37 | tutorial data_structure draw gui | drawing polygons with the [draw] command | create a purr-data patch that matches the following description and keywords. | Description: drawing polygons with the [draw] command, Keywords: tutorial data_structure draw gui |
A05.output.subpatch.pd | pd\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 |
A00.intro.pd | packages\win64_inno\build\doc\3.audio.examples\A00.intro.pd | #N canvas 434 230 448 236 10;
#X text 19 56 This is the second of three tutorial series on Pd. This
one shows the time-domain audio processing features. (The first one
showed how to use Pd to do "control" computations \, and the third
is about frequency-domain techniques.);
#X text 19 124 These patches are accompanied by an ONLINE BOOK:;
#X text 20 174 which develops the underlying theory.;
#X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header introduction 20
10 1 18 -261139 -33289 0;
#X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp
;
#X obj 1 214 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0
14 -233017 -33289 0;
#N canvas 44 246 494 284 META 0;
#X text 12 105 WEBSITE http://crca.ucsd.edu/~msp/;
#X text 12 85 AUTHOR Miller Puckette;
#X text 12 65 LIBRARY PDDP;
#X text 12 25 LICENSE SIBSD;
#X text 12 125 HELP_PATCH_AUTHORS Updated for release 0.37. Jonathan
Wilkes revised the patch to conform to the PDDP template for Pd version
0.42.;
#X text 12 45 DESCRIPTION introduction to audio tutorials;
#X text 12 5 KEYWORDS tutorial;
#X restore 392 216 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 Introduction- Related Help Documents;
#X text 19 37 Link to the manual here;
#X restore 103 216 pd References;
#X obj 66 149 pddp/pddplink http://www.crca.ucsd.edu/~msp/techniques.htm
;
#X text 19 36 An Introduction to the Pd Audio Example Patches;
#X obj 6 216 pddp/pddplink ../5.reference/pddp/help.pd -text help;
| #N canvas 434 230 448 236 10;
#X text 19 56 This is the second of three tutorial series on Pd. This
one shows the time-domain audio processing features. (The first one
showed how to use Pd to do "control" computations \, and the third
is about frequency-domain techniques.);
#X text 19 124 These patches are accompanied by an ONLINE BOOK:;
#X text 20 174 which develops the underlying theory.;
#X text 19 36 An Introduction to the Pd Audio Example Patches;
| 24 | tutorial | introduction to audio tutorials | create a purr-data patch that matches the following description and keywords. | Description: introduction to audio tutorials, Keywords: tutorial |
wrap-help.pd | externals\maxlib\wrap-help.pd | #N canvas 0 26 472 397 12;
#X floatatom 27 304 8 0 0 0 - - -;
#X floatatom 27 73 5 0 0 0 - - -;
#X text 187 26 written by <[email protected]>;
#X floatatom 60 133 5 0 0 0 - - -;
#X floatatom 94 158 5 0 0 0 - - -;
#X text 84 71 input value;
#X text 57 102 creation arguments can be changed dynamically:;
#X text 35 341 creation arguments:;
#X text 115 132 lower limit;
#X text 146 157 upper limit;
#X floatatom 94 277 5 0 0 0 - - -;
#X text 36 358 wrap <lower limit> <upper limit>;
#X text 106 305 floats 'in range';
#X text 122 11 wrap :: wrap floats into a range;
#X text 153 276 wrap periods;
#N canvas 341 152 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 125 OUTLET_0 float;
#X text 12 85 INLET_1 float;
#X text 12 105 INLET_2 float;
#X text 12 45 DESCRIPTION wrap floats into a range;
#X text 12 65 INLET_0 float;
#X text 12 145 OUTLET_1 float;
#X text 12 5 KEYWORDS control filter;
#X restore 410 364 pd META;
#X obj 27 249 maxlib/wrap 6 40;
#X connect 1 0 16 0;
#X connect 3 0 16 1;
#X connect 4 0 16 2;
#X connect 16 0 0 0;
#X connect 16 1 10 0;
| #N canvas 0 26 472 397 12;
#X floatatom 27 304 8 0 0 0 - - -;
#X floatatom 27 73 5 0 0 0 - - -;
#X text 187 26 written by <[email protected]>;
#X floatatom 60 133 5 0 0 0 - - -;
#X floatatom 94 158 5 0 0 0 - - -;
#X text 84 71 input value;
#X text 57 102 creation arguments can be changed dynamically:;
#X text 35 341 creation arguments:;
#X text 115 132 lower limit;
#X text 146 157 upper limit;
#X floatatom 94 277 5 0 0 0 - - -;
#X text 36 358 wrap <lower limit> <upper limit>;
#X text 106 305 floats 'in range';
#X text 122 11 wrap :: wrap floats into a range;
#X text 153 276 wrap periods;
#X obj 27 249 maxlib/wrap 6 40;
#X connect 1 0 16 0;
#X connect 3 0 16 1;
#X connect 4 0 16 2;
#X connect 16 0 0 0;
#X connect 16 1 10 0;
| 34 | control filter | wrap floats into a range | create a purr-data patch that matches the following description and keywords. | Description: wrap floats into a range, Keywords: control filter |
vols~-help.pd | externals\creb\doc\vols~-help.pd | #N canvas 0 26 450 300 10;
#N canvas 248 148 494 372 META 0;
#X text 12 185 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 125 OUTLET_0 signal;
#X text 12 65 INLET_0 signal;
#X text 12 165 AUTHOR Tom Shouten;
#X text 12 45 DESCRIPTION volume for a stereo signal;
#X text 12 85 INLET_1 signal;
#X text 12 105 INLET_2 float;
#X text 12 145 OUTLET_1 signal;
#X text 12 25 LICENSE GPL v2;
#X text 12 5 KEYWORDS signal filter abstraction;
#X restore 393 274 pd META;
#X obj 152 129 vols~;
#X obj 137 36 osc~ 440;
#X floatatom 176 95 5 0 100 0 - - -;
#X obj 153 165 dac~;
#X obj 156 66 osc~ 440.1;
#X text 210 126 volume for a stereo signal;
#X connect 1 0 4 0;
#X connect 1 1 4 1;
#X connect 2 0 1 0;
#X connect 3 0 1 2;
#X connect 5 0 1 1;
| #N canvas 0 26 450 300 10;
#X obj 152 129 vols~;
#X obj 137 36 osc~ 440;
#X floatatom 176 95 5 0 100 0 - - -;
#X obj 153 165 dac~;
#X obj 156 66 osc~ 440.1;
#X text 210 126 volume for a stereo signal;
#X connect 1 0 4 0;
#X connect 1 1 4 1;
#X connect 2 0 1 0;
#X connect 3 0 1 2;
#X connect 5 0 1 1;
| 24 | signal filter abstraction | volume for a stereo signal | create a purr-data patch that matches the following description and keywords. | Description: volume for a stereo signal, Keywords: signal filter abstraction |
hysteresis-help.pd | externals\mapping\hysteresis-help.pd | #N canvas 1 53 382 458 10;
#X obj 30 61 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144
-1 -1 0 1;
#X obj 30 255 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144
-1 -1 0 1;
#X obj 30 218 hysteresis 0.2;
#X text 84 28 add hysteresys to input data;
#N canvas 465 169 494 344 META 0;
#X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 85 INLET_1 float;
#X text 12 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 add hysteresys to input data;
#X restore 320 421 pd META;
#X connect 0 0 2 0;
#X connect 2 0 1 0;
| #N canvas 1 53 382 458 10;
#X obj 30 61 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144
-1 -1 0 1;
#X obj 30 255 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144
-1 -1 0 1;
#X obj 30 218 hysteresis 0.2;
#X text 84 28 add hysteresys to input data;
#X connect 0 0 2 0;
#X connect 2 0 1 0;
| 17 | control abstraction | add hysteresys to input data | create a purr-data patch that matches the following description and keywords. | Description: add hysteresys to input data, Keywords: control abstraction |
make-audio-dialog-help.pd | externals\hcs\make-audio-dialog-help.pd | #N canvas 0 26 432 293 10;
#X msg 59 115 bang;
#X msg 59 203 \; pd audio-dialog 0 0 0 0 2 0 0 0 0 0 0 0 2 0 0 0 44100
50 0;
#X obj 59 176 make-audio-dialog;
#X text 40 23 [make-audio-dialog] takes the audio-dialog message from
[get-audio-dialog] and generates a clickable message box that will
set the audio settings. This message box is also suitable for use with
a [loadbang];
#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;
#X text 12 45 DESCRIPTION take the audio-dialog message from [get-audio-dialog]
and generate a clickable message box;
#X text 12 75 INLET_0 anything;
#X text 12 95 OUTLET_0 anything;
#X restore 382 272 pd META;
#X obj 59 147 get-audio-dialog;
#X connect 0 0 5 0;
#X connect 2 0 1 0;
#X connect 5 0 2 0;
| #N canvas 0 26 432 293 10;
#X msg 59 115 bang;
#X msg 59 203 \; pd audio-dialog 0 0 0 0 2 0 0 0 0 0 0 0 2 0 0 0 44100
50 0;
#X obj 59 176 make-audio-dialog;
#X text 40 23 [make-audio-dialog] takes the audio-dialog message from
[get-audio-dialog] and generates a clickable message box that will
set the audio settings. This message box is also suitable for use with
a [loadbang];
#X obj 59 147 get-audio-dialog;
#X connect 0 0 5 0;
#X connect 2 0 1 0;
#X connect 5 0 2 0;
| 18 | control abstraction | take the audio-dialog message from [get-audio-dialog]
and generate a clickable message box | create a purr-data patch that matches the following description and keywords. | Description: take the audio-dialog message from [get-audio-dialog]
and generate a clickable message box, Keywords: control 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 |
fblock-help.pd | externals\creb\doc\fblock-help.pd | #N canvas 0 26 551 236 10;
#X text 200 79 right inlet is also "active";
#X text 201 119 main usage is to compute block synchronous frequencies
;
#X text 200 134 for spectral domain processing;
#X text 201 49 out = left + right * (sys samplerate / blocksize);
#X text 200 35 fblock: compute block relative frequencies;
#N canvas 198 157 494 345 META 0;
#X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 65 INLET_0 float;
#X text 12 85 INLET_1 float;
#X text 12 105 OUTLET_0 float;
#X text 12 45 DESCRIPTION compute block relative frequencies;
#X text 12 5 KEYWORDS control abstraction needs_work (example patch)
;
#X text 12 125 AUTHOR Tom Schouten <[email protected]>;
#X text 12 25 LICENSE GPL v2;
#X restore 502 215 pd META;
#X obj 40 67 fblock;
| #N canvas 0 26 551 236 10;
#X text 200 79 right inlet is also "active";
#X text 201 119 main usage is to compute block synchronous frequencies
;
#X text 200 134 for spectral domain processing;
#X text 201 49 out = left + right * (sys samplerate / blocksize);
#X text 200 35 fblock: compute block relative frequencies;
#X obj 40 67 fblock;
| 17 | control abstraction needs_work (example patch) | compute block relative frequencies | create a purr-data patch that matches the following description and keywords. | Description: compute block relative frequencies, Keywords: control abstraction needs_work (example patch) |
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 |
route~-help.pd | externals\zexy\reference\route~-help.pd | #N canvas 0 31 514 347 10;
#X obj 65 92 osc~ 440;
#X floatatom 65 61 0 0 0 0 - - -;
#X text 412 11 part of zexy;
#X msg 82 281 bang;
#X obj 125 22 route~;
#X text 177 21 separate signals from messages;
#X obj 65 304 print~ signal;
#X obj 104 223 print message;
#X obj 65 200 route~;
#X msg 107 128 2;
#X symbolatom 127 155 10 0 0 0 - - -;
#X msg 130 177 whatever;
#N canvas 460 154 494 344 META 0;
#X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 125 AUTHOR IOhannes m zmoelnig;
#X text 12 5 KEYWORDS signal;
#X text 12 45 DESCRIPTION separate signals from messages;
#X text 12 65 INLET_0 anything signal;
#X text 12 85 OUTLET_0 signal;
#X text 12 105 OUTLET_1 anything;
#X restore 461 319 pd META;
#X connect 0 0 8 0;
#X connect 1 0 0 0;
#X connect 3 0 6 0;
#X connect 8 0 6 0;
#X connect 8 1 7 0;
#X connect 9 0 8 0;
#X connect 10 0 8 0;
#X connect 11 0 8 0;
| #N canvas 0 31 514 347 10;
#X obj 65 92 osc~ 440;
#X floatatom 65 61 0 0 0 0 - - -;
#X text 412 11 part of zexy;
#X msg 82 281 bang;
#X obj 125 22 route~;
#X text 177 21 separate signals from messages;
#X obj 65 304 print~ signal;
#X obj 104 223 print message;
#X obj 65 200 route~;
#X msg 107 128 2;
#X symbolatom 127 155 10 0 0 0 - - -;
#X msg 130 177 whatever;
#X connect 0 0 8 0;
#X connect 1 0 0 0;
#X connect 3 0 6 0;
#X connect 8 0 6 0;
#X connect 8 1 7 0;
#X connect 9 0 8 0;
#X connect 10 0 8 0;
#X connect 11 0 8 0;
| 31 | signal | separate signals from messages | create a purr-data patch that matches the following description and keywords. | Description: separate signals from messages, Keywords: signal |
swatch-help.pd | abstractions\jmmmp\swatch-help.pd | #N struct 1084-rgb-sel float x float y float p1x float p1y float p2x
float p2y float p3x float p3y float p4x float p4y float p5x float p5y
float p0x float p0y float p0x. float p0y.;
#N canvas 186 367 411 350 10;
#X text 12 317 Released under the BSD License;
#X text 228 180 Inlets;
#X text 227 230 Outlets;
#X text 227 200 - Bang;
#X text 227 250 - "color \$1 \$2 \$3" command;
#X text 227 270 - number with current color;
#X text 11 297 (C) 2010 Jo�o Pais - [email protected];
#X obj 13 91 swatch;
#X obj 28 244 hsl 128 15 0 127 0 0 empty \$0-slider Label -2 -8 0 10
-1 -1 -262144 0 1;
#X obj 13 210 s \$0-slider;
#X floatatom 137 195 10 0 0 0 - - -;
#X msg 13 190 color \$1;
#X text 22 11 [swatch] - Pick a color using the hue-saturation chart
;
#X text 21 31 To choose a color \, grab the circle and move it around.
In case the circle disappears \, clicking in the swatch will make it
appear again.;
#N canvas 504 106 494 344 META 0;
#X text 12 55 AUTHOR Jo�o Pais <[email protected]>;
#X text 12 95 LICENSE BSD;
#X text 12 75 LIBRARY jmmmp;
#X text 13 115 WEBSITE http://puredata.info/Members/jmmmp;
#X text 13 6 DESCRIPTION Pick a color using the hue-saturation chart
;
#X text 12 36 KEYWORDS color GUI data structures;
#X text 12 135 VERSION 2010;
#X text 14 165 INLET_0 - bang;
#X text 14 185 OUTLET_0 - "color \$1 \$2 \$3" command;
#X text 14 205 OUTLET_1 - number with current color;
#X restore 342 316 pd META;
#X connect 7 0 11 0;
#X connect 7 0 10 0;
#X connect 11 0 9 0;
| #N struct 1084-rgb-sel float x float y float p1x float p1y float p2x
float p2y float p3x float p3y float p4x float p4y float p5x float p5y
float p0x float p0y float p0x. float p0y.;
#N canvas 186 367 411 350 10;
#X text 12 317 Released under the BSD License;
#X text 228 180 Inlets;
#X text 227 230 Outlets;
#X text 227 200 - Bang;
#X text 227 250 - "color \$1 \$2 \$3" command;
#X text 227 270 - number with current color;
#X text 11 297 (C) 2010 Jo�o Pais - [email protected];
#X obj 13 91 swatch;
#X obj 28 244 hsl 128 15 0 127 0 0 empty \$0-slider Label -2 -8 0 10
-1 -1 -262144 0 1;
#X obj 13 210 s \$0-slider;
#X floatatom 137 195 10 0 0 0 - - -;
#X msg 13 190 color \$1;
#X text 22 11 [swatch] - Pick a color using the hue-saturation chart
;
#X text 21 31 To choose a color \, grab the circle and move it around.
In case the circle disappears \, clicking in the swatch will make it
appear again.;
#X connect 7 0 11 0;
#X connect 7 0 10 0;
#X connect 11 0 9 0;
| 31 | color GUI data structures | Pick a color using the hue-saturation chart | create a purr-data patch that matches the following description and keywords. | Description: Pick a color using the hue-saturation chart, Keywords: color GUI data structures |
distance_n-help.pd | externals\mapping\distance_n-help.pd | #N canvas 1 53 553 614 10;
#X obj 54 428 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144
-1 -1 0 1;
#X obj 54 96 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144
-1 -1 0 1;
#X obj 76 97 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144
-1 -1 0 1;
#X obj 76 244 t b f;
#X obj 54 390 distance_n;
#X msg 119 365 0.3 0.3 0.5 0.4;
#X obj 119 342 loadbang;
#X obj 54 279 pack f f f f;
#X obj 116 97 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144
-1 -1 0 1;
#X obj 116 244 t b f;
#X obj 156 97 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144
-1 -1 0 1;
#X obj 156 244 t b f;
#X text 126 29 distance from a point and a stream in nd;
#X text 173 53 n is the min size of the list send on the inlets;
#N canvas 467 227 494 344 META 0;
#X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 105 OUTLET_0 float;
#X text 12 125 AUTHOR Cyrille Henry and Hans-Christoph Steiner;
#X text 12 5 KEYWORDS control abstraction;
#X text 12 45 DESCRIPTION distance from a point and a stream in nd
;
#X text 12 65 INLET_0 list;
#X text 12 85 INLET_1 list;
#X restore 493 583 pd META;
#X connect 1 0 7 0;
#X connect 2 0 3 0;
#X connect 3 0 7 0;
#X connect 3 1 7 1;
#X connect 4 0 0 0;
#X connect 5 0 4 1;
#X connect 6 0 5 0;
#X connect 7 0 4 0;
#X connect 8 0 9 0;
#X connect 9 0 7 0;
#X connect 9 1 7 2;
#X connect 10 0 11 0;
#X connect 11 0 7 0;
#X connect 11 1 7 3;
| #N canvas 1 53 553 614 10;
#X obj 54 428 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144
-1 -1 0 1;
#X obj 54 96 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144
-1 -1 0 1;
#X obj 76 97 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144
-1 -1 0 1;
#X obj 76 244 t b f;
#X obj 54 390 distance_n;
#X msg 119 365 0.3 0.3 0.5 0.4;
#X obj 119 342 loadbang;
#X obj 54 279 pack f f f f;
#X obj 116 97 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144
-1 -1 0 1;
#X obj 116 244 t b f;
#X obj 156 97 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144
-1 -1 0 1;
#X obj 156 244 t b f;
#X text 126 29 distance from a point and a stream in nd;
#X text 173 53 n is the min size of the list send on the inlets;
#X connect 1 0 7 0;
#X connect 2 0 3 0;
#X connect 3 0 7 0;
#X connect 3 1 7 1;
#X connect 4 0 0 0;
#X connect 5 0 4 1;
#X connect 6 0 5 0;
#X connect 7 0 4 0;
#X connect 8 0 9 0;
#X connect 9 0 7 0;
#X connect 9 1 7 2;
#X connect 10 0 11 0;
#X connect 11 0 7 0;
#X connect 11 1 7 3;
| 39 | control abstraction | distance from a point and a stream in nd | create a purr-data patch that matches the following description and keywords. | Description: distance from a point and a stream in nd, Keywords: control abstraction |
gemwin+-help.pd | externals\tof\tof\gemwin+-help.pd | #N canvas 1 53 812 373 10;
#X obj 4 -185 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X text 483 -183 dimen w h;
#X text 483 -169 lighting 0/1;
#X text 483 -156 border 0/1;
#X text 482 -143 offest x y;
#X text 440 -88 Gem window with a dimension of 640 by 480 pixels \,
with no border \, and with an offset of 200 by 200 pixels;
#X text 482 -130 frame f;
#X text 440 -234 ARGUMENTS;
#X text -6 -269 Description: A more user friendly Gem window manager
with mouse pointer information.;
#X text 439 -216 You can set the following comma separated arguments:
;
#X text -5 -234 Tags: Gem;
#X obj 43 -125 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X text 23 -188 Float: 1: Create and render window \, 0: Destroy window.
;
#X text 67 -128 Float: Mouse mode \; 0: Gem coordinates \, 1: Normalized.
;
#X obj 43 -75 print mouse;
#X obj 4 -100 gemwin+;
#X text 39 -58 x_pos y_pos left_button middle_button right_button;
#X obj 4 9 scale 0.5;
#X obj 4 35 square;
#X obj 439 -109 gemwin+ dimen 640 480 \, border 0 \, offset 200 200
;
#X text 12 -37 The left most outlet is a gemlist normalized to the
window's size (i.e. a square of size 1 fills the whole window);
#N canvas 211 137 494 344 META 0;
#X text 12 175 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 155 AUTHOR Thomas Ouellet Fredericks;
#X text 12 25 DESCRIPTION a more user friendly Gem window manager with
mouse pointer information;
#X text 12 75 INLET_0 float;
#X text 12 95 INLET_1 float;
#X text 12 115 OUTLET_0 gemlist;
#X text 12 135 OUTLET_1 list;
#X text 12 5 KEYWORDS control abstraction user_input;
#X text 12 55 LICENSE GPL v2;
#X restore 743 58 pd META;
#X connect 0 0 15 0;
#X connect 11 0 15 1;
#X connect 15 0 17 0;
#X connect 15 1 14 0;
#X connect 17 0 18 0;
| #N canvas 1 53 812 373 10;
#X obj 4 -185 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X text 483 -183 dimen w h;
#X text 483 -169 lighting 0/1;
#X text 483 -156 border 0/1;
#X text 482 -143 offest x y;
#X text 440 -88 Gem window with a dimension of 640 by 480 pixels \,
with no border \, and with an offset of 200 by 200 pixels;
#X text 482 -130 frame f;
#X text 440 -234 ARGUMENTS;
#X text -6 -269 Description: A more user friendly Gem window manager
with mouse pointer information.;
#X text 439 -216 You can set the following comma separated arguments:
;
#X text -5 -234 Tags: Gem;
#X obj 43 -125 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X text 23 -188 Float: 1: Create and render window \, 0: Destroy window.
;
#X text 67 -128 Float: Mouse mode \; 0: Gem coordinates \, 1: Normalized.
;
#X obj 43 -75 print mouse;
#X obj 4 -100 gemwin+;
#X text 39 -58 x_pos y_pos left_button middle_button right_button;
#X obj 4 9 scale 0.5;
#X obj 4 35 square;
#X obj 439 -109 gemwin+ dimen 640 480 \, border 0 \, offset 200 200
;
#X text 12 -37 The left most outlet is a gemlist normalized to the
window's size (i.e. a square of size 1 fills the whole window);
#X connect 0 0 15 0;
#X connect 11 0 15 1;
#X connect 15 0 17 0;
#X connect 15 1 14 0;
#X connect 17 0 18 0;
| 38 | control abstraction user_input | a more user friendly Gem window manager with
mouse pointer information | create a purr-data patch that matches the following description and keywords. | Description: a more user friendly Gem window manager with
mouse pointer information, Keywords: control abstraction user_input |
03.rect.pd | packages\win64_inno\build\doc\4.data.structures\pd-l2ork\ds-tutorials\03.rect.pd | #N struct drawtut-rect float x float y;
#N canvas 1 25 515 614 10;
#X text 0 1 __________________________;
#X text 0 1 New Drawing Commands: rect;
#X obj 53 87 struct drawtut-rect float x float y;
#X text 53 63 Let's start with another [struct]:;
#X scalar drawtut-rect 56 374 \;;
#X text 53 115 As stated in the previous tutorial \, all [draw] objects
have the same interface. The first word (called the selector) is always
"draw". The first argument is the name of the svg shape to draw. Finally
\, any arguments after that are coordinate and other data that define
how to draw the shape.;
#X text 53 480 You can select the scalar like any other Pd object \,
move it \, cut/paste it \, and undo/redo any actions you take.;
#X text 53 23 So what can we draw with [draw]? All shapes from the
svg specification. These are "rect" \, "polygon" \, "polyline" \, "ellipse"
\, "circle" \, "line" \, and "path".;
#X text 53 510 Also note that you can define a [struct] without any
"x" or "y" fields. This is because data structures may be used for
purposes other than visualizing data. But if you do draw objects with
x/y fields \, it will draw the scalar at 0/0 and you won't be able
to move it with the mouse in "edit mode".;
#X text 53 341 Below is a scalar defined by the [struct] above. As
you can tell it's just two rectangles. Pretty boring stuff so far...
;
#X obj 53 244 draw rect 100 40 0 0;
#X obj 193 244 draw rect 40 100 120 0;
#X text 53 270 You can use positive and negative numbers for the first
two arguments \, but only positive numbers for the width and height.
Coordinates and dimensions can be integers or floats. (One exception
are "flag" values in path arcs but these will just be converted automatically
to integers.);
#X text 53 184 In the case of "rect" \, there are only four coordinates.
The first two are the width and height of the rectangle. The third
and fourth arguments are the x/y coordinates of the top-left corner
of the rectangle. That's it!;
#N canvas 290 275 450 300 META 0;
#X text 16 26 LICENSE SIBSD;
#X text 16 66 AUTHOR Jonathan Wilkes;
#X text 16 86 HELP_PATCH_AUTHORS Jonathan Wilkes;
#X text 16 6 KEYWORDS tutorial data_structure draw gui;
#X text 16 46 DESCRIPTION drawing a rectangle with the [draw] command
;
#X restore 446 583 pd META;
| #N struct drawtut-rect float x float y;
#N canvas 1 25 515 614 10;
#X text 0 1 __________________________;
#X text 0 1 New Drawing Commands: rect;
#X obj 53 87 struct drawtut-rect float x float y;
#X text 53 63 Let's start with another [struct]:;
#X scalar drawtut-rect 56 374 \;;
#X text 53 115 As stated in the previous tutorial \, all [draw] objects
have the same interface. The first word (called the selector) is always
"draw". The first argument is the name of the svg shape to draw. Finally
\, any arguments after that are coordinate and other data that define
how to draw the shape.;
#X text 53 480 You can select the scalar like any other Pd object \,
move it \, cut/paste it \, and undo/redo any actions you take.;
#X text 53 23 So what can we draw with [draw]? All shapes from the
svg specification. These are "rect" \, "polygon" \, "polyline" \, "ellipse"
\, "circle" \, "line" \, and "path".;
#X text 53 510 Also note that you can define a [struct] without any
"x" or "y" fields. This is because data structures may be used for
purposes other than visualizing data. But if you do draw objects with
x/y fields \, it will draw the scalar at 0/0 and you won't be able
to move it with the mouse in "edit mode".;
#X text 53 341 Below is a scalar defined by the [struct] above. As
you can tell it's just two rectangles. Pretty boring stuff so far...
;
#X obj 53 244 draw rect 100 40 0 0;
#X obj 193 244 draw rect 40 100 120 0;
#X text 53 270 You can use positive and negative numbers for the first
two arguments \, but only positive numbers for the width and height.
Coordinates and dimensions can be integers or floats. (One exception
are "flag" values in path arcs but these will just be converted automatically
to integers.);
#X text 53 184 In the case of "rect" \, there are only four coordinates.
The first two are the width and height of the rectangle. The third
and fourth arguments are the x/y coordinates of the top-left corner
of the rectangle. That's it!;
| 23 | tutorial data_structure draw gui | drawing a rectangle with the [draw] command | create a purr-data patch that matches the following description and keywords. | Description: drawing a rectangle with the [draw] command, Keywords: tutorial data_structure draw gui |
tabdump-help.pd | externals\zexy\reference\tabdump-help.pd | #N canvas 3 3 728 317 10;
#N canvas 0 0 450 300 (subpatch) 0;
#X array my_array66 5 float 0;
#X array my_array77 8 float 0;
#X coords 0 1 8 -1 200 140 1;
#X restore 513 117 graph;
#X obj 193 138 loadbang;
#X obj 23 168 tabdump my_array66;
#X msg 23 100 bang;
#X obj 23 193 print;
#X msg 73 148 set my_array77;
#X msg 193 164 \; my_array66 resize 5 \; my_array77 resize 8 \; my_array66
0.1 0.3 0.2 0.5 0.2 -0.1 \; my_array77 0.1 0.1 0.2 0.3 0.5 0.8 0.13
0.21 0.34;
#X obj 116 22 tabdump;
#X text 213 24 dump the contents of a table as a list;
#X msg 72 126 set my_array66;
#X text 555 22 part of zexy;
#N canvas 515 193 494 344 META 0;
#X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 105 AUTHOR IOhannes m zmoelnig;
#X text 12 85 OUTLET_0 list;
#X text 12 45 DESCRIPTION dump the contents of a table as a list;
#X text 12 65 INLET_0 bang set;
#X text 12 5 KEYWORDS control array list_op;
#X restore 668 286 pd META;
#X connect 1 0 6 0;
#X connect 2 0 4 0;
#X connect 3 0 2 0;
#X connect 5 0 2 0;
#X connect 9 0 2 0;
| #N canvas 3 3 728 317 10;
| 30 | control array list_op | dump the contents of a table as a list | create a purr-data patch that matches the following description and keywords. | Description: dump the contents of a table as a list, Keywords: control array list_op |
lifo-help.pd | externals\maxlib\lifo-help.pd | #N canvas 0 26 386 286 12;
#X obj 38 176 lifo 10;
#X floatatom 38 231 5 0 0 0 - - -;
#X floatatom 61 110 5 0 0 0 - - -;
#X msg 38 76 bang;
#X text 83 76 hit to get next number;
#X text 111 176 lifo <size>;
#X text 42 14 lifo :: last in first out buffer for floats;
#X text 108 33 written for Max by St. Rainstick;
#X msg 76 140 clear;
#X text 127 139 clear buffer;
#X text 92 233 output of buffer;
#N canvas 396 26 494 344 META 0;
#X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 45 DESCRIPTION last in first out buffer for floats;
#X text 12 5 KEYWORDS control storage;
#X text 12 65 INLET_0 bang float clear;
#X text 12 85 OUTLET_0 float;
#X text 12 105 AUTHOR written for Max by St. Rainstick \, ported to
Pd by Olaf Matthes <[email protected]>;
#X restore 322 254 pd META;
#X connect 0 0 1 0;
#X connect 2 0 0 0;
#X connect 3 0 0 0;
#X connect 8 0 0 0;
| #N canvas 0 26 386 286 12;
#X obj 38 176 lifo 10;
#X floatatom 38 231 5 0 0 0 - - -;
#X floatatom 61 110 5 0 0 0 - - -;
#X msg 38 76 bang;
#X text 83 76 hit to get next number;
#X text 111 176 lifo <size>;
#X text 42 14 lifo :: last in first out buffer for floats;
#X text 108 33 written for Max by St. Rainstick;
#X msg 76 140 clear;
#X text 127 139 clear buffer;
#X text 92 233 output of buffer;
#X connect 0 0 1 0;
#X connect 2 0 0 0;
#X connect 3 0 0 0;
#X connect 8 0 0 0;
| 25 | control storage | last in first out buffer for floats | create a purr-data patch that matches the following description and keywords. | Description: last in first out buffer for floats, Keywords: control storage |
median_3-help.pd | externals\mapping\median_3-help.pd | #N canvas 1 53 711 500 12;
#X floatatom 95 202 5 0 0 0 - - -;
#X floatatom 95 264 5 0 0 0 - - -;
#X obj 95 234 median_3;
#X text 238 31 output the median value of the 3 last samples;
#N canvas 492 275 494 344 META 0;
#X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 85 OUTLET_0 float;
#X text 12 105 AUTHOR Cyrille Henry and Hans-Christoph Steiner;
#X text 12 65 INLET_0 float;
#X text 12 45 DESCRIPTION output the median value of the 3 last samples
;
#X text 12 5 KEYWORDS control abstraction;
#X restore 631 463 pd META;
#X connect 0 0 2 0;
#X connect 2 0 1 0;
| #N canvas 1 53 711 500 12;
#X floatatom 95 202 5 0 0 0 - - -;
#X floatatom 95 264 5 0 0 0 - - -;
#X obj 95 234 median_3;
#X text 238 31 output the median value of the 3 last samples;
#X connect 0 0 2 0;
#X connect 2 0 1 0;
| 16 | control abstraction | output the median value of the 3 last samples | create a purr-data patch that matches the following description and keywords. | Description: output the median value of the 3 last samples, Keywords: control abstraction |
median_7-help.pd | externals\mapping\median_7-help.pd | #N canvas 1 53 580 500 12;
#X floatatom 95 202 5 0 0 0 - - -;
#X floatatom 95 264 5 0 0 0 - - -;
#X obj 95 234 median_7;
#X text 131 39 output median value of the last 7 samples;
#N canvas 494 333 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;
#X text 12 45 DESCRIPTION output median value of the last 7 samples
;
#X restore 510 470 pd META;
#X connect 0 0 2 0;
#X connect 2 0 1 0;
| #N canvas 1 53 580 500 12;
#X floatatom 95 202 5 0 0 0 - - -;
#X floatatom 95 264 5 0 0 0 - - -;
#X obj 95 234 median_7;
#X text 131 39 output median value of the last 7 samples;
#X connect 0 0 2 0;
#X connect 2 0 1 0;
| 16 | control abstraction | output median value of the last 7 samples | create a purr-data patch that matches the following description and keywords. | Description: output median value of the last 7 samples, Keywords: control abstraction |
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 |
namecanvas-help.pd | pd\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 |
cep~-help.pd | externals\creb\doc\cep~-help.pd | #N canvas 0 26 521 228 10;
#X text 229 45 forward cepstrum;
#X text 229 64 using normalized fft/ifft objects;
#N canvas 21 119 494 354 META 0;
#X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 65 INLET_0 signal;
#X text 12 85 INLET_1 signal;
#X text 12 105 OUTLET_0 signal;
#X text 12 125 OUTLET_1 signal;
#X text 12 145 AUTHOR Tom Schouten <[email protected]>;
#X text 12 25 LICENSE GPL v2;
#X text 12 45 DESCRIPTION complex cepstrum;
#X text 12 5 KEYWORDS signal abstraction needs_work;
#X restore 448 207 pd META;
#X obj 72 111 cep~;
| #N canvas 0 26 521 228 10;
#X text 229 45 forward cepstrum;
#X text 229 64 using normalized fft/ifft objects;
#X obj 72 111 cep~;
| 15 | signal abstraction needs_work | complex cepstrum | create a purr-data patch that matches the following description and keywords. | Description: complex cepstrum, Keywords: signal abstraction needs_work |
tabreadl-help.pd | externals\moonlib\tabreadl-help.pd | #N canvas 0 31 650 395 10;
#X obj 10 11 tabreadl;
#X text 22 332 (c) Antoine Rousseau 2004;
#X floatatom 15 173 0 0 0 0 - - -;
#X floatatom 15 278 0 0 0 0 - - -;
#N canvas 0 0 450 300 (subpatch) 0;
#X array \$0-array 10 float 0;
#X coords 0 0 10 10 250 200 1;
#X restore 362 139 graph;
#X text 60 276 output = array99[index];
#X text 34 50 click here to initialize;
#X text 159 236 creation argument;
#X text 155 254 gives array name;
#X text 137 204 change array name;
#X msg 25 204 set \$0-array99;
#X msg 33 65 resize 10 \, bounds 0 0 10 10 \, xlabel -0.5 0 1 2 3 4
5 6 7 8 9 10 \, ylabel -1 0 1 2 3 4 5 6 7 8 9 10 \, 0 1 4 2 8 5 6 1
4 2 8;
#X obj 34 139 s \$0-array;
#X text 110 8 - linear interpolating read from a table;
#X text 46 174 index(float);
#X obj 15 245 tabreadl \$0-array;
#N canvas 502 150 494 344 META 0;
#X text 12 25 LICENSE GPL v2;
#X text 12 105 AUTHOR Antoine Rousseau;
#X text 12 125 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information
added by Jonathan Wilkes for Pd version 0.42.;
#X text 12 85 OUTLET_0 float;
#X text 12 45 DESCRIPTION linear interpolating read from a table;
#X text 12 5 KEYWORDS control array;
#X text 12 65 INLET_0 float set;
#X restore 592 367 pd META;
#X connect 2 0 15 0;
#X connect 10 0 15 0;
#X connect 11 0 12 0;
#X connect 15 0 3 0;
| #N canvas 0 31 650 395 10;
#X obj 10 11 tabreadl;
#X text 22 332 (c) Antoine Rousseau 2004;
#X floatatom 15 173 0 0 0 0 - - -;
#X floatatom 15 278 0 0 0 0 - - -;
| 33 | control array | linear interpolating read from a table | create a purr-data patch that matches the following description and keywords. | Description: linear interpolating read from a table, Keywords: control array |
4.fonts.pd | packages\win64_inno\build\doc\manuals\pd-msg\1.msg_and_patch\4.fonts.pd | #N canvas 295 201 405 234 10;
#X msg 14 26 menufont;
#X msg 32 64 font 10 100 100;
#X msg 32 88 font 14 100 100;
#X msg 30 114 font 24 100 100;
#X msg 158 86 50;
#X msg 198 86 200;
#X msg 158 112 font 10 100 \$1;
#X msg 274 84 50;
#X msg 314 84 200;
#X msg 274 112 font 10 \$1 100;
#X obj 14 196 s pd-4.fonts.pd;
#X text 14 3 Here a list of all the messages dealing with fonts :;
#N canvas 458 158 494 396 META 0;
#X text 12 95 HELP_PATCH_AUTHORS Damien Henry. "pd meta" information
added by Jonathan Wilkes for Pd version 0.42.;
#X text 12 64 DESCRIPTION changing font size with messages to a canvas
;
#X text 12 43 LICENSE public domain;
#X text 12 5 KEYWORDS control canvas_op nonlocal dynamic_patching tutorial
;
#X restore 347 206 pd META;
#X connect 0 0 10 0;
#X connect 1 0 10 0;
#X connect 2 0 10 0;
#X connect 3 0 10 0;
#X connect 4 0 6 0;
#X connect 5 0 6 0;
#X connect 6 0 10 0;
#X connect 7 0 9 0;
#X connect 8 0 9 0;
#X connect 9 0 10 0;
| #N canvas 295 201 405 234 10;
#X msg 14 26 menufont;
#X msg 32 64 font 10 100 100;
#X msg 32 88 font 14 100 100;
#X msg 30 114 font 24 100 100;
#X msg 158 86 50;
#X msg 198 86 200;
#X msg 158 112 font 10 100 \$1;
#X msg 274 84 50;
#X msg 314 84 200;
#X msg 274 112 font 10 \$1 100;
#X obj 14 196 s pd-4.fonts.pd;
#X text 14 3 Here a list of all the messages dealing with fonts :;
#X connect 0 0 10 0;
#X connect 1 0 10 0;
#X connect 2 0 10 0;
#X connect 3 0 10 0;
#X connect 4 0 6 0;
#X connect 5 0 6 0;
#X connect 6 0 10 0;
#X connect 7 0 9 0;
#X connect 8 0 9 0;
#X connect 9 0 10 0;
| 29 | control canvas_op nonlocal dynamic_patching tutorial | changing font size with messages to a canvas | create a purr-data patch that matches the following description and keywords. | Description: changing font size with messages to a canvas, Keywords: control canvas_op nonlocal dynamic_patching tutorial |
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 |
segment-help.pd | externals\mapping\segment-help.pd | #N canvas 1 53 680 326 10;
#X obj 67 238 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X obj 200 238 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X obj 333 238 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X obj 466 238 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X obj 62 28 hsl 527 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X msg 189 88 2;
#X msg 250 87 6;
#X msg 219 87 4;
#X floatatom 65 262 5 0 0 0 - - -;
#X floatatom 201 260 5 0 0 0 - - -;
#X floatatom 333 262 5 0 0 0 - - -;
#X floatatom 464 260 5 0 0 0 - - -;
#X floatatom 46 51 5 0 0 0 - - -;
#X obj 154 182 route 0 1 2 3;
#X obj 154 123 segment 4;
#N canvas 464 140 494 344 META 0;
#X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 95 INLET_1 float;
#X text 12 135 AUTHOR Cyrille Henry and Hans-Christoph Steiner;
#X text 12 45 DESCRIPTION return the amplitude covered by the last
n (n>1) values;
#X text 12 75 INLET_0 float;
#X text 12 5 KEYWORDS control abstraction;
#X text 12 115 OUTLET_0 list;
#X restore 652 318 pd META;
#X connect 0 0 8 0;
#X connect 1 0 9 0;
#X connect 2 0 10 0;
#X connect 3 0 11 0;
#X connect 4 0 12 0;
#X connect 4 0 14 0;
#X connect 5 0 14 1;
#X connect 6 0 14 1;
#X connect 7 0 14 1;
#X connect 13 0 0 0;
#X connect 13 1 1 0;
#X connect 13 2 2 0;
#X connect 13 3 3 0;
#X connect 14 0 13 0;
| #N canvas 1 53 680 326 10;
#X obj 67 238 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X obj 200 238 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X obj 333 238 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X obj 466 238 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X obj 62 28 hsl 527 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X msg 189 88 2;
#X msg 250 87 6;
#X msg 219 87 4;
#X floatatom 65 262 5 0 0 0 - - -;
#X floatatom 201 260 5 0 0 0 - - -;
#X floatatom 333 262 5 0 0 0 - - -;
#X floatatom 464 260 5 0 0 0 - - -;
#X floatatom 46 51 5 0 0 0 - - -;
#X obj 154 182 route 0 1 2 3;
#X obj 154 123 segment 4;
#X connect 0 0 8 0;
#X connect 1 0 9 0;
#X connect 2 0 10 0;
#X connect 3 0 11 0;
#X connect 4 0 12 0;
#X connect 4 0 14 0;
#X connect 5 0 14 1;
#X connect 6 0 14 1;
#X connect 7 0 14 1;
#X connect 13 0 0 0;
#X connect 13 1 1 0;
#X connect 13 2 2 0;
#X connect 13 3 3 0;
#X connect 14 0 13 0;
| 40 | 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 |
keygate-help.pd | externals\mapping\keygate-help.pd | #N canvas 1 53 462 494 10;
#X obj 5 2 cnv 15 450 20 empty empty keygate 2 11 1 18 -233017 -66577
0;
#X obj 160 257 bng 25 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 160 121 loadbang;
#X msg 160 141 1;
#X obj 160 169 metro 150;
#X text 33 416 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]>
;
#X text 250 430 released under the GNU GPL;
#X obj 237 369 pddp/pddplink ../mapping-about.pd -text mapping-about
;
#X text 128 370 For more info:;
#X text 15 207 data to be gated -->;
#X obj 281 258 bng 25 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 40 300 keyname;
#X symbolatom 84 320 10 0 0 0 - - -;
#X text 162 320 <-- check here for the keyname symbol;
#X obj 160 214 keygate f;
#X text 17 38 [keygate] is a simple gate controlled by a keyboard.
You must specify the name of the key which controls the gate. The left
inlet takes the data to be gated.;
#X text 18 89 The "f" key on the any keyboard controls this gate:;
#X text 310 263 <-- key released;
#X text 41 264 key pressed -->;
#X msg 422 3 pddp;
#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 125 AUTHOR Cyrille Henry and Hans-Christoph Steiner;
#X text 12 5 KEYWORDS control abstraction user_input;
#X text 12 45 DESCRIPTION a simple gate controlled by a keyboard;
#X text 12 65 INLET_0 anything;
#X text 12 85 OUTLET_0 anything;
#X text 12 105 OUTLET_1 ANYTHING;
#X restore 410 461 pd META;
#X connect 2 0 3 0;
#X connect 3 0 4 0;
#X connect 4 0 14 0;
#X connect 11 1 12 0;
#X connect 14 0 1 0;
#X connect 14 1 10 0;
| #N canvas 1 53 462 494 10;
#X obj 160 257 bng 25 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 160 121 loadbang;
#X msg 160 141 1;
#X obj 160 169 metro 150;
#X text 33 416 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]>
;
#X text 250 430 released under the GNU GPL;
#X text 128 370 For more info:;
#X text 15 207 data to be gated -->;
#X obj 281 258 bng 25 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 40 300 keyname;
#X symbolatom 84 320 10 0 0 0 - - -;
#X text 162 320 <-- check here for the keyname symbol;
#X obj 160 214 keygate f;
#X text 17 38 [keygate] is a simple gate controlled by a keyboard.
You must specify the name of the key which controls the gate. The left
inlet takes the data to be gated.;
#X text 18 89 The "f" key on the any keyboard controls this gate:;
#X text 310 263 <-- key released;
#X text 41 264 key pressed -->;
#X msg 422 3 pddp;
#X connect 2 0 3 0;
#X connect 3 0 4 0;
#X connect 4 0 14 0;
#X connect 11 1 12 0;
#X connect 14 0 1 0;
#X connect 14 1 10 0;
| 37 | control abstraction user_input | a simple gate controlled by a keyboard | create a purr-data patch that matches the following description and keywords. | Description: a simple gate controlled by a keyboard, Keywords: control abstraction user_input |
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 |
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 |
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 |
cadd~-help.pd | externals\creb\doc\cadd~-help.pd | #N canvas 0 0 450 300 10;
#N canvas 331 92 494 398 META 0;
#X text 12 205 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 45 DESCRIPTION complex addition;
#X text 12 65 INLET_0 signal;
#X text 12 85 INLET_1 signal;
#X text 12 105 INLET_2 signal;
#X text 12 125 INLET_3 signal;
#X text 12 145 OUTLET_0 signal;
#X text 12 165 OUTLET_1 signal;
#X text 12 185 AUTHOR Tom Schouten <[email protected]>;
#X text 12 25 LICENSE GPL v2;
#X text 12 5 KEYWORDS signal needs_work (example);
#X restore 398 277 pd META;
#X obj 105 52 cadd~;
#X text 150 50 complex addition;
| #N canvas 0 0 450 300 10;
#X obj 105 52 cadd~;
#X text 150 50 complex addition;
| 16 | signal needs_work (example) | complex addition | create a purr-data patch that matches the following description and keywords. | Description: complex addition, Keywords: signal needs_work (example) |
envrms~-help.pd | externals\zexy\reference\envrms~-help.pd | #N canvas 0 31 580 361 10;
#X obj 71 51 envrms~;
#X text 174 51 an envelope follower that outputs rms instead of dB
;
#X obj 59 172 sig~ 3;
#X floatatom 59 148 0 0 0 0 - - -;
#X obj 59 233 env~;
#X floatatom 59 254 0 0 0 0 - - -;
#X floatatom 129 255 0 0 0 0 - - -;
#X obj 129 234 envrms~;
#X text 177 93 (i found it very often quite annoying \, to get dB all
the times \, and i wouldn't use snapshot~ instead);
#X obj 59 276 dbtorms;
#X floatatom 59 299 0 0 0 0 - - -;
#X text 179 172 of course \, this is cheaper than using env~ + dbtorms
;
#X text 272 269 see also:;
#X obj 277 296 env~;
#X obj 315 296 avg~;
#X obj 354 296 tavg~;
#X msg 484 217 \; pd dsp 1;
#X text 479 17 part of zexy;
#N canvas 593 163 494 344 META 0;
#X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 115 AUTHOR IOhannes m zmoelnig;
#X text 12 45 DESCRIPTION an envelope follower that outputs rms instead
of dB;
#X text 12 5 KEYWORDS signal conversion;
#X text 12 75 INLET_0 signal;
#X text 12 95 OUTLET_0 float;
#X restore 525 333 pd META;
#X connect 2 0 7 0;
#X connect 2 0 4 0;
#X connect 3 0 2 0;
#X connect 4 0 5 0;
#X connect 5 0 9 0;
#X connect 7 0 6 0;
#X connect 9 0 10 0;
| #N canvas 0 31 580 361 10;
#X obj 71 51 envrms~;
#X text 174 51 an envelope follower that outputs rms instead of dB
;
#X obj 59 172 sig~ 3;
#X floatatom 59 148 0 0 0 0 - - -;
#X obj 59 233 env~;
#X floatatom 59 254 0 0 0 0 - - -;
#X floatatom 129 255 0 0 0 0 - - -;
#X obj 129 234 envrms~;
#X text 177 93 (i found it very often quite annoying \, to get dB all
the times \, and i wouldn't use snapshot~ instead);
#X obj 59 276 dbtorms;
#X floatatom 59 299 0 0 0 0 - - -;
#X text 179 172 of course \, this is cheaper than using env~ + dbtorms
;
#X text 272 269 see also:;
#X obj 277 296 env~;
#X obj 315 296 avg~;
#X obj 354 296 tavg~;
#X msg 484 217 \; pd dsp 1;
#X text 479 17 part of zexy;
#X connect 2 0 7 0;
#X connect 2 0 4 0;
#X connect 3 0 2 0;
#X connect 4 0 5 0;
#X connect 5 0 9 0;
#X connect 7 0 6 0;
#X connect 9 0 10 0;
| 35 | signal conversion | an envelope follower that outputs rms instead
of dB | create a purr-data patch that matches the following description and keywords. | Description: an envelope follower that outputs rms instead
of dB, Keywords: signal conversion |
hid_one2four-help.pd | externals\hid\hid_one2four-help.pd | #N canvas 0 31 464 340 10;
#X obj 5 2 cnv 15 450 20 empty empty hid_one2four 2 11 1 18 -233017
-66577 0;
#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp
;
#X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]>
;
#X text 244 284 released under the GNU GPL;
#X floatatom 82 110 5 0 0 0 - - -;
#X floatatom 23 186 5 0 0 0 - - -;
#X obj 85 91 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X obj 26 208 hsl 75 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X text 98 243 For more info:;
#X text 18 28 Simple one-to-three mapping object. The first inlet is
passed thru \, the range of the output data on the other inlet starts
at the points in the input range specified as arugments.;
#X obj 82 145 hid/hid_one2four 0.3 0.6 0.9;
#X floatatom 113 186 5 0 0 0 - - -;
#X obj 116 208 hsl 75 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X floatatom 203 186 5 0 0 0 - - -;
#X obj 206 208 hsl 75 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X floatatom 293 186 5 0 0 0 - - -;
#X obj 296 208 hsl 75 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#N canvas 474 31 494 344 META 0;
#X text 12 185 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL;
#X text 12 165 AUTHOR Hans-Christoph Steiner;
#X text 12 45 DESCRIPTION simple one-to-three mapping object;
#X text 12 65 INLET_0 float;
#X text 12 125 OUTLET_2 float;
#X text 12 145 OUTLET_3 float;
#X text 12 105 OUTLET_1 float;
#X text 12 85 OUTLET_0 float;
#X text 12 5 KEYWORDS control abstraction;
#X restore 409 311 pd META;
#X connect 4 0 10 0;
#X connect 5 0 7 0;
#X connect 6 0 4 0;
#X connect 10 0 5 0;
#X connect 10 1 11 0;
#X connect 10 2 13 0;
#X connect 10 3 15 0;
#X connect 11 0 12 0;
#X connect 13 0 14 0;
#X connect 15 0 16 0;
| #N canvas 0 31 464 340 10;
#X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]>
;
#X text 244 284 released under the GNU GPL;
#X floatatom 82 110 5 0 0 0 - - -;
#X floatatom 23 186 5 0 0 0 - - -;
#X obj 85 91 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X obj 26 208 hsl 75 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X text 98 243 For more info:;
#X text 18 28 Simple one-to-three mapping object. The first inlet is
passed thru \, the range of the output data on the other inlet starts
at the points in the input range specified as arugments.;
#X obj 82 145 hid/hid_one2four 0.3 0.6 0.9;
#X floatatom 113 186 5 0 0 0 - - -;
#X obj 116 208 hsl 75 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X floatatom 203 186 5 0 0 0 - - -;
#X obj 206 208 hsl 75 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X floatatom 293 186 5 0 0 0 - - -;
#X obj 296 208 hsl 75 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X connect 4 0 10 0;
#X connect 5 0 7 0;
#X connect 6 0 4 0;
#X connect 10 0 5 0;
#X connect 10 1 11 0;
#X connect 10 2 13 0;
#X connect 10 3 15 0;
#X connect 11 0 12 0;
#X connect 13 0 14 0;
#X connect 15 0 16 0;
| 40 | control abstraction | simple one-to-three mapping object | create a purr-data patch that matches the following description and keywords. | Description: simple one-to-three mapping object, Keywords: control abstraction |
all_about_finding_objects.pd | packages\win64_inno\build\doc\5.reference\all_about_finding_objects.pd | #N canvas 433 58 448 448 10;
#X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header Pure_Data_search
20 10 1 18 -261106 -33289 0;
#X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp
;
#X obj 1 425 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0
14 -233017 -33289 0;
#N canvas 377 352 494 103 META 0;
#X text 12 65 LIBRARY PDDP;
#X text 12 45 DESCRIPTION tips for searching for objects;
#X text 12 85 HELP_PATCH_AUTHORS Jonathan Wilkes \, Pd-ext 0.42.;
#X text 12 25 KEYWORDS help all_about_pd;
#X restore 392 427 pd META;
#X obj 6 427 pddp/pddplink all_about.pd -text All About Pd;
#N canvas 193 269 428 183 References 0;
#X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0
14 -261106 -33289 0;
#X text 7 2 Searching for Objects;
#X text 32 39 * pdpedia;
#X text 32 59 * mailing lists;
#X text 32 79 * google;
#X text 32 99 * your own harddrive;
#X restore 103 427 pd References;
#X text 19 121 Advanced Search;
#X text 19 26 Simple Search;
#X text 19 26 _____________;
#X text 19 121 _______________;
#X text 19 171 You can use regular expressions \, too:;
#X text 19 188 "obj [0-9]+ [0-9]+ osc~ [0-9]+" will match all help
patches that have an [osc~] object with a creation argument.;
#X text 19 141 Use quotes to search for a specific phrase \, such as:
"frequency modulation";
#X obj 24 250 pddp/pddplink http://www.tcl.tk/man/tcl8.5/TclCmd/re_syntax.htm
;
#X text 19 218 Pd search uses the regex syntax from the Tcl language
\, which is documented here:;
#X text 19 382 For more details on PDDP tags \, see:;
#X obj 24 399 pddp/pddplink all_about_pd_META.pd;
#X text 19 46 Enter your search terms and click "Search" \, or click
a keyword. You can use the drop-down menu below the search bar to filter
the results by category. Searches are not case sensitive.;
#X text 19 101 Use <ctrl-+> and <ctrl-=> to change the size of the
fonts.;
#X text 19 272 Finally \, you can make use of PDDP keywords to refine
your search. They are listed at the bottom of the search homepage.
Click one to see the regex syntax \, which you can use to search for
any of the PDDP tag.;
#X text 19 322 Clicking on a "folder" icon will bring up the containing
directory in an external file browser. Clicking the "i" icon will bring
up a README.txt for the containing library (or META.pd if there isn't
a README). Internal objects will pop up a message saying so.;
| #N canvas 433 58 448 448 10;
#X text 19 121 Advanced Search;
#X text 19 26 Simple Search;
#X text 19 26 _____________;
#X text 19 121 _______________;
#X text 19 171 You can use regular expressions \, too:;
#X text 19 188 "obj [0-9]+ [0-9]+ osc~ [0-9]+" will match all help
patches that have an [osc~] object with a creation argument.;
#X text 19 141 Use quotes to search for a specific phrase \, such as:
"frequency modulation";
#X text 19 218 Pd search uses the regex syntax from the Tcl language
\, which is documented here:;
#X text 19 382 For more details on PDDP tags \, see:;
#X text 19 46 Enter your search terms and click "Search" \, or click
a keyword. You can use the drop-down menu below the search bar to filter
the results by category. Searches are not case sensitive.;
#X text 19 101 Use <ctrl-+> and <ctrl-=> to change the size of the
fonts.;
#X text 19 272 Finally \, you can make use of PDDP keywords to refine
your search. They are listed at the bottom of the search homepage.
Click one to see the regex syntax \, which you can use to search for
any of the PDDP tag.;
#X text 19 322 Clicking on a "folder" icon will bring up the containing
directory in an external file browser. Clicking the "i" icon will bring
up a README.txt for the containing library (or META.pd if there isn't
a README). Internal objects will pop up a message saying so.;
| 34 | help all_about_pd | tips for searching for objects | create a purr-data patch that matches the following description and keywords. | Description: tips for searching for objects, Keywords: help all_about_pd |
listfifo-help.pd | externals\maxlib\listfifo-help.pd | #N canvas 2 26 456 307 12;
#X floatatom 104 231 5 0 0 0 - - -;
#X msg 38 46 bang;
#X text 146 152 fifo <size>;
#X obj 38 152 listfifo 10;
#X text 42 14 listfifo :: first in first out buffer for lists;
#X obj 104 187 unpack f f;
#X floatatom 179 230 5 0 0 0 - - -;
#X obj 38 263 print listfifo_output;
#X text 204 185 output of listfifo;
#X msg 66 76 17.3 23;
#X obj 166 101 pack f f;
#X floatatom 166 70 5 0 0 0 - - -;
#X floatatom 225 70 5 0 0 0 - - -;
#X msg 84 125 \$1 \$2;
#X text 83 46 hit to get next number out of the fifo;
#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 storage list_op;
#X text 12 45 DESCRIPTION first in first out buffer for lists;
#X text 12 65 INLET_0 bang list;
#X text 12 85 OUTLET_0 list;
#X restore 395 273 pd META;
#X connect 1 0 3 0;
#X connect 3 0 5 0;
#X connect 3 0 7 0;
#X connect 5 0 0 0;
#X connect 5 1 6 0;
#X connect 9 0 3 0;
#X connect 10 0 13 0;
#X connect 11 0 10 0;
#X connect 12 0 10 1;
#X connect 13 0 3 0;
| #N canvas 2 26 456 307 12;
#X floatatom 104 231 5 0 0 0 - - -;
#X msg 38 46 bang;
#X text 146 152 fifo <size>;
#X obj 38 152 listfifo 10;
#X text 42 14 listfifo :: first in first out buffer for lists;
#X obj 104 187 unpack f f;
#X floatatom 179 230 5 0 0 0 - - -;
#X obj 38 263 print listfifo_output;
#X text 204 185 output of listfifo;
#X msg 66 76 17.3 23;
#X obj 166 101 pack f f;
#X floatatom 166 70 5 0 0 0 - - -;
#X floatatom 225 70 5 0 0 0 - - -;
#X msg 84 125 \$1 \$2;
#X text 83 46 hit to get next number out of the fifo;
#X connect 1 0 3 0;
#X connect 3 0 5 0;
#X connect 3 0 7 0;
#X connect 5 0 0 0;
#X connect 5 1 6 0;
#X connect 9 0 3 0;
#X connect 10 0 13 0;
#X connect 11 0 10 0;
#X connect 12 0 10 1;
#X connect 13 0 3 0;
| 35 | control storage list_op | first in first out buffer for lists | create a purr-data patch that matches the following description and keywords. | Description: first in first out buffer for lists, Keywords: control storage list_op |
02.editing.pd | packages\win64_inno\build\doc\2.control.examples\02.editing.pd | #N canvas 432 25 448 559 10;
#X msg 145 43 hello world;
#X obj 145 84 print;
#X floatatom 254 43 0 0 0 0 - - -;
#X text 32 281 When you're done changing the contents of the box \,
click outside the box to deselect it. This tells Pd to incorporate
the new text.;
#X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header editing 20 10 1
18 -261139 -33289 0;
#X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp
;
#X obj 1 537 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0
14 -233017 -33289 0;
#N canvas 42 254 494 284 META 0;
#X text 12 105 WEBSITE http://crca.ucsd.edu/~msp/;
#X text 12 85 LIBRARY PDDP;
#X text 12 45 LICENSE SIBSD;
#X text 12 65 DESCRIPTION the basics of how to edit objects in Pd;
#X text 12 125 HELP_PATCH_AUTHORS Miller Puckette. Updated for release
0.33. Jonathan Wilkes revised the patch to conform to the PDDP template
for Pd version 0.42.;
#X text 12 25 KEYWORDS control GUI tutorial;
#X restore 382 539 pd META;
#X text 32 323 Edit mode also lets you make and break connections between
objects. Put the "hand" cursor over a line connecting two objects:
it turns into an X. Clicking will delete the connection. Hold the cursor
over an outlet and it becomes a circle (a patch point). Drag to any
box and release-- you will be connected to the nearest inlet.;
#X text 32 401 There are several handy tools in the "Edit" menu. You
can use the "Duplicate" menu item to create new objects by duplicating
existing ones. You can also "Cut" and "Paste" them. If you duplicate
several connected objects the connections will be replicated too.;
#X text 32 468 Also have a look in the "Put" menu-- use it to create
new text items of any of the four types. You can also put a "symbol"
box \, analogous to a number box but for showing and entering text
strings \, as well as other objects with more sophisticated graphical
user interfaces.;
#N canvas 19 470 428 143 References 0;
#X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0
14 -261139 -33289 0;
#X text 7 2 Editing- Related Help Documents;
#X text 17 28 Notice that some of the menu items have shortcut keys
listed beside them. Check out the one for Edit mode for a quick way
to switch back and forth between Edit mode and Run mode.;
#X restore 103 539 pd References;
#X obj 6 539 pddp/pddplink ../5.reference/pddp/help.pd -text help;
#X text 144 24 message box;
#X text 252 24 atom box;
#X text 33 107 When you first open a Pd document like this one \, your
cursor will be an arrow. Select "Edit Mode" in the "Edit" menu and
the cursor will change to the image of a hand. The patch is now in
Edit mode. You can move any object by dragging it.;
#X text 33 173 Select "Edit Mode" again in the "Edit" menu and you're
back to the arrow cursor which acts on objects without moving them.
;
#X text 33 215 In Edit Mode \, if you click on a message \, object
\, or comment \, you can then retype the text. For objects this will
create a new object and delete the old one. Pd will try to reconnect
the newly created object in the same way as the old one.;
#X text 77 51 outlet -->;
#X text 188 84 <-- object;
#X connect 0 0 1 0;
#X connect 2 0 1 0;
| #N canvas 432 25 448 559 10;
#X msg 145 43 hello world;
#X obj 145 84 print;
#X floatatom 254 43 0 0 0 0 - - -;
#X text 32 281 When you're done changing the contents of the box \,
click outside the box to deselect it. This tells Pd to incorporate
the new text.;
#X text 32 323 Edit mode also lets you make and break connections between
objects. Put the "hand" cursor over a line connecting two objects:
it turns into an X. Clicking will delete the connection. Hold the cursor
over an outlet and it becomes a circle (a patch point). Drag to any
box and release-- you will be connected to the nearest inlet.;
#X text 32 401 There are several handy tools in the "Edit" menu. You
can use the "Duplicate" menu item to create new objects by duplicating
existing ones. You can also "Cut" and "Paste" them. If you duplicate
several connected objects the connections will be replicated too.;
#X text 32 468 Also have a look in the "Put" menu-- use it to create
new text items of any of the four types. You can also put a "symbol"
box \, analogous to a number box but for showing and entering text
strings \, as well as other objects with more sophisticated graphical
user interfaces.;
#X text 144 24 message box;
#X text 252 24 atom box;
#X text 33 107 When you first open a Pd document like this one \, your
cursor will be an arrow. Select "Edit Mode" in the "Edit" menu and
the cursor will change to the image of a hand. The patch is now in
Edit mode. You can move any object by dragging it.;
#X text 33 173 Select "Edit Mode" again in the "Edit" menu and you're
back to the arrow cursor which acts on objects without moving them.
;
#X text 33 215 In Edit Mode \, if you click on a message \, object
\, or comment \, you can then retype the text. For objects this will
create a new object and delete the old one. Pd will try to reconnect
the newly created object in the same way as the old one.;
#X text 77 51 outlet -->;
#X text 188 84 <-- object;
#X connect 0 0 1 0;
#X connect 2 0 1 0;
| 34 | control GUI tutorial | the basics of how to edit objects in Pd | create a purr-data patch that matches the following description and keywords. | Description: the basics of how to edit objects in Pd, Keywords: control GUI tutorial |
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 |
tcpsend-help.pd | externals\mrpeach\net\tcpsend-help.pd | #N canvas 1 53 559 320 12;
#X msg 85 175 disconnect;
#X msg 13 59 connect 127.0.0.1 9997;
#X obj 60 253 tgl 15 0 empty empty connected 20 7 0 8 -24198 -241291
-1 0 1;
#X obj 60 230 tcpsend;
#X text 217 60 <--first;
#X msg 32 83 send 0 1 2 3;
#X text 8 7 tcpsend sends bytes over a tcp connection.;
#X text 8 30 Used in conjunction with packOSC will send OSC over tcp
;
#X msg 50 106 send examples/test.txt;
#X obj 385 144 openpanel;
#X msg 385 168 send \$1;
#X obj 385 125 bng 15 250 50 0 empty empty empty 17 7 0 10 -24198 -241291
-1;
#X text 344 105 send a file;
#X text 407 124 ...any file;
#X text 148 84 send raw data;
#X text 137 134 'send' prefix is optional;
#X msg 61 133 99 98 97;
#X text 291 260 Martin Peach 2007/06/20;
#N canvas 507 340 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 or later;
#X text 12 105 AUTHOR Martin Peach;
#X text 12 45 DESCRIPTION send bytes over a tcp connection;
#X text 12 65 INLET_0 connect send list disconnect;
#X text 12 85 OUTLET_0 float;
#X text 12 5 KEYWORDS control network;
#X restore 490 290 pd META;
#X connect 0 0 3 0;
#X connect 1 0 3 0;
#X connect 3 0 2 0;
#X connect 5 0 3 0;
#X connect 8 0 3 0;
#X connect 9 0 10 0;
#X connect 10 0 3 0;
#X connect 11 0 9 0;
#X connect 16 0 3 0;
| #N canvas 1 53 559 320 12;
#X msg 85 175 disconnect;
#X msg 13 59 connect 127.0.0.1 9997;
#X obj 60 253 tgl 15 0 empty empty connected 20 7 0 8 -24198 -241291
-1 0 1;
#X obj 60 230 tcpsend;
#X text 217 60 <--first;
#X msg 32 83 send 0 1 2 3;
#X text 8 7 tcpsend sends bytes over a tcp connection.;
#X text 8 30 Used in conjunction with packOSC will send OSC over tcp
;
#X msg 50 106 send examples/test.txt;
#X obj 385 144 openpanel;
#X msg 385 168 send \$1;
#X obj 385 125 bng 15 250 50 0 empty empty empty 17 7 0 10 -24198 -241291
-1;
#X text 344 105 send a file;
#X text 407 124 ...any file;
#X text 148 84 send raw data;
#X text 137 134 'send' prefix is optional;
#X msg 61 133 99 98 97;
#X text 291 260 Martin Peach 2007/06/20;
#X connect 0 0 3 0;
#X connect 1 0 3 0;
#X connect 3 0 2 0;
#X connect 5 0 3 0;
#X connect 8 0 3 0;
#X connect 9 0 10 0;
#X connect 10 0 3 0;
#X connect 11 0 9 0;
#X connect 16 0 3 0;
| 37 | control network | send bytes over a tcp connection | create a purr-data patch that matches the following description and keywords. | Description: send bytes over a tcp connection, Keywords: control network |
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 |
count-help.pd | externals\ekext\count-help.pd | #N canvas 0 31 450 300 10;
#N canvas 458 322 494 344 META 0;
#X text 12 185 HELP_PATCH_AUTHORS Ed Kelly. Revised by Jonathan Wilkes
for Pd-extended 0.42 to conform to the PDDP template.;
#X text 12 165 AUTHOR Ed Kelly <[email protected]>;
#X text 12 65 INLET_0 float bang;
#X text 12 125 OUTLET_0 float;
#X text 12 25 LICENSE GPL v3;
#X text 12 5 KEYWORDS control abstraction;
#X text 12 45 DESCRIPTION simple counter abstraction;
#X text 12 85 INLET_1 bang;
#X text 12 105 INLET_2 float;
#X text 12 145 OUTLET_1 bang;
#X restore 387 265 pd META;
#X floatatom 134 195 5 0 0 0 - - -;
#X obj 196 195 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X obj 155 29 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 168 64 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X msg 182 89 12;
#X floatatom 109 36 5 0 0 0 - - -;
#X text 180 27 count;
#X text 195 59 reset;
#X text 216 89 mod;
#X obj 155 148 count;
#X text 219 197 bang when limit reached;
#X connect 3 0 10 0;
#X connect 4 0 10 1;
#X connect 5 0 10 2;
#X connect 6 0 10 0;
#X connect 10 0 1 0;
#X connect 10 1 2 0;
| #N canvas 0 31 450 300 10;
#X floatatom 134 195 5 0 0 0 - - -;
#X obj 196 195 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X obj 155 29 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 168 64 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X msg 182 89 12;
#X floatatom 109 36 5 0 0 0 - - -;
#X text 180 27 count;
#X text 195 59 reset;
#X text 216 89 mod;
#X obj 155 148 count;
#X text 219 197 bang when limit reached;
#X connect 3 0 10 0;
#X connect 4 0 10 1;
#X connect 5 0 10 2;
#X connect 6 0 10 0;
#X connect 10 0 1 0;
#X connect 10 1 2 0;
| 30 | control abstraction | simple counter abstraction | create a purr-data patch that matches the following description and keywords. | Description: simple counter abstraction, Keywords: control abstraction |
expo-help.pd | externals\maxlib\expo-help.pd | #N canvas 0 26 443 294 12;
#X obj 70 95 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X floatatom 70 192 5 0 0 0 - - -;
#X obj 70 140 expo 0.5;
#X floatatom 169 101 5 0 0 0 - - -;
#X text 222 103 lambda;
#X text 13 20 expo :: exponetionally distributed random numbers;
#N canvas 293 158 494 344 META 0;
#X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 125 AUTHOR Olaf Matthes <[email protected]>;
#X text 12 5 KEYWORDS control random;
#X text 12 45 DESCRIPTION exponetionally distributed random numbers
;
#X text 12 65 INLET_0 bang;
#X text 12 85 INLET_1 float;
#X text 12 105 OUTLET_0 float;
#X restore 375 263 pd META;
#X connect 0 0 2 0;
#X connect 2 0 1 0;
#X connect 3 0 2 1;
| #N canvas 0 26 443 294 12;
#X obj 70 95 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X floatatom 70 192 5 0 0 0 - - -;
#X obj 70 140 expo 0.5;
#X floatatom 169 101 5 0 0 0 - - -;
#X text 222 103 lambda;
#X text 13 20 expo :: exponetionally distributed random numbers;
#X connect 0 0 2 0;
#X connect 2 0 1 0;
#X connect 3 0 2 1;
| 20 | control random | exponetionally distributed random numbers | create a purr-data patch that matches the following description and keywords. | Description: exponetionally distributed random numbers, Keywords: control random |
diff_n-help.pd | externals\mapping\diff_n-help.pd | #N canvas 1 53 468 358 10;
#X obj 63 47 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144
-1 -1 0 0;
#X floatatom 63 301 5 0 0 0 - - -;
#X obj 63 218 resample 30;
#X obj 63 265 diff_n 5;
#X obj 5 2 cnv 15 450 20 empty empty diff_n 2 11 1 18 -233017 -66577
0;
#N canvas 468 256 494 344 META 0;
#X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 125 AUTHOR Cyrille Henry and Hans-Christoph Steiner;
#X text 12 105 OUTLET_0 float;
#X text 12 5 KEYWORDS control abstraction;
#X text 12 85 INLET_1 float;
#X text 12 45 DESCRIPTION differentiate of the input;
#X text 12 65 INLET_0 float;
#X restore 411 327 pd META;
#X text 145 64 differentiate of the input;
#X connect 0 0 2 0;
#X connect 2 0 3 0;
#X connect 3 0 1 0;
| #N canvas 1 53 468 358 10;
#X obj 63 47 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144
-1 -1 0 0;
#X floatatom 63 301 5 0 0 0 - - -;
#X obj 63 218 resample 30;
#X obj 63 265 diff_n 5;
#X text 145 64 differentiate of the input;
#X connect 0 0 2 0;
#X connect 2 0 3 0;
#X connect 3 0 1 0;
| 20 | control abstraction | differentiate of the input | create a purr-data patch that matches the following description and keywords. | Description: differentiate of the input, Keywords: control abstraction |
06.saving.attributes.pd | packages\win64_inno\build\doc\4.data.structures\pd-l2ork\ds-tutorials\06.saving.attributes.pd | #N struct drawtut-attr-saving float x float y;
#N canvas 1 25 638 551 10;
#X text 0 1 New Drawing Commands: attributes (continued);
#X text 0 1 ____________________________________________;
#X text 53 23 Saving attributes is fairly straightforward using message
boxes with commas separating each attribute:;
#X obj 53 94 loadbang;
#X obj 53 57 struct drawtut-attr-saving float x float y;
#X scalar drawtut-attr-saving 53 184 \;;
#X msg 53 117 fill green \, stroke-width 5 \, stroke brown \, stroke-dasharray
2 6;
#X obj 102 279;
#X text 52 354 Scalars can also save data with the patch. For example
\, the ones above remember their x/y location because that data is
saved as the "x" and "y" fields for each scalar. Each scalar has its
own values for "x" and "y"-- that's we can put the two scalars above
at separate locations in the patch.;
#X text 228 280 <- Create another scalar in the empty object box by
typing the struct name "drawtut-attr-saving" into it.;
#X obj 53 153 draw rect 50 50 0 0;
#N canvas 290 275 450 300 META 0;
#X text 16 26 LICENSE SIBSD;
#X text 16 76 AUTHOR Jonathan Wilkes;
#X text 16 96 HELP_PATCH_AUTHORS Jonathan Wilkes;
#X text 16 6 KEYWORDS tutorial data_structure draw gui;
#X text 16 46 DESCRIPTION specifying display attributes with the [draw]
command;
#X restore 573 520 pd META;
#X text 52 434 We can define more data fields than just "x" and "y".
Later we will use new fields to associate a scalar's data with the
svg attributes. That allows us to change the visual appearance of each
scalar.;
#X connect 3 0 6 0;
#X connect 6 0 10 0;
| #N struct drawtut-attr-saving float x float y;
#N canvas 1 25 638 551 10;
#X text 0 1 New Drawing Commands: attributes (continued);
#X text 0 1 ____________________________________________;
#X text 53 23 Saving attributes is fairly straightforward using message
boxes with commas separating each attribute:;
#X obj 53 94 loadbang;
#X obj 53 57 struct drawtut-attr-saving float x float y;
#X scalar drawtut-attr-saving 53 184 \;;
#X msg 53 117 fill green \, stroke-width 5 \, stroke brown \, stroke-dasharray
2 6;
#X obj 102 279;
#X text 52 354 Scalars can also save data with the patch. For example
\, the ones above remember their x/y location because that data is
saved as the "x" and "y" fields for each scalar. Each scalar has its
own values for "x" and "y"-- that's we can put the two scalars above
at separate locations in the patch.;
#X text 228 280 <- Create another scalar in the empty object box by
typing the struct name "drawtut-attr-saving" into it.;
#X obj 53 153 draw rect 50 50 0 0;
#X text 52 434 We can define more data fields than just "x" and "y".
Later we will use new fields to associate a scalar's data with the
svg attributes. That allows us to change the visual appearance of each
scalar.;
#X connect 3 0 6 0;
#X connect 6 0 10 0;
| 23 | tutorial data_structure draw gui | specifying display attributes with the [draw]
command | create a purr-data patch that matches the following description and keywords. | Description: specifying display attributes with the [draw]
command, Keywords: tutorial data_structure draw gui |
mean_n-help.pd | externals\mapping\mean_n-help.pd | #N canvas 1 53 821 556 10;
#X obj 68 174 t f f;
#X floatatom 338 197 5 0 0 0 - - -;
#X text 333 174 order: n;
#X text 49 37 Fir_mean_n computes a fir low pass mean filter of order
n;
#X obj 499 307 -;
#X floatatom 68 126 5 0 1 0 - - -;
#X obj 68 148 resample 30;
#X obj 68 336 timeroll;
#X obj 280 336 timeroll;
#X obj 499 335 timeroll;
#X obj 280 220 mean_n 25;
#X msg 280 148 mode \$1;
#X obj 280 125 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X text 310 131 mode 1 : slow \, but accurate;
#X text 310 115 mode 0 (defult) : fast but inanuracy can grow with
time;
#N canvas 497 278 494 344 META 0;
#X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 105 OUTLET_0 float;
#X text 12 125 AUTHOR Cyrille Henry and Hans-Christoph Steiner;
#X text 12 5 KEYWORDS control abstraction filter;
#X text 12 45 DESCRIPTION compute a fir low pass mean filter of order
n;
#X text 12 65 INLET_0 float mode;
#X text 12 85 INLET_1 float;
#X restore 761 521 pd META;
#X connect 0 0 4 0;
#X connect 0 0 7 0;
#X connect 0 1 10 0;
#X connect 1 0 10 1;
#X connect 4 0 9 0;
#X connect 5 0 6 0;
#X connect 6 0 0 0;
#X connect 10 0 4 1;
#X connect 10 0 8 0;
#X connect 11 0 10 0;
#X connect 12 0 11 0;
| #N canvas 1 53 821 556 10;
#X obj 68 174 t f f;
#X floatatom 338 197 5 0 0 0 - - -;
#X text 333 174 order: n;
#X text 49 37 Fir_mean_n computes a fir low pass mean filter of order
n;
#X obj 499 307 -;
#X floatatom 68 126 5 0 1 0 - - -;
#X obj 68 148 resample 30;
#X obj 68 336 timeroll;
#X obj 280 336 timeroll;
#X obj 499 335 timeroll;
#X obj 280 220 mean_n 25;
#X msg 280 148 mode \$1;
#X obj 280 125 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X text 310 131 mode 1 : slow \, but accurate;
#X text 310 115 mode 0 (defult) : fast but inanuracy can grow with
time;
#X connect 0 0 4 0;
#X connect 0 0 7 0;
#X connect 0 1 10 0;
#X connect 1 0 10 1;
#X connect 4 0 9 0;
#X connect 5 0 6 0;
#X connect 6 0 0 0;
#X connect 10 0 4 1;
#X connect 10 0 8 0;
#X connect 11 0 10 0;
#X connect 12 0 11 0;
| 37 | control abstraction filter | compute a fir low pass mean filter of order
n | create a purr-data patch that matches the following description and keywords. | Description: compute a fir low pass mean filter of order
n, Keywords: control abstraction filter |
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 |
hasc~-help.pd | externals\ekext\hasc~-help.pd | #N canvas 0 31 450 300 10;
#X obj 109 101 hasc~;
#X text 78 43 Highest Apparent Spectral Component;
#N canvas 303 130 489 373 META 0;
#X text 12 195 HELP_PATCH_AUTHORS Ed Kelly. Revised by Jonathan Wilkes
for Pd-extended 0.42 to conform to the PDDP template.;
#X text 12 5 KEYWORDS signal needs_work (example patch);
#X text 12 45 DESCRIPTION highest apparent spectral component \, according
to amplitude threshold;
#X text 12 75 INLET_0 signal;
#X text 12 95 INLET_1 signal;
#X text 12 115 INLET_2 float;
#X text 12 135 OUTLET_0 float;
#X text 12 155 OUTLET_1 float;
#X text 12 175 AUTHOR Ed Kelly <[email protected]>;
#X text 12 25 LICENSE GPL v3;
#X restore 387 265 pd META;
| #N canvas 0 31 450 300 10;
#X obj 109 101 hasc~;
#X text 78 43 Highest Apparent Spectral Component;
| 15 | signal needs_work (example patch) | highest apparent spectral component \, according
to amplitude threshold | create a purr-data patch that matches the following description and keywords. | Description: highest apparent spectral component \, according
to amplitude threshold, Keywords: signal needs_work (example patch) |
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 |
runningmean-help.pd | externals\mrpeach\runningmean\runningmean-help.pd | #N canvas 216 528 808 369 10;
#X obj 191 231 runningmean 128;
#X msg 121 144 clear;
#X msg 165 189 length 10;
#X msg 278 209 22;
#X floatatom 191 262 5 0 0 0 - - -;
#X obj 11 36 bng 15 250 50 0 empty empty empty 17 7 0 10 -257985 -1
-1;
#X text 29 35 bang outputs current mean;
#X msg 76 99 1;
#X msg 98 121 2;
#X text 155 261 mean:;
#X text 63 69 Incoming floats are added to the array. The mean is recalculated
for each incoming float;
#X text 287 231 Argument sets initial length. Default (no argument)
is 128;
#X text 10 4 [runningmean] outputs the running mean of the last n floats
to arrive on the left inlet.;
#X text 249 251 Length can be changed to any positive value less than
or equal to the length set by the creation argumwent;
#X text 505 289 Martin Peach 2009/04/10;
#N canvas 701 617 494 344 META 0;
#X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2 or later;
#X text 12 135 AUTHOR Martin Peach;
#X text 12 5 KEYWORDS control analysis;
#X text 12 46 DESCRIPTION output the running mean of the last n floats
to arrive on the left inlet;
#X text 12 75 INLET_0 float bang clear length;
#X text 12 95 INLET_1 float;
#X text 12 115 OUTLET_0 float;
#X restore 621 319 pd META;
#X msg 145 168 clear 10;
#X text 231 189 set length (and sets the new array to the current mean)
;
#X text 304 208 another way to set length;
#X text 203 167 set the array to all 10s;
#X text 159 144 clear the array to all zeroes;
#X connect 0 0 4 0;
#X connect 1 0 0 0;
#X connect 2 0 0 0;
#X connect 3 0 0 1;
#X connect 5 0 0 0;
#X connect 7 0 0 0;
#X connect 8 0 0 0;
#X connect 16 0 0 0;
| #N canvas 216 528 808 369 10;
#X obj 191 231 runningmean 128;
#X msg 121 144 clear;
#X msg 165 189 length 10;
#X msg 278 209 22;
#X floatatom 191 262 5 0 0 0 - - -;
#X obj 11 36 bng 15 250 50 0 empty empty empty 17 7 0 10 -257985 -1
-1;
#X text 29 35 bang outputs current mean;
#X msg 76 99 1;
#X msg 98 121 2;
#X text 155 261 mean:;
#X text 63 69 Incoming floats are added to the array. The mean is recalculated
for each incoming float;
#X text 287 231 Argument sets initial length. Default (no argument)
is 128;
#X text 10 4 [runningmean] outputs the running mean of the last n floats
to arrive on the left inlet.;
#X text 249 251 Length can be changed to any positive value less than
or equal to the length set by the creation argumwent;
#X text 505 289 Martin Peach 2009/04/10;
#X msg 145 168 clear 10;
#X text 231 189 set length (and sets the new array to the current mean)
;
#X text 304 208 another way to set length;
#X text 203 167 set the array to all 10s;
#X text 159 144 clear the array to all zeroes;
#X connect 0 0 4 0;
#X connect 1 0 0 0;
#X connect 2 0 0 0;
#X connect 3 0 0 1;
#X connect 5 0 0 0;
#X connect 7 0 0 0;
#X connect 8 0 0 0;
#X connect 16 0 0 0;
| 39 | control analysis | output the running mean of the last n floats
to arrive on the left inlet | create a purr-data patch that matches the following description and keywords. | Description: output the running mean of the last n floats
to arrive on the left inlet, Keywords: control analysis |
cep~-help.pd | externals\creb\doc\cep~-help.pd | #N canvas 0 26 521 228 10;
#X text 229 45 forward cepstrum;
#X text 229 64 using normalized fft/ifft objects;
#N canvas 21 119 494 354 META 0;
#X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 65 INLET_0 signal;
#X text 12 85 INLET_1 signal;
#X text 12 105 OUTLET_0 signal;
#X text 12 125 OUTLET_1 signal;
#X text 12 145 AUTHOR Tom Schouten <[email protected]>;
#X text 12 25 LICENSE GPL v2;
#X text 12 45 DESCRIPTION complex cepstrum;
#X text 12 5 KEYWORDS signal abstraction needs_work;
#X restore 448 207 pd META;
#X obj 72 111 cep~;
| #N canvas 0 26 521 228 10;
#X text 229 45 forward cepstrum;
#X text 229 64 using normalized fft/ifft objects;
#X obj 72 111 cep~;
| 15 | signal abstraction needs_work | complex cepstrum | create a purr-data patch that matches the following description and keywords. | Description: complex cepstrum, Keywords: signal abstraction needs_work |
dsp01-help.pd | abstractions\jmmmp\dsp01-help.pd | #N canvas 101 86 422 283 10;
#X obj 36 89 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1
;
#X text 12 217 (C) 2006 Jo�o Pais - [email protected];
#X msg 56 89 bang;
#X text 16 237 Adapted from H-C Steiner's dsp abstraction;
#X text 260 80 Inlets;
#X text 260 160 GUI;
#X text 260 180 - Click on it;
#X text 260 100 - Bang / Number;
#X text 260 30 Arguments;
#X text 260 50 - DSP state (1/0);
#X text 92 89 On / Off;
#X text 107 118 <- Or click on it;
#X obj 36 119 dsp01;
#X text 12 10 [dsp01] - DSP switch;
#X text 16 257 Released under the BSD License;
#N canvas 504 106 494 344 META 0;
#X text 12 55 AUTHOR Jo�o Pais <[email protected]>;
#X text 12 95 LICENSE BSD;
#X text 12 75 LIBRARY jmmmp;
#X text 13 115 WEBSITE http://puredata.info/Members/jmmmp;
#X text 12 135 VERSION 2006;
#X text 12 5 DESCRIPTION DSP switch;
#X text 12 35 KEYWORDS DSP;
#X text 14 165 INLET_0 - Bang / Number;
#X text 14 185 OUTLET_0 - Number (0 / x);
#X restore 362 256 pd META;
#X obj 36 149 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X text 260 120 Outlets;
#X text 260 140 - Number (0 / x);
#X connect 0 0 12 0;
#X connect 2 0 12 0;
#X connect 12 0 16 0;
| #N canvas 101 86 422 283 10;
#X obj 36 89 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1
;
#X text 12 217 (C) 2006 Jo�o Pais - [email protected];
#X msg 56 89 bang;
#X text 16 237 Adapted from H-C Steiner's dsp abstraction;
#X text 260 80 Inlets;
#X text 260 160 GUI;
#X text 260 180 - Click on it;
#X text 260 100 - Bang / Number;
#X text 260 30 Arguments;
#X text 260 50 - DSP state (1/0);
#X text 92 89 On / Off;
#X text 107 118 <- Or click on it;
#X obj 36 119 dsp01;
#X text 12 10 [dsp01] - DSP switch;
#X text 16 257 Released under the BSD License;
#X obj 36 149 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X text 260 120 Outlets;
#X text 260 140 - Number (0 / x);
#X connect 0 0 12 0;
#X connect 2 0 12 0;
#X connect 12 0 16 0;
| 33 | DSP | DSP switch | create a purr-data patch that matches the following description and keywords. | Description: DSP switch, Keywords: DSP |
atof-help.pd | externals\zexy\reference\atof-help.pd | #N canvas 533 119 615 317 10;
#X floatatom 42 231 4 0 0 0 - - -;
#X symbolatom 42 155 10 0 0 0 - - -;
#X text 509 17 part of zexy;
#N canvas 515 193 494 344 META 0;
#X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 5 KEYWORDS control conversion;
#X text 12 45 DESCRIPTION convert ascii to integer;
#X text 12 105 AUTHOR IOhannes m zmoelnig;
#X text 12 65 INLET_0 symbol;
#X text 12 85 OUTLET_0 float;
#X restore 565 297 pd META;
#X obj 42 102 makefilename %g;
#X obj 42 178 atof;
#X symbolatom 79 201 10 0 0 1 reject - -;
#X text 146 19 convert ascii to floats;
#X obj 94 21 atof;
#X text 328 286 updated for zexy-2.2.7;
#X obj 45 64 hsl 128 15 0 2 0 0 empty empty empty -2 -8 0 10 -262144
-1 -1 8900 1;
#X floatatom 42 84 5 0 0 0 - - -;
#X msg 76 129 symbol foo;
#X connect 1 0 5 0;
#X connect 4 0 1 0;
#X connect 5 0 0 0;
#X connect 5 1 6 0;
#X connect 10 0 11 0;
#X connect 11 0 4 0;
#X connect 12 0 1 0;
| #N canvas 533 119 615 317 10;
#X floatatom 42 231 4 0 0 0 - - -;
#X symbolatom 42 155 10 0 0 0 - - -;
#X text 509 17 part of zexy;
#X obj 42 102 makefilename %g;
#X obj 42 178 atof;
#X symbolatom 79 201 10 0 0 1 reject - -;
#X text 146 19 convert ascii to floats;
#X obj 94 21 atof;
#X text 328 286 updated for zexy-2.2.7;
#X obj 45 64 hsl 128 15 0 2 0 0 empty empty empty -2 -8 0 10 -262144
-1 -1 8900 1;
#X floatatom 42 84 5 0 0 0 - - -;
#X msg 76 129 symbol foo;
#X connect 1 0 5 0;
#X connect 4 0 1 0;
#X connect 5 0 0 0;
#X connect 5 1 6 0;
#X connect 10 0 11 0;
#X connect 11 0 4 0;
#X connect 12 0 1 0;
| 29 | control conversion | convert ascii to integer | create a purr-data patch that matches the following description and keywords. | Description: convert ascii to integer, Keywords: control conversion |
02.draw.pd | packages\win64_inno\build\doc\4.data.structures\pd-l2ork\ds-tutorials\02.draw.pd | #N struct drawtut-one float x float y;
#N canvas 2 25 495 603 10;
#X text 0 1 New Drawing Commands: draw;
#X text 0 1 __________________________;
#X obj 53 47 struct drawtut-one float x float y;
#X text 53 185 Now let's define a shape to associate with this [struct]:
;
#X text 53 231 This object starts with the word "draw" followed by
the name of an svg shape-- "rect" here. Any arguments after that are
coordinates and other data telling Pd how to draw the shape. For convenience
\, coordinates are relative to the x/y fields.;
#X text 53 359 So how do we draw something? We just type the name we
gave to the [struct] into an object box. This will create an object
\, referred to in Pd as a "scalar". It will have data for "x" and "y"
fields and will use the info in our [draw] object to draw itself on
the canvas.;
#X text 53 429 Type our [struct] name "drawtut-one" in the box below:
;
#X text 53 142 The field names "x" and "y" are special in Pd. Their
values will be associated with the base x/y coordinates of what we
draw to represent an object created from the [struct] above.;
#X text 53 499 That's it! To sum up: once you have a [struct] and some
[draw] objects \, you can create a scalar like the one above on any
canvas in the running Pd instance. For convenience we created everything
in the main patch \, but since there's only one [struct] per canvas
you typically will want to keep your [struct] and any [draw] objects
in their own subpatch.;
#X obj 56 453;
#X obj 53 209 draw rect 40 40 0 0;
#X text 53 288 Any [draw] object on the same canvas as our [struct]
will be used to draw a shape to represent the data structure we've
defined here. To keep things organized Pd expects there to be only
one [struct] object per canvas. That way it's simple to know which
[draw] commands go with which data structure.;
#X text 178 208 <- rectangle \, 40x40 pixels at offset (0 \, 0);
#N canvas 291 300 450 300 META 0;
#X text 16 26 LICENSE SIBSD;
#X text 16 66 AUTHOR Jonathan Wilkes;
#X text 16 86 HELP_PATCH_AUTHORS Jonathan Wilkes;
#X text 16 6 KEYWORDS tutorial data_structure draw gui;
#X text 16 46 DESCRIPTION introducing the [draw] command;
#X restore 435 575 pd META;
#X text 53 23 Let's draw something! First we need a [struct]:;
#X text 53 67 The first argument "drawtut-one" is a name for our data.
;
#X text 53 88 The other arguments define our data fields. The fields
"x" and "y" are names for data fields \, and the word "float" that
precedes each one tells Pd that each one should hold a floating point
number.;
| #N struct drawtut-one float x float y;
#N canvas 2 25 495 603 10;
#X text 0 1 New Drawing Commands: draw;
#X text 0 1 __________________________;
#X obj 53 47 struct drawtut-one float x float y;
#X text 53 185 Now let's define a shape to associate with this [struct]:
;
#X text 53 231 This object starts with the word "draw" followed by
the name of an svg shape-- "rect" here. Any arguments after that are
coordinates and other data telling Pd how to draw the shape. For convenience
\, coordinates are relative to the x/y fields.;
#X text 53 359 So how do we draw something? We just type the name we
gave to the [struct] into an object box. This will create an object
\, referred to in Pd as a "scalar". It will have data for "x" and "y"
fields and will use the info in our [draw] object to draw itself on
the canvas.;
#X text 53 429 Type our [struct] name "drawtut-one" in the box below:
;
#X text 53 142 The field names "x" and "y" are special in Pd. Their
values will be associated with the base x/y coordinates of what we
draw to represent an object created from the [struct] above.;
#X text 53 499 That's it! To sum up: once you have a [struct] and some
[draw] objects \, you can create a scalar like the one above on any
canvas in the running Pd instance. For convenience we created everything
in the main patch \, but since there's only one [struct] per canvas
you typically will want to keep your [struct] and any [draw] objects
in their own subpatch.;
#X obj 56 453;
#X obj 53 209 draw rect 40 40 0 0;
#X text 53 288 Any [draw] object on the same canvas as our [struct]
will be used to draw a shape to represent the data structure we've
defined here. To keep things organized Pd expects there to be only
one [struct] object per canvas. That way it's simple to know which
[draw] commands go with which data structure.;
#X text 178 208 <- rectangle \, 40x40 pixels at offset (0 \, 0);
#X text 53 23 Let's draw something! First we need a [struct]:;
#X text 53 67 The first argument "drawtut-one" is a name for our data.
;
#X text 53 88 The other arguments define our data fields. The fields
"x" and "y" are names for data fields \, and the word "float" that
precedes each one tells Pd that each one should hold a floating point
number.;
| 25 | tutorial data_structure draw gui | introducing the [draw] command | create a purr-data patch that matches the following description and keywords. | Description: introducing the [draw] command, Keywords: tutorial data_structure draw gui |
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) |
listto-help.pd | externals\mapping\listto-help.pd | #N canvas 1 53 469 354 10;
#X obj 60 211 listto;
#X msg 60 92 1 2 3 4;
#X obj 60 276 print list;
#X obj 97 236 print end;
#X text 45 49 separate a list into a stream of atoms;
#X text 166 237 outputs a bang at the end of the list;
#X msg 75 113 list uno dos tres quatro;
#X msg 75 168 one two three four;
#X text 191 168 must be a "list" \, so this doesn't work;
#X obj 5 2 cnv 15 450 20 empty empty listto 2 11 1 18 -233017 -66577
0;
#N canvas 464 140 494 344 META 0;
#X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 135 AUTHOR Cyrille Henry and Hans-Christoph Steiner;
#X text 12 45 DESCRIPTION return the amplitude covered by the last
n (n>1) values;
#X text 12 5 KEYWORDS control abstraction list_op;
#X text 12 75 INLET_0 anything;
#X text 12 95 INLET_1 float symbol pointer;
#X text 12 115 OUTLET_0 bang;
#X restore 410 324 pd META;
#X connect 0 0 2 0;
#X connect 0 1 3 0;
#X connect 1 0 0 0;
#X connect 6 0 0 0;
#X connect 7 0 0 0;
| #N canvas 1 53 469 354 10;
#X obj 60 211 listto;
#X msg 60 92 1 2 3 4;
#X obj 60 276 print list;
#X obj 97 236 print end;
#X text 45 49 separate a list into a stream of atoms;
#X text 166 237 outputs a bang at the end of the list;
#X msg 75 113 list uno dos tres quatro;
#X msg 75 168 one two three four;
#X text 191 168 must be a "list" \, so this doesn't work;
#X connect 0 0 2 0;
#X connect 0 1 3 0;
#X connect 1 0 0 0;
#X connect 6 0 0 0;
#X connect 7 0 0 0;
| 26 | control abstraction list_op | return the amplitude covered by the last
n (n>1) values | create a purr-data patch that matches the following description and keywords. | Description: return the amplitude covered by the last
n (n>1) values, Keywords: control abstraction list_op |
testmess-help.pd | externals\miXed\doc\help\cyclone\testmess-help.pd | #N canvas 0 26 350 326 10;
#N canvas 247 115 494 344 META 0;
#X text 12 155 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan
Wilkes for Pd-extended 0.42 to conform to the PDDP template.;
#X text 12 125 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html
;
#X text 12 5 KEYWORDS control max_compatible needs_work (what does
it do?);
#X text 12 45 DESCRIPTION ???;
#X text 12 65 INLET_0 anything;
#X text 12 85 OUTLET_0 anything;
#X text 12 105 AUTHOR Krzysztof Czaja;
#X text 12 25 LICENSE SIBSD;
#X restore 300 302 pd META;
#X msg 84 114 1;
#X obj 84 149 testmess;
#X obj 84 182 print;
#X msg 124 114 asdf;
#X text 79 69 No idea why this object exists... do you?;
#X text 77 232 I don't find it in max/msp docs...;
#X connect 1 0 2 0;
#X connect 2 0 3 0;
#X connect 4 0 2 0;
| #N canvas 0 26 350 326 10;
#X msg 84 114 1;
#X obj 84 149 testmess;
#X obj 84 182 print;
#X msg 124 114 asdf;
#X text 79 69 No idea why this object exists... do you?;
#X text 77 232 I don't find it in max/msp docs...;
#X connect 1 0 2 0;
#X connect 2 0 3 0;
#X connect 4 0 2 0;
| 20 | control max_compatible needs_work (what does
it do?) | ??? | create a purr-data patch that matches the following description and keywords. | Description: ???, Keywords: control max_compatible needs_work (what does
it do?) |
biquadseries~-help.pd | externals\creb\doc\biquadseries~-help.pd | #N canvas 0 26 533 299 10;
#X obj 37 246 dac~;
#X msg 81 132 butterLP \$1;
#X msg 173 131 butterHP \$1;
#X floatatom 81 105 5 0 0 0 - - -;
#X floatatom 173 104 5 0 0 0 - - -;
#X obj 48 78 *~;
#X floatatom 82 55 5 0 0 0 - - -;
#X obj 48 35 noise~;
#X text 269 132 butterworth lowpass and highpass;
#X text 181 178 creation argument: number of 2nd order sections;
#X obj 48 178 biquadseries~ 4;
#X text 173 22 biquadseries~ second order iir series section;
#N canvas 379 254 494 344 META 0;
#X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 5 KEYWORDS signal block_oriented filter;
#X text 12 45 DESCRIPTION biquadseries~ 2nd order iir series section
;
#X text 12 65 INLET_0 signal butterLP butterHP;
#X text 12 85 OUTLET_0 signal;
#X text 12 25 LICENSE GPL v2;
#X text 12 105 AUTHOR Tom Schouten <[email protected]>;
#X restore 482 277 pd META;
#X connect 1 0 10 0;
#X connect 2 0 10 0;
#X connect 3 0 1 0;
#X connect 4 0 2 0;
#X connect 5 0 10 0;
#X connect 6 0 5 1;
#X connect 7 0 5 0;
#X connect 10 0 0 0;
#X connect 10 0 0 1;
| #N canvas 0 26 533 299 10;
#X obj 37 246 dac~;
#X msg 81 132 butterLP \$1;
#X msg 173 131 butterHP \$1;
#X floatatom 81 105 5 0 0 0 - - -;
#X floatatom 173 104 5 0 0 0 - - -;
#X obj 48 78 *~;
#X floatatom 82 55 5 0 0 0 - - -;
#X obj 48 35 noise~;
#X text 269 132 butterworth lowpass and highpass;
#X text 181 178 creation argument: number of 2nd order sections;
#X obj 48 178 biquadseries~ 4;
#X text 173 22 biquadseries~ second order iir series section;
#X connect 1 0 10 0;
#X connect 2 0 10 0;
#X connect 3 0 1 0;
#X connect 4 0 2 0;
#X connect 5 0 10 0;
#X connect 6 0 5 1;
#X connect 7 0 5 0;
#X connect 10 0 0 0;
#X connect 10 0 0 1;
| 31 | signal block_oriented filter | biquadseries~ 2nd order iir series section | create a purr-data patch that matches the following description and keywords. | Description: biquadseries~ 2nd order iir series section, Keywords: signal block_oriented filter |
rl-help.pd | externals\ggee\control\rl-help.pd | #N canvas 0 31 450 206 10;
#X text 40 131 (C) Guenter Geiger;
#N canvas 46 242 494 344 META 0;
#X text 12 105 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE Tcl/Tk;
#X text 12 85 AUTHOR Guenter Geiger;
#X text 12 45 DESCRIPTION receive local to this canvas;
#X text 12 65 OUTLET_0 anything;
#X text 12 5 KEYWORDS signal nonlocal canvas_op;
#X restore 377 170 pd META;
#X text 40 28 receive local to this canvas;
#X obj 270 53 rl;
#X obj 301 55 sl;
#X floatatom 268 90 5 0 0 0 - - -;
#X floatatom 303 31 5 0 0 0 - - -;
#N canvas 440 128 395 247 local-send-and-receive-for-subpatches 0;
#X obj 68 77 rl;
#X obj 117 57 sl;
#X floatatom 117 22 5 0 0 0 - - -;
#X floatatom 68 118 5 0 0 0 - - -;
#X connect 0 0 3 0;
#X connect 2 0 1 0;
#X restore 170 130 pd local-send-and-receive-for-subpatches;
#X obj 154 68 receivelocal foo;
#X obj 67 97 sendlocal foo;
#X floatatom 172 96 5 0 0 0 - - -;
#X floatatom 74 58 5 0 0 0 - - -;
#X connect 3 0 5 0;
#X connect 6 0 4 0;
#X connect 8 0 10 0;
#X connect 11 0 9 0;
| #N canvas 0 31 450 206 10;
#X text 40 131 (C) Guenter Geiger;
#X text 40 28 receive local to this canvas;
#X obj 270 53 rl;
#X obj 301 55 sl;
#X floatatom 268 90 5 0 0 0 - - -;
#X floatatom 303 31 5 0 0 0 - - -;
#X obj 154 68 receivelocal foo;
#X obj 67 97 sendlocal foo;
#X floatatom 172 96 5 0 0 0 - - -;
#X floatatom 74 58 5 0 0 0 - - -;
#X connect 3 0 5 0;
#X connect 6 0 4 0;
#X connect 8 0 10 0;
#X connect 11 0 9 0;
| 31 | signal nonlocal canvas_op | receive local to this canvas | create a purr-data patch that matches the following description and keywords. | Description: receive local to this canvas, Keywords: signal nonlocal canvas_op |
hid_graph-help.pd | externals\hid\hid_graph-help.pd | #N canvas 0 31 495 470 10;
#X obj 5 2 cnv 15 450 20 empty empty hid_graph 2 11 1 18 -233017 -66577
0;
#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp
;
#X text 27 410 (C) Copyright 2004 Hans-Christoph Steiner <[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 115 163 5 0 0 0 - - -;
#X floatatom 114 314 5 0 0 0 - - -;
#X obj 98 341 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -262144
-1 -1 0 1;
#X obj 98 138 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -261681
-1 -1 0 1;
#X obj 95 187 hid/hid_graph;
#X text 18 33 This object allows you to draw an arbitrary curve \,
which is then applied to the input range. To change the curve \, click
anywhere on the black diagonal line and start dragging.;
#X text 19 86 There are 100 points in [hid_graph] \, each one pixel
in size.;
#N canvas 478 206 494 344 META 0;
#X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL;
#X text 12 75 INLET_0 float;
#X text 12 95 OUTLET_0 float;
#X text 12 115 AUTHOR Hans-Christoph Steiner;
#X text 12 45 DESCRIPTION draw an arbitrary curve \, which is then
applied to the input range;
#X text 12 5 KEYWORDS control conversion GUI abstraction;
#X restore 442 441 pd META;
#X connect 9 0 6 0;
#X connect 9 0 10 0;
#X connect 10 0 7 0;
#X connect 10 0 8 0;
| #N canvas 0 31 495 470 10;
#X text 27 410 (C) Copyright 2004 Hans-Christoph Steiner <[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 115 163 5 0 0 0 - - -;
#X floatatom 114 314 5 0 0 0 - - -;
#X obj 98 341 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -262144
-1 -1 0 1;
#X obj 98 138 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -261681
-1 -1 0 1;
#X obj 95 187 hid/hid_graph;
#X text 18 33 This object allows you to draw an arbitrary curve \,
which is then applied to the input range. To change the curve \, click
anywhere on the black diagonal line and start dragging.;
#X text 19 86 There are 100 points in [hid_graph] \, each one pixel
in size.;
#X connect 9 0 6 0;
#X connect 9 0 10 0;
#X connect 10 0 7 0;
#X connect 10 0 8 0;
| 27 | control conversion GUI abstraction | draw an arbitrary curve \, which is then
applied to the input range | create a purr-data patch that matches the following description and keywords. | Description: draw an arbitrary curve \, which is then
applied to the input range, Keywords: control conversion GUI abstraction |
all_about_libraries.pd | pd\doc\5.reference\all_about_libraries.pd | #N canvas 429 58 448 238 10;
#X declare;
#X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header libraries 20 10
1 18 -261106 -33289 0;
#X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp
;
#X obj 1 216 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0
14 -233017 -33289 0;
#N canvas 374 81 494 169 META 0;
#X text 12 85 LIBRARY PDDP;
#X text 12 105 HELP_PATCH_AUTHORS Dave Sabine \, May 5 \, 2003 . Jonathan
Wilkes revised the patch to conform to the PDDP template for Pd version
0.42. Some info was pulled from puredata.info;
#X text 12 65 DESCRIPTION how pure data libraries are loaded;
#X text 12 45 KEYWORDS needs_work all_about_pd;
#X restore 392 218 pd META;
#N canvas 216 143 428 105 Related_objects 0;
#X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0
14 -261106 -33289 0;
#X text 7 2 Libraries - Related Objects;
#X obj 22 42 declare;
#X obj 22 72 import;
#X restore 103 218 pd Related_objects;
#X obj 6 218 pddp/pddplink all_about.pd -text All About Pd;
#X text 20 37 Explain what libraries are \, how to load them \, and
any missing features that are currently being worked on.;
#N canvas 14 48 428 166 How_to_load_libraries 0;
#X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 20 10
1 18 -261106 -33289 0;
#X text 7 1 How to load libraries;
#X text 19 36 Ways to load libraries: command line \, declare \, import
\, any others?;
#X restore 43 81 pd How_to_load_libraries;
#N canvas 9 155 428 240 What_happens_when_you_load_a_library 0;
#X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 20 10
1 18 -261106 -33289 0;
#X text 7 1 What happens when you load a library?;
#X text 19 37 Describe what happens \, and maybe give one or two examples...
;
#X restore 43 111 pd What_happens_when_you_load_a_library;
#N canvas 7 69 428 112 Loading_libs_in_an_abstraction 0;
#X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 20 10
1 18 -261106 -33289 0;
#X text 7 1 Loading libs in an abstraction;
#X text 20 37 Info here...;
#X restore 43 141 pd Loading_libs_in_an_abstraction;
| #N canvas 429 58 448 238 10;
#X declare;
#X text 20 37 Explain what libraries are \, how to load them \, and
any missing features that are currently being worked on.;
| 34 | needs_work all_about_pd | how pure data libraries are loaded | create a purr-data patch that matches the following description and keywords. | Description: how pure data libraries are loaded, Keywords: needs_work all_about_pd |
ratio-help.pd | externals\creb\doc\ratio-help.pd | #N canvas 0 26 414 244 10;
#X obj 75 99 ratio;
#X obj 103 192 osc~;
#X floatatom 131 122 5 0 0 0 - - -;
#X obj 103 150 *;
#X obj 103 223 dac~;
#X floatatom 75 51 5 0 0 0 - - -;
#X floatatom 35 135 5 0 0 0 - - -;
#X text 189 32 ratio is an octave shifter.;
#X text 188 46 output is between 1 and 2;
#X text 189 62 it computes 2^(log2(x)-int(log2(x)));
#N canvas 379 254 494 344 META 0;
#X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 5 KEYWORDS control;
#X text 12 45 DESCRIPTION octave shifter;
#X text 12 65 INLET_0 float;
#X text 12 85 OUTLET_0 float;
#X text 12 25 LICENSE GPL v2;
#X text 12 105 AUTHOR Tom Schouten <[email protected]>;
#X restore 364 223 pd META;
#X connect 0 0 3 0;
#X connect 0 0 6 0;
#X connect 1 0 4 0;
#X connect 1 0 4 1;
#X connect 2 0 3 1;
#X connect 3 0 1 0;
#X connect 5 0 0 0;
| #N canvas 0 26 414 244 10;
#X obj 75 99 ratio;
#X obj 103 192 osc~;
#X floatatom 131 122 5 0 0 0 - - -;
#X obj 103 150 *;
#X obj 103 223 dac~;
#X floatatom 75 51 5 0 0 0 - - -;
#X floatatom 35 135 5 0 0 0 - - -;
#X text 189 32 ratio is an octave shifter.;
#X text 188 46 output is between 1 and 2;
#X text 189 62 it computes 2^(log2(x)-int(log2(x)));
#X connect 0 0 3 0;
#X connect 0 0 6 0;
#X connect 1 0 4 0;
#X connect 1 0 4 1;
#X connect 2 0 3 1;
#X connect 3 0 1 0;
#X connect 5 0 0 0;
| 27 | control | octave shifter | create a purr-data patch that matches the following description and keywords. | Description: octave shifter, Keywords: control |
flist2tab-help.pd | externals\mrpeach\flist2tab\flist2tab-help.pd | #N canvas 1 53 420 332 10;
#X obj -12 175 table pig;
#X obj 115 203 flist2tab pig;
#X obj 92 163 any2string;
#X msg 92 140 Hello;
#X floatatom 190 162 5 0 0 0 - - -;
#X msg 6 77 81 28 0 33 55 1 2 3;
#X text -45 -12 flist2tab loads floats or lists of floats into a table
;
#X text -45 4 at an offset determined by a float in the second inlet.
;
#X text -45 20 Negative offsets will be ignored.;
#X obj -12 152 table twig;
#X msg 36 107 set twig;
#X text 93 106 set the working table;
#X text 203 203 argument is table name;
#X text -45 36 Offsets greater than the table length cause the table
to be resized to fit.;
#X text 224 162 default offset is 0;
#X floatatom 62 220 7 0 0 0 - - -;
#X text 108 220 Array size is output after each input.;
#X text 202 260 2009_01_28 Martin Peach;
#N canvas 425 246 494 344 META 0;
#X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 135 AUTHOR Martin Peach;
#X text 12 75 INLET_0 float list set;
#X text 12 95 INLET_1 float;
#X text 12 115 OUTLET_0 float;
#X text 12 45 DESCRIPTION load floats or lists of floats into a table
at an offset determined by a float in the second inlet;
#X text 12 5 KEYWORDS control array list_op conversion;
#X text 12 25 LICENSE GPL v2 or later;
#X restore 314 297 pd META;
#X connect 1 0 15 0;
#X connect 2 0 1 0;
#X connect 3 0 2 0;
#X connect 4 0 1 1;
#X connect 5 0 1 0;
#X connect 10 0 1 0;
| #N canvas 1 53 420 332 10;
#X obj -12 175 table pig;
#X obj 115 203 flist2tab pig;
#X obj 92 163 any2string;
#X msg 92 140 Hello;
#X floatatom 190 162 5 0 0 0 - - -;
#X msg 6 77 81 28 0 33 55 1 2 3;
#X text -45 -12 flist2tab loads floats or lists of floats into a table
;
#X text -45 4 at an offset determined by a float in the second inlet.
;
#X text -45 20 Negative offsets will be ignored.;
#X obj -12 152 table twig;
#X msg 36 107 set twig;
#X text 93 106 set the working table;
#X text 203 203 argument is table name;
#X text -45 36 Offsets greater than the table length cause the table
to be resized to fit.;
#X text 224 162 default offset is 0;
#X floatatom 62 220 7 0 0 0 - - -;
#X text 108 220 Array size is output after each input.;
#X text 202 260 2009_01_28 Martin Peach;
#X connect 1 0 15 0;
#X connect 2 0 1 0;
#X connect 3 0 2 0;
#X connect 4 0 1 1;
#X connect 5 0 1 0;
#X connect 10 0 1 0;
| 35 | control array list_op conversion | load floats or lists of floats into a table
at an offset determined by a float in the second inlet | create a purr-data patch that matches the following description and keywords. | Description: load floats or lists of floats into a table
at an offset determined by a float in the second inlet, Keywords: control array list_op conversion |
ISOdate-help.pd | externals\hcs\ISOdate-help.pd | #N canvas 0 31 393 252 10;
#X msg 139 82 bang;
#X symbolatom 138 156 0 0 0 0 - - -;
#X text 49 29 output the current date in ISO format;
#X obj 139 114 ISOdate;
#N canvas 280 175 494 344 META 0;
#X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v3;
#X text 12 105 AUTHOR Hans-Christoph Steiner;
#X text 12 5 KEYWORDS control;
#X text 12 45 DESCRIPTION output the current date in ISO format;
#X text 12 65 INLET_0 bang;
#X text 12 85 OUTLET_0 symbol;
#X restore 332 217 pd META;
#X connect 0 0 3 0;
#X connect 3 0 1 0;
| #N canvas 0 31 393 252 10;
#X msg 139 82 bang;
#X symbolatom 138 156 0 0 0 0 - - -;
#X text 49 29 output the current date in ISO format;
#X obj 139 114 ISOdate;
#X connect 0 0 3 0;
#X connect 3 0 1 0;
| 16 | control | output the current date in ISO format | create a purr-data patch that matches the following description and keywords. | Description: output the current date in ISO format, Keywords: control |
makecolor-help.pd | externals\moonlib\makecolor-help.pd | #N canvas 0 31 527 298 10;
#X text 27 268 (c) Antoine Rousseau 2001;
#X obj 18 27 makecolor;
#X text 91 22 A color-symbol builder \, transforming RGB values in
one hexa symbol.;
#X obj 161 149 makecolor;
#X symbolatom 161 186 10 0 0 0 - - -;
#X floatatom 144 85 5 0 0 0 - - -;
#X floatatom 190 85 5 0 0 0 - - -;
#X floatatom 235 86 5 0 0 0 - - -;
#X obj 161 127 b;
#N canvas 518 217 494 344 META 0;
#X text 12 25 LICENSE GPL v2;
#X text 12 155 AUTHOR Antoine Rousseau;
#X text 12 175 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information
added by Jonathan Wilkes for Pd version 0.42.;
#X text 12 5 KEYWORDS control conversion;
#X text 12 45 DESCRIPTION a color-symbol builder \, transforming RGB
values in one hexa symbol;
#X text 12 75 INLET_0 float;
#X text 12 95 INLET_1 float;
#X text 12 115 INLET_2 float;
#X text 12 135 INLET_3 symbol;
#X restore 467 261 pd META;
#X connect 3 0 4 0;
#X connect 5 0 3 0;
#X connect 6 0 3 1;
#X connect 6 0 8 0;
#X connect 7 0 3 2;
#X connect 7 0 8 0;
#X connect 8 0 3 0;
| #N canvas 0 31 527 298 10;
#X text 27 268 (c) Antoine Rousseau 2001;
#X obj 18 27 makecolor;
#X text 91 22 A color-symbol builder \, transforming RGB values in
one hexa symbol.;
#X obj 161 149 makecolor;
#X symbolatom 161 186 10 0 0 0 - - -;
#X floatatom 144 85 5 0 0 0 - - -;
#X floatatom 190 85 5 0 0 0 - - -;
#X floatatom 235 86 5 0 0 0 - - -;
#X obj 161 127 b;
#X connect 3 0 4 0;
#X connect 5 0 3 0;
#X connect 6 0 3 1;
#X connect 6 0 8 0;
#X connect 7 0 3 2;
#X connect 7 0 8 0;
#X connect 8 0 3 0;
| 28 | control conversion | a color-symbol builder \, transforming RGB
values in one hexa symbol | create a purr-data patch that matches the following description and keywords. | Description: a color-symbol builder \, transforming RGB
values in one hexa symbol, Keywords: control conversion |
Subsets and Splits