File Name
stringlengths
10
33
Relative Path
stringlengths
24
93
Content
stringlengths
335
3.2k
output
stringlengths
26
3.05k
Number of Records
float64
10
40
Keywords
stringclasses
150 values
Description
stringlengths
2
111
instruction
stringclasses
2 values
input
stringlengths
39
212
colorpanel-help.pd
externals\hcs\colorpanel-help.pd
#N canvas 0 26 472 323 10; #X obj 99 139 colorpanel; #X msg 99 56 bang; #X obj 112 198 pddp/print; #X obj 98 226 unpack float float float; #X obj 30 278 nbx 8 20 -1e+37 1e+37 0 0 empty empty red 0 28 0 14 -261234 -1 -1 0 256; #X obj 150 278 nbx 8 20 -1e+37 1e+37 0 0 empty empty green 0 28 0 14 -204786 -1 -1 0 256; #X obj 270 278 nbx 8 20 -1e+37 1e+37 0 0 empty empty blue 0 28 0 14 -203904 -1 -1 0 256; #X text 35 16 pop up a color picker and output the red \, green \, blue values as a list of three floats ranging from 0 to 1; #X text 129 177 the list:; #X text 202 78 or open the window with an initial color; #X msg 108 78 symbol #beefee; #X msg 160 107 0.5 0.5 0.5; #N canvas 442 194 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 GUI; #X text 12 45 DESCRIPTION graphical color chooser; #X text 12 65 INLET_0 bang symbol list; #X text 12 85 OUTLET_0 list; #X restore 422 302 pd META; #X connect 0 0 2 0; #X connect 0 0 3 0; #X connect 1 0 0 0; #X connect 3 0 4 0; #X connect 3 1 5 0; #X connect 3 2 6 0; #X connect 10 0 0 0; #X connect 11 0 0 0;
#N canvas 0 26 472 323 10; #X obj 99 139 colorpanel; #X msg 99 56 bang; #X obj 112 198 pddp/print; #X obj 98 226 unpack float float float; #X obj 30 278 nbx 8 20 -1e+37 1e+37 0 0 empty empty red 0 28 0 14 -261234 -1 -1 0 256; #X obj 150 278 nbx 8 20 -1e+37 1e+37 0 0 empty empty green 0 28 0 14 -204786 -1 -1 0 256; #X obj 270 278 nbx 8 20 -1e+37 1e+37 0 0 empty empty blue 0 28 0 14 -203904 -1 -1 0 256; #X text 35 16 pop up a color picker and output the red \, green \, blue values as a list of three floats ranging from 0 to 1; #X text 129 177 the list:; #X text 202 78 or open the window with an initial color; #X msg 108 78 symbol #beefee; #X msg 160 107 0.5 0.5 0.5; #X connect 0 0 2 0; #X connect 0 0 3 0; #X connect 1 0 0 0; #X connect 3 0 4 0; #X connect 3 1 5 0; #X connect 3 2 6 0; #X connect 10 0 0 0; #X connect 11 0 0 0;
30
control GUI
graphical color chooser
create a purr-data patch that matches the following description and keywords.
Description: graphical color chooser, Keywords: control GUI
ds-color-sel-help.pd
abstractions\jmmmp\ds-color-sel-help.pd
#N struct 1036-color float x float y float farbe float ynpos; #N struct 1508-color float x float y float farbe; #N struct 1508-color-display float x float y float farbe; #N canvas 369 163 531 325 10; #N canvas 0 0 426 446 license 0; #X text 8 47 All rights reserved.; #X text 8 227 The names of its contributors may not be used to endorse or promote products derived from this software without specific prior written permission.; #X text 8 87 Redistribution and use in source and binary forms \, with or without modification \, are permitted provided that the following conditions are met:; #X text 8 127 Redistributions of source code must retain the above copyright notice \, this list of conditions and the following disclaimer. ; #X text 8 297 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES \, INCLUDING \, BUT NOT LIMITED TO \, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT \, INDIRECT \, INCIDENTAL \, SPECIAL \, EXEMPLARY \, OR CONSEQUENTIAL DAMAGES (INCLUDING \, BUT NOT LIMITED TO \, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES ; #X text 8 167 Redistributions in binary form must reproduce the above copyright notice \, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. ; #X text 8 27 [email protected]; #X text 8 7 Copyright 2006 \, Jo�o Pais; #X restore 16 299 pd license; #X text 13 281 (C) 2013 Jo�o Pais - [email protected]; #X text 11 11 [ds-color-sel] - color selector for data structures; #X text 13 221 Arguments; #X text 113 221 Inlets; #X text 203 221 Outlets; #X text 203 242 - selected color number; #X text 13 241 (none); #X text 113 241 (none); #X floatatom 14 164 5 0 0 0 - - -; #X obj 137 191 pd-colors; #X obj 14 89 ds-color-sel; #X text 13 191 Also take a look at; #X text 201 191 for the color pallettes in Pure Data.; #X text 12 39 Click in one of the colors or change the number box. You'll get the color number displayed and as output. Connect it to your patch.; #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 36 KEYWORDS color tcl/tk data structures; #X text 12 6 DESCRIPTION color selector for data structures; #X text 12 135 VERSION 2013; #X restore 106 299 pd META; #X connect 11 0 9 0;
#N struct 1036-color float x float y float farbe float ynpos; #N struct 1508-color float x float y float farbe; #N struct 1508-color-display float x float y float farbe; #N canvas 369 163 531 325 10; #X text 13 281 (C) 2013 Jo�o Pais - [email protected]; #X text 11 11 [ds-color-sel] - color selector for data structures; #X text 13 221 Arguments; #X text 113 221 Inlets; #X text 203 221 Outlets; #X text 203 242 - selected color number; #X text 13 241 (none); #X text 113 241 (none); #X floatatom 14 164 5 0 0 0 - - -; #X obj 137 191 pd-colors; #X obj 14 89 ds-color-sel; #X text 13 191 Also take a look at; #X text 201 191 for the color pallettes in Pure Data.; #X text 12 39 Click in one of the colors or change the number box. You'll get the color number displayed and as output. Connect it to your patch.; #X connect 11 0 9 0;
38
color tcl/tk data structures
color selector for data structures
create a purr-data patch that matches the following description and keywords.
Description: color selector for data structures, Keywords: color tcl/tk data structures
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
17.coords.pd
pd\doc\4.data.structures\pd-l2ork\ds-tutorials\17.coords.pd
#N struct drawtut-coords float x float y; #N canvas 1 25 537 571 10; #N canvas 290 275 450 300 META 0; #X text 16 6 KEYWORDS tutorial data_structure draw; #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 46 DESCRIPTION animating scalars with the [draw] command ; #X restore 450 538 pd META; #X text 0 1 New Drawing Commands: coordinate data; #X text 1 1 _____________________________________; #X obj 51 30 struct drawtut-coords float x float y; #X obj 135 321 draw polyline; #X scalar drawtut-coords 85 159 \;; #X obj 135 113 tgl 15 0 empty empty Auto 17 7 0 10 -262144 -1 -1 0 1; #X obj 135 133 metro 400; #X obj 135 155 tgl 15 0 empty empty Click_me 17 7 0 10 -262144 -1 -1 0 1; #X obj 135 182 * 30; #X obj 135 204 + 30; #X msg 135 231 points 0 0 30 0 30 \$1 0 \$1; #X obj 158 256 loadbang; #X msg 158 278 stroke black \, stroke-width 1 \, fill none \, points 0 0 30 0 30 30 0 30; #X obj 46 431 draw path m -60 20 20 0 0 20 -20 0 z m 30 0 10 0 0 10 -10 0 z; #X msg 46 406 d m -60 20 20 0 0 20 -20 0 z m \$1 0 10 0 0 10 -10 0 z; #X text 184 189 Polygons and polylines take the "points" message to set their coordinate data.; #X text 94 371 For paths \, use the "d" message to send new path data. ; #X text 49 64 You can dynamically set the coordinate data for polygons \, polylines \, and paths.; #X connect 6 0 7 0; #X connect 7 0 8 0; #X connect 8 0 9 0; #X connect 9 0 10 0; #X connect 10 0 11 0; #X connect 10 0 15 0; #X connect 11 0 4 0; #X connect 12 0 13 0; #X connect 13 0 4 0; #X connect 15 0 14 0;
#N struct drawtut-coords float x float y; #N canvas 1 25 537 571 10; #X text 0 1 New Drawing Commands: coordinate data; #X text 1 1 _____________________________________; #X obj 51 30 struct drawtut-coords float x float y; #X obj 135 321 draw polyline; #X scalar drawtut-coords 85 159 \;; #X obj 135 113 tgl 15 0 empty empty Auto 17 7 0 10 -262144 -1 -1 0 1; #X obj 135 133 metro 400; #X obj 135 155 tgl 15 0 empty empty Click_me 17 7 0 10 -262144 -1 -1 0 1; #X obj 135 182 * 30; #X obj 135 204 + 30; #X msg 135 231 points 0 0 30 0 30 \$1 0 \$1; #X obj 158 256 loadbang; #X msg 158 278 stroke black \, stroke-width 1 \, fill none \, points 0 0 30 0 30 30 0 30; #X obj 46 431 draw path m -60 20 20 0 0 20 -20 0 z m 30 0 10 0 0 10 -10 0 z; #X msg 46 406 d m -60 20 20 0 0 20 -20 0 z m \$1 0 10 0 0 10 -10 0 z; #X text 184 189 Polygons and polylines take the "points" message to set their coordinate data.; #X text 94 371 For paths \, use the "d" message to send new path data. ; #X text 49 64 You can dynamically set the coordinate data for polygons \, polylines \, and paths.; #X connect 6 0 7 0; #X connect 7 0 8 0; #X connect 8 0 9 0; #X connect 9 0 10 0; #X connect 10 0 11 0; #X connect 10 0 15 0; #X connect 11 0 4 0; #X connect 12 0 13 0; #X connect 13 0 4 0; #X connect 15 0 14 0;
37
tutorial data_structure draw
animating scalars with the [draw] command
create a purr-data patch that matches the following description and keywords.
Description: animating scalars with the [draw] command, Keywords: tutorial data_structure draw
dynwav~-help.pd
externals\creb\doc\dynwav~-help.pd
#N canvas 0 26 450 300 10; #X text 96 6 dynwav~: dynamic wavetable oscillator; #X obj 61 98 osc~; #X floatatom 60 56 5 0 0 0 - - -; #X obj 60 151 dynwav~; #X obj 60 214 vol~; #X floatatom 85 190 5 0 0 0 - - -; #X obj 50 256 dac~; #X obj 172 105 phasor~; #X floatatom 172 80 5 0 0 0 - - -; #X obj 107 54 bang~; #X text 171 22 (scanned synthesis); #X text 165 143 left inlet's dsp block = wavetable; #X msg 107 78 0.25; #X text 242 157 right inlet = phase (0-1); #N canvas 379 254 494 344 META 0; #X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 75 INLET_0 signal; #X text 12 95 INLET_1 signal; #X text 12 115 OUTLET_0 signal; #X text 12 45 DESCRIPTION dynamic wavetable oscillator ( scanned synthesis ); #X text 12 5 KEYWORDS signal oscillator; #X text 12 25 LICENSE GPL v2; #X text 12 135 AUTHOR Tom Schouten <[email protected]>; #X restore 400 279 pd META; #X connect 1 0 3 0; #X connect 2 0 1 0; #X connect 3 0 4 0; #X connect 4 0 6 1; #X connect 4 0 6 0; #X connect 5 0 4 1; #X connect 7 0 3 1; #X connect 8 0 7 0; #X connect 9 0 12 0; #X connect 12 0 1 1;
#N canvas 0 26 450 300 10; #X text 96 6 dynwav~: dynamic wavetable oscillator; #X obj 61 98 osc~; #X floatatom 60 56 5 0 0 0 - - -; #X obj 60 151 dynwav~; #X obj 60 214 vol~; #X floatatom 85 190 5 0 0 0 - - -; #X obj 50 256 dac~; #X obj 172 105 phasor~; #X floatatom 172 80 5 0 0 0 - - -; #X obj 107 54 bang~; #X text 171 22 (scanned synthesis); #X text 165 143 left inlet's dsp block = wavetable; #X msg 107 78 0.25; #X text 242 157 right inlet = phase (0-1); #X connect 1 0 3 0; #X connect 2 0 1 0; #X connect 3 0 4 0; #X connect 4 0 6 1; #X connect 4 0 6 0; #X connect 5 0 4 1; #X connect 7 0 3 1; #X connect 8 0 7 0; #X connect 9 0 12 0; #X connect 12 0 1 1;
35
signal oscillator
dynamic wavetable oscillator ( scanned synthesis )
create a purr-data patch that matches the following description and keywords.
Description: dynamic wavetable oscillator ( scanned synthesis ), Keywords: signal oscillator
09.ellipse.pd
pd\doc\4.data.structures\pd-l2ork\ds-tutorials\09.ellipse.pd
#N struct drawtut-ellipse float x float y; #N canvas 1 25 509 498 10; #X msg 141 117 stroke blue; #X msg 54 117 fill yellow; #X msg 228 117 stroke-width \$1; #X floatatom 228 93 5 0 0 0 - - -, f 5; #X text 259 246 <- an ellipse; #X text 0 1 New Drawing Commands: ellipse; #X text 0 1 _____________________________; #X text 53 23 An ellipse.; #X obj 53 57 struct drawtut-ellipse float x float y; #X scalar drawtut-ellipse 155 253 \;; #X text 52 384 Like a circle \, the coordinate (0 \, 0) specifies the center of the shape \, but you can easily figure out the top-left corner of its bounding-box by offsetting its coordinates by the x and y radius values \, respectively. (So the one above would be [draw ellipse 86 42 86 42].); #X obj 53 153 draw ellipse 86 42 0 0; #X text 52 334 The [draw] object above creates an ellipse with an x-radius of 86 and a y-radius of 42 \, centered at (0 \, 0).; #N canvas 291 300 450 300 META 0; #X text 16 26 LICENSE SIBSD; #X text 16 66 AUTHOR Jonathan Wilkes; #X text 16 86 HELP_PATCH_AUTHORS Jonathan Wilkes; #X text 16 6 KEYWORDS tutorial data_structure draw gui; #X text 16 46 DESCRIPTION drawing an ellipse with the [draw] command ; #X restore 445 465 pd META; #X connect 0 0 11 0; #X connect 1 0 11 0; #X connect 2 0 11 0; #X connect 3 0 2 0;
#N struct drawtut-ellipse float x float y; #N canvas 1 25 509 498 10; #X msg 141 117 stroke blue; #X msg 54 117 fill yellow; #X msg 228 117 stroke-width \$1; #X floatatom 228 93 5 0 0 0 - - -, f 5; #X text 259 246 <- an ellipse; #X text 0 1 New Drawing Commands: ellipse; #X text 0 1 _____________________________; #X text 53 23 An ellipse.; #X obj 53 57 struct drawtut-ellipse float x float y; #X scalar drawtut-ellipse 155 253 \;; #X text 52 384 Like a circle \, the coordinate (0 \, 0) specifies the center of the shape \, but you can easily figure out the top-left corner of its bounding-box by offsetting its coordinates by the x and y radius values \, respectively. (So the one above would be [draw ellipse 86 42 86 42].); #X obj 53 153 draw ellipse 86 42 0 0; #X text 52 334 The [draw] object above creates an ellipse with an x-radius of 86 and a y-radius of 42 \, centered at (0 \, 0).; #X connect 0 0 11 0; #X connect 1 0 11 0; #X connect 2 0 11 0; #X connect 3 0 2 0;
26
tutorial data_structure draw gui
drawing an ellipse with the [draw] command
create a purr-data patch that matches the following description and keywords.
Description: drawing an ellipse with the [draw] command, Keywords: tutorial data_structure draw gui
atan2~-help.pd
externals\ggee\signal\atan2~-help.pd
#N canvas 0 26 500 184 10; #X obj 33 88 atan2~; #X text 30 121 (C) Guenter Geiger; #X text 30 18 The atan2 function is used to get the phase from a imaginary value of the fft.; #N canvas 46 242 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE Tcl/Tk; #X text 12 5 KEYWORDS signal trigonometry; #X text 12 125 AUTHOR Guenter Geiger; #X text 12 45 DESCRIPTION get the phase from a imaginary value of the fft; #X text 12 65 INLET_0 signal; #X text 12 85 INLET_1 signal; #X text 12 105 OUTLET_0 signal; #X restore 440 153 pd META;
#N canvas 0 26 500 184 10; #X obj 33 88 atan2~; #X text 30 121 (C) Guenter Geiger; #X text 30 18 The atan2 function is used to get the phase from a imaginary value of the fft.;
14
signal trigonometry
get the phase from a imaginary value of the fft
create a purr-data patch that matches the following description and keywords.
Description: get the phase from a imaginary value of the fft, Keywords: signal trigonometry
timebang-help.pd
externals\maxlib\timebang-help.pd
#N canvas 0 26 549 368 12; #X obj 29 242 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 29 295 print good morning; #X obj 29 202 timebang 7 10 13 19 47 50; #X obj 224 235 print good night; #X text 32 13 timebang :: send out bangs at given times of day; #X text 130 34 written by Olaf Matthes <[email protected]>; #X text 31 119 creation arguments: triples of hour minute and second for; #X text 191 137 the times of day you want a bang to occur; #X text 191 156 each time will get it's own outlet; #X text 184 297 this gets banged at 7:10:13 in the morning; #X text 224 257 this gets banged at 19:47:50; #N canvas 304 317 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Olaf Matthes <[email protected]>; #X text 12 5 KEYWORDS control; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_N bang; #X text 12 45 DESCRIPTION send out bangs at given times of day; #X restore 491 339 pd META; #X connect 0 0 1 0; #X connect 2 0 0 0; #X connect 2 1 3 0;
#N canvas 0 26 549 368 12; #X obj 29 242 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 29 295 print good morning; #X obj 29 202 timebang 7 10 13 19 47 50; #X obj 224 235 print good night; #X text 32 13 timebang :: send out bangs at given times of day; #X text 130 34 written by Olaf Matthes <[email protected]>; #X text 31 119 creation arguments: triples of hour minute and second for; #X text 191 137 the times of day you want a bang to occur; #X text 191 156 each time will get it's own outlet; #X text 184 297 this gets banged at 7:10:13 in the morning; #X text 224 257 this gets banged at 19:47:50; #X connect 0 0 1 0; #X connect 2 0 0 0; #X connect 2 1 3 0;
24
control
send out bangs at given times of day
create a purr-data patch that matches the following description and keywords.
Description: send out bangs at given times of day, Keywords: control
lrange-help.pd
externals\smlib\lrange-help.pd
#N canvas 1 53 441 199 10; #X text 351 133 j#|@2002; #X obj 373 111 SMLib-help; #X floatatom 54 72 5 0 0 0 - - -; #X obj 10 55 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 54 52 x(i); #X floatatom 10 168 5 0 0 0 - - -; #X obj 10 98 float; #X text 6 21 argument: half-decay time (in number of activations); #X msg 119 98 clear; #X text 117 76 clear accumulator; #X text 7 4 lrange: leaky maximum minus leaky minimum; #X obj 10 138 lrange 10; #X msg 244 106 decay 5; #X text 243 90 set half-decay time; #N canvas 224 251 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control filter; #X text 12 85 OUTLET_0 float; #X text 12 105 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 45 DESCRIPTION leaky maximum minus leaky minimum; #X text 12 65 INLET_0 float clear decay; #X restore 391 156 pd META; #X connect 2 0 6 1; #X connect 3 0 6 0; #X connect 6 0 11 0; #X connect 8 0 11 0; #X connect 11 0 5 0; #X connect 12 0 11 0;
#N canvas 1 53 441 199 10; #X text 351 133 j#|@2002; #X obj 373 111 SMLib-help; #X floatatom 54 72 5 0 0 0 - - -; #X obj 10 55 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 54 52 x(i); #X floatatom 10 168 5 0 0 0 - - -; #X obj 10 98 float; #X text 6 21 argument: half-decay time (in number of activations); #X msg 119 98 clear; #X text 117 76 clear accumulator; #X text 7 4 lrange: leaky maximum minus leaky minimum; #X obj 10 138 lrange 10; #X msg 244 106 decay 5; #X text 243 90 set half-decay time; #X connect 2 0 6 1; #X connect 3 0 6 0; #X connect 6 0 11 0; #X connect 8 0 11 0; #X connect 11 0 5 0; #X connect 12 0 11 0;
30
control filter
leaky maximum minus leaky minimum
create a purr-data patch that matches the following description and keywords.
Description: leaky maximum minus leaky minimum, Keywords: control filter
square_root_pan~-help.pd
externals\pan\square_root_pan~-help.pd
#N canvas 0 31 481 346 10; #X obj 5 2 cnv 15 450 20 empty empty square_root_pan~ 2 11 1 18 -233017 -66577 0; #X msg 422 3 pddp; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 284 released under the GNU GPL; #X obj 224 149 hsl 128 20 0 1 0 1 empty empty pan_position 6 10 1 11 -262131 -1 -1 6350 0; #X obj 113 131 osc~ 250; #X obj 113 152 *~ 0.5; #X obj 362 186 tgl 25 0 empty empty DSP 3 12 1 9 -24198 -1 -1 0 1; #X msg 362 218 \; pd dsp \$1; #X text 16 71 The left inlet takes the audio signal and the right inlet takes the control signal with 0 = left \, 1 = right \, and 0.5 = center. ; #X text 16 37 Pan a mono signal using square root panning to smooth out the dead spot in the middle somewhat.; #X obj 113 187 square_root_pan~; #X obj 141 234 dac~ 1 2; #N canvas 464 31 494 344 META 0; #X text 12 175 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL; #X text 12 155 AUTHOR Hans-Christoph Steiner; #X text 12 95 INLET_1 float; #X text 12 75 INLET_0 signal; #X text 12 115 OUTLET_0 signal; #X text 12 135 OUTLET_1 signal; #X text 12 45 DESCRIPTION pan a mono signal using square root panning to smooth out the dead spot in the middle somewhat; #X text 12 5 KEYWORDS signal abstraction; #X restore 425 314 pd META; #X connect 4 0 11 1; #X connect 5 0 6 0; #X connect 6 0 11 0; #X connect 7 0 8 0; #X connect 11 0 12 0; #X connect 11 1 12 1;
#N canvas 0 31 481 346 10; #X msg 422 3 pddp; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 284 released under the GNU GPL; #X obj 224 149 hsl 128 20 0 1 0 1 empty empty pan_position 6 10 1 11 -262131 -1 -1 6350 0; #X obj 113 131 osc~ 250; #X obj 113 152 *~ 0.5; #X obj 362 186 tgl 25 0 empty empty DSP 3 12 1 9 -24198 -1 -1 0 1; #X msg 362 218 \; pd dsp \$1; #X text 16 71 The left inlet takes the audio signal and the right inlet takes the control signal with 0 = left \, 1 = right \, and 0.5 = center. ; #X text 16 37 Pan a mono signal using square root panning to smooth out the dead spot in the middle somewhat.; #X obj 113 187 square_root_pan~; #X obj 141 234 dac~ 1 2; #X connect 4 0 11 1; #X connect 5 0 6 0; #X connect 6 0 11 0; #X connect 7 0 8 0; #X connect 11 0 12 0; #X connect 11 1 12 1;
31
signal abstraction
pan a mono signal using square root panning to smooth out the dead spot in the middle somewhat
create a purr-data patch that matches the following description and keywords.
Description: pan a mono signal using square root panning to smooth out the dead spot in the middle somewhat, Keywords: signal abstraction
v0x2f-help.pd
externals\markex\v0x2f-help.pd
#N canvas 369 150 450 300 10; #N canvas 249 435 494 344 META 0; #X text 12 135 AUTHOR Mark Danks; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control vector; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42. \, helppatch by IOhannes m zmölnig; #X text 13 76 INLET_0 list; #X text 13 116 OUTLET_0 list; #X text 13 96 INLET_1 float; #X text 12 45 DESCRIPTION divides a vector by a number; #X restore 390 271 pd META; #X msg 175 86 10; #X text 52 248 a "vector" is simply a list of numbers.; #X text 27 25 MarkEx vector operation: divide a vector by a factor ; #X obj 64 116 vector/ 42; #X msg 64 86 1 42 84; #X obj 64 146 print vector/; #X connect 1 0 4 1; #X connect 4 0 6 0; #X connect 5 0 4 0;
#N canvas 369 150 450 300 10; #X msg 175 86 10; #X text 52 248 a "vector" is simply a list of numbers.; #X text 27 25 MarkEx vector operation: divide a vector by a factor ; #X obj 64 116 vector/ 42; #X msg 64 86 1 42 84; #X obj 64 146 print vector/; #X connect 1 0 4 1; #X connect 4 0 6 0; #X connect 5 0 4 0;
20
control vector
divides a vector by a number
create a purr-data patch that matches the following description and keywords.
Description: divides a vector by a number, Keywords: control vector
vvplus-help.pd
externals\smlib\vvplus-help.pd
#N canvas 1 53 313 256 10; #X obj 40 115 vvplus; #X msg 16 81 1 2 3; #X msg 73 85 4 5 6; #X msg 159 86 1 2 3; #X msg 219 86 4; #X obj 180 116 vvplus 0; #X msg 16 57 1; #X msg 159 62 1; #X text 18 10 vvplus adds two lists of floats; #X text 17 25 or a float to a list of floats; #X msg 73 60 3 2 1; #X obj 252 159 SMLib-help; #X text 230 184 j#|@2002; #X obj 40 139 print vvplus; #X obj 180 140 print vvplus; #N canvas 119 195 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 65 INLET_0 list float; #X text 12 5 KEYWORDS control list_op; #X text 12 85 INLET_1 list float; #X text 12 105 OUTLET_0 list float; #X text 12 45 DESCRIPTION add two lists of floats; #X restore 254 208 pd META; #X connect 0 0 13 0; #X connect 1 0 0 0; #X connect 2 0 0 1; #X connect 3 0 5 0; #X connect 4 0 5 1; #X connect 5 0 14 0; #X connect 6 0 0 0; #X connect 7 0 5 0; #X connect 10 0 0 1;
#N canvas 1 53 313 256 10; #X obj 40 115 vvplus; #X msg 16 81 1 2 3; #X msg 73 85 4 5 6; #X msg 159 86 1 2 3; #X msg 219 86 4; #X obj 180 116 vvplus 0; #X msg 16 57 1; #X msg 159 62 1; #X text 18 10 vvplus adds two lists of floats; #X text 17 25 or a float to a list of floats; #X msg 73 60 3 2 1; #X obj 252 159 SMLib-help; #X text 230 184 j#|@2002; #X obj 40 139 print vvplus; #X obj 180 140 print vvplus; #X connect 0 0 13 0; #X connect 1 0 0 0; #X connect 2 0 0 1; #X connect 3 0 5 0; #X connect 4 0 5 1; #X connect 5 0 14 0; #X connect 6 0 0 0; #X connect 7 0 5 0; #X connect 10 0 0 1;
35
control list_op
add two lists of floats
create a purr-data patch that matches the following description and keywords.
Description: add two lists of floats, Keywords: control list_op
datei-r-help.pd
abstractions\jmmmp\datei-r-help.pd
#N canvas 38 28 456 290 10; #X msg 22 50 bang; #X obj 22 120 datei-r; #X obj 22 160 print Datei_R; #X msg 32 80 filename.ext; #X text 13 6 [datei-r] - Sends the message "read ../../"; #X text 310 50 Inlets; #X text 310 100 Outlets; #X text 310 150 GUI; #X text 310 170 - Click on it; #X text 310 70 - Bang / File name; #X text 310 120 - Message; #X text 120 80 Takes the file string; #X text 60 50 Opens up dialog; #X text 92 120 <- Or click on it; #X text 111 160 Message; #X text 12 237 (C) 2006 Jo�o Pais - [email protected]; #X text 12 257 Released under the BSD License; #X text 12 208 Related objects: [datei-o] [datei-w]; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <[email protected]>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 12 135 VERSION 2006; #X text 14 165 INLET_0 - Bang / File name; #X text 14 185 OUTLET_0 - Message; #X text 12 5 DESCRIPTION Sends the message "read ../../"; #X text 12 35 KEYWORDS read file; #X restore 402 266 pd META; #X connect 0 0 1 0; #X connect 1 0 2 0; #X connect 3 0 1 0; #X coords 0 0 1 1 62 17 0;
#N canvas 38 28 456 290 10; #X msg 22 50 bang; #X obj 22 120 datei-r; #X obj 22 160 print Datei_R; #X msg 32 80 filename.ext; #X text 13 6 [datei-r] - Sends the message "read ../../"; #X text 310 50 Inlets; #X text 310 100 Outlets; #X text 310 150 GUI; #X text 310 170 - Click on it; #X text 310 70 - Bang / File name; #X text 310 120 - Message; #X text 120 80 Takes the file string; #X text 60 50 Opens up dialog; #X text 92 120 <- Or click on it; #X text 111 160 Message; #X text 12 237 (C) 2006 Jo�o Pais - [email protected]; #X text 12 257 Released under the BSD License; #X text 12 208 Related objects: [datei-o] [datei-w]; #X connect 0 0 1 0; #X connect 1 0 2 0; #X connect 3 0 1 0; #X coords 0 0 1 1 62 17 0;
34
read file
Sends the message "read ../../"
create a purr-data patch that matches the following description and keywords.
Description: Sends the message "read ../../", Keywords: read file
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
amplitude_n-help.pd
externals\mapping\amplitude_n-help.pd
#N canvas 1 53 612 509 10; #X floatatom 85 92 5 -20 127 0 - - -; #X text 86 74 data; #X msg 92 117 0; #X floatatom 310 225 5 0 0 0 - - -; #X floatatom 382 177 5 0 0 0 - - -; #X text 430 175 size: n (n>=2); #X obj 85 172 f; #X text 51 32 amplitude_n return the amplitude covered by the last n (n>1) values; #X msg 120 117 1; #X msg 153 117 0.5; #X obj 86 251 timeroll; #X obj 297 251 timeroll; #X obj 296 198 amplitude_n 5; #X obj 85 224 clip 0 1; #N canvas 463 111 494 344 META 0; #X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 95 INLET_1 float; #X text 12 115 OUTLET_0 float; #X text 12 135 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 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 restore 555 477 pd META; #X connect 0 0 6 0; #X connect 2 0 6 0; #X connect 4 0 12 1; #X connect 6 0 12 0; #X connect 6 0 13 0; #X connect 8 0 6 0; #X connect 9 0 6 0; #X connect 12 0 3 0; #X connect 12 0 11 0; #X connect 13 0 10 0;
#N canvas 1 53 612 509 10; #X floatatom 85 92 5 -20 127 0 - - -; #X text 86 74 data; #X msg 92 117 0; #X floatatom 310 225 5 0 0 0 - - -; #X floatatom 382 177 5 0 0 0 - - -; #X text 430 175 size: n (n>=2); #X obj 85 172 f; #X text 51 32 amplitude_n return the amplitude covered by the last n (n>1) values; #X msg 120 117 1; #X msg 153 117 0.5; #X obj 86 251 timeroll; #X obj 297 251 timeroll; #X obj 296 198 amplitude_n 5; #X obj 85 224 clip 0 1; #X connect 0 0 6 0; #X connect 2 0 6 0; #X connect 4 0 12 1; #X connect 6 0 12 0; #X connect 6 0 13 0; #X connect 8 0 6 0; #X connect 9 0 6 0; #X connect 12 0 3 0; #X connect 12 0 11 0; #X connect 13 0 10 0;
35
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
a2l-help.pd
externals\zexy\reference\a2l-help.pd
#N canvas 0 31 450 458 10; #X text 113 30 convert "anything" to lists; #X text 116 56 pass through the rest; #X floatatom 46 229 0 0 0 0 - - -; #X symbolatom 46 203 0 0 0 0 - - -; #X msg 46 162 this is anything; #X msg 46 182 list this is a list; #X obj 35 276 print a2l; #X text 48 337 to make "anything"s out of lists \, try; #X obj 319 339 route list; #X msg 319 318 list this is a list; #X obj 319 359 print l2a; #X text 245 223 alias; #X obj 286 223 a2l; #X obj 35 256 any2list; #X text 356 6 part of zexy; #N canvas 460 154 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control conversion deprecated; #X text 12 45 DESCRIPTION convert an anything to a list; #X text 12 65 INLET_0 anything; #X text 12 85 OUTLET_0 list; #X text 12 105 AUTHOR IOhannes m zmoelnig; #X restore 401 437 pd META; #X obj 48 30 any2list; #X connect 2 0 13 0; #X connect 3 0 13 0; #X connect 4 0 13 0; #X connect 5 0 13 0; #X connect 8 0 10 0; #X connect 9 0 8 0; #X connect 13 0 6 0;
#N canvas 0 31 450 458 10; #X text 113 30 convert "anything" to lists; #X text 116 56 pass through the rest; #X floatatom 46 229 0 0 0 0 - - -; #X symbolatom 46 203 0 0 0 0 - - -; #X msg 46 162 this is anything; #X msg 46 182 list this is a list; #X obj 35 276 print a2l; #X text 48 337 to make "anything"s out of lists \, try; #X obj 319 339 route list; #X msg 319 318 list this is a list; #X obj 319 359 print l2a; #X text 245 223 alias; #X obj 286 223 a2l; #X obj 35 256 any2list; #X text 356 6 part of zexy; #X obj 48 30 any2list; #X connect 2 0 13 0; #X connect 3 0 13 0; #X connect 4 0 13 0; #X connect 5 0 13 0; #X connect 8 0 10 0; #X connect 9 0 8 0; #X connect 13 0 6 0;
33
control conversion deprecated
convert an anything to a list
create a purr-data patch that matches the following description and keywords.
Description: convert an anything to a list, Keywords: control conversion deprecated
serialize-help.pd
externals\ggee\control\serialize-help.pd
#N canvas 0 31 413 250 10; #X obj 34 106 serialize 4; #X obj 34 141 print; #X floatatom 34 69 0 0 0 0 - - -; #X text 30 195 (C) 2000 Guenter Geiger; #X text 30 39 serialize ... turn a stream of floats into a list; #N canvas 391 259 494 344 META 0; #X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE Tcl/Tk; #X text 12 135 AUTHOR Guenter Geiger; #X text 12 5 KEYWORDS control conversion; #X text 12 45 DESCRIPTION serialize ... turn a stream of floats into a list; #X text 12 75 INLET_0 float; #X text 12 95 INLET_1 float; #X text 12 115 OUTLET_0 list; #X restore 350 207 pd META; #X connect 0 0 1 0; #X connect 2 0 0 0;
#N canvas 0 31 413 250 10; #X obj 34 106 serialize 4; #X obj 34 141 print; #X floatatom 34 69 0 0 0 0 - - -; #X text 30 195 (C) 2000 Guenter Geiger; #X text 30 39 serialize ... turn a stream of floats into a list; #X connect 0 0 1 0; #X connect 2 0 0 0;
18
control conversion
serialize ... turn a stream of floats into a list
create a purr-data patch that matches the following description and keywords.
Description: serialize ... turn a stream of floats into a list, Keywords: control conversion
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
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
A00.intro.pd
pd\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
tremolo~-help.pd
externals\hcs\tremolo~-help.pd
#N canvas 0 26 317 260 10; #X obj 26 15 osc~ 270; #X obj 19 222 dac~; #X obj 179 14 pddp/dsp; #X obj 69 65 hsl 128 17 0 1 0 0 empty empty amount 6 9 0 10 -262144 -1 -1 0 1; #X floatatom 77 84 5 0 0 0 - - -; #X obj 110 112 hsl 128 17 0.01 10 1 0 empty empty frequency 6 9 0 10 -262144 -1 -1 0 1; #X floatatom 118 131 5 0 0 0 - - -; #X obj 26 141 tremolo~ 0.5 7; #N canvas 280 175 494 344 META 0; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 145 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION tremolo; #X text 12 65 INLET_0 signal; #X text 12 5 KEYWORDS signal abstraction; #X text 12 85 INLET_1 float; #X text 12 105 INLET_2 float; #X text 12 125 OUTLET_0 signal; #X restore 267 238 pd META; #X connect 0 0 7 0; #X connect 3 0 4 0; #X connect 3 0 7 1; #X connect 5 0 6 0; #X connect 5 0 7 2; #X connect 7 0 1 0; #X connect 7 0 1 1;
#N canvas 0 26 317 260 10; #X obj 26 15 osc~ 270; #X obj 19 222 dac~; #X obj 179 14 pddp/dsp; #X obj 69 65 hsl 128 17 0 1 0 0 empty empty amount 6 9 0 10 -262144 -1 -1 0 1; #X floatatom 77 84 5 0 0 0 - - -; #X obj 110 112 hsl 128 17 0.01 10 1 0 empty empty frequency 6 9 0 10 -262144 -1 -1 0 1; #X floatatom 118 131 5 0 0 0 - - -; #X obj 26 141 tremolo~ 0.5 7; #X connect 0 0 7 0; #X connect 3 0 4 0; #X connect 3 0 7 1; #X connect 5 0 6 0; #X connect 5 0 7 2; #X connect 7 0 1 0; #X connect 7 0 1 1;
27
signal abstraction
tremolo
create a purr-data patch that matches the following description and keywords.
Description: tremolo, Keywords: signal abstraction
delta-help.pd
externals\maxlib\delta-help.pd
#N canvas 0 26 466 337 12; #X floatatom 54 217 5 0 0 0 - - -; #X floatatom 54 108 5 0 0 0 - - -; #X msg 23 83 bang; #X text 69 82 calculate and output result now; #X obj 54 172 delta; #X obj 54 133 * 3; #X floatatom 127 218 5 0 0 0 - - -; #X floatatom 127 109 5 0 0 0 - - -; #X obj 127 134 * 3; #X obj 127 173 delta 2; #X text 53 242 use creation arguments to set order (1st or 2nd); #X text 39 20 delta :: calculate 1st or 2nd order difference; #N canvas 293 158 494 344 META 0; #X text 12 126 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 106 AUTHOR Olaf Matthes <[email protected]>; #X text 12 45 DESCRIPTION calculate 1st or 2nd order difference; #X text 12 66 INLET_0 bang float; #X text 12 86 OUTLET_0 float; #X text 12 5 KEYWORDS control; #X restore 405 303 pd META; #X connect 1 0 5 0; #X connect 2 0 4 0; #X connect 4 0 0 0; #X connect 5 0 4 0; #X connect 7 0 8 0; #X connect 8 0 9 0; #X connect 9 0 6 0;
#N canvas 0 26 466 337 12; #X floatatom 54 217 5 0 0 0 - - -; #X floatatom 54 108 5 0 0 0 - - -; #X msg 23 83 bang; #X text 69 82 calculate and output result now; #X obj 54 172 delta; #X obj 54 133 * 3; #X floatatom 127 218 5 0 0 0 - - -; #X floatatom 127 109 5 0 0 0 - - -; #X obj 127 134 * 3; #X obj 127 173 delta 2; #X text 53 242 use creation arguments to set order (1st or 2nd); #X text 39 20 delta :: calculate 1st or 2nd order difference; #X connect 1 0 5 0; #X connect 2 0 4 0; #X connect 4 0 0 0; #X connect 5 0 4 0; #X connect 7 0 8 0; #X connect 8 0 9 0; #X connect 9 0 6 0;
29
control
calculate 1st or 2nd order difference
create a purr-data patch that matches the following description and keywords.
Description: calculate 1st or 2nd order difference, Keywords: control
tabset-help.pd
externals\zexy\reference\tabset-help.pd
#N canvas 0 31 629 295 10; #N canvas 0 0 450 300 (subpatch) 0; #X array \$0_array1 5 float 1; #A 0 0.3 0.2 0.5 0.2 -0.1; #X array \$0_array2 8 float 1; #A 0 0.1 0.2 0.3 0.5 0.8 0.13 0.21 0.34; #X coords 0 1 8 -1 200 140 1; #X restore 413 97 graph; #X msg 23 73 1 0.7 0.5 0.3 0.2 0.1; #X text 441 28 part of zexy; #X obj 116 22 tabset; #X text 173 22 set the contents of a table via a list; #X obj 23 208 tabset \$0_array1; #X msg 72 154 set \$1; #X floatatom 37 95 4 0 0 0 - - -; #X obj 72 133 symbol \$0_array1; #X msg 72 115 bang; #X msg 174 114 bang; #X obj 174 132 symbol \$0_array2; #N canvas 583 406 494 344 META 0; #X text 12 105 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 85 AUTHOR IOhannes m zmoelnig; #X text 12 5 KEYWORDS control array; #X text 12 45 DESCRIPTION set the contents of a table via a list; #X text 12 65 INLET_0 list float bang; #X restore 574 267 pd META; #X connect 1 0 5 0; #X connect 6 0 5 0; #X connect 7 0 5 0; #X connect 8 0 6 0; #X connect 9 0 8 0; #X connect 10 0 11 0; #X connect 11 0 6 0;
#N canvas 0 31 629 295 10;
34
control array
set the contents of a table via a list
create a purr-data patch that matches the following description and keywords.
Description: set the contents of a table via a list, Keywords: control array
fwriteln-help.pd
externals\zexy\reference\fwriteln-help.pd
#N canvas 4 2 827 363 10; #X text 72 260 see also:; #X obj 130 281 textfile; #X text 482 150 output one line as a list and move to the next; #X text 618 7 part of zexy; #X text 15 95 features are :; #X text 58 199 no random access!; #X text 9 183 drawbacks are :; #X msg 433 248 close; #X text 578 117 open a file in 'cr' mode; #X obj 73 9 fwriteln; #X text 127 9 write text-files line-by-line; #X text 18 57 The [fwriteln] object is a simplified version if [textfile]. It only supports writing files.; #X text 60 108 the file is not cached in the object's buffer. instead the current line will be streamed directly into the file. this allows to write _large_ files (which need not fit into the main memory at all); #X obj 130 262 freadln; #X obj 406 271 fwriteln; #X msg 441 172 1 2 3.666; #X msg 441 194 foo bar; #X msg 443 216 list is a list is a list; #X msg 435 116 open /tmp/test.txt cr; #X text 489 249 close the file (ensure that it gets written); #X text 167 322 you can use the arguments "w" and "p" to set the width and precision of floating point numbers \, e.g.:; #X obj 602 331 fwriteln w 8 p 2; #N canvas 708 249 494 344 META 0; #X text 12 105 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 85 AUTHOR IOhannes m zmoelnig; #X text 12 5 KEYWORDS control storage filesystem; #X text 12 45 DESCRIPTION write text files line by line; #X text 12 65 INLET_0 open close anything; #X restore 768 327 pd META; #X connect 7 0 14 0; #X connect 15 0 14 0; #X connect 16 0 14 0; #X connect 17 0 14 0; #X connect 18 0 14 0;
#N canvas 4 2 827 363 10; #X text 72 260 see also:; #X obj 130 281 textfile; #X text 482 150 output one line as a list and move to the next; #X text 618 7 part of zexy; #X text 15 95 features are :; #X text 58 199 no random access!; #X text 9 183 drawbacks are :; #X msg 433 248 close; #X text 578 117 open a file in 'cr' mode; #X obj 73 9 fwriteln; #X text 127 9 write text-files line-by-line; #X text 18 57 The [fwriteln] object is a simplified version if [textfile]. It only supports writing files.; #X text 60 108 the file is not cached in the object's buffer. instead the current line will be streamed directly into the file. this allows to write _large_ files (which need not fit into the main memory at all); #X obj 130 262 freadln; #X obj 406 271 fwriteln; #X msg 441 172 1 2 3.666; #X msg 441 194 foo bar; #X msg 443 216 list is a list is a list; #X msg 435 116 open /tmp/test.txt cr; #X text 489 249 close the file (ensure that it gets written); #X text 167 322 you can use the arguments "w" and "p" to set the width and precision of floating point numbers \, e.g.:; #X obj 602 331 fwriteln w 8 p 2; #X connect 7 0 14 0; #X connect 15 0 14 0; #X connect 16 0 14 0; #X connect 17 0 14 0; #X connect 18 0 14 0;
36
control storage filesystem
write text files line by line
create a purr-data patch that matches the following description and keywords.
Description: write text files line by line, Keywords: control storage filesystem
length-help.pd
externals\zexy\reference\length-help.pd
#N canvas 0 31 416 236 10; #X obj 77 40 length; #X text 141 43 get the length of a list; #X obj 72 186 length; #X floatatom 72 206 4 0 0 0 - - -; #X msg 72 109 list these are 4 elements; #X msg 83 128 1 2 3; #X msg 95 155 auralization by wave field synthesis; #X msg 25 113 bang; #X floatatom 14 146 4 0 0 0 - - -; #X text 324 19 part of zexy; #N canvas 607 221 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR IOhannes m zmoelnig; #X text 12 5 KEYWORDS control list_op; #X text 12 65 INLET_0 anything; #X text 12 85 OUTLET_0 float; #X text 12 45 DESCRIPTION get the length of a list; #X restore 363 211 pd META; #X connect 2 0 3 0; #X connect 4 0 2 0; #X connect 5 0 2 0; #X connect 6 0 2 0; #X connect 7 0 2 0; #X connect 8 0 2 0;
#N canvas 0 31 416 236 10; #X obj 77 40 length; #X text 141 43 get the length of a list; #X obj 72 186 length; #X floatatom 72 206 4 0 0 0 - - -; #X msg 72 109 list these are 4 elements; #X msg 83 128 1 2 3; #X msg 95 155 auralization by wave field synthesis; #X msg 25 113 bang; #X floatatom 14 146 4 0 0 0 - - -; #X text 324 19 part of zexy; #X connect 2 0 3 0; #X connect 4 0 2 0; #X connect 5 0 2 0; #X connect 6 0 2 0; #X connect 7 0 2 0; #X connect 8 0 2 0;
26
control list_op
get the length of a list
create a purr-data patch that matches the following description and keywords.
Description: get the length of a list, Keywords: control list_op
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
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
bandpass-help.pd
externals\ggee\filters\bandpass-help.pd
#N canvas 0 26 423 419 10; #X text 63 298 These filters are all controlled by a bandwidth which is expressed in octaves. A bandwidth of 100 is equivalent to one octave. ; #X text 76 12 Bandpass coefficients for biquad~; #X text 70 26 ===================================; #X text 63 340 Attention \, only the left inlet triggers new coefficients for biquad~; #X text 8 388 (C) Guenter Geiger 2000; #X floatatom 176 119 0 0 0 0 - - -; #X floatatom 267 119 0 0 0 0 - - -; #X obj 267 142 trigger bang float; #X obj 113 216 biquad~; #X obj 113 156 noise~; #X obj 102 258 dac~; #X obj 179 74 hsl 128 17 20 20000 1 0 empty empty frequency 5 9 0 10 -203904 -1 -1 0 0; #X obj 270 97 hsl 128 17 0 100 0 0 empty empty bandwidth 5 9 0 10 -261682 -1 -1 0 1; #X obj 176 185 bandpass; #N canvas 433 26 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE Tcl/Tk; #X text 12 125 AUTHOR Guenter Geiger; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION bandpass forefficients for biquad~; #X text 12 65 INLET_0 float; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 list; #X restore 372 396 pd META; #X connect 5 0 13 0; #X connect 6 0 7 0; #X connect 7 0 13 0; #X connect 7 1 13 1; #X connect 8 0 10 1; #X connect 8 0 10 0; #X connect 9 0 8 0; #X connect 11 0 5 0; #X connect 12 0 6 0; #X connect 13 0 8 0;
#N canvas 0 26 423 419 10; #X text 63 298 These filters are all controlled by a bandwidth which is expressed in octaves. A bandwidth of 100 is equivalent to one octave. ; #X text 76 12 Bandpass coefficients for biquad~; #X text 70 26 ===================================; #X text 63 340 Attention \, only the left inlet triggers new coefficients for biquad~; #X text 8 388 (C) Guenter Geiger 2000; #X floatatom 176 119 0 0 0 0 - - -; #X floatatom 267 119 0 0 0 0 - - -; #X obj 267 142 trigger bang float; #X obj 113 216 biquad~; #X obj 113 156 noise~; #X obj 102 258 dac~; #X obj 179 74 hsl 128 17 20 20000 1 0 empty empty frequency 5 9 0 10 -203904 -1 -1 0 0; #X obj 270 97 hsl 128 17 0 100 0 0 empty empty bandwidth 5 9 0 10 -261682 -1 -1 0 1; #X obj 176 185 bandpass; #X connect 5 0 13 0; #X connect 6 0 7 0; #X connect 7 0 13 0; #X connect 7 1 13 1; #X connect 8 0 10 1; #X connect 8 0 10 0; #X connect 9 0 8 0; #X connect 11 0 5 0; #X connect 12 0 6 0; #X connect 13 0 8 0;
35
control
bandpass forefficients for biquad~
create a purr-data patch that matches the following description and keywords.
Description: bandpass forefficients for biquad~, Keywords: control
tabset-help.pd
externals\zexy\reference\tabset-help.pd
#N canvas 0 31 629 295 10; #N canvas 0 0 450 300 (subpatch) 0; #X array \$0_array1 5 float 1; #A 0 0.3 0.2 0.5 0.2 -0.1; #X array \$0_array2 8 float 1; #A 0 0.1 0.2 0.3 0.5 0.8 0.13 0.21 0.34; #X coords 0 1 8 -1 200 140 1; #X restore 413 97 graph; #X msg 23 73 1 0.7 0.5 0.3 0.2 0.1; #X text 441 28 part of zexy; #X obj 116 22 tabset; #X text 173 22 set the contents of a table via a list; #X obj 23 208 tabset \$0_array1; #X msg 72 154 set \$1; #X floatatom 37 95 4 0 0 0 - - -; #X obj 72 133 symbol \$0_array1; #X msg 72 115 bang; #X msg 174 114 bang; #X obj 174 132 symbol \$0_array2; #N canvas 583 406 494 344 META 0; #X text 12 105 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 85 AUTHOR IOhannes m zmoelnig; #X text 12 5 KEYWORDS control array; #X text 12 45 DESCRIPTION set the contents of a table via a list; #X text 12 65 INLET_0 list float bang; #X restore 574 267 pd META; #X connect 1 0 5 0; #X connect 6 0 5 0; #X connect 7 0 5 0; #X connect 8 0 6 0; #X connect 9 0 8 0; #X connect 10 0 11 0; #X connect 11 0 6 0;
#N canvas 0 31 629 295 10;
34
control array
set the contents of a table via a list
create a purr-data patch that matches the following description and keywords.
Description: set the contents of a table via a list, Keywords: control array
14.dollarsigns.pd
packages\win64_inno\build\doc\2.control.examples\14.dollarsigns.pd
#N canvas 434 123 448 139 10; #X obj 103 79 dollarsign2 three 4; #X text 19 37 An abstraction's creation arguments may be either numbers or symbols. Gory details are inside:; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header dollarsigns 20 10 1 18 -261139 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 117 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 405 151 494 284 META 0; #X text 12 125 WEBSITE http://crca.ucsd.edu/~msp/; #X text 12 105 AUTHOR Miller Puckette; #X text 12 85 LIBRARY PDDP; #X text 12 45 LICENSE SIBSD; #X text 12 145 HELP_PATCH_AUTHORS Updated for release 0.34. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 65 DESCRIPTION example patch for dollarsign variables; #X text 12 25 KEYWORDS control abstraction tutorial; #X restore 382 119 pd META; #N canvas 13 202 428 143 References 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261139 -33289 0; #X text 7 2 Dollar Signs- Related Help Documents; #X obj 63 53 pddp/pddplink ../5.reference/all_about_dollarsign_zero.pd -text doc/5.reference/all_about_dollarsign_zero.pd; #X obj 63 73 pddp/pddplink ../5.reference/all_about_atoms.pd -text doc/5.reference/all_about_atoms.pd; #X restore 103 119 pd References; #X obj 6 119 pddp/pddplink ../5.reference/pddp/help.pd -text help;
#N canvas 434 123 448 139 10; #X obj 103 79 dollarsign2 three 4; #X text 19 37 An abstraction's creation arguments may be either numbers or symbols. Gory details are inside:;
22
control abstraction tutorial
example patch for dollarsign variables
create a purr-data patch that matches the following description and keywords.
Description: example patch for dollarsign variables, Keywords: control abstraction tutorial
fwriteln-help.pd
externals\zexy\reference\fwriteln-help.pd
#N canvas 4 2 827 363 10; #X text 72 260 see also:; #X obj 130 281 textfile; #X text 482 150 output one line as a list and move to the next; #X text 618 7 part of zexy; #X text 15 95 features are :; #X text 58 199 no random access!; #X text 9 183 drawbacks are :; #X msg 433 248 close; #X text 578 117 open a file in 'cr' mode; #X obj 73 9 fwriteln; #X text 127 9 write text-files line-by-line; #X text 18 57 The [fwriteln] object is a simplified version if [textfile]. It only supports writing files.; #X text 60 108 the file is not cached in the object's buffer. instead the current line will be streamed directly into the file. this allows to write _large_ files (which need not fit into the main memory at all); #X obj 130 262 freadln; #X obj 406 271 fwriteln; #X msg 441 172 1 2 3.666; #X msg 441 194 foo bar; #X msg 443 216 list is a list is a list; #X msg 435 116 open /tmp/test.txt cr; #X text 489 249 close the file (ensure that it gets written); #X text 167 322 you can use the arguments "w" and "p" to set the width and precision of floating point numbers \, e.g.:; #X obj 602 331 fwriteln w 8 p 2; #N canvas 708 249 494 344 META 0; #X text 12 105 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 85 AUTHOR IOhannes m zmoelnig; #X text 12 5 KEYWORDS control storage filesystem; #X text 12 45 DESCRIPTION write text files line by line; #X text 12 65 INLET_0 open close anything; #X restore 768 327 pd META; #X connect 7 0 14 0; #X connect 15 0 14 0; #X connect 16 0 14 0; #X connect 17 0 14 0; #X connect 18 0 14 0;
#N canvas 4 2 827 363 10; #X text 72 260 see also:; #X obj 130 281 textfile; #X text 482 150 output one line as a list and move to the next; #X text 618 7 part of zexy; #X text 15 95 features are :; #X text 58 199 no random access!; #X text 9 183 drawbacks are :; #X msg 433 248 close; #X text 578 117 open a file in 'cr' mode; #X obj 73 9 fwriteln; #X text 127 9 write text-files line-by-line; #X text 18 57 The [fwriteln] object is a simplified version if [textfile]. It only supports writing files.; #X text 60 108 the file is not cached in the object's buffer. instead the current line will be streamed directly into the file. this allows to write _large_ files (which need not fit into the main memory at all); #X obj 130 262 freadln; #X obj 406 271 fwriteln; #X msg 441 172 1 2 3.666; #X msg 441 194 foo bar; #X msg 443 216 list is a list is a list; #X msg 435 116 open /tmp/test.txt cr; #X text 489 249 close the file (ensure that it gets written); #X text 167 322 you can use the arguments "w" and "p" to set the width and precision of floating point numbers \, e.g.:; #X obj 602 331 fwriteln w 8 p 2; #X connect 7 0 14 0; #X connect 15 0 14 0; #X connect 16 0 14 0; #X connect 17 0 14 0; #X connect 18 0 14 0;
36
control storage filesystem
write text files line by line
create a purr-data patch that matches the following description and keywords.
Description: write text files line by line, Keywords: control storage filesystem
all_about_expr_multiline.pd
packages\win64_inno\build\doc\5.reference\all_about_expr_multiline.pd
#N canvas 434 59 448 282 10; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header expr_multiline 20 10 1 18 -261106 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X floatatom 23 196 5 0 0 0 - - -, f 5; #X floatatom 102 196 5 0 0 0 - - -, f 5; #X floatatom 23 93 5 0 0 0 - - -, f 5; #X floatatom 181 196 0 0 0 0 - - -; #X floatatom 260 196 5 0 0 0 - - -, f 5; #X obj 23 119 expr $f1 \; $f1 * 2 \; pow($f1 \, 2) \; if($f1%128 < 64 \, $f1%128 \, 128 - $f1%128); #X text 260 227 back down; #X text 259 213 count to 64 \, then; #X text 20 37 A semicolon can be used to enter multiple expressions in [expr] \, [expr~] \, and [fexpr~]. For each new statement \, an extra outlet is added to the object.; #X text 273 174 semicolon; #X text 272 165 doesn't require a; #X text 272 155 the last statement; #X obj 1 260 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 380 135 494 156 META 0; #X text 12 105 HELP_PATCH_AUTHORS Dave Sabine \, May 5 \, 2003 . Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 45 KEYWORDS conversion; #X text 12 85 LIBRARY PDDP; #X text 12 65 DESCRIPTION Like to enter multiple expressions inside expr? You can if you want \, and this patch tells you how...; #X text 12 25 NAME expr fexpr~ expr~ all_about_pd; #X restore 392 262 pd META; #N canvas 224 164 428 129 Related_objects 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261106 -33289 0; #X text 7 2 [expr] Multiline- Related Objects; #X restore 103 262 pd Related_objects; #X obj 6 262 pddp/pddplink all_about.pd -text All About Pd; #X connect 4 0 7 0; #X connect 7 0 2 0; #X connect 7 1 3 0; #X connect 7 2 5 0; #X connect 7 3 6 0;
#N canvas 434 59 448 282 10; #X floatatom 23 196 5 0 0 0 - - -, f 5; #X floatatom 102 196 5 0 0 0 - - -, f 5; #X floatatom 23 93 5 0 0 0 - - -, f 5; #X floatatom 181 196 0 0 0 0 - - -; #X floatatom 260 196 5 0 0 0 - - -, f 5; #X obj 23 119 expr $f1 \; $f1 * 2 \; pow($f1 \, 2) \; if($f1%128 < 64 \, $f1%128 \, 128 - $f1%128); #X text 260 227 back down; #X text 259 213 count to 64 \, then; #X text 20 37 A semicolon can be used to enter multiple expressions in [expr] \, [expr~] \, and [fexpr~]. For each new statement \, an extra outlet is added to the object.; #X text 273 174 semicolon; #X text 272 165 doesn't require a; #X text 272 155 the last statement; #X connect 4 0 7 0; #X connect 7 0 2 0; #X connect 7 1 3 0; #X connect 7 2 5 0; #X connect 7 3 6 0;
33
conversion
Like to enter multiple expressions inside expr? You can if you want \, and this patch tells you how...
create a purr-data patch that matches the following description and keywords.
Description: Like to enter multiple expressions inside expr? You can if you want \, and this patch tells you how..., Keywords: conversion
speedlimiter+-help.pd
externals\mapping\speedlimiter+-help.pd
#N canvas 1 53 560 542 10; #X obj 250 328 timeroll; #X obj 46 164 random 1000; #X obj 46 138 metro 30; #X obj 46 114 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 47 328 timeroll; #X obj 72 114 loadbang; #X floatatom 363 208 5 0 0 0 - - -; #X obj 363 230 / 100; #X obj 46 191 / 1000; #X obj 249 253 speedlimiter+ 0.1; #X text 202 11 limit the positive variation to \$1 at every samples ; #N canvas 465 169 494 344 META 0; #X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 95 INLET_1 float; #X text 12 115 OUTLET_0 float; #X text 12 135 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 75 INLET_0 float; #X text 12 5 KEYWORDS control abstraction filter; #X text 12 45 DESCRIPTION limit the positive variation to \$1 for every samples; #X restore 475 505 pd META; #X connect 1 0 8 0; #X connect 2 0 1 0; #X connect 3 0 2 0; #X connect 5 0 2 0; #X connect 6 0 7 0; #X connect 7 0 9 1; #X connect 8 0 4 0; #X connect 8 0 9 0; #X connect 9 0 0 0;
#N canvas 1 53 560 542 10; #X obj 250 328 timeroll; #X obj 46 164 random 1000; #X obj 46 138 metro 30; #X obj 46 114 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 47 328 timeroll; #X obj 72 114 loadbang; #X floatatom 363 208 5 0 0 0 - - -; #X obj 363 230 / 100; #X obj 46 191 / 1000; #X obj 249 253 speedlimiter+ 0.1; #X text 202 11 limit the positive variation to \$1 at every samples ; #X connect 1 0 8 0; #X connect 2 0 1 0; #X connect 3 0 2 0; #X connect 5 0 2 0; #X connect 6 0 7 0; #X connect 7 0 9 1; #X connect 8 0 4 0; #X connect 8 0 9 0; #X connect 9 0 0 0;
31
control abstraction filter
limit the positive variation to \$1 for every samples
create a purr-data patch that matches the following description and keywords.
Description: limit the positive variation to \$1 for every samples, Keywords: control abstraction filter
screensize-help.pd
externals\hcs\screensize-help.pd
#N canvas 327 254 372 243 10; #X msg 184 101 bang; #X floatatom 184 170 5 0 0 0 width - -, f 5; #X floatatom 241 170 5 0 0 1 height - -, f 5; #X text 111 47 get the current screen resolution; #X obj 184 138 screensize; #N canvas 281 200 494 344 META 0; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 45 LICENSE GPL v3; #X text 12 145 AUTHOR Hans-Christoph Steiner; #X text 12 65 DESCRIPTION get the current screen resolution; #X text 12 85 INLET_0 bang; #X text 12 105 OUTLET_0 float; #X text 12 125 OUTLET_1 float; #X text 12 25 KEYWORDS control filesystem; #X restore 323 223 pd META; #X connect 0 0 4 0; #X connect 4 0 1 0; #X connect 4 1 2 0;
#N canvas 327 254 372 243 10; #X msg 184 101 bang; #X floatatom 184 170 5 0 0 0 width - -, f 5; #X floatatom 241 170 5 0 0 1 height - -, f 5; #X text 111 47 get the current screen resolution; #X obj 184 138 screensize; #X connect 0 0 4 0; #X connect 4 0 1 0; #X connect 4 1 2 0;
19
control filesystem
get the current screen resolution
create a purr-data patch that matches the following description and keywords.
Description: get the current screen resolution, Keywords: control filesystem
OSCToParam-help.pd
externals\tof\tof\OSCToParam-help.pd
#N canvas 1 53 515 325 10; #X obj -8 -53 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text -3 -9 author: [email protected]; #X text -3 2 version: 2009-04-14 (initial release); #X text -3 -54 description: forwards all incomming OSC messages to matching params.; #X text -3 -20 tags: routing param OSC; #X obj -3 81 tof/OSCToParam 3475; #X text 137 72 All OSC messages received on port 3475 will be forwarded to matching params.; #N canvas 237 203 494 344 META 0; #X text 12 95 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 55 LICENSE GPL v2; #X text 12 75 AUTHOR Thomas Ouellet Fredericks; #X text 12 5 KEYWORDS control network; #X text 12 25 DESCRIPTION forward all incomming OSC messages to matching params; #X restore 444 238 pd META;
#N canvas 1 53 515 325 10; #X obj -8 -53 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text -3 -9 author: [email protected]; #X text -3 2 version: 2009-04-14 (initial release); #X text -3 -54 description: forwards all incomming OSC messages to matching params.; #X text -3 -20 tags: routing param OSC; #X obj -3 81 tof/OSCToParam 3475; #X text 137 72 All OSC messages received on port 3475 will be forwarded to matching params.;
15
control network
forward all incomming OSC messages to matching params
create a purr-data patch that matches the following description and keywords.
Description: forward all incomming OSC messages to matching params, Keywords: control network
vclip-help.pd
externals\smlib\vclip-help.pd
#N canvas 1 53 324 246 10; #X obj 11 141 vclip -1 1; #X obj 11 196 print; #X msg 11 30 -4 -3 -2 -1 0 1 2 3 4; #X floatatom 73 64 5 0 0 0 - - -; #X floatatom 118 103 5 0 0 0 - - -; #X text 10 6 vclip clips each element in a vector; #X text 23 166 arguments: lower bound \, upper bound; #X text 20 52 input; #X text 79 81 lower bound; #X text 121 120 upper bound; #X text 243 183 j#|@2002; #X obj 265 163 SMLib-help; #N canvas 223 236 494 344 META 0; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 145 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 5 KEYWORDS control list_op; #X text 12 45 DESCRIPTION clip each element in a vector; #X text 12 65 INLET_0 list float; #X text 12 85 INLET_1 float; #X text 12 105 INLET_2 float; #X text 12 125 OUTLET_0 list float; #X restore 282 207 pd META; #X connect 0 0 1 0; #X connect 2 0 0 0; #X connect 3 0 0 1; #X connect 4 0 0 2;
#N canvas 1 53 324 246 10; #X obj 11 141 vclip -1 1; #X obj 11 196 print; #X msg 11 30 -4 -3 -2 -1 0 1 2 3 4; #X floatatom 73 64 5 0 0 0 - - -; #X floatatom 118 103 5 0 0 0 - - -; #X text 10 6 vclip clips each element in a vector; #X text 23 166 arguments: lower bound \, upper bound; #X text 20 52 input; #X text 79 81 lower bound; #X text 121 120 upper bound; #X text 243 183 j#|@2002; #X obj 265 163 SMLib-help; #X connect 0 0 1 0; #X connect 2 0 0 0; #X connect 3 0 0 1; #X connect 4 0 0 2;
28
control list_op
clip each element in a vector
create a purr-data patch that matches the following description and keywords.
Description: clip each element in a vector, Keywords: control list_op
hid_lowpass-help.pd
externals\hid\hid_lowpass-help.pd
#N canvas 0 31 475 392 10; #X obj 5 2 cnv 15 450 20 empty empty hid_lowpass 2 11 1 18 -233017 -66577 0; #X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X text 27 340 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 354 released under the GNU GPL; #X floatatom 112 199 5 0 0 0 - - -; #X floatatom 112 255 5 0 0 0 - - -; #X text 98 312 For more info:; #X obj 102 225 hid/hid_lowpass; #X obj 194 198 hsl 75 18 1 100 1 1 empty empty refresh(Hz) 4 9 1 12 -228992 -1 -1 0 0; #X floatatom 216 225 5 0 0 0 - - -; #X obj 105 272 hsl 250 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 105 173 hsl 250 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X text 20 35 Smooths a stream of numbers by converting it to an audio signal and low-pass filtering that signal. By default \, the the filter is set to 10 Hz. You can set this using the right inlet. The lower the frequency \, the smoother the data \, but the greater the latency. ; #X obj 102 140 noise4hidhelp; #X obj 102 105 tgl 30 0 empty empty start 1 15 1 12 -90049 -1 -1 0 1; #N canvas 482 227 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL; #X text 12 115 AUTHOR Hans-Christoph Steiner; #X text 12 75 INLET_0 float; #X text 12 95 OUTLET_0 float; #X text 12 45 DESCRIPTION smooth a stream of numbers by converting it to an audio signal and low-pass filtering that signal; #X text 12 5 KEYWORDS signal filter abstraction; #X restore 422 362 pd META; #X connect 7 0 5 0; #X connect 7 0 10 0; #X connect 8 0 7 1; #X connect 8 0 9 0; #X connect 11 0 4 0; #X connect 11 0 7 0; #X connect 13 0 11 0; #X connect 14 0 13 0;
#N canvas 0 31 475 392 10; #X text 27 340 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 354 released under the GNU GPL; #X floatatom 112 199 5 0 0 0 - - -; #X floatatom 112 255 5 0 0 0 - - -; #X text 98 312 For more info:; #X obj 102 225 hid/hid_lowpass; #X obj 194 198 hsl 75 18 1 100 1 1 empty empty refresh(Hz) 4 9 1 12 -228992 -1 -1 0 0; #X floatatom 216 225 5 0 0 0 - - -; #X obj 105 272 hsl 250 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 105 173 hsl 250 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X text 20 35 Smooths a stream of numbers by converting it to an audio signal and low-pass filtering that signal. By default \, the the filter is set to 10 Hz. You can set this using the right inlet. The lower the frequency \, the smoother the data \, but the greater the latency. ; #X obj 102 140 noise4hidhelp; #X obj 102 105 tgl 30 0 empty empty start 1 15 1 12 -90049 -1 -1 0 1; #X connect 7 0 5 0; #X connect 7 0 10 0; #X connect 8 0 7 1; #X connect 8 0 9 0; #X connect 11 0 4 0; #X connect 11 0 7 0; #X connect 13 0 11 0; #X connect 14 0 13 0;
33
signal filter abstraction
smooth a stream of numbers by converting it to an audio signal and low-pass filtering that signal
create a purr-data patch that matches the following description and keywords.
Description: smooth a stream of numbers by converting it to an audio signal and low-pass filtering that signal, Keywords: signal filter abstraction
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
split_path-help.pd
externals\hcs\split_path-help.pd
#N canvas 0 26 430 344 10; #X obj 111 221 split_path; #X symbolatom 111 281 0 0 0 3 path - -; #X symbolatom 175 245 0 0 0 3 filename - -; #X msg 31 20 symbol just-a-file.pd; #X obj 95 241 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 159 240 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 139 102 symbol relative-path/; #X text 302 102 <-- note trailing /; #X msg 152 156 symbol /path/to/too/many//////slashes; #X text 213 303 ^-- always ends without a /; #X msg 76 46 symbol /path/to/just-a-file.pd; #X msg 118 78 symbol no-trailing-slash; #X msg 146 131 symbol ../another/relative/path/to/file.pd; #X msg 154 179 symbol /path/with/trailing/slash/; #N canvas 280 175 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 125 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control symbol_op; #X text 12 45 DESCRIPTION split a path from a file name; #X text 12 65 INLET_0 symbol; #X text 12 85 OUTLET_0 symbol; #X text 12 105 OUTLET_1 symbol; #X restore 380 324 pd META; #X connect 0 0 1 0; #X connect 0 0 4 0; #X connect 0 1 2 0; #X connect 0 1 5 0; #X connect 3 0 0 0; #X connect 6 0 0 0; #X connect 8 0 0 0; #X connect 10 0 0 0; #X connect 11 0 0 0; #X connect 12 0 0 0; #X connect 13 0 0 0;
#N canvas 0 26 430 344 10; #X obj 111 221 split_path; #X symbolatom 111 281 0 0 0 3 path - -; #X symbolatom 175 245 0 0 0 3 filename - -; #X msg 31 20 symbol just-a-file.pd; #X obj 95 241 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 159 240 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 139 102 symbol relative-path/; #X text 302 102 <-- note trailing /; #X msg 152 156 symbol /path/to/too/many//////slashes; #X text 213 303 ^-- always ends without a /; #X msg 76 46 symbol /path/to/just-a-file.pd; #X msg 118 78 symbol no-trailing-slash; #X msg 146 131 symbol ../another/relative/path/to/file.pd; #X msg 154 179 symbol /path/with/trailing/slash/; #X connect 0 0 1 0; #X connect 0 0 4 0; #X connect 0 1 2 0; #X connect 0 1 5 0; #X connect 3 0 0 0; #X connect 6 0 0 0; #X connect 8 0 0 0; #X connect 10 0 0 0; #X connect 11 0 0 0; #X connect 12 0 0 0; #X connect 13 0 0 0;
36
control symbol_op
split a path from a file name
create a purr-data patch that matches the following description and keywords.
Description: split a path from a file name, Keywords: control symbol_op
arguments-help.pd
externals\tof\tof\arguments-help.pd
#N canvas 1 53 880 406 10; #X obj 506 84 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 506 333 ./test-arguments-all a bear 3 34; #X obj 507 307 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 508 181 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 508 206 ./test-arguments-token @a 54 @c 764; #X obj 506 104 ./test-arguments-comma ready \, 1 2 3 \, go speedracer ; #X obj -1 29 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text 7 78 author: [email protected]; #X text 6 56 tags: initialization patch; #X text 6 27 description: Outputs and parses the patch's creation arguments. ; #X text 5 98 version: 2009-10-27 (initial release); #X text 5 139 see also:; #X obj 77 142 tof/argument; #X text 15 180 [arguments mode]; #X text 15 209 argument 1 symbol: the parsing mode. If it is "comma" or " \, " the mode is set to COMMA. If it is another symbol \, the first character of the symbol is used as a TOKEN. If no argument is set \, the default mode is ALL.; #X text 17 284 inlet 1 bang: outputs parsed patch creation arguments. ; #X text 18 308 outlet 1 variable: the parsed patch arguments.; #X text 611 32 COMMA MODE; #X obj 546 57 tof/arguments comma; #X obj 681 57 tof/arguments \,; #X text 613 265 ALL MODE; #X text 608 132 TOKEN MODE; #X obj 593 158 tof/arguments @; #X obj 596 290 tof/arguments; #N canvas 450 281 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Thomas Ouellet Fredericks; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_0 anything; #X text 12 5 KEYWORDS control abstraction_op; #X text 12 45 DESCRIPTION parse and output the patch's creation arguments. ; #X restore 822 377 pd META; #X connect 0 0 5 0; #X connect 2 0 1 0; #X connect 3 0 4 0;
#N canvas 1 53 880 406 10; #X obj 506 84 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 506 333 ./test-arguments-all a bear 3 34; #X obj 507 307 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 508 181 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 508 206 ./test-arguments-token @a 54 @c 764; #X obj 506 104 ./test-arguments-comma ready \, 1 2 3 \, go speedracer ; #X obj -1 29 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text 7 78 author: [email protected]; #X text 6 56 tags: initialization patch; #X text 6 27 description: Outputs and parses the patch's creation arguments. ; #X text 5 98 version: 2009-10-27 (initial release); #X text 5 139 see also:; #X obj 77 142 tof/argument; #X text 15 180 [arguments mode]; #X text 15 209 argument 1 symbol: the parsing mode. If it is "comma" or " \, " the mode is set to COMMA. If it is another symbol \, the first character of the symbol is used as a TOKEN. If no argument is set \, the default mode is ALL.; #X text 17 284 inlet 1 bang: outputs parsed patch creation arguments. ; #X text 18 308 outlet 1 variable: the parsed patch arguments.; #X text 611 32 COMMA MODE; #X obj 546 57 tof/arguments comma; #X obj 681 57 tof/arguments \,; #X text 613 265 ALL MODE; #X text 608 132 TOKEN MODE; #X obj 593 158 tof/arguments @; #X obj 596 290 tof/arguments; #X connect 0 0 5 0; #X connect 2 0 1 0; #X connect 3 0 4 0;
37
control abstraction_op
parse and output the patch's creation arguments.
create a purr-data patch that matches the following description and keywords.
Description: parse and output the patch's creation arguments., Keywords: control abstraction_op
list2lists-help.pd
externals\zexy\reference\list2lists-help.pd
#N canvas 0 31 597 383 10; #X text 497 29 part of zexy; #X obj 63 13 list2lists; #X text 136 13 - split a list into sublists; #X obj 88 220 print sublists; #X obj 88 175 list2lists; #X msg 88 83 1 2 3 4 5 6 7 8 9 10; #X text 232 153 an array of lengths of the sublists; #X text 226 84 a list to be split; #X text 186 214 outputs a number of sublists each having the length as specified to the object.; #X text 91 266 if the total length of the sublists exceeds the length of the input list \, the rest of the sublists is discarded; #X msg 143 153 4 3 0 0 -1 -2; #X text 94 293 zero-length sublists are "bangs"; #X text 77 351 see also; #X obj 150 350 repack; #X text 206 351 fixed sized sublists; #N canvas 460 154 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 OUTLET_0 list; #X text 12 125 AUTHOR IOhannes m zmoelnig; #X text 12 5 KEYWORDS control conversion list_op; #X text 12 45 DESCRIPTION split a list into sublists; #X text 12 65 INLET_0 list; #X text 12 85 INLET_1 list; #X restore 541 357 pd META; #X connect 4 0 3 0; #X connect 5 0 4 0; #X connect 10 0 4 1;
#N canvas 0 31 597 383 10; #X text 497 29 part of zexy; #X obj 63 13 list2lists; #X text 136 13 - split a list into sublists; #X obj 88 220 print sublists; #X obj 88 175 list2lists; #X msg 88 83 1 2 3 4 5 6 7 8 9 10; #X text 232 153 an array of lengths of the sublists; #X text 226 84 a list to be split; #X text 186 214 outputs a number of sublists each having the length as specified to the object.; #X text 91 266 if the total length of the sublists exceeds the length of the input list \, the rest of the sublists is discarded; #X msg 143 153 4 3 0 0 -1 -2; #X text 94 293 zero-length sublists are "bangs"; #X text 77 351 see also; #X obj 150 350 repack; #X text 206 351 fixed sized sublists; #X connect 4 0 3 0; #X connect 5 0 4 0; #X connect 10 0 4 1;
29
control conversion list_op
split a list into sublists
create a purr-data patch that matches the following description and keywords.
Description: split a list into sublists, Keywords: control conversion list_op
butt-help.pd
abstractions\jmmmp\butt-help.pd
#N struct 1036-color float x float y float farbe float ynpos; #N canvas 188 69 481 385 10; #X text 12 357 Released under the BSD License; #X text 198 160 Inlets; #X text 198 220 Outlets; #X text 198 90 Arguments; #X obj 82 162 print; #X text 24 183 Always the same output; #X obj 52 122 butt 15 18; #X obj 112 122 butt 15 15; #X obj 82 122 butt 15 16; #X obj 142 122 butt 15 13; #X text 12 307 Done following the concept of [Tot] by J. Kreidler. ; #X text 12 268 To know which colors to use \, have a look at; #X obj 279 268 pd-colors; #X text 198 110 - Size (points); #X text 21 10 [butt] - Color-changing Toggle Button; #X text 23 40 [butt] is a color-changing toggle button. It serves only to have a different graphic presentation.; #X text 198 130 - TCL Color - between 10 and 19 works better; #X text 12 337 (C) 2010 Jo�o Pais - [email protected]; #X text 198 180 - Bang \, float (like a toggle); #X text 198 240 - 0 \, 1 (like a toggle); #X obj 22 122 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <[email protected]>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 12 5 DESCRIPTION Color-changing Toggle Button; #X text 12 35 KEYWORDS toggle GOP; #X text 12 135 VERSION 2010; #X text 12 165 INLET_0 - bang or float; #X text 12 185 OUTLET_0 - 0 or 1; #X restore 422 356 pd META; #X connect 6 0 4 0; #X connect 7 0 4 0; #X connect 8 0 4 0; #X connect 9 0 4 0; #X connect 20 0 4 0;
#N struct 1036-color float x float y float farbe float ynpos; #N canvas 188 69 481 385 10; #X text 12 357 Released under the BSD License; #X text 198 160 Inlets; #X text 198 220 Outlets; #X text 198 90 Arguments; #X obj 82 162 print; #X text 24 183 Always the same output; #X obj 52 122 butt 15 18; #X obj 112 122 butt 15 15; #X obj 82 122 butt 15 16; #X obj 142 122 butt 15 13; #X text 12 307 Done following the concept of [Tot] by J. Kreidler. ; #X text 12 268 To know which colors to use \, have a look at; #X obj 279 268 pd-colors; #X text 198 110 - Size (points); #X text 21 10 [butt] - Color-changing Toggle Button; #X text 23 40 [butt] is a color-changing toggle button. It serves only to have a different graphic presentation.; #X text 198 130 - TCL Color - between 10 and 19 works better; #X text 12 337 (C) 2010 Jo�o Pais - [email protected]; #X text 198 180 - Bang \, float (like a toggle); #X text 198 240 - 0 \, 1 (like a toggle); #X obj 22 122 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X connect 6 0 4 0; #X connect 7 0 4 0; #X connect 8 0 4 0; #X connect 9 0 4 0; #X connect 20 0 4 0;
39
toggle GOP
Color-changing Toggle Button
create a purr-data patch that matches the following description and keywords.
Description: Color-changing Toggle Button, Keywords: toggle GOP
fifop-help.pd
externals\zexy\reference\fifop-help.pd
#N canvas 0 31 587 503 10; #X text 471 31 part of; #X msg 58 85 1 2 3 4 5; #X msg 69 110 list a list; #X msg 81 137 5; #X msg 199 97 bang; #X floatatom 200 133 5 0 0 1 priority - -; #X text 45 61 input lists; #X text 50 400 priorities can be floating-point numbers (1.8 has a higher priority then 10); #X obj 58 192 fifop; #X text 47 18 fifop:: First-In-First-Out stack with Priorities; #X text 247 80 bang to output the first list that came in \; bang again to output the second list \; and so on; #X text 54 263 [fifop] manages a number of FIFO-stacks \; each stack has a priority value assigned \; the lower the value \, the higher the priority; #X text 52 310 banging the object will first empty the FIFO with the highest priority \, then the FIFO with the second highest priority and so on \, until the FIFO with the lowest priority is emptied.; #X text 51 368 when all FIFOs are emptied \, nothing will come out of the object any more.; #X obj 58 223 print FIFO; #X text 52 445 note: you can store any number of lists into the [fifop] \, but just pushing lists on the stack without popping them back will eat your memory.; #X msg 201 159 info; #X text 247 158 query the number of arguments in the LIFO; #X obj 156 209 print info; #X text 533 30 zexy; #N canvas 593 163 494 344 META 0; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 145 AUTHOR IOhannes m zmoelnig; #X text 12 45 DESCRIPTION first in first out stack with Priorities ; #X text 12 65 INLET_0 list float bang; #X text 12 105 OUTLET_0 list; #X text 12 125 OUTLET_1 float; #X text 12 5 KEYWORDS control list_op storage; #X text 12 85 INLET_1 float info; #X restore 535 473 pd META; #X connect 1 0 8 0; #X connect 2 0 8 0; #X connect 3 0 8 0; #X connect 4 0 8 0; #X connect 5 0 8 1; #X connect 8 0 14 0; #X connect 8 1 18 0; #X connect 16 0 8 0;
#N canvas 0 31 587 503 10; #X text 471 31 part of; #X msg 58 85 1 2 3 4 5; #X msg 69 110 list a list; #X msg 81 137 5; #X msg 199 97 bang; #X floatatom 200 133 5 0 0 1 priority - -; #X text 45 61 input lists; #X text 50 400 priorities can be floating-point numbers (1.8 has a higher priority then 10); #X obj 58 192 fifop; #X text 47 18 fifop:: First-In-First-Out stack with Priorities; #X text 247 80 bang to output the first list that came in \; bang again to output the second list \; and so on; #X text 54 263 [fifop] manages a number of FIFO-stacks \; each stack has a priority value assigned \; the lower the value \, the higher the priority; #X text 52 310 banging the object will first empty the FIFO with the highest priority \, then the FIFO with the second highest priority and so on \, until the FIFO with the lowest priority is emptied.; #X text 51 368 when all FIFOs are emptied \, nothing will come out of the object any more.; #X obj 58 223 print FIFO; #X text 52 445 note: you can store any number of lists into the [fifop] \, but just pushing lists on the stack without popping them back will eat your memory.; #X msg 201 159 info; #X text 247 158 query the number of arguments in the LIFO; #X obj 156 209 print info; #X text 533 30 zexy; #X connect 1 0 8 0; #X connect 2 0 8 0; #X connect 3 0 8 0; #X connect 4 0 8 0; #X connect 5 0 8 1; #X connect 8 0 14 0; #X connect 8 1 18 0; #X connect 16 0 8 0;
40
control list_op storage
first in first out stack with Priorities
create a purr-data patch that matches the following description and keywords.
Description: first in first out stack with Priorities, Keywords: control list_op storage
distance-help.pd
externals\mapping\distance-help.pd
#N canvas 1 53 463 447 10; #X obj 132 232 distance 0.3; #X obj 132 260 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 132 69 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -204786 -1 -1 0 0; #X floatatom 141 204 5 0 0 0 - - -; #X obj 204 202 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 10 -204800 -1 -1 0 0; #X floatatom 218 222 5 0 0 0 - - -; #X text 154 149 <-- the argument "0.3" sets the point here; #X floatatom 142 397 5 0 0 0 - - -; #X obj 5 2 cnv 15 450 20 empty empty distance 2 11 1 18 -233017 -66577 0; #X text 17 34 Measure the distance from a point and a stream; #N canvas 466 198 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 OUTLET_0 float; #X text 12 125 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 5 KEYWORDS control abstraction; #X text 12 45 DESCRIPTION measure the distance from a point and a stream ; #X text 12 65 INLET_0 float; #X text 12 85 INLET_1 float; #X restore 406 416 pd META; #X connect 0 0 1 0; #X connect 1 0 7 0; #X connect 2 0 0 0; #X connect 2 0 3 0; #X connect 4 0 5 0; #X connect 4 0 0 1;
#N canvas 1 53 463 447 10; #X obj 132 232 distance 0.3; #X obj 132 260 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 132 69 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -204786 -1 -1 0 0; #X floatatom 141 204 5 0 0 0 - - -; #X obj 204 202 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 10 -204800 -1 -1 0 0; #X floatatom 218 222 5 0 0 0 - - -; #X text 154 149 <-- the argument "0.3" sets the point here; #X floatatom 142 397 5 0 0 0 - - -; #X text 17 34 Measure the distance from a point and a stream; #X connect 0 0 1 0; #X connect 1 0 7 0; #X connect 2 0 0 0; #X connect 2 0 3 0; #X connect 4 0 5 0; #X connect 4 0 0 1;
27
control abstraction
measure the distance from a point and a stream
create a purr-data patch that matches the following description and keywords.
Description: measure the distance from a point and a stream, Keywords: control abstraction
fmop~-help.pd
externals\creb\doc\fmop~-help.pd
#N canvas 0 26 344 223 10; #X text 76 12 fm operator; #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 45 DESCRIPTION frequency modulation operator; #X text 12 105 INLET_2 signal; #X text 12 125 OUTLET_0 signal; #X text 12 5 KEYWORDS signal abstraction needs_work (example patch) ; #X text 12 25 LICENSE GPL v2; #X text 12 145 AUTHOR Tom Schouten <[email protected]>; #X restore 288 197 pd META; #X obj 79 101 fmop~;
#N canvas 0 26 344 223 10; #X text 76 12 fm operator; #X obj 79 101 fmop~;
14
signal abstraction needs_work (example patch)
frequency modulation operator
create a purr-data patch that matches the following description and keywords.
Description: frequency modulation operator, Keywords: signal abstraction needs_work (example patch)
23.sequencing.pd
packages\win64_inno\build\doc\2.control.examples\23.sequencing.pd
#N canvas 434 157 448 454 10; #X obj 115 131 r receive1; #X obj 201 131 r receive2; #X msg 22 85 clear \, add receive1 1 \, add 1000 receive1 0 \, add receive2 2 \, add 1000 receive2 0 \, add receive1 3 \, bang; #X obj 22 125 qlist; #X floatatom 115 156 0 0 0 0 - - -; #X floatatom 201 156 0 0 0 0 - - -; #X text 19 184 The "add" messages add lines to the qlist \, so that it contains:; #X text 55 219 receive1 1; #X text 55 239 1000 receive1 0; #X text 55 259 receive2 2; #X text 55 279 1000 receive2 0; #X text 55 299 receive1 3; #X text 18 366 If you have more than 5 lines or so wou will probably want to store them as a separate file and have qlist read it. You can also write files \, set tempo \, and single step... see the help patch for details.; #X text 19 322 and the "bang" instructs qlist to play the sequence by sending messages to "receive" objects. Messages starting with numbers request that amount of delay.; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header sequencing 20 10 1 18 -261139 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 432 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 34 378 494 284 META 0; #X text 12 125 WEBSITE http://crca.ucsd.edu/~msp/; #X text 12 105 AUTHOR Miller Puckette; #X text 12 85 LIBRARY PDDP; #X text 12 45 LICENSE SIBSD; #X text 12 145 HELP_PATCH_AUTHORS Updated for release 0.26. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 65 DESCRIPTION sequencing with [qlist] and [textfile]; #X text 12 25 KEYWORDS control tutorial; #X restore 382 434 pd META; #X text 19 37 You can use [qlist] or [textfile] objects for sequencing. [qlist] is simpler to use than the (more versatile) [textfile].; #N canvas 15 364 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 Sequencing- Related Help Documents; #X text 19 37 The [list] objects are also very good objects for sequencing. ; #X obj 22 73 list; #X restore 103 434 pd References; #X obj 6 434 pddp/pddplink ../5.reference/pddp/help.pd -text help; #X connect 0 0 4 0; #X connect 1 0 5 0; #X connect 2 0 3 0;
#N canvas 434 157 448 454 10; #X obj 115 131 r receive1; #X obj 201 131 r receive2; #X msg 22 85 clear \, add receive1 1 \, add 1000 receive1 0 \, add receive2 2 \, add 1000 receive2 0 \, add receive1 3 \, bang; #X obj 22 125 qlist; #X floatatom 115 156 0 0 0 0 - - -; #X floatatom 201 156 0 0 0 0 - - -; #X text 19 184 The "add" messages add lines to the qlist \, so that it contains:; #X text 55 219 receive1 1; #X text 55 239 1000 receive1 0; #X text 55 259 receive2 2; #X text 55 279 1000 receive2 0; #X text 55 299 receive1 3; #X text 18 366 If you have more than 5 lines or so wou will probably want to store them as a separate file and have qlist read it. You can also write files \, set tempo \, and single step... see the help patch for details.; #X text 19 322 and the "bang" instructs qlist to play the sequence by sending messages to "receive" objects. Messages starting with numbers request that amount of delay.; #X text 19 37 You can use [qlist] or [textfile] objects for sequencing. [qlist] is simpler to use than the (more versatile) [textfile].; #X connect 0 0 4 0; #X connect 1 0 5 0; #X connect 2 0 3 0;
38
control tutorial
sequencing with [qlist] and [textfile]
create a purr-data patch that matches the following description and keywords.
Description: sequencing with [qlist] and [textfile], Keywords: control tutorial
median_5-help.pd
externals\mapping\median_5-help.pd
#N canvas 1 53 711 500 12; #X floatatom 94 202 5 0 0 0 - - -; #X floatatom 94 264 5 0 0 0 - - -; #X obj 94 234 median_5; #X text 187 44 output median value of the last 5 samples; #N canvas 493 304 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 5 samples ; #X restore 642 467 pd META; #X connect 0 0 2 0; #X connect 2 0 1 0;
#N canvas 1 53 711 500 12; #X floatatom 94 202 5 0 0 0 - - -; #X floatatom 94 264 5 0 0 0 - - -; #X obj 94 234 median_5; #X text 187 44 output median value of the last 5 samples; #X connect 0 0 2 0; #X connect 2 0 1 0;
16
control abstraction
output median value of the last 5 samples
create a purr-data patch that matches the following description and keywords.
Description: output median value of the last 5 samples, Keywords: control abstraction
butt-help.pd
abstractions\jmmmp\butt-help.pd
#N struct 1036-color float x float y float farbe float ynpos; #N canvas 188 69 481 385 10; #X text 12 357 Released under the BSD License; #X text 198 160 Inlets; #X text 198 220 Outlets; #X text 198 90 Arguments; #X obj 82 162 print; #X text 24 183 Always the same output; #X obj 52 122 butt 15 18; #X obj 112 122 butt 15 15; #X obj 82 122 butt 15 16; #X obj 142 122 butt 15 13; #X text 12 307 Done following the concept of [Tot] by J. Kreidler. ; #X text 12 268 To know which colors to use \, have a look at; #X obj 279 268 pd-colors; #X text 198 110 - Size (points); #X text 21 10 [butt] - Color-changing Toggle Button; #X text 23 40 [butt] is a color-changing toggle button. It serves only to have a different graphic presentation.; #X text 198 130 - TCL Color - between 10 and 19 works better; #X text 12 337 (C) 2010 Jo�o Pais - [email protected]; #X text 198 180 - Bang \, float (like a toggle); #X text 198 240 - 0 \, 1 (like a toggle); #X obj 22 122 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <[email protected]>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 12 5 DESCRIPTION Color-changing Toggle Button; #X text 12 35 KEYWORDS toggle GOP; #X text 12 135 VERSION 2010; #X text 12 165 INLET_0 - bang or float; #X text 12 185 OUTLET_0 - 0 or 1; #X restore 422 356 pd META; #X connect 6 0 4 0; #X connect 7 0 4 0; #X connect 8 0 4 0; #X connect 9 0 4 0; #X connect 20 0 4 0;
#N struct 1036-color float x float y float farbe float ynpos; #N canvas 188 69 481 385 10; #X text 12 357 Released under the BSD License; #X text 198 160 Inlets; #X text 198 220 Outlets; #X text 198 90 Arguments; #X obj 82 162 print; #X text 24 183 Always the same output; #X obj 52 122 butt 15 18; #X obj 112 122 butt 15 15; #X obj 82 122 butt 15 16; #X obj 142 122 butt 15 13; #X text 12 307 Done following the concept of [Tot] by J. Kreidler. ; #X text 12 268 To know which colors to use \, have a look at; #X obj 279 268 pd-colors; #X text 198 110 - Size (points); #X text 21 10 [butt] - Color-changing Toggle Button; #X text 23 40 [butt] is a color-changing toggle button. It serves only to have a different graphic presentation.; #X text 198 130 - TCL Color - between 10 and 19 works better; #X text 12 337 (C) 2010 Jo�o Pais - [email protected]; #X text 198 180 - Bang \, float (like a toggle); #X text 198 240 - 0 \, 1 (like a toggle); #X obj 22 122 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X connect 6 0 4 0; #X connect 7 0 4 0; #X connect 8 0 4 0; #X connect 9 0 4 0; #X connect 20 0 4 0;
39
toggle GOP
Color-changing Toggle Button
create a purr-data patch that matches the following description and keywords.
Description: Color-changing Toggle Button, Keywords: toggle GOP
lavg-help.pd
externals\smlib\lavg-help.pd
#N canvas 1 53 441 199 10; #X text 351 141 j#|@2002; #X obj 373 119 SMLib-help; #X floatatom 53 75 5 0 0 0 - - -; #X obj 9 58 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1 ; #X text 53 55 x(i); #X text 6 7 lavg: leaky average; #X obj 9 141 lavg 10; #X floatatom 9 171 5 0 0 0 - - -; #X obj 9 101 float; #X text 5 24 argument: half-decay time (in number of activations); #X msg 118 101 clear; #X text 116 79 clear accumulator; #X msg 244 106 decay 5; #X text 243 90 set half-decay time; #N canvas 290 208 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION leaky average; #X text 12 65 INLET_0 float clear decay; #X text 12 85 OUTLET_0 float; #X restore 385 161 pd META; #X connect 2 0 8 1; #X connect 3 0 8 0; #X connect 6 0 7 0; #X connect 8 0 6 0; #X connect 10 0 6 0; #X connect 12 0 6 0;
#N canvas 1 53 441 199 10; #X text 351 141 j#|@2002; #X obj 373 119 SMLib-help; #X floatatom 53 75 5 0 0 0 - - -; #X obj 9 58 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1 ; #X text 53 55 x(i); #X text 6 7 lavg: leaky average; #X obj 9 141 lavg 10; #X floatatom 9 171 5 0 0 0 - - -; #X obj 9 101 float; #X text 5 24 argument: half-decay time (in number of activations); #X msg 118 101 clear; #X text 116 79 clear accumulator; #X msg 244 106 decay 5; #X text 243 90 set half-decay time; #X connect 2 0 8 1; #X connect 3 0 8 0; #X connect 6 0 7 0; #X connect 8 0 6 0; #X connect 10 0 6 0; #X connect 12 0 6 0;
30
control
leaky average
create a purr-data patch that matches the following description and keywords.
Description: leaky average, Keywords: control
local_min-help.pd
externals\mapping\local_min-help.pd
#N canvas 1 53 456 277 10; #X floatatom 48 102 5 0 0 0 - - -; #X floatatom 48 151 5 0 0 0 - - -; #X obj 48 125 local_min; #X obj 30 151 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 54 39 gives the value of every local minimum whenever there is a change in direction; #N canvas 467 227 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL 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 5 KEYWORDS control abstraction filter; #X text 12 45 DESCRIPTION gives the value of every local minimum whenever there is a change in direction; #X restore 391 246 pd META; #X connect 0 0 2 0; #X connect 2 0 1 0; #X connect 2 0 3 0;
#N canvas 1 53 456 277 10; #X floatatom 48 102 5 0 0 0 - - -; #X floatatom 48 151 5 0 0 0 - - -; #X obj 48 125 local_min; #X obj 30 151 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 54 39 gives the value of every local minimum whenever there is a change in direction; #X connect 0 0 2 0; #X connect 2 0 1 0; #X connect 2 0 3 0;
18
control abstraction filter
gives the value of every local minimum whenever there is a change in direction
create a purr-data patch that matches the following description and keywords.
Description: gives the value of every local minimum whenever there is a change in direction, Keywords: control abstraction filter
inv-help.pd
externals\creb\doc\inv-help.pd
#N canvas 0 26 450 300 10; #N canvas 331 92 494 307 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 45 DESCRIPTION inverse; #X text 12 65 INLET_0 float; #X text 12 85 OUTLET_0 float; #X text 12 5 KEYWORDS control abstraction needs_work (example patch) ; #X text 12 105 AUTHOR Tom Schouten <[email protected]>; #X text 12 25 LICENSE GPL v2; #X restore 391 275 pd META; #X obj 139 143 inv;
#N canvas 0 26 450 300 10; #X obj 139 143 inv;
11
control abstraction needs_work (example patch)
inverse
create a purr-data patch that matches the following description and keywords.
Description: inverse, Keywords: control abstraction needs_work (example patch)
01.PART1.hello.pd
pd\doc\2.control.examples\01.PART1.hello.pd
#N canvas 448 60 448 496 10; #X msg 144 42 hello world; #X obj 144 116 print; #X floatatom 257 42 0 0 0 0 - - -; #X text 141 134 object; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header hello_world 20 10 1 18 -261139 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 474 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 385 143 494 284 META 0; #X text 12 115 WEBSITE http://crca.ucsd.edu/~msp/; #X text 12 95 LIBRARY PDDP; #X text 12 45 LICENSE SIBSD; #X text 12 135 HELP_PATCH_AUTHORS Miller Puckette. Updated for release 0.33. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 65 DESCRIPTION the obligatory first program as in any programming language to print out "Hello World"; #X text 12 25 KEYWORDS control GUI user_input tutorial; #X restore 382 476 pd META; #N canvas 20 281 428 279 References 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261139 -33289 0; #X text 7 2 Hello World- Related Help Documents; #X text 19 37 Help patches and tutorials in Pure Data are themselves little programs called "patches". You can interact with the objects in them and even produce sound and edit the contents. The help patches and tutorials that come with Pd are read-only by default \, so you don't have to worry about changing them.; #X obj 18 247 pddp/pddplink http://lists.puredata.info/listinfo/pd-list ; #X text 18 190 Netiquette guide:; #X obj 18 207 pddp/pddplink http://puredata.info/community/lists/Netiquette ; #X text 18 110 Another "hello world" moment comes when you discover the Pd community that corresponds over the Pure Data user mailing list. You can search for answers to questions on there \, and if you're having a hard time finding info you can always ask questions \, too. See the netiquette page before posting \, though.; #X text 18 230 Pd user mailing list:; #X restore 103 476 pd References; #X obj 6 476 pddp/pddplink ../5.reference/pddp/help.pd -text help; #X text 23 175 There are four types of text objects in Pd: message box \, atom box \, object \, and comment.; #X text 255 59 atom box; #X text 155 58 message box; #X text 23 210 Message boxes respond to mouse clicks by sending their contents to one or more destinations. The usual destination is the "outlet" at the lower left corner of the box.; #X text 74 50 outlet -->; #X text 23 258 Click the message box above and watch the terminal window Pd was started in. You should see the "hello world" message appear. ; #X text 23 305 Atom boxes respond to clicking and dragging up and down with the mouse \, by changing their contents and sending the result out their outlets. You can also click an atom box and then type an atom. Hit "Enter" to output the number or click anywhere else to cancel. ; #X text 23 376 Objects \, like [print] above \, may have all sorts of functions depending on what's typed into them. The [print] object simply prints out every message it receives.; #X text 23 425 To get help on an object \, right-click it then choose "Help" in the popup menu. You should see a "help window" for the object. ; #X connect 0 0 1 0; #X connect 2 0 1 0;
#N canvas 448 60 448 496 10; #X msg 144 42 hello world; #X obj 144 116 print; #X floatatom 257 42 0 0 0 0 - - -; #X text 141 134 object; #X text 23 175 There are four types of text objects in Pd: message box \, atom box \, object \, and comment.; #X text 255 59 atom box; #X text 155 58 message box; #X text 23 210 Message boxes respond to mouse clicks by sending their contents to one or more destinations. The usual destination is the "outlet" at the lower left corner of the box.; #X text 74 50 outlet -->; #X text 23 258 Click the message box above and watch the terminal window Pd was started in. You should see the "hello world" message appear. ; #X text 23 305 Atom boxes respond to clicking and dragging up and down with the mouse \, by changing their contents and sending the result out their outlets. You can also click an atom box and then type an atom. Hit "Enter" to output the number or click anywhere else to cancel. ; #X text 23 376 Objects \, like [print] above \, may have all sorts of functions depending on what's typed into them. The [print] object simply prints out every message it receives.; #X text 23 425 To get help on an object \, right-click it then choose "Help" in the popup menu. You should see a "help window" for the object. ; #X connect 0 0 1 0; #X connect 2 0 1 0;
38
control GUI user_input tutorial
the obligatory first program as in any programming language to print out "Hello World"
create a purr-data patch that matches the following description and keywords.
Description: the obligatory first program as in any programming language to print out "Hello World", Keywords: control GUI user_input tutorial
max_n-help.pd
externals\mapping\max_n-help.pd
#N canvas 1 53 534 486 10; #X text 41 58 data; #X obj 40 155 t f f; #X msg 57 120 0; #X floatatom 271 249 5 0 0 0 - - -; #X floatatom 318 197 5 2 150 0 - - -; #X text 366 195 size: n (n>=2); #X text 51 32 min_n return the minimum from the last n (n>1) values ; #X msg 85 120 1; #X msg 118 120 0.5; #X obj 40 271 timeroll; #X obj 246 271 timeroll; #X obj 43 75 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 10 -262130 -1 -1 0 1; #X floatatom 48 96 5 0 0 0 - - -; #X obj 246 219 max_n 20; #X obj 5 2 cnv 15 450 20 empty empty max_n 2 11 1 18 -233017 -66577 0; #N canvas 468 256 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 85 OUTLET_0 float; #X text 12 105 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 65 INLET_0 float; #X text 12 5 KEYWORDS control abstraction conversion; #X text 12 45 DESCRIPTION return the maximum from the last n (n>1) values; #X restore 475 458 pd META; #X connect 1 0 9 0; #X connect 1 1 13 0; #X connect 2 0 1 0; #X connect 4 0 13 1; #X connect 7 0 1 0; #X connect 8 0 1 0; #X connect 11 0 12 0; #X connect 11 0 1 0; #X connect 13 0 3 0; #X connect 13 0 10 0;
#N canvas 1 53 534 486 10; #X text 41 58 data; #X obj 40 155 t f f; #X msg 57 120 0; #X floatatom 271 249 5 0 0 0 - - -; #X floatatom 318 197 5 2 150 0 - - -; #X text 366 195 size: n (n>=2); #X text 51 32 min_n return the minimum from the last n (n>1) values ; #X msg 85 120 1; #X msg 118 120 0.5; #X obj 40 271 timeroll; #X obj 246 271 timeroll; #X obj 43 75 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 10 -262130 -1 -1 0 1; #X floatatom 48 96 5 0 0 0 - - -; #X obj 246 219 max_n 20; #X connect 1 0 9 0; #X connect 1 1 13 0; #X connect 2 0 1 0; #X connect 4 0 13 1; #X connect 7 0 1 0; #X connect 8 0 1 0; #X connect 11 0 12 0; #X connect 11 0 1 0; #X connect 13 0 3 0; #X connect 13 0 10 0;
35
control abstraction conversion
return the maximum from the last n (n>1) values
create a purr-data patch that matches the following description and keywords.
Description: return the maximum from the last n (n>1) values, Keywords: control abstraction conversion
downsample-help.pd
externals\mapping\downsample-help.pd
#N canvas 1 53 364 324 10; #X floatatom 43 52 5 0 0 0 - - -; #X floatatom 43 257 5 0 0 0 - - -; #X obj 84 168 t b b; #X obj 84 195 timer; #X floatatom 84 221 5 0 0 0 - - -; #X obj 43 77 resample 30; #X obj 43 108 downsample 3; #X text 120 25 output 1 over n data.; #N canvas 377 119 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 45 DESCRIPTION output 1 over n data; #X text 12 65 INLET_0 anything; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 anything; #X text 12 5 KEYWORDS control abstraction filter; #X restore 284 282 pd META; #X connect 0 0 5 0; #X connect 2 0 3 0; #X connect 2 1 3 1; #X connect 3 0 4 0; #X connect 5 0 6 0; #X connect 6 0 2 0; #X connect 6 0 1 0;
#N canvas 1 53 364 324 10; #X floatatom 43 52 5 0 0 0 - - -; #X floatatom 43 257 5 0 0 0 - - -; #X obj 84 168 t b b; #X obj 84 195 timer; #X floatatom 84 221 5 0 0 0 - - -; #X obj 43 77 resample 30; #X obj 43 108 downsample 3; #X text 120 25 output 1 over n data.; #X connect 0 0 5 0; #X connect 2 0 3 0; #X connect 2 1 3 1; #X connect 3 0 4 0; #X connect 5 0 6 0; #X connect 6 0 2 0; #X connect 6 0 1 0;
26
control abstraction filter
output 1 over n data
create a purr-data patch that matches the following description and keywords.
Description: output 1 over n data, Keywords: control abstraction filter
lavg-help.pd
externals\smlib\lavg-help.pd
#N canvas 1 53 441 199 10; #X text 351 141 j#|@2002; #X obj 373 119 SMLib-help; #X floatatom 53 75 5 0 0 0 - - -; #X obj 9 58 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1 ; #X text 53 55 x(i); #X text 6 7 lavg: leaky average; #X obj 9 141 lavg 10; #X floatatom 9 171 5 0 0 0 - - -; #X obj 9 101 float; #X text 5 24 argument: half-decay time (in number of activations); #X msg 118 101 clear; #X text 116 79 clear accumulator; #X msg 244 106 decay 5; #X text 243 90 set half-decay time; #N canvas 290 208 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION leaky average; #X text 12 65 INLET_0 float clear decay; #X text 12 85 OUTLET_0 float; #X restore 385 161 pd META; #X connect 2 0 8 1; #X connect 3 0 8 0; #X connect 6 0 7 0; #X connect 8 0 6 0; #X connect 10 0 6 0; #X connect 12 0 6 0;
#N canvas 1 53 441 199 10; #X text 351 141 j#|@2002; #X obj 373 119 SMLib-help; #X floatatom 53 75 5 0 0 0 - - -; #X obj 9 58 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1 ; #X text 53 55 x(i); #X text 6 7 lavg: leaky average; #X obj 9 141 lavg 10; #X floatatom 9 171 5 0 0 0 - - -; #X obj 9 101 float; #X text 5 24 argument: half-decay time (in number of activations); #X msg 118 101 clear; #X text 116 79 clear accumulator; #X msg 244 106 decay 5; #X text 243 90 set half-decay time; #X connect 2 0 8 1; #X connect 3 0 8 0; #X connect 6 0 7 0; #X connect 8 0 6 0; #X connect 10 0 6 0; #X connect 12 0 6 0;
30
control
leaky average
create a purr-data patch that matches the following description and keywords.
Description: leaky average, Keywords: control
but-help.pd
abstractions\jmmmp\but-help.pd
#N struct 1036-color float x float y float farbe float ynpos; #N canvas 188 69 399 419 10; #X text 12 387 Released under the BSD License; #X text 198 160 Inlets; #X text 198 220 Outlets; #X text 198 90 Arguments; #X text 12 367 (C) 2008 Jo�o Pais - [email protected]; #X text 198 130 - TCL Color; #X text 198 180 - Bang; #X text 198 240 - Bang; #X obj 22 122 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 82 162 print; #X text 24 183 Always the same output; #X text 22 10 [but] - Monochrome Bang Button; #X obj 52 122 but 15 31; #X obj 82 122 but 15 22; #X obj 112 122 but 15 16; #X obj 142 122 but 15 13; #X text 22 40 [but] is a monochrome button that outputs a bang. It serves only to have a different graphic presentation.; #X text 12 337 Done following the concept of [Tot] by J. Kreidler. ; #X text 12 268 To know which colors to use \, have a look at; #X obj 279 268 pd-colors; #X text 198 110 - Size (points); #X text 12 288 Unfortunately \, until Pd gets a "clean" flag \, everytime you use this abstraction you'll be asked to save the patch (which you can if you want).; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <[email protected]>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 12 5 DESCRIPTION Monochrome Bang Button; #X text 12 35 KEYWORDS bang GOP; #X text 12 165 INLET_0 - bang; #X text 12 185 OUTLET_0 - bang; #X text 12 135 VERSION 2008; #X restore 342 386 pd META; #X connect 8 0 9 0; #X connect 12 0 9 0; #X connect 13 0 9 0; #X connect 14 0 9 0; #X connect 15 0 9 0;
#N struct 1036-color float x float y float farbe float ynpos; #N canvas 188 69 399 419 10; #X text 12 387 Released under the BSD License; #X text 198 160 Inlets; #X text 198 220 Outlets; #X text 198 90 Arguments; #X text 12 367 (C) 2008 Jo�o Pais - [email protected]; #X text 198 130 - TCL Color; #X text 198 180 - Bang; #X text 198 240 - Bang; #X obj 22 122 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 82 162 print; #X text 24 183 Always the same output; #X text 22 10 [but] - Monochrome Bang Button; #X obj 52 122 but 15 31; #X obj 82 122 but 15 22; #X obj 112 122 but 15 16; #X obj 142 122 but 15 13; #X text 22 40 [but] is a monochrome button that outputs a bang. It serves only to have a different graphic presentation.; #X text 12 337 Done following the concept of [Tot] by J. Kreidler. ; #X text 12 268 To know which colors to use \, have a look at; #X obj 279 268 pd-colors; #X text 198 110 - Size (points); #X text 12 288 Unfortunately \, until Pd gets a "clean" flag \, everytime you use this abstraction you'll be asked to save the patch (which you can if you want).; #X connect 8 0 9 0; #X connect 12 0 9 0; #X connect 13 0 9 0; #X connect 14 0 9 0; #X connect 15 0 9 0;
40
bang GOP
Monochrome Bang Button
create a purr-data patch that matches the following description and keywords.
Description: Monochrome Bang Button, Keywords: bang GOP
weibull-help.pd
externals\maxlib\weibull-help.pd
#N canvas 0 26 467 282 12; #X obj 70 95 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X floatatom 70 192 5 0 0 0 - - -; #X floatatom 151 94 5 0 0 0 - - -; #X floatatom 233 116 5 0 0 0 - - -; #X obj 70 140 weibull 0.78 1.3; #X text 286 117 t; #X text 204 95 s; #X text 103 247 s and t must be greater than zero; #X text 39 21 weibull :: Weibull distributed random numbers; #N canvas 341 152 494 344 META 0; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 145 AUTHOR Olaf Matthes <[email protected]>; #X text 12 5 KEYWORDS control random; #X text 12 125 OUTLET_0 float; #X text 12 45 DESCRIPTION Weibull distributed random numbers; #X text 12 85 INLET_1 float; #X text 12 105 INLET_2 float; #X text 12 65 INLET_0 bang; #X restore 410 254 pd META; #X connect 0 0 4 0; #X connect 2 0 4 1; #X connect 3 0 4 2; #X connect 4 0 1 0;
#N canvas 0 26 467 282 12; #X obj 70 95 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X floatatom 70 192 5 0 0 0 - - -; #X floatatom 151 94 5 0 0 0 - - -; #X floatatom 233 116 5 0 0 0 - - -; #X obj 70 140 weibull 0.78 1.3; #X text 286 117 t; #X text 204 95 s; #X text 103 247 s and t must be greater than zero; #X text 39 21 weibull :: Weibull distributed random numbers; #X connect 0 0 4 0; #X connect 2 0 4 1; #X connect 3 0 4 2; #X connect 4 0 1 0;
25
control random
Weibull distributed random numbers
create a purr-data patch that matches the following description and keywords.
Description: Weibull distributed random numbers, Keywords: control random
minus-help.pd
externals\maxlib\minus-help.pd
#N canvas 0 26 464 316 12; #X floatatom 54 217 5 0 0 0 - - -; #X floatatom 54 127 5 0 0 0 - - -; #X floatatom 107 127 5 0 0 0 - - -; #X text 39 20 minus :: like '-' but calculates result; #X text 133 204 use creation arguments to set initial; #X text 133 220 values for inlets; #X msg 23 83 bang; #X text 69 82 calculate and output result now; #X obj 54 172 minus 8 6 4; #X floatatom 161 127 5 0 0 0 - - -; #X text 120 38 when leftmost or second inlet is changed; #N canvas 474 26 494 344 META 0; #X text 12 185 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 165 AUTHOR Olaf Matthes <[email protected]>; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION like [-] but calculates result when leftmost or second inlet is changed; #X text 12 85 INLET_0 bang float; #X text 12 105 INLET_1 float; #X text 12 145 OUTLET_0 float; #X text 12 125 INLET_N float; #X restore 406 287 pd META; #X connect 1 0 8 0; #X connect 2 0 8 1; #X connect 6 0 8 0; #X connect 8 0 0 0; #X connect 9 0 8 2;
#N canvas 0 26 464 316 12; #X floatatom 54 217 5 0 0 0 - - -; #X floatatom 54 127 5 0 0 0 - - -; #X floatatom 107 127 5 0 0 0 - - -; #X text 39 20 minus :: like '-' but calculates result; #X text 133 204 use creation arguments to set initial; #X text 133 220 values for inlets; #X msg 23 83 bang; #X text 69 82 calculate and output result now; #X obj 54 172 minus 8 6 4; #X floatatom 161 127 5 0 0 0 - - -; #X text 120 38 when leftmost or second inlet is changed; #X connect 1 0 8 0; #X connect 2 0 8 1; #X connect 6 0 8 0; #X connect 8 0 0 0; #X connect 9 0 8 2;
28
control
like [-] but calculates result when leftmost or second inlet is changed
create a purr-data patch that matches the following description and keywords.
Description: like [-] but calculates result when leftmost or second inlet is changed, Keywords: control
listfunnel-help.pd
externals\maxlib\listfunnel-help.pd
#N canvas 0 26 452 302 12; #X obj 47 160 listfunnel; #X floatatom 47 89 5 0 0 0 - - -; #X obj 47 219 unpack f f; #X floatatom 47 244 5 0 0 0 - - -; #X floatatom 122 246 5 0 0 0 - - -; #X obj 61 194 print listfunnel; #X msg 73 114 17.3 23 147 11; #X text 37 23 listfunnel :: send values out as a list with; #X text 149 38 source index; #X text 149 55 based on code found on the web; #X msg 210 113 99 \$1 12; #X floatatom 210 86 5 0 0 0 - - -; #N canvas 399 175 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Olaf Matthes <[email protected]>; #X text 12 85 OUTLET_0 list; #X text 12 5 KEYWORDS control list_op; #X text 12 45 DESCRIPTION send values out as a list with source index ; #X text 12 65 INLET_0 float list; #X restore 386 264 pd META; #X connect 0 0 5 0; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 2 0 3 0; #X connect 2 1 4 0; #X connect 6 0 0 0; #X connect 10 0 0 0; #X connect 11 0 10 0;
#N canvas 0 26 452 302 12; #X obj 47 160 listfunnel; #X floatatom 47 89 5 0 0 0 - - -; #X obj 47 219 unpack f f; #X floatatom 47 244 5 0 0 0 - - -; #X floatatom 122 246 5 0 0 0 - - -; #X obj 61 194 print listfunnel; #X msg 73 114 17.3 23 147 11; #X text 37 23 listfunnel :: send values out as a list with; #X text 149 38 source index; #X text 149 55 based on code found on the web; #X msg 210 113 99 \$1 12; #X floatatom 210 86 5 0 0 0 - - -; #X connect 0 0 5 0; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 2 0 3 0; #X connect 2 1 4 0; #X connect 6 0 0 0; #X connect 10 0 0 0; #X connect 11 0 10 0;
30
control list_op
send values out as a list with source index
create a purr-data patch that matches the following description and keywords.
Description: send values out as a list with source index, Keywords: control list_op
get-audio-dialog-help.pd
externals\hcs\get-audio-dialog-help.pd
#N canvas 0 26 611 344 10; #X msg 14 101 bang; #X obj 53 164 pddp/print; #X obj 33 169 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 14 193 prepend set; #X obj 14 268 send pd; #X obj 14 132 get-audio-dialog; #X text 133 83 Open the Audio Settings and click OK to get the data \, then click bang to use them in the patch; #X text 9 23 get the Audio settings to save as part of the patch.; #N canvas 280 175 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 115 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION get the audio settings to save as part of the patch; #X text 12 75 INLET_0 bang; #X text 12 95 OUTLET_0 bang audio-dialog; #X text 12 5 KEYWORDS control pd_op; #X restore 562 322 pd META; #X msg 14 239; #X text 226 259 ^-- this message will be saved as part of your patch. click it or [loadbang] it to configure the Audio settings. Make sure it is attached to a [send pd] so that Pd gets the message.; #X connect 0 0 5 0; #X connect 3 0 9 0; #X connect 5 0 1 0; #X connect 5 0 2 0; #X connect 5 0 3 0; #X connect 9 0 4 0;
#N canvas 0 26 611 344 10; #X msg 14 101 bang; #X obj 53 164 pddp/print; #X obj 33 169 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 14 193 prepend set; #X obj 14 268 send pd; #X obj 14 132 get-audio-dialog; #X text 133 83 Open the Audio Settings and click OK to get the data \, then click bang to use them in the patch; #X text 9 23 get the Audio settings to save as part of the patch.; #X msg 14 239; #X text 226 259 ^-- this message will be saved as part of your patch. click it or [loadbang] it to configure the Audio settings. Make sure it is attached to a [send pd] so that Pd gets the message.; #X connect 0 0 5 0; #X connect 3 0 9 0; #X connect 5 0 1 0; #X connect 5 0 2 0; #X connect 5 0 3 0; #X connect 9 0 4 0;
26
control pd_op
get the audio settings to save as part of the patch
create a purr-data patch that matches the following description and keywords.
Description: get the audio settings to save as part of the patch, Keywords: control pd_op
disjoin-help.pd
externals\mapping\disjoin-help.pd
#N canvas 1 53 440 577 10; #X obj 61 58 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 62 219 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 148 219 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X floatatom 69 356 5 0 0 0 - - -; #X floatatom 154 358 5 0 0 0 - - -; #X floatatom 88 169 5 0 0 0 - - -; #X obj 62 388 join 0.5; #X obj 61 430 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X floatatom 93 434 5 0 0 0 - - -; #X obj 62 196 disjoin 0.5; #X text 16 16 split a range into two. The input and output ranges are always 0-to-1.; #N canvas 467 227 494 344 META 0; #X text 12 175 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 155 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 75 INLET_0 float; #X text 12 115 OUTLET_0 float; #X text 12 5 KEYWORDS control abstraction; #X text 12 45 DESCRIPTION split a range into two. The input and output ranges are always 0-to-1; #X text 12 95 INLET_1 float; #X text 12 135 OUTLET_1 float; #X restore 380 545 pd META; #X connect 0 0 5 0; #X connect 0 0 9 0; #X connect 1 0 3 0; #X connect 1 0 6 0; #X connect 2 0 4 0; #X connect 2 0 6 1; #X connect 6 0 7 0; #X connect 6 0 8 0; #X connect 9 0 1 0; #X connect 9 1 2 0;
#N canvas 1 53 440 577 10; #X obj 61 58 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 62 219 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X obj 148 219 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X floatatom 69 356 5 0 0 0 - - -; #X floatatom 154 358 5 0 0 0 - - -; #X floatatom 88 169 5 0 0 0 - - -; #X obj 62 388 join 0.5; #X obj 61 430 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X floatatom 93 434 5 0 0 0 - - -; #X obj 62 196 disjoin 0.5; #X text 16 16 split a range into two. The input and output ranges are always 0-to-1.; #X connect 0 0 5 0; #X connect 0 0 9 0; #X connect 1 0 3 0; #X connect 1 0 6 0; #X connect 2 0 4 0; #X connect 2 0 6 1; #X connect 6 0 7 0; #X connect 6 0 8 0; #X connect 9 0 1 0; #X connect 9 1 2 0;
33
control abstraction
split a range into two. The input and output ranges are always 0-to-1
create a purr-data patch that matches the following description and keywords.
Description: split a range into two. The input and output ranges are always 0-to-1, Keywords: control abstraction
all_about_writing_help_patches.pd
pd\doc\5.reference\all_about_writing_help_patches.pd
#N canvas 431 62 448 238 10; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header writing_help_patches 20 10 1 18 -261106 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 216 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 376 146 494 131 META 0; #X text 12 85 HELP_PATCH_AUTHORS Dave Sabine \, May 5 \, 2003 . Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 65 LIBRARY PDDP; #X text 12 45 DESCRIPTION guidelines for writing help patches; #X text 12 25 KEYWORDS needs_work all_about_pd; #X restore 392 218 pd META; #N canvas 218 145 428 105 Related_objects 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261106 -33289 0; #X text 7 2 Writing Help Patches- Related Objects; #X obj 20 37 pddp/helplink pddp/pddplink; #X obj 20 57 pddp/helplink pddp/helplink; #X text 109 37 - link to other patches \, web pages \, or text files ; #X text 109 57 - link to other objects' help patches; #X restore 103 218 pd Related_objects; #X obj 6 218 pddp/pddplink all_about.pd -text All About Pd; #X text 380 121 * pddplink and helplink; #X text 380 100 * pd META; #X text 383 145 This help file is unfinished.; #X text 19 36 Legitimate Authorities; #X text 19 36 ______________________; #X text 18 151 2) Include a short example patch. Justification: it's the whole reason to make help files be Pd patches!; #X text 18 56 1) For object help patches \, do not automatically turn on audio when the patch opens. Justification: there is no way to detect how the help patch audio will interact with whatever the user is already doing (such as opening several help patches simultaneously). Since unexpected audio signals can damage equipment (and ears) it is best to let the user turn on audio at his/her leisure.; #X text 18 181 You can use pddp/helplink and pddp/pddplink. See the "Related_objects" subpatch below for more info:;
#N canvas 431 62 448 238 10; #X text 380 121 * pddplink and helplink; #X text 380 100 * pd META; #X text 383 145 This help file is unfinished.; #X text 19 36 Legitimate Authorities; #X text 19 36 ______________________; #X text 18 151 2) Include a short example patch. Justification: it's the whole reason to make help files be Pd patches!; #X text 18 56 1) For object help patches \, do not automatically turn on audio when the patch opens. Justification: there is no way to detect how the help patch audio will interact with whatever the user is already doing (such as opening several help patches simultaneously). Since unexpected audio signals can damage equipment (and ears) it is best to let the user turn on audio at his/her leisure.; #X text 18 181 You can use pddp/helplink and pddp/pddplink. See the "Related_objects" subpatch below for more info:;
27
needs_work all_about_pd
guidelines for writing help patches
create a purr-data patch that matches the following description and keywords.
Description: guidelines for writing help patches, Keywords: needs_work all_about_pd
minmax-help.pd
externals\zexy\reference\minmax-help.pd
#N canvas 0 31 477 241 10; #X obj 73 61 minmax; #X text 127 60 get minimum and maximum of a (list of floats); #X obj 45 152 minmax; #X floatatom 45 184 4 0 0 0 - - -; #X floatatom 78 184 4 0 0 0 - - -; #X msg 45 112 10 2; #X msg 80 129 1 2 3 4 9 6 -1 7; #X text 352 14 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 get minimum and maximum of a list of floats ; #X text 12 65 INLET_0 list; #X text 12 85 OUTLET_0 float; #X text 12 105 OUTLET_1 float; #X restore 420 212 pd META; #X connect 2 0 3 0; #X connect 2 1 4 0; #X connect 5 0 2 0; #X connect 6 0 2 0;
#N canvas 0 31 477 241 10; #X obj 73 61 minmax; #X text 127 60 get minimum and maximum of a (list of floats); #X obj 45 152 minmax; #X floatatom 45 184 4 0 0 0 - - -; #X floatatom 78 184 4 0 0 0 - - -; #X msg 45 112 10 2; #X msg 80 129 1 2 3 4 9 6 -1 7; #X text 352 14 part of zexy; #X connect 2 0 3 0; #X connect 2 1 4 0; #X connect 5 0 2 0; #X connect 6 0 2 0;
23
control
get minimum and maximum of a list of floats
create a purr-data patch that matches the following description and keywords.
Description: get minimum and maximum of a list of floats, Keywords: control
08.circle.pd
pd\doc\4.data.structures\pd-l2ork\ds-tutorials\08.circle.pd
#N struct drawtut-circle float x float y; #N canvas 1 25 638 554 10; #X msg 143 117 stroke blue; #X text 52 484 Lines are only a single stroke. They don't have any inner area to fill \, so none of the messages like "fill" or "fill-rule" have any effect.; #X text 0 1 New Drawing Commands: circle; #X text 0 1 ____________________________; #X text 53 23 Circles are another simple shape.; #X obj 53 57 struct drawtut-circle float x float y; #X scalar drawtut-circle 157 283 \;; #X text 268 273 <- a circle; #X msg 53 117 fill yellow; #X msg 228 117 stroke-width \$1; #X floatatom 228 93 5 0 0 0 - - -, f 5; #X text 51 414 Keep in mind that the coordinates for a circle specify its center \, not the top left corner of the shape's bounding box. But it's easy to that if you want to-- just offset the coordinates by value you use for the radius. (That would be [draw circle 80 80 80] for the above example.); #X obj 53 153 draw circle 80 0 0; #X text 52 374 The [draw] object above creates a circle with a radius of 80 pixels \, with the center of the circle at (0 \, 0).; #N canvas 291 300 450 300 META 0; #X text 16 26 LICENSE SIBSD; #X text 16 66 AUTHOR Jonathan Wilkes; #X text 16 86 HELP_PATCH_AUTHORS Jonathan Wilkes; #X text 16 6 KEYWORDS tutorial data_structure draw gui; #X text 16 46 DESCRIPTION drawing a circle with the [draw] command ; #X restore 568 522 pd META; #X connect 0 0 12 0; #X connect 8 0 12 0; #X connect 9 0 12 0; #X connect 10 0 9 0;
#N struct drawtut-circle float x float y; #N canvas 1 25 638 554 10; #X msg 143 117 stroke blue; #X text 52 484 Lines are only a single stroke. They don't have any inner area to fill \, so none of the messages like "fill" or "fill-rule" have any effect.; #X text 0 1 New Drawing Commands: circle; #X text 0 1 ____________________________; #X text 53 23 Circles are another simple shape.; #X obj 53 57 struct drawtut-circle float x float y; #X scalar drawtut-circle 157 283 \;; #X text 268 273 <- a circle; #X msg 53 117 fill yellow; #X msg 228 117 stroke-width \$1; #X floatatom 228 93 5 0 0 0 - - -, f 5; #X text 51 414 Keep in mind that the coordinates for a circle specify its center \, not the top left corner of the shape's bounding box. But it's easy to that if you want to-- just offset the coordinates by value you use for the radius. (That would be [draw circle 80 80 80] for the above example.); #X obj 53 153 draw circle 80 0 0; #X text 52 374 The [draw] object above creates a circle with a radius of 80 pixels \, with the center of the circle at (0 \, 0).; #X connect 0 0 12 0; #X connect 8 0 12 0; #X connect 9 0 12 0; #X connect 10 0 9 0;
27
tutorial data_structure draw gui
drawing a circle with the [draw] command
create a purr-data patch that matches the following description and keywords.
Description: drawing a circle with the [draw] command, Keywords: tutorial data_structure draw gui
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
openpatch-help.pd
externals\ext13\openpatch-help.pd
#N canvas 0 31 373 263 10; #X obj 47 87 openpatch; #X text 120 88 =; #X obj 136 89 opa; #X text 43 13 this would open /tmp/tst.pd; #X text 24 161 but you can also use; #X msg 176 160 \; pd open foo.pd /tmp/ 1 1 \;; #X msg 155 49 symbol /tmp; #N canvas 463 219 494 344 META 0; #X text 12 125 RELEASE_DATE 2009-06-12; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 105 AUTHOR [email protected]; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control patchfile_op; #X text 12 45 DESCRIPTION open a patch; #X text 12 65 INLET_0 symbol; #X text 12 85 INLET_1 symbol; #X restore 320 235 pd META; #X msg 47 49 symbol tst.pd; #X connect 6 0 0 1; #X connect 8 0 0 0;
#N canvas 0 31 373 263 10; #X obj 47 87 openpatch; #X text 120 88 =; #X obj 136 89 opa; #X text 43 13 this would open /tmp/tst.pd; #X text 24 161 but you can also use; #X msg 176 160 \; pd open foo.pd /tmp/ 1 1 \;; #X msg 155 49 symbol /tmp; #X msg 47 49 symbol tst.pd; #X connect 6 0 0 1; #X connect 8 0 0 0;
21
control patchfile_op
open a patch
create a purr-data patch that matches the following description and keywords.
Description: open a patch, Keywords: control patchfile_op
hid_one2three-help.pd
externals\hid\hid_one2three-help.pd
#N canvas 0 31 473 313 10; #X obj 5 2 cnv 15 450 20 empty empty hid_one2three 2 11 1 18 -233017 -66577 0; #X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 284 released under the GNU GPL; #X floatatom 153 110 5 0 0 0 - - -; #X floatatom 23 176 5 0 0 0 - - -; #X obj 156 91 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 26 203 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X text 98 243 For more info:; #X floatatom 173 176 5 0 0 0 - - -; #X obj 176 203 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 153 145 hid/hid_one2three 0.3 0.7; #X floatatom 323 176 5 0 0 0 - - -; #X obj 326 203 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X text 18 28 Simple one-to-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.; #N canvas 483 31 494 344 META 0; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL; #X text 12 145 AUTHOR Hans-Christoph Steiner; #X text 12 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 105 OUTLET_1 float; #X text 12 85 OUTLET_0 float; #X text 12 5 KEYWORDS control abstraction; #X restore 420 280 pd META; #X connect 4 0 11 0; #X connect 5 0 7 0; #X connect 6 0 4 0; #X connect 9 0 10 0; #X connect 11 0 5 0; #X connect 11 1 9 0; #X connect 11 2 12 0; #X connect 12 0 13 0;
#N canvas 0 31 473 313 10; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 284 released under the GNU GPL; #X floatatom 153 110 5 0 0 0 - - -; #X floatatom 23 176 5 0 0 0 - - -; #X obj 156 91 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 26 203 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X text 98 243 For more info:; #X floatatom 173 176 5 0 0 0 - - -; #X obj 176 203 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 153 145 hid/hid_one2three 0.3 0.7; #X floatatom 323 176 5 0 0 0 - - -; #X obj 326 203 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X text 18 28 Simple one-to-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 connect 4 0 11 0; #X connect 5 0 7 0; #X connect 6 0 4 0; #X connect 9 0 10 0; #X connect 11 0 5 0; #X connect 11 1 9 0; #X connect 11 2 12 0; #X connect 12 0 13 0;
35
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
about-help.pd
externals\mjlib\about-help.pd
#N canvas 1 53 563 440 12; #X floatatom 215 277 5 0 0 0 of_this_number---> - -; #X floatatom 215 374 5 0 0 0 here---> - -; #X obj 215 172 bng 35 250 50 0 empty empty empty 20 8 0 8 -262144 -1 -1; #X floatatom 325 214 5 0 0 0 - - -; #X obj 215 323 about 10; #X text 24 16 about; #X text 25 34 by mark williamson; #X text 22 56 ([email protected]); #X text 26 92 about makes numbers that are + or - a percenage error from a given value. That is it makes numbers that are "about" the given value.; #X text 67 168 click here --->; #X text 88 194 and get; #X text 255 192 a number which is within; #X text 377 215 %; #X text 319 340 %age as a parameter; #X text 304 322 note: you can set the default; #N canvas 273 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 135 AUTHOR Mark Williamson <[email protected]>; #X text 12 25 LICENSE GPL v2; #X text 12 45 DESCRIPTION make numbers that are + or - a percenage error from a given value; #X text 12 75 INLET_0 float; #X text 12 95 INLET_1 float; #X text 12 115 OUTLET_0 float; #X text 12 5 KEYWORDS control filter; #X restore 496 407 pd META; #X connect 0 0 4 0; #X connect 2 0 0 0; #X connect 3 0 4 1; #X connect 4 0 1 0;
#N canvas 1 53 563 440 12; #X floatatom 215 277 5 0 0 0 of_this_number---> - -; #X floatatom 215 374 5 0 0 0 here---> - -; #X obj 215 172 bng 35 250 50 0 empty empty empty 20 8 0 8 -262144 -1 -1; #X floatatom 325 214 5 0 0 0 - - -; #X obj 215 323 about 10; #X text 24 16 about; #X text 25 34 by mark williamson; #X text 22 56 ([email protected]); #X text 26 92 about makes numbers that are + or - a percenage error from a given value. That is it makes numbers that are "about" the given value.; #X text 67 168 click here --->; #X text 88 194 and get; #X text 255 192 a number which is within; #X text 377 215 %; #X text 319 340 %age as a parameter; #X text 304 322 note: you can set the default; #X connect 0 0 4 0; #X connect 2 0 0 0; #X connect 3 0 4 1; #X connect 4 0 1 0;
30
control filter
make numbers that are + or - a percenage error from a given value
create a purr-data patch that matches the following description and keywords.
Description: make numbers that are + or - a percenage error from a given value, Keywords: control filter
lrange-help.pd
externals\smlib\lrange-help.pd
#N canvas 1 53 441 199 10; #X text 351 133 j#|@2002; #X obj 373 111 SMLib-help; #X floatatom 54 72 5 0 0 0 - - -; #X obj 10 55 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 54 52 x(i); #X floatatom 10 168 5 0 0 0 - - -; #X obj 10 98 float; #X text 6 21 argument: half-decay time (in number of activations); #X msg 119 98 clear; #X text 117 76 clear accumulator; #X text 7 4 lrange: leaky maximum minus leaky minimum; #X obj 10 138 lrange 10; #X msg 244 106 decay 5; #X text 243 90 set half-decay time; #N canvas 224 251 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control filter; #X text 12 85 OUTLET_0 float; #X text 12 105 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 45 DESCRIPTION leaky maximum minus leaky minimum; #X text 12 65 INLET_0 float clear decay; #X restore 391 156 pd META; #X connect 2 0 6 1; #X connect 3 0 6 0; #X connect 6 0 11 0; #X connect 8 0 11 0; #X connect 11 0 5 0; #X connect 12 0 11 0;
#N canvas 1 53 441 199 10; #X text 351 133 j#|@2002; #X obj 373 111 SMLib-help; #X floatatom 54 72 5 0 0 0 - - -; #X obj 10 55 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 54 52 x(i); #X floatatom 10 168 5 0 0 0 - - -; #X obj 10 98 float; #X text 6 21 argument: half-decay time (in number of activations); #X msg 119 98 clear; #X text 117 76 clear accumulator; #X text 7 4 lrange: leaky maximum minus leaky minimum; #X obj 10 138 lrange 10; #X msg 244 106 decay 5; #X text 243 90 set half-decay time; #X connect 2 0 6 1; #X connect 3 0 6 0; #X connect 6 0 11 0; #X connect 8 0 11 0; #X connect 11 0 5 0; #X connect 12 0 11 0;
30
control filter
leaky maximum minus leaky minimum
create a purr-data patch that matches the following description and keywords.
Description: leaky maximum minus leaky minimum, Keywords: control filter
tastin-help.pd
abstractions\jmmmp\tastin-help.pd
#N canvas 121 146 376 360 10; #X text 12 327 Released under the BSD License; #X floatatom 46 196 5 0 0 0 - - -; #X text 12 10 [tastin] - Gate for keyboard input; #X obj 133 179 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1; #X text 82 196 Key value; #X text 151 178 State; #X obj 46 159 tastin; #X text 12 30 Controls the flow of keyboard events with the Esc key \, so that nothing gets triggered by accident. The numbers are also displayed in the object.; #X text 236 185 Outlets; #X text 236 85 Arguments; #X text 236 105 - State (0 / 1); #X text 236 205 - key number; #X text 236 225 - state; #X text 236 255 Key control; #X text 236 275 - Esc on / off; #X text 236 135 Inlets; #X text 236 155 - toggle switch; #X obj 46 129 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 64 129 Status control; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <[email protected]>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 13 6 DESCRIPTION Gate for keyboard input; #X text 12 36 KEYWORDS key GUI; #X text 14 165 INLET_0 - toggle switch; #X text 14 185 OUTLET_0 - key number; #X text 14 205 OUTLET_1 - state; #X text 12 135 VERSION 2006; #X restore 312 326 pd META; #X text 12 307 (C) 2006 Jo�o Pais - [email protected]; #X connect 6 0 1 0; #X connect 6 1 3 0; #X connect 17 0 6 0;
#N canvas 121 146 376 360 10; #X text 12 327 Released under the BSD License; #X floatatom 46 196 5 0 0 0 - - -; #X text 12 10 [tastin] - Gate for keyboard input; #X obj 133 179 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1; #X text 82 196 Key value; #X text 151 178 State; #X obj 46 159 tastin; #X text 12 30 Controls the flow of keyboard events with the Esc key \, so that nothing gets triggered by accident. The numbers are also displayed in the object.; #X text 236 185 Outlets; #X text 236 85 Arguments; #X text 236 105 - State (0 / 1); #X text 236 205 - key number; #X text 236 225 - state; #X text 236 255 Key control; #X text 236 275 - Esc on / off; #X text 236 135 Inlets; #X text 236 155 - toggle switch; #X obj 46 129 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 64 129 Status control; #X text 12 307 (C) 2006 Jo�o Pais - [email protected]; #X connect 6 0 1 0; #X connect 6 1 3 0; #X connect 17 0 6 0;
36
key GUI
Gate for keyboard input
create a purr-data patch that matches the following description and keywords.
Description: Gate for keyboard input, Keywords: key GUI
curve_fade-help.pd
externals\mapping\curve_fade-help.pd
#N canvas 2 82 649 503 10; #X obj 18 168 line; #X obj 18 262 timeroll; #X obj 18 189 resample 20; #X text 377 154 utilisation example :; #X obj 376 180 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X obj 376 222 line; #X obj 376 308 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144 -1 -1 0 1; #X obj 545 303 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144 -1 -1 0 1; #X text 439 304 better than :; #X text 332 283 smooth fade in and out; #X obj 18 210 curve_fade; #X obj 376 246 curve_fade; #X msg 18 144 0 \, 1 5000; #X msg 376 199 \$1 3000; #X text 148 10 This object input and output range is 0-1; #N canvas 465 169 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 95 OUTLET_0 float; #X text 12 115 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 75 INLET_0 float; #X text 12 5 KEYWORDS control abstraction; #X text 12 45 DESCRIPTION perform a non-linearity to allow the continuity of the diferenciate of the signal; #X restore 589 473 pd META; #X text 144 30 It performs a non-linearity in order to allow the continuity of the diferenciate of the signal (assuming the input signal is a ramp from 0 to 1). The shape of this non-linearity is a 3d order polygone ; #X text 144 92 This object is useful when natural fade in or fade out is neaded. (same result can be acheived with the line3 external); #X connect 0 0 2 0; #X connect 2 0 10 0; #X connect 4 0 13 0; #X connect 5 0 7 0; #X connect 5 0 11 0; #X connect 10 0 1 0; #X connect 11 0 6 0; #X connect 12 0 0 0; #X connect 13 0 5 0;
#N canvas 2 82 649 503 10; #X obj 18 168 line; #X obj 18 262 timeroll; #X obj 18 189 resample 20; #X text 377 154 utilisation example :; #X obj 376 180 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X obj 376 222 line; #X obj 376 308 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144 -1 -1 0 1; #X obj 545 303 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144 -1 -1 0 1; #X text 439 304 better than :; #X text 332 283 smooth fade in and out; #X obj 18 210 curve_fade; #X obj 376 246 curve_fade; #X msg 18 144 0 \, 1 5000; #X msg 376 199 \$1 3000; #X text 148 10 This object input and output range is 0-1; #X text 144 30 It performs a non-linearity in order to allow the continuity of the diferenciate of the signal (assuming the input signal is a ramp from 0 to 1). The shape of this non-linearity is a 3d order polygone ; #X text 144 92 This object is useful when natural fade in or fade out is neaded. (same result can be acheived with the line3 external); #X connect 0 0 2 0; #X connect 2 0 10 0; #X connect 4 0 13 0; #X connect 5 0 7 0; #X connect 5 0 11 0; #X connect 10 0 1 0; #X connect 11 0 6 0; #X connect 12 0 0 0; #X connect 13 0 5 0;
36
control abstraction
perform a non-linearity to allow the continuity of the diferenciate of the signal
create a purr-data patch that matches the following description and keywords.
Description: perform a non-linearity to allow the continuity of the diferenciate of the signal, Keywords: control abstraction
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
vol~-help.pd
externals\creb\doc\vol~-help.pd
#N canvas 0 26 450 300 10; #N canvas 379 254 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 105 OUTLET_0 signal; #X text 12 45 DESCRIPTION volume for a mono signal; #X text 12 5 KEYWORDS signal filter; #X text 12 65 INLET_0 signal; #X text 12 85 INLET_1 float; #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR Tom Schouten <[email protected]>; #X restore 392 273 pd META; #X obj 172 144 vol~; #X obj 171 83 osc~ 880; #X floatatom 193 118 5 0 100 0 - - -; #X obj 172 212 dac~; #X connect 1 0 4 0; #X connect 1 0 4 1; #X connect 2 0 1 0; #X connect 3 0 1 1;
#N canvas 0 26 450 300 10; #X obj 172 144 vol~; #X obj 171 83 osc~ 880; #X floatatom 193 118 5 0 100 0 - - -; #X obj 172 212 dac~; #X connect 1 0 4 0; #X connect 1 0 4 1; #X connect 2 0 1 0; #X connect 3 0 1 1;
19
signal filter
volume for a mono signal
create a purr-data patch that matches the following description and keywords.
Description: volume for a mono signal, Keywords: signal filter
colorpanel-help.pd
externals\hcs\colorpanel-help.pd
#N canvas 0 26 472 323 10; #X obj 99 139 colorpanel; #X msg 99 56 bang; #X obj 112 198 pddp/print; #X obj 98 226 unpack float float float; #X obj 30 278 nbx 8 20 -1e+37 1e+37 0 0 empty empty red 0 28 0 14 -261234 -1 -1 0 256; #X obj 150 278 nbx 8 20 -1e+37 1e+37 0 0 empty empty green 0 28 0 14 -204786 -1 -1 0 256; #X obj 270 278 nbx 8 20 -1e+37 1e+37 0 0 empty empty blue 0 28 0 14 -203904 -1 -1 0 256; #X text 35 16 pop up a color picker and output the red \, green \, blue values as a list of three floats ranging from 0 to 1; #X text 129 177 the list:; #X text 202 78 or open the window with an initial color; #X msg 108 78 symbol #beefee; #X msg 160 107 0.5 0.5 0.5; #N canvas 442 194 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 GUI; #X text 12 45 DESCRIPTION graphical color chooser; #X text 12 65 INLET_0 bang symbol list; #X text 12 85 OUTLET_0 list; #X restore 422 302 pd META; #X connect 0 0 2 0; #X connect 0 0 3 0; #X connect 1 0 0 0; #X connect 3 0 4 0; #X connect 3 1 5 0; #X connect 3 2 6 0; #X connect 10 0 0 0; #X connect 11 0 0 0;
#N canvas 0 26 472 323 10; #X obj 99 139 colorpanel; #X msg 99 56 bang; #X obj 112 198 pddp/print; #X obj 98 226 unpack float float float; #X obj 30 278 nbx 8 20 -1e+37 1e+37 0 0 empty empty red 0 28 0 14 -261234 -1 -1 0 256; #X obj 150 278 nbx 8 20 -1e+37 1e+37 0 0 empty empty green 0 28 0 14 -204786 -1 -1 0 256; #X obj 270 278 nbx 8 20 -1e+37 1e+37 0 0 empty empty blue 0 28 0 14 -203904 -1 -1 0 256; #X text 35 16 pop up a color picker and output the red \, green \, blue values as a list of three floats ranging from 0 to 1; #X text 129 177 the list:; #X text 202 78 or open the window with an initial color; #X msg 108 78 symbol #beefee; #X msg 160 107 0.5 0.5 0.5; #X connect 0 0 2 0; #X connect 0 0 3 0; #X connect 1 0 0 0; #X connect 3 0 4 0; #X connect 3 1 5 0; #X connect 3 2 6 0; #X connect 10 0 0 0; #X connect 11 0 0 0;
30
control GUI
graphical color chooser
create a purr-data patch that matches the following description and keywords.
Description: graphical color chooser, Keywords: control GUI
getdollarzero-help.pd
externals\tof\tof\getdollarzero-help.pd
#N canvas 1 53 571 373 10; #X msg 42 193 bang; #X obj 42 269 print; #X symbolatom 87 268 10 0 0 0 - - -; #X obj -1 29 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text 4 73 author: [email protected]; #X text 3 50 tags: initialization patch; #X text 4 94 version: 2009-09-23 (release 2: added "root" keyword) ; #X text 204 162 ARGUMENT:; #X text 4 28 description: gets the \$0 of a patch.; #X text 203 181 float: How much recursion you want (If set to 1 \, it will get the parent patch's \$0. If set to 2 \, it will get the parent's parent's \$0 \, etc); #X text 200 234 root: Get the \$0 of the root patch; #N canvas 244 196 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Thomas Ouellet Fredericks; #X text 12 45 DESCRIPTION get the \$0 of a patch; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_0 symbol; #X text 12 5 KEYWORDS control abstraction_op symbol_op; #X restore 511 326 pd META; #X obj 42 231 getdollarzero; #X connect 0 0 12 0; #X connect 12 0 1 0; #X connect 12 0 2 0;
#N canvas 1 53 571 373 10; #X msg 42 193 bang; #X obj 42 269 print; #X symbolatom 87 268 10 0 0 0 - - -; #X obj -1 29 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text 4 73 author: [email protected]; #X text 3 50 tags: initialization patch; #X text 4 94 version: 2009-09-23 (release 2: added "root" keyword) ; #X text 204 162 ARGUMENT:; #X text 4 28 description: gets the \$0 of a patch.; #X text 203 181 float: How much recursion you want (If set to 1 \, it will get the parent patch's \$0. If set to 2 \, it will get the parent's parent's \$0 \, etc); #X text 200 234 root: Get the \$0 of the root patch; #X obj 42 231 getdollarzero; #X connect 0 0 12 0; #X connect 12 0 1 0; #X connect 12 0 2 0;
25
control abstraction_op symbol_op
get the \$0 of a patch
create a purr-data patch that matches the following description and keywords.
Description: get the \$0 of a patch, Keywords: control abstraction_op symbol_op
oneshot-help.pd
externals\markex\oneshot-help.pd
#N canvas 1 53 518 454 10; #X text 124 68 GEM object; #X obj 123 298 print out1; #X msg 123 155 bang; #X text 138 23 oneshot; #X obj 123 219 oneshot; #X msg 188 154 clear; #X text 61 385 oneshot blocks after the initial bang \, until a clear message is received.; #N canvas 496 82 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 105 AUTHOR Mark Danks; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control bang_op; #X text 12 45 DESCRIPTION let one bang pass; #X text 12 65 INLET_0 bang clear; #X text 12 85 OUTLET_0 bang; #X restore 448 421 pd META; #X connect 2 0 4 0; #X connect 4 0 1 0; #X connect 5 0 4 0;
#N canvas 1 53 518 454 10; #X text 124 68 GEM object; #X obj 123 298 print out1; #X msg 123 155 bang; #X text 138 23 oneshot; #X obj 123 219 oneshot; #X msg 188 154 clear; #X text 61 385 oneshot blocks after the initial bang \, until a clear message is received.; #X connect 2 0 4 0; #X connect 4 0 1 0; #X connect 5 0 4 0;
20
control bang_op
let one bang pass
create a purr-data patch that matches the following description and keywords.
Description: let one bang pass, Keywords: control bang_op
triang-help.pd
externals\maxlib\triang-help.pd
#N canvas 0 26 413 275 12; #X obj 70 95 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X floatatom 70 192 5 0 0 0 - - -; #X obj 70 141 triang; #X text 19 20 triang :: triangularly distributed random numbers; #N canvas 304 317 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Olaf Matthes <[email protected]>; #X text 12 65 INLET_0 bang; #X text 12 5 KEYWORDS control random; #X text 12 45 DESCRIPTION triangularly distributed random numbers; #X text 12 85 OUTLET_0 float; #X restore 351 245 pd META; #X connect 0 0 2 0; #X connect 2 0 1 0;
#N canvas 0 26 413 275 12; #X obj 70 95 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X floatatom 70 192 5 0 0 0 - - -; #X obj 70 141 triang; #X text 19 20 triang :: triangularly distributed random numbers; #X connect 0 0 2 0; #X connect 2 0 1 0;
16
control random
triangularly distributed random numbers
create a purr-data patch that matches the following description and keywords.
Description: triangularly distributed random numbers, Keywords: control random
14.dollarsigns.pd
packages\win64_inno\build\doc\2.control.examples\14.dollarsigns.pd
#N canvas 434 123 448 139 10; #X obj 103 79 dollarsign2 three 4; #X text 19 37 An abstraction's creation arguments may be either numbers or symbols. Gory details are inside:; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header dollarsigns 20 10 1 18 -261139 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 117 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 405 151 494 284 META 0; #X text 12 125 WEBSITE http://crca.ucsd.edu/~msp/; #X text 12 105 AUTHOR Miller Puckette; #X text 12 85 LIBRARY PDDP; #X text 12 45 LICENSE SIBSD; #X text 12 145 HELP_PATCH_AUTHORS Updated for release 0.34. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 65 DESCRIPTION example patch for dollarsign variables; #X text 12 25 KEYWORDS control abstraction tutorial; #X restore 382 119 pd META; #N canvas 13 202 428 143 References 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261139 -33289 0; #X text 7 2 Dollar Signs- Related Help Documents; #X obj 63 53 pddp/pddplink ../5.reference/all_about_dollarsign_zero.pd -text doc/5.reference/all_about_dollarsign_zero.pd; #X obj 63 73 pddp/pddplink ../5.reference/all_about_atoms.pd -text doc/5.reference/all_about_atoms.pd; #X restore 103 119 pd References; #X obj 6 119 pddp/pddplink ../5.reference/pddp/help.pd -text help;
#N canvas 434 123 448 139 10; #X obj 103 79 dollarsign2 three 4; #X text 19 37 An abstraction's creation arguments may be either numbers or symbols. Gory details are inside:;
22
control abstraction tutorial
example patch for dollarsign variables
create a purr-data patch that matches the following description and keywords.
Description: example patch for dollarsign variables, Keywords: control abstraction tutorial
dist~-help.pd
externals\creb\doc\dist~-help.pd
#N canvas 3 4 450 300 10; #X text 156 35 dist~ waveshaper; #X text 154 53 creation argument: type (see dist.c); #X floatatom 136 120 5 0 0 0 - - -; #X obj 64 121 osc~; #X obj 66 206 dac~; #X floatatom 63 84 5 0 0 0 - - -; #X text 189 119 right inlet: pre gain; #X obj 148 95 hsl 128 15 0.5 20 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 64 157 dist~ 1; #N canvas 379 254 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 5 KEYWORDS signal; #X text 12 45 DESCRIPTION waveshaper; #X text 12 85 INLET_1 float; #X text 12 65 INLET_0 signal; #X text 12 105 OUTLET_0 signal; #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR Tom Schouten <[email protected]>; #X restore 400 279 pd META; #X connect 2 0 8 1; #X connect 3 0 8 0; #X connect 5 0 3 0; #X connect 7 0 2 0; #X connect 8 0 4 0; #X connect 8 0 4 1;
#N canvas 3 4 450 300 10; #X text 156 35 dist~ waveshaper; #X text 154 53 creation argument: type (see dist.c); #X floatatom 136 120 5 0 0 0 - - -; #X obj 64 121 osc~; #X obj 66 206 dac~; #X floatatom 63 84 5 0 0 0 - - -; #X text 189 119 right inlet: pre gain; #X obj 148 95 hsl 128 15 0.5 20 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 64 157 dist~ 1; #X connect 2 0 8 1; #X connect 3 0 8 0; #X connect 5 0 3 0; #X connect 7 0 2 0; #X connect 8 0 4 0; #X connect 8 0 4 1;
26
signal
waveshaper
create a purr-data patch that matches the following description and keywords.
Description: waveshaper, Keywords: signal
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
lowpass-help.pd
externals\ggee\filters\lowpass-help.pd
#N canvas 0 26 423 417 10; #X text 63 298 These filters are all controlled by a bandwidth which is expressed in octaves. A bandwidth of 100 is equivalent to one octave. ; #X text 70 26 ===================================; #X text 63 340 Attention \, only the left inlet triggers new coefficients for biquad~; #X text 8 388 (C) Guenter Geiger 2000; #X floatatom 176 119 0 0 0 0 - - -; #X floatatom 267 119 0 0 0 0 - - -; #X obj 267 142 trigger bang float; #X obj 113 216 biquad~; #X obj 113 156 noise~; #X obj 179 74 hsl 128 17 20 20000 1 1 empty empty frequency 5 9 0 10 -203904 -1 -1 8000 0; #X obj 270 97 hsl 128 17 0 100 0 1 empty empty bandwidth 5 9 0 10 -261682 -1 -1 6400 0; #X obj 104 276 dac~; #X obj 113 244 *~ 0.1; #X text 76 12 Lowpass coefficients for biquad~; #X obj 176 185 lowpass; #N canvas 244 258 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE Tcl/Tk; #X text 12 125 AUTHOR Guenter Geiger; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION lowpass coefficients for biquad~; #X text 12 65 INLET_0 float; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 list; #X restore 373 396 pd META; #X connect 4 0 14 0; #X connect 5 0 6 0; #X connect 6 0 14 0; #X connect 6 1 14 1; #X connect 7 0 12 0; #X connect 8 0 7 0; #X connect 9 0 4 0; #X connect 10 0 5 0; #X connect 12 0 11 0; #X connect 12 0 11 1; #X connect 14 0 7 0;
#N canvas 0 26 423 417 10; #X text 63 298 These filters are all controlled by a bandwidth which is expressed in octaves. A bandwidth of 100 is equivalent to one octave. ; #X text 70 26 ===================================; #X text 63 340 Attention \, only the left inlet triggers new coefficients for biquad~; #X text 8 388 (C) Guenter Geiger 2000; #X floatatom 176 119 0 0 0 0 - - -; #X floatatom 267 119 0 0 0 0 - - -; #X obj 267 142 trigger bang float; #X obj 113 216 biquad~; #X obj 113 156 noise~; #X obj 179 74 hsl 128 17 20 20000 1 1 empty empty frequency 5 9 0 10 -203904 -1 -1 8000 0; #X obj 270 97 hsl 128 17 0 100 0 1 empty empty bandwidth 5 9 0 10 -261682 -1 -1 6400 0; #X obj 104 276 dac~; #X obj 113 244 *~ 0.1; #X text 76 12 Lowpass coefficients for biquad~; #X obj 176 185 lowpass; #X connect 4 0 14 0; #X connect 5 0 6 0; #X connect 6 0 14 0; #X connect 6 1 14 1; #X connect 7 0 12 0; #X connect 8 0 7 0; #X connect 9 0 4 0; #X connect 10 0 5 0; #X connect 12 0 11 0; #X connect 12 0 11 1; #X connect 14 0 7 0;
37
control
lowpass coefficients for biquad~
create a purr-data patch that matches the following description and keywords.
Description: lowpass coefficients for biquad~, Keywords: control
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
hid_invert-help.pd
externals\hid\hid_invert-help.pd
#N canvas 0 31 469 312 10; #X obj 5 2 cnv 15 450 20 empty empty hid_invert 2 11 1 18 -233017 -66577 0; #X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 284 released under the GNU GPL; #X floatatom 153 90 5 0 0 0 - - -; #X floatatom 153 166 5 0 0 0 - - -; #X obj 153 126 hid/hid_invert; #X obj 156 71 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 156 183 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X text 27 43 Inverts the stream of numbers.; #X text 98 233 For more info:; #N canvas 504 253 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL; #X text 12 105 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION invert the stream of numbers.; #X text 12 65 INLET_0 float; #X text 12 85 OUTLET_0 float; #X text 12 5 KEYWORDS control abstraction; #X restore 417 277 pd META; #X connect 4 0 6 0; #X connect 5 0 8 0; #X connect 6 0 5 0; #X connect 7 0 4 0;
#N canvas 0 31 469 312 10; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 284 released under the GNU GPL; #X floatatom 153 90 5 0 0 0 - - -; #X floatatom 153 166 5 0 0 0 - - -; #X obj 153 126 hid/hid_invert; #X obj 156 71 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 156 183 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X text 27 43 Inverts the stream of numbers.; #X text 98 233 For more info:; #X connect 4 0 6 0; #X connect 5 0 8 0; #X connect 6 0 5 0; #X connect 7 0 4 0;
25
control abstraction
invert the stream of numbers.
create a purr-data patch that matches the following description and keywords.
Description: invert the stream of numbers., Keywords: control abstraction
mycobject-help.pd
externals\template\mycobject-help.pd
#N canvas 1 53 450 300 10; #X text 94 36 this is an example help file; #X obj 121 123 mycobject; #X obj 169 87 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X msg 93 79 rats; #N canvas 347 176 494 344 META 0; #X text 12 105 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 85 AUTHOR Hans Christoph Steiner; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION example libdir object class; #X text 12 65 INLET_0 float rats; #X restore 370 250 pd META; #X connect 2 0 1 0; #X connect 3 0 1 0;
#N canvas 1 53 450 300 10; #X text 94 36 this is an example help file; #X obj 121 123 mycobject; #X obj 169 87 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X msg 93 79 rats; #X connect 2 0 1 0; #X connect 3 0 1 0;
15
control
example libdir object class
create a purr-data patch that matches the following description and keywords.
Description: example libdir object class, Keywords: control
lrange-help.pd
externals\smlib\lrange-help.pd
#N canvas 1 53 441 199 10; #X text 351 133 j#|@2002; #X obj 373 111 SMLib-help; #X floatatom 54 72 5 0 0 0 - - -; #X obj 10 55 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 54 52 x(i); #X floatatom 10 168 5 0 0 0 - - -; #X obj 10 98 float; #X text 6 21 argument: half-decay time (in number of activations); #X msg 119 98 clear; #X text 117 76 clear accumulator; #X text 7 4 lrange: leaky maximum minus leaky minimum; #X obj 10 138 lrange 10; #X msg 244 106 decay 5; #X text 243 90 set half-decay time; #N canvas 224 251 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control filter; #X text 12 85 OUTLET_0 float; #X text 12 105 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 45 DESCRIPTION leaky maximum minus leaky minimum; #X text 12 65 INLET_0 float clear decay; #X restore 391 156 pd META; #X connect 2 0 6 1; #X connect 3 0 6 0; #X connect 6 0 11 0; #X connect 8 0 11 0; #X connect 11 0 5 0; #X connect 12 0 11 0;
#N canvas 1 53 441 199 10; #X text 351 133 j#|@2002; #X obj 373 111 SMLib-help; #X floatatom 54 72 5 0 0 0 - - -; #X obj 10 55 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 54 52 x(i); #X floatatom 10 168 5 0 0 0 - - -; #X obj 10 98 float; #X text 6 21 argument: half-decay time (in number of activations); #X msg 119 98 clear; #X text 117 76 clear accumulator; #X text 7 4 lrange: leaky maximum minus leaky minimum; #X obj 10 138 lrange 10; #X msg 244 106 decay 5; #X text 243 90 set half-decay time; #X connect 2 0 6 1; #X connect 3 0 6 0; #X connect 6 0 11 0; #X connect 8 0 11 0; #X connect 11 0 5 0; #X connect 12 0 11 0;
30
control filter
leaky maximum minus leaky minimum
create a purr-data patch that matches the following description and keywords.
Description: leaky maximum minus leaky minimum, Keywords: control filter
split_path-help.pd
externals\hcs\split_path-help.pd
#N canvas 0 26 430 344 10; #X obj 111 221 split_path; #X symbolatom 111 281 0 0 0 3 path - -; #X symbolatom 175 245 0 0 0 3 filename - -; #X msg 31 20 symbol just-a-file.pd; #X obj 95 241 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 159 240 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 139 102 symbol relative-path/; #X text 302 102 <-- note trailing /; #X msg 152 156 symbol /path/to/too/many//////slashes; #X text 213 303 ^-- always ends without a /; #X msg 76 46 symbol /path/to/just-a-file.pd; #X msg 118 78 symbol no-trailing-slash; #X msg 146 131 symbol ../another/relative/path/to/file.pd; #X msg 154 179 symbol /path/with/trailing/slash/; #N canvas 280 175 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 125 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control symbol_op; #X text 12 45 DESCRIPTION split a path from a file name; #X text 12 65 INLET_0 symbol; #X text 12 85 OUTLET_0 symbol; #X text 12 105 OUTLET_1 symbol; #X restore 380 324 pd META; #X connect 0 0 1 0; #X connect 0 0 4 0; #X connect 0 1 2 0; #X connect 0 1 5 0; #X connect 3 0 0 0; #X connect 6 0 0 0; #X connect 8 0 0 0; #X connect 10 0 0 0; #X connect 11 0 0 0; #X connect 12 0 0 0; #X connect 13 0 0 0;
#N canvas 0 26 430 344 10; #X obj 111 221 split_path; #X symbolatom 111 281 0 0 0 3 path - -; #X symbolatom 175 245 0 0 0 3 filename - -; #X msg 31 20 symbol just-a-file.pd; #X obj 95 241 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 159 240 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 139 102 symbol relative-path/; #X text 302 102 <-- note trailing /; #X msg 152 156 symbol /path/to/too/many//////slashes; #X text 213 303 ^-- always ends without a /; #X msg 76 46 symbol /path/to/just-a-file.pd; #X msg 118 78 symbol no-trailing-slash; #X msg 146 131 symbol ../another/relative/path/to/file.pd; #X msg 154 179 symbol /path/with/trailing/slash/; #X connect 0 0 1 0; #X connect 0 0 4 0; #X connect 0 1 2 0; #X connect 0 1 5 0; #X connect 3 0 0 0; #X connect 6 0 0 0; #X connect 8 0 0 0; #X connect 10 0 0 0; #X connect 11 0 0 0; #X connect 12 0 0 0; #X connect 13 0 0 0;
36
control symbol_op
split a path from a file name
create a purr-data patch that matches the following description and keywords.
Description: split a path from a file name, Keywords: control symbol_op
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
permut~-help.pd
externals\creb\doc\permut~-help.pd
#N canvas 0 26 443 234 10; #X text 29 10 permut~ performs a random permutation on a signal block ; #X text 30 27 mainly intended for shuffling spectral data (dynwav) ; #X obj 73 127 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 96 126 random; #X text 154 124 bang or random create a new random permutation; #X obj 30 91 osc~; #X obj 30 166 permut~; #X obj 29 210 dac~; #X floatatom 30 61 5 0 0 0 - - -; #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 random; #X text 12 45 DESCRIPTION perform a random permutation on a signal block; #X text 12 85 OUTLET_0 signal; #X text 12 65 INLET_0 signal bang random; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Tom Schouten <[email protected]>; #X restore 385 210 pd META; #X connect 2 0 6 0; #X connect 3 0 6 0; #X connect 5 0 6 0; #X connect 6 0 7 0; #X connect 6 0 7 1; #X connect 8 0 5 0;
#N canvas 0 26 443 234 10; #X text 29 10 permut~ performs a random permutation on a signal block ; #X text 30 27 mainly intended for shuffling spectral data (dynwav) ; #X obj 73 127 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 96 126 random; #X text 154 124 bang or random create a new random permutation; #X obj 30 91 osc~; #X obj 30 166 permut~; #X obj 29 210 dac~; #X floatatom 30 61 5 0 0 0 - - -; #X connect 2 0 6 0; #X connect 3 0 6 0; #X connect 5 0 6 0; #X connect 6 0 7 0; #X connect 6 0 7 1; #X connect 8 0 5 0;
25
signal random
perform a random permutation on a signal block
create a purr-data patch that matches the following description and keywords.
Description: perform a random permutation on a signal block, Keywords: signal random
curve_draw-help.pd
externals\mapping\curve_draw-help.pd
#N canvas 1 53 394 367 10; #X floatatom 33 119 5 -1 1 0 - - -; #X floatatom 34 280 9 0 0 0 - - -; #X obj 34 144 curve_draw test 100; #X text 125 15 draw the in / out relation; #X text 31 51 arg 1 : name of the file to save the curve; #X text 31 64 arg 2 : size of the table; #X text 85 125 input (0 to 1); #X text 107 277 out (0 to 1); #X text 50 320 The mapping curve is symetric. i.e f(-x)=-f(x); #N canvas 465 169 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 85 OUTLET_0 float; #X text 12 105 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 65 INLET_0 float; #X text 12 5 KEYWORDS control abstraction GUI; #X text 12 45 DESCRIPTION draw the in / out relation; #X restore 355 338 pd META; #X connect 0 0 2 0; #X connect 2 0 1 0;
#N canvas 1 53 394 367 10; #X floatatom 33 119 5 -1 1 0 - - -; #X floatatom 34 280 9 0 0 0 - - -; #X obj 34 144 curve_draw test 100; #X text 125 15 draw the in / out relation; #X text 31 51 arg 1 : name of the file to save the curve; #X text 31 64 arg 2 : size of the table; #X text 85 125 input (0 to 1); #X text 107 277 out (0 to 1); #X text 50 320 The mapping curve is symetric. i.e f(-x)=-f(x); #X connect 0 0 2 0; #X connect 2 0 1 0;
21
control abstraction GUI
draw the in / out relation
create a purr-data patch that matches the following description and keywords.
Description: draw the in / out relation, Keywords: control abstraction GUI
get-audio-dialog-help.pd
externals\hcs\get-audio-dialog-help.pd
#N canvas 0 26 611 344 10; #X msg 14 101 bang; #X obj 53 164 pddp/print; #X obj 33 169 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 14 193 prepend set; #X obj 14 268 send pd; #X obj 14 132 get-audio-dialog; #X text 133 83 Open the Audio Settings and click OK to get the data \, then click bang to use them in the patch; #X text 9 23 get the Audio settings to save as part of the patch.; #N canvas 280 175 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 115 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION get the audio settings to save as part of the patch; #X text 12 75 INLET_0 bang; #X text 12 95 OUTLET_0 bang audio-dialog; #X text 12 5 KEYWORDS control pd_op; #X restore 562 322 pd META; #X msg 14 239; #X text 226 259 ^-- this message will be saved as part of your patch. click it or [loadbang] it to configure the Audio settings. Make sure it is attached to a [send pd] so that Pd gets the message.; #X connect 0 0 5 0; #X connect 3 0 9 0; #X connect 5 0 1 0; #X connect 5 0 2 0; #X connect 5 0 3 0; #X connect 9 0 4 0;
#N canvas 0 26 611 344 10; #X msg 14 101 bang; #X obj 53 164 pddp/print; #X obj 33 169 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 14 193 prepend set; #X obj 14 268 send pd; #X obj 14 132 get-audio-dialog; #X text 133 83 Open the Audio Settings and click OK to get the data \, then click bang to use them in the patch; #X text 9 23 get the Audio settings to save as part of the patch.; #X msg 14 239; #X text 226 259 ^-- this message will be saved as part of your patch. click it or [loadbang] it to configure the Audio settings. Make sure it is attached to a [send pd] so that Pd gets the message.; #X connect 0 0 5 0; #X connect 3 0 9 0; #X connect 5 0 1 0; #X connect 5 0 2 0; #X connect 5 0 3 0; #X connect 9 0 4 0;
26
control pd_op
get the audio settings to save as part of the patch
create a purr-data patch that matches the following description and keywords.
Description: get the audio settings to save as part of the patch, Keywords: control pd_op
square_root_pan~-help.pd
externals\pan\square_root_pan~-help.pd
#N canvas 0 31 481 346 10; #X obj 5 2 cnv 15 450 20 empty empty square_root_pan~ 2 11 1 18 -233017 -66577 0; #X msg 422 3 pddp; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 284 released under the GNU GPL; #X obj 224 149 hsl 128 20 0 1 0 1 empty empty pan_position 6 10 1 11 -262131 -1 -1 6350 0; #X obj 113 131 osc~ 250; #X obj 113 152 *~ 0.5; #X obj 362 186 tgl 25 0 empty empty DSP 3 12 1 9 -24198 -1 -1 0 1; #X msg 362 218 \; pd dsp \$1; #X text 16 71 The left inlet takes the audio signal and the right inlet takes the control signal with 0 = left \, 1 = right \, and 0.5 = center. ; #X text 16 37 Pan a mono signal using square root panning to smooth out the dead spot in the middle somewhat.; #X obj 113 187 square_root_pan~; #X obj 141 234 dac~ 1 2; #N canvas 464 31 494 344 META 0; #X text 12 175 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL; #X text 12 155 AUTHOR Hans-Christoph Steiner; #X text 12 95 INLET_1 float; #X text 12 75 INLET_0 signal; #X text 12 115 OUTLET_0 signal; #X text 12 135 OUTLET_1 signal; #X text 12 45 DESCRIPTION pan a mono signal using square root panning to smooth out the dead spot in the middle somewhat; #X text 12 5 KEYWORDS signal abstraction; #X restore 425 314 pd META; #X connect 4 0 11 1; #X connect 5 0 6 0; #X connect 6 0 11 0; #X connect 7 0 8 0; #X connect 11 0 12 0; #X connect 11 1 12 1;
#N canvas 0 31 481 346 10; #X msg 422 3 pddp; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 284 released under the GNU GPL; #X obj 224 149 hsl 128 20 0 1 0 1 empty empty pan_position 6 10 1 11 -262131 -1 -1 6350 0; #X obj 113 131 osc~ 250; #X obj 113 152 *~ 0.5; #X obj 362 186 tgl 25 0 empty empty DSP 3 12 1 9 -24198 -1 -1 0 1; #X msg 362 218 \; pd dsp \$1; #X text 16 71 The left inlet takes the audio signal and the right inlet takes the control signal with 0 = left \, 1 = right \, and 0.5 = center. ; #X text 16 37 Pan a mono signal using square root panning to smooth out the dead spot in the middle somewhat.; #X obj 113 187 square_root_pan~; #X obj 141 234 dac~ 1 2; #X connect 4 0 11 1; #X connect 5 0 6 0; #X connect 6 0 11 0; #X connect 7 0 8 0; #X connect 11 0 12 0; #X connect 11 1 12 1;
31
signal abstraction
pan a mono signal using square root panning to smooth out the dead spot in the middle somewhat
create a purr-data patch that matches the following description and keywords.
Description: pan a mono signal using square root panning to smooth out the dead spot in the middle somewhat, Keywords: signal abstraction
noquit-help.pd
externals\hcs\noquit-help.pd
#N canvas 0 26 420 305 10; #X obj 64 222 noquit; #X obj 64 107 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X msg 81 131 bang; #X msg 97 155 reset; #X msg 108 178 quit; #X obj 9 7 cnv 15 400 30 empty empty noquit 20 16 0 14 -261682 -66577 0; #X obj 64 250 bng 35 250 50 0 empty empty bang_on_quit 38 17 0 12 -261234 -1 -1; #X msg 108 198 quitnow; #X text 159 177 quit in the normal way; #X text 88 106 override/reset quitting; #X text 118 132 override quitting; #X text 139 153 re-enable normal quit function; #X text 159 197 quit now without any confirmation at all; #X text 34 58 override quitting Pd for installations \, performances \, etc.; #N canvas 280 175 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 115 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control abstraction pd_op; #X text 12 45 DESCRIPTION override quitting Pd for installations \, performances \, etc.; #X text 12 75 INLET_0 float bang reset quit quitnow; #X text 12 95 OUTLET_0 bang; #X restore 371 284 pd META; #X connect 0 0 6 0; #X connect 1 0 0 0; #X connect 2 0 0 0; #X connect 3 0 0 0; #X connect 4 0 0 0; #X connect 7 0 0 0;
#N canvas 0 26 420 305 10; #X obj 64 222 noquit; #X obj 64 107 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X msg 81 131 bang; #X msg 97 155 reset; #X msg 108 178 quit; #X obj 64 250 bng 35 250 50 0 empty empty bang_on_quit 38 17 0 12 -261234 -1 -1; #X msg 108 198 quitnow; #X text 159 177 quit in the normal way; #X text 88 106 override/reset quitting; #X text 118 132 override quitting; #X text 139 153 re-enable normal quit function; #X text 159 197 quit now without any confirmation at all; #X text 34 58 override quitting Pd for installations \, performances \, etc.; #X connect 0 0 6 0; #X connect 1 0 0 0; #X connect 2 0 0 0; #X connect 3 0 0 0; #X connect 4 0 0 0; #X connect 7 0 0 0;
30
control abstraction pd_op
override quitting Pd for installations \, performances \, etc.
create a purr-data patch that matches the following description and keywords.
Description: override quitting Pd for installations \, performances \, etc., Keywords: control abstraction pd_op
icep~-help.pd
externals\creb\doc\icep~-help.pd
#N canvas 0 26 488 228 10; #X text 229 45 backward cepstrum; #X text 229 64 using normalized fft/ifft objects; #N canvas 331 92 494 506 META 0; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 105 OUTLET_0 signal; #X text 12 45 DESCRIPTION backward cepstrum; #X text 12 65 INLET_0 signal; #X text 12 85 INLET_1 signal; #X text 12 125 OUTLET_1 signal; #X text 12 5 KEYWORDS signal abstraction needs_work (example patch) ; #X text 12 25 LICENSE GPL v2; #X text 12 145 AUTHOR Tom Schouten <[email protected]>; #X restore 438 207 pd META; #X obj 151 51 icep~;
#N canvas 0 26 488 228 10; #X text 229 45 backward cepstrum; #X text 229 64 using normalized fft/ifft objects; #X obj 151 51 icep~;
15
signal abstraction needs_work (example patch)
backward cepstrum
create a purr-data patch that matches the following description and keywords.
Description: backward cepstrum, Keywords: signal abstraction needs_work (example patch)
gnome-screensaver-help.pd
externals\hcs\grabbag\gnome-screensaver-help.pd
#N canvas 0 31 450 300 10; #X obj 109 129 gnome-screensaver; #X obj 109 108 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 68 58 activate/deactivate the gnome-screensaver; #N canvas 404 246 494 344 META 0; #X text 12 105 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 85 AUTHOR Hans-Christoph Steiner; #X text 12 65 INLET_0 float; #X text 12 5 KEYWORDS control filesystem; #X text 12 45 DESCRIPTION activate/deactivate the gnome-screensaver ; #X restore 392 266 pd META; #X connect 1 0 0 0;
#N canvas 0 31 450 300 10; #X obj 109 129 gnome-screensaver; #X obj 109 108 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X text 68 58 activate/deactivate the gnome-screensaver; #X connect 1 0 0 0;
13
control filesystem
activate/deactivate the gnome-screensaver
create a purr-data patch that matches the following description and keywords.
Description: activate/deactivate the gnome-screensaver, Keywords: control filesystem
all_about_expr_multiline.pd
packages\win64_inno\build\doc\5.reference\all_about_expr_multiline.pd
#N canvas 434 59 448 282 10; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header expr_multiline 20 10 1 18 -261106 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X floatatom 23 196 5 0 0 0 - - -, f 5; #X floatatom 102 196 5 0 0 0 - - -, f 5; #X floatatom 23 93 5 0 0 0 - - -, f 5; #X floatatom 181 196 0 0 0 0 - - -; #X floatatom 260 196 5 0 0 0 - - -, f 5; #X obj 23 119 expr $f1 \; $f1 * 2 \; pow($f1 \, 2) \; if($f1%128 < 64 \, $f1%128 \, 128 - $f1%128); #X text 260 227 back down; #X text 259 213 count to 64 \, then; #X text 20 37 A semicolon can be used to enter multiple expressions in [expr] \, [expr~] \, and [fexpr~]. For each new statement \, an extra outlet is added to the object.; #X text 273 174 semicolon; #X text 272 165 doesn't require a; #X text 272 155 the last statement; #X obj 1 260 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 380 135 494 156 META 0; #X text 12 105 HELP_PATCH_AUTHORS Dave Sabine \, May 5 \, 2003 . Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 45 KEYWORDS conversion; #X text 12 85 LIBRARY PDDP; #X text 12 65 DESCRIPTION Like to enter multiple expressions inside expr? You can if you want \, and this patch tells you how...; #X text 12 25 NAME expr fexpr~ expr~ all_about_pd; #X restore 392 262 pd META; #N canvas 224 164 428 129 Related_objects 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261106 -33289 0; #X text 7 2 [expr] Multiline- Related Objects; #X restore 103 262 pd Related_objects; #X obj 6 262 pddp/pddplink all_about.pd -text All About Pd; #X connect 4 0 7 0; #X connect 7 0 2 0; #X connect 7 1 3 0; #X connect 7 2 5 0; #X connect 7 3 6 0;
#N canvas 434 59 448 282 10; #X floatatom 23 196 5 0 0 0 - - -, f 5; #X floatatom 102 196 5 0 0 0 - - -, f 5; #X floatatom 23 93 5 0 0 0 - - -, f 5; #X floatatom 181 196 0 0 0 0 - - -; #X floatatom 260 196 5 0 0 0 - - -, f 5; #X obj 23 119 expr $f1 \; $f1 * 2 \; pow($f1 \, 2) \; if($f1%128 < 64 \, $f1%128 \, 128 - $f1%128); #X text 260 227 back down; #X text 259 213 count to 64 \, then; #X text 20 37 A semicolon can be used to enter multiple expressions in [expr] \, [expr~] \, and [fexpr~]. For each new statement \, an extra outlet is added to the object.; #X text 273 174 semicolon; #X text 272 165 doesn't require a; #X text 272 155 the last statement; #X connect 4 0 7 0; #X connect 7 0 2 0; #X connect 7 1 3 0; #X connect 7 2 5 0; #X connect 7 3 6 0;
33
conversion
Like to enter multiple expressions inside expr? You can if you want \, and this patch tells you how...
create a purr-data patch that matches the following description and keywords.
Description: Like to enter multiple expressions inside expr? You can if you want \, and this patch tells you how..., Keywords: conversion
strippath-help.pd
externals\ext13\strippath-help.pd
#N canvas 0 22 454 304 10; #X obj 113 163 ext13/strippath; #X symbolatom 113 196 0 0 0 0 - - -; #X msg 113 109 symbol /this/is/a/testfile.txt; #X msg 58 88 bang; #X obj 58 109 getdir; #N canvas 463 219 494 344 META 0; #X text 12 125 RELEASE_DATE 2009-06-12; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 105 AUTHOR [email protected]; #X text 12 25 LICENSE GPL v2; #X text 12 45 DESCRIPTION remove path from a filename; #X text 12 85 INLET_1 symbol; #X text 12 65 INLET_0 bang symbol; #X text 12 5 KEYWORDS control symbol_op filter; #X restore 370 271 pd META; #X text 112 24 remove path from a filename; #X connect 0 0 1 0; #X connect 2 0 0 0; #X connect 3 0 4 0; #X connect 4 0 0 0;
#N canvas 0 22 454 304 10; #X obj 113 163 ext13/strippath; #X symbolatom 113 196 0 0 0 0 - - -; #X msg 113 109 symbol /this/is/a/testfile.txt; #X msg 58 88 bang; #X obj 58 109 getdir; #X text 112 24 remove path from a filename; #X connect 0 0 1 0; #X connect 2 0 0 0; #X connect 3 0 4 0; #X connect 4 0 0 0;
21
control symbol_op filter
remove path from a filename
create a purr-data patch that matches the following description and keywords.
Description: remove path from a filename, Keywords: control symbol_op filter
equal_power_pan~-help.pd
externals\pan\equal_power_pan~-help.pd
#N canvas 0 31 485 328 10; #X obj 5 2 cnv 15 450 20 empty empty equal_power_pan~ 2 11 1 18 -233017 -66577 0; #X msg 422 3 pddp; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 284 released under the GNU GPL; #X obj 224 149 hsl 128 20 0 1 0 1 empty empty pan_position 6 10 1 11 -262131 -1 -1 0 0; #X obj 113 131 osc~ 250; #X obj 113 152 *~ 0.5; #X obj 362 186 tgl 25 0 empty empty DSP 3 12 1 9 -24198 -1 -1 0 1; #X msg 362 218 \; pd dsp \$1; #X text 16 71 The left inlet takes the audio signal and the right inlet takes the control signal with 0 = left \, 1 = right \, and 0.5 = center. ; #X text 16 37 Pan a mono signal using square root panning to smooth out the dead spot in the middle somewhat.; #X obj 141 234 dac~ 1 2; #X obj 113 187 equal_power_pan~; #N canvas 504 253 494 344 META 0; #X text 12 175 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL; #X text 12 155 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION pan a mono signal using square root panning to smooth out the dead spot in the middle somewhat; #X text 12 5 KEYWORDS signal abstraction; #X text 12 95 INLET_1 float; #X text 12 75 INLET_0 signal; #X text 12 115 OUTLET_0 signal; #X text 12 135 OUTLET_1 signal; #X restore 432 299 pd META; #X connect 4 0 12 1; #X connect 5 0 6 0; #X connect 6 0 12 0; #X connect 7 0 8 0; #X connect 12 0 11 0; #X connect 12 1 11 1;
#N canvas 0 31 485 328 10; #X msg 422 3 pddp; #X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 284 released under the GNU GPL; #X obj 224 149 hsl 128 20 0 1 0 1 empty empty pan_position 6 10 1 11 -262131 -1 -1 0 0; #X obj 113 131 osc~ 250; #X obj 113 152 *~ 0.5; #X obj 362 186 tgl 25 0 empty empty DSP 3 12 1 9 -24198 -1 -1 0 1; #X msg 362 218 \; pd dsp \$1; #X text 16 71 The left inlet takes the audio signal and the right inlet takes the control signal with 0 = left \, 1 = right \, and 0.5 = center. ; #X text 16 37 Pan a mono signal using square root panning to smooth out the dead spot in the middle somewhat.; #X obj 141 234 dac~ 1 2; #X obj 113 187 equal_power_pan~; #X connect 4 0 12 1; #X connect 5 0 6 0; #X connect 6 0 12 0; #X connect 7 0 8 0; #X connect 12 0 11 0; #X connect 12 1 11 1;
31
signal abstraction
pan a mono signal using square root panning to smooth out the dead spot in the middle somewhat
create a purr-data patch that matches the following description and keywords.
Description: pan a mono signal using square root panning to smooth out the dead spot in the middle somewhat, Keywords: signal abstraction
dsfosc~-help.pd
externals\creb\doc\dsfosc~-help.pd
#N canvas 0 26 447 341 10; #X text 59 21 complex form of the discrete summation oscillator; #X text 62 38 (1-az^n)/(1-az) \, with z = e^(jw); #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 105 INLET_1 float; #X text 12 125 INLET_2 float; #X text 12 145 OUTLET_0 signal; #X text 12 85 INLET_0 signal; #X text 12 165 OUTLET_1 signal; #X text 12 5 KEYWORDS signal abstraction oscillator needs_work (example patch); #X text 12 185 AUTHOR Tom Schouten <[email protected]>; #X text 12 35 LICENSE GPL v2; #X text 12 55 DESCRIPTION complex form of the discrete summation oscillator ; #X restore 394 317 pd META; #X obj 72 104 dsfosc~;
#N canvas 0 26 447 341 10; #X text 59 21 complex form of the discrete summation oscillator; #X text 62 38 (1-az^n)/(1-az) \, with z = e^(jw); #X obj 72 104 dsfosc~;
16
signal abstraction oscillator needs_work (example patch)
complex form of the discrete summation oscillator
create a purr-data patch that matches the following description and keywords.
Description: complex form of the discrete summation oscillator, Keywords: signal abstraction oscillator needs_work (example patch)
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
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