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
snaps~-help.pd
abstractions\jmmmp\snaps~-help.pd
#N canvas 125 122 408 275 10; #X text 12 227 (C) 2006 Jo�o Pais - [email protected]; #X text 12 247 Released under the BSD License; #X text 276 100 Inlets; #X text 276 170 Outlets; #X text 276 50 Arguments; #X msg 136 66 500; #X text 175 75 Velocity (ms); #X floatatom 26 147 5 0 0 0 - - -; #X obj 26 107 osc~ 0.5; #X text 276 70 - Meter speed (ms); #X text 276 120 - Signal; #X text 276 140 - Meter speed (ms); #X text 276 190 - Signal level; #X obj 26 127 snaps~; #X msg 146 86 50; #X obj 26 177 dsp01; #X text 12 10 [snaps~] - snapshot~ GUI implementation; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <[email protected]>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 12 6 DESCRIPTION snapshot~ GUI implementation; #X text 12 36 KEYWORDS snapshot~ GUI; #X text 12 135 VERSION 2006; #X text 14 165 INLET_0 - Signal; #X text 14 185 INLET_1 - Meter speed (ms); #X text 14 205 OUTLET_0 - Signal level; #X restore 352 246 pd META; #X connect 5 0 13 1; #X connect 8 0 13 0; #X connect 13 0 7 0; #X connect 14 0 13 1;
#N canvas 125 122 408 275 10; #X text 12 227 (C) 2006 Jo�o Pais - [email protected]; #X text 12 247 Released under the BSD License; #X text 276 100 Inlets; #X text 276 170 Outlets; #X text 276 50 Arguments; #X msg 136 66 500; #X text 175 75 Velocity (ms); #X floatatom 26 147 5 0 0 0 - - -; #X obj 26 107 osc~ 0.5; #X text 276 70 - Meter speed (ms); #X text 276 120 - Signal; #X text 276 140 - Meter speed (ms); #X text 276 190 - Signal level; #X obj 26 127 snaps~; #X msg 146 86 50; #X obj 26 177 dsp01; #X text 12 10 [snaps~] - snapshot~ GUI implementation; #X connect 5 0 13 1; #X connect 8 0 13 0; #X connect 13 0 7 0; #X connect 14 0 13 1;
34
snapshot~ GUI
snapshot~ GUI implementation
create a purr-data patch that matches the following description and keywords.
Description: snapshot~ GUI implementation, Keywords: snapshot~ GUI
filesize-help.pd
externals\ext13\filesize-help.pd
#N canvas 0 31 450 297 10; #N canvas 463 219 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 125 AUTHOR [email protected]; #X text 12 45 LICENSE GPL v2; #X text 12 5 ALIAS fsize; #X text 12 25 KEYWORDS control filesystem; #X text 12 65 DESCRIPTION get the size of a file in bytes; #X text 12 85 INLET_0 symbol bang; #X text 12 105 OUTLET_0 float; #X restore 391 267 pd META; #X obj 111 164 filesize; #X msg 111 94 symbol filesize-help.pd; #X floatatom 111 198 5 0 0 0 - - -; #X obj 123 29 fsize; #X obj 27 29 filesize; #X text 92 29 or; #X text 172 29 - get the size of a file in bytes; #X obj 129 129 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X text 153 126 return last value; #X connect 1 0 3 0; #X connect 2 0 1 0; #X connect 8 0 1 0;
#N canvas 0 31 450 297 10; #X obj 111 164 filesize; #X msg 111 94 symbol filesize-help.pd; #X floatatom 111 198 5 0 0 0 - - -; #X obj 123 29 fsize; #X obj 27 29 filesize; #X text 92 29 or; #X text 172 29 - get the size of a file in bytes; #X obj 129 129 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X text 153 126 return last value; #X connect 1 0 3 0; #X connect 2 0 1 0; #X connect 8 0 1 0;
23
control filesystem
get the size of a file in bytes
create a purr-data patch that matches the following description and keywords.
Description: get the size of a file in bytes, Keywords: control filesystem
2.create_new_abstract.pd
pd\doc\manuals\pd-msg\5.examples\2.create_new_abstract.pd
#N canvas 260 113 505 524 10; #X msg 77 224 msg 10 10 bang; #X msg 77 272 obj 10 40 metro 500; #X msg 77 248 floatatom 100 10 7 50 5000; #X msg 77 344 obj 10 70 random 127; #X msg 77 392 floatatom 10 100 5; #X msg 78 440 text 10 130 That's it !; #X obj 30 475 s pd-new; #X msg 77 296 connect 0 0 2 0; #X msg 77 319 connect 1 0 2 1; #X msg 77 368 connect 2 0 3 0; #X msg 77 416 connect 3 0 4 0; #X msg 40 79 \; pd filename new ./ \; #N canvas \; #X pop 1 \;; #X text 53 59 click here first; #X text 28 176 And then we fill it with the way describe in 1.add_objects.pd ; #X text 26 15 This describe how to create a new abstraction :; #X msg 290 457 menuclose; #X text 294 483 this will kill it !; #N canvas 458 158 494 396 META 0; #X text 12 85 HELP_PATCH_AUTHORS Damien Henry. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 55 DESCRIPTION creating a pd patch dynamically; #X text 12 25 KEYWORDS control canvas_op nonlocal dynamic_patching tutorial; #X restore 448 496 pd META; #X connect 0 0 6 0; #X connect 1 0 6 0; #X connect 2 0 6 0; #X connect 3 0 6 0; #X connect 4 0 6 0; #X connect 5 0 6 0; #X connect 7 0 6 0; #X connect 8 0 6 0; #X connect 9 0 6 0; #X connect 10 0 6 0; #X connect 15 0 6 0;
#N canvas 260 113 505 524 10; #X msg 77 224 msg 10 10 bang; #X msg 77 272 obj 10 40 metro 500; #X msg 77 248 floatatom 100 10 7 50 5000; #X msg 77 344 obj 10 70 random 127; #X msg 77 392 floatatom 10 100 5; #X msg 78 440 text 10 130 That's it !; #X obj 30 475 s pd-new; #X msg 77 296 connect 0 0 2 0; #X msg 77 319 connect 1 0 2 1; #X msg 77 368 connect 2 0 3 0; #X msg 77 416 connect 3 0 4 0; #X msg 40 79 \; pd filename new ./ \; #N canvas \; #X pop 1 \;; #X text 53 59 click here first; #X text 28 176 And then we fill it with the way describe in 1.add_objects.pd ; #X text 26 15 This describe how to create a new abstraction :; #X msg 290 457 menuclose; #X text 294 483 this will kill it !; #X connect 0 0 6 0; #X connect 1 0 6 0; #X connect 2 0 6 0; #X connect 3 0 6 0; #X connect 4 0 6 0; #X connect 5 0 6 0; #X connect 7 0 6 0; #X connect 8 0 6 0; #X connect 9 0 6 0; #X connect 10 0 6 0; #X connect 15 0 6 0;
34
control canvas_op nonlocal dynamic_patching tutorial
creating a pd patch dynamically
create a purr-data patch that matches the following description and keywords.
Description: creating a pd patch dynamically, Keywords: control canvas_op nonlocal dynamic_patching tutorial
eadh~-help.pd
externals\creb\doc\eadh~-help.pd
#N canvas 0 26 319 228 10; #N canvas 36 104 494 367 META 0; #X text 12 185 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 85 INLET_1 float; #X text 12 165 AUTHOR Tom Shouten; #X text 12 105 INLET_2 float; #X text 12 145 OUTLET_0 signal; #X text 12 45 DESCRIPTION exponential attack decay (with hold == duration) ; #X text 12 65 INLET_0 bang; #X text 12 125 INLET_3 float; #X text 12 5 KEYWORDS signal abstraction ramp needs_work (example patch) ; #X text 12 25 LICENSE GPL v2; #X restore 268 207 pd META; #X obj 63 81 eadh~; #X text 12 31 exponential attack decay (with hold == duration);
#N canvas 0 26 319 228 10; #X obj 63 81 eadh~; #X text 12 31 exponential attack decay (with hold == duration);
15
signal abstraction ramp needs_work (example patch)
exponential attack decay (with hold == duration)
create a purr-data patch that matches the following description and keywords.
Description: exponential attack decay (with hold == duration), Keywords: signal abstraction ramp needs_work (example patch)
all_about_libraries.pd
packages\win64_inno\build\doc\5.reference\all_about_libraries.pd
#N canvas 429 58 448 238 10; #X declare; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header libraries 20 10 1 18 -261106 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 216 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 374 81 494 169 META 0; #X text 12 85 LIBRARY PDDP; #X text 12 105 HELP_PATCH_AUTHORS Dave Sabine \, May 5 \, 2003 . Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42. Some info was pulled from puredata.info; #X text 12 65 DESCRIPTION how pure data libraries are loaded; #X text 12 45 KEYWORDS needs_work all_about_pd; #X restore 392 218 pd META; #N canvas 216 143 428 105 Related_objects 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261106 -33289 0; #X text 7 2 Libraries - Related Objects; #X obj 22 42 declare; #X obj 22 72 import; #X restore 103 218 pd Related_objects; #X obj 6 218 pddp/pddplink all_about.pd -text All About Pd; #X text 20 37 Explain what libraries are \, how to load them \, and any missing features that are currently being worked on.; #N canvas 14 48 428 166 How_to_load_libraries 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 20 10 1 18 -261106 -33289 0; #X text 7 1 How to load libraries; #X text 19 36 Ways to load libraries: command line \, declare \, import \, any others?; #X restore 43 81 pd How_to_load_libraries; #N canvas 9 155 428 240 What_happens_when_you_load_a_library 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 20 10 1 18 -261106 -33289 0; #X text 7 1 What happens when you load a library?; #X text 19 37 Describe what happens \, and maybe give one or two examples... ; #X restore 43 111 pd What_happens_when_you_load_a_library; #N canvas 7 69 428 112 Loading_libs_in_an_abstraction 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 20 10 1 18 -261106 -33289 0; #X text 7 1 Loading libs in an abstraction; #X text 20 37 Info here...; #X restore 43 141 pd Loading_libs_in_an_abstraction;
#N canvas 429 58 448 238 10; #X declare; #X text 20 37 Explain what libraries are \, how to load them \, and any missing features that are currently being worked on.;
34
needs_work all_about_pd
how pure data libraries are loaded
create a purr-data patch that matches the following description and keywords.
Description: how pure data libraries are loaded, Keywords: needs_work all_about_pd
operating_system-help.pd
externals\zexy\reference\operating_system-help.pd
#N canvas 6 6 450 223 10; #X obj 77 40 operating_system; #X text 200 40 which OS are we running; #X symbolatom 75 140 10 0 0 0 - - -; #X msg 75 72 bang; #X obj 75 164 select linux windows macos; #X obj 75 190 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 134 190 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 193 191 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 75 108 operating_system; #X text 293 8 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 105 AUTHOR IOhannes m zmoelnig; #X text 12 5 KEYWORDS control filesystem; #X text 12 45 DESCRIPTION which OS are we running; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_0 symbol; #X restore 395 196 pd META; #X connect 2 0 4 0; #X connect 3 0 8 0; #X connect 4 0 5 0; #X connect 4 1 6 0; #X connect 4 2 7 0; #X connect 8 0 2 0;
#N canvas 6 6 450 223 10; #X obj 77 40 operating_system; #X text 200 40 which OS are we running; #X symbolatom 75 140 10 0 0 0 - - -; #X msg 75 72 bang; #X obj 75 164 select linux windows macos; #X obj 75 190 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 134 190 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 193 191 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 75 108 operating_system; #X text 293 8 part of zexy; #X connect 2 0 4 0; #X connect 3 0 8 0; #X connect 4 0 5 0; #X connect 4 1 6 0; #X connect 4 2 7 0; #X connect 8 0 2 0;
26
control filesystem
which OS are we running
create a purr-data patch that matches the following description and keywords.
Description: which OS are we running, Keywords: control filesystem
strcat-help.pd
externals\markex\strcat-help.pd
#N canvas 1 53 454 304 10; #X obj 181 131 strcat foo; #X msg 147 58 symbol bar; #X symbolatom 181 182 0 0 0 0 - - -; #X text 16 255 [strcat] prepends its text to any symbol that is sent to it.; #X msg 173 79 symbol kneipe; #X msg 195 101 symbol d; #N canvas 457 170 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 115 AUTHOR Mark Danks; #X text 12 25 LICENSE GPL v2; #X text 12 45 DESCRIPTION prepend text to any symbol that is sent to the inlet; #X text 12 75 INLET_0 symbol; #X text 12 95 OUTLET_0 symbol; #X text 12 5 KEYWORDS control symbol_op; #X restore 401 276 pd META; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 4 0 0 0; #X connect 5 0 0 0;
#N canvas 1 53 454 304 10; #X obj 181 131 strcat foo; #X msg 147 58 symbol bar; #X symbolatom 181 182 0 0 0 0 - - -; #X text 16 255 [strcat] prepends its text to any symbol that is sent to it.; #X msg 173 79 symbol kneipe; #X msg 195 101 symbol d; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 4 0 0 0; #X connect 5 0 0 0;
20
control symbol_op
prepend text to any symbol that is sent to the inlet
create a purr-data patch that matches the following description and keywords.
Description: prepend text to any symbol that is sent to the inlet, Keywords: control symbol_op
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
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
upsample-help.pd
externals\mapping\upsample-help.pd
#N canvas 1 53 367 339 10; #X msg 83 96 1; #X obj 83 226 print; #X obj 204 227 print ---------; #X obj 83 140 trigger float bang; #X obj 98 119 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 83 200 upsample 3; #X obj 158 177 hsl 128 15 0 10 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X floatatom 162 201 5 0 0 0 - - -; #N canvas 465 169 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 85 INLET_1 float; #X text 12 125 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 5 KEYWORDS control abstraction; #X text 12 45 DESCRIPTION increase the sampling rate; #X text 12 65 INLET_0 anything; #X text 12 105 OUTLET_0 list; #X restore 307 309 pd META; #X text 79 72 increase the sampling rate; #X connect 0 0 3 0; #X connect 3 0 5 0; #X connect 3 1 2 0; #X connect 4 0 3 0; #X connect 5 0 1 0; #X connect 6 0 5 1; #X connect 6 0 7 0;
#N canvas 1 53 367 339 10; #X msg 83 96 1; #X obj 83 226 print; #X obj 204 227 print ---------; #X obj 83 140 trigger float bang; #X obj 98 119 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 83 200 upsample 3; #X obj 158 177 hsl 128 15 0 10 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X floatatom 162 201 5 0 0 0 - - -; #X text 79 72 increase the sampling rate; #X connect 0 0 3 0; #X connect 3 0 5 0; #X connect 3 1 2 0; #X connect 4 0 3 0; #X connect 5 0 1 0; #X connect 6 0 5 1; #X connect 6 0 7 0;
27
control abstraction
increase the sampling rate
create a purr-data patch that matches the following description and keywords.
Description: increase the sampling rate, Keywords: control abstraction
lattice3-help.pd
externals\creb\doc\lattice3-help.pd
#N canvas 0 26 450 300 10; #X text 22 4 expand harmonic lattice vector in the (2 \, 3/2 \, 5/4) basis; #N canvas 331 92 494 345 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 85 OUTLET_0 signal; #X text 12 65 INLET_0 signal; #X text 12 45 DESCRIPTION expand a 3D harmonic lattice vector; #X text 12 5 KEYWORDS control abstraction needs_work (example patch) ; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Tom Schouten <[email protected]>; #X restore 391 275 pd META; #X obj 74 93 lattice3;
#N canvas 0 26 450 300 10; #X text 22 4 expand harmonic lattice vector in the (2 \, 3/2 \, 5/4) basis; #X obj 74 93 lattice3;
12
control abstraction needs_work (example patch)
expand a 3D harmonic lattice vector
create a purr-data patch that matches the following description and keywords.
Description: expand a 3D harmonic lattice vector, Keywords: control abstraction needs_work (example patch)
vector+-help.pd
externals\markex\vector+-help.pd
#N canvas 715 331 450 300 10; #N canvas 753 488 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 12 45 DESCRIPTION adds a constant offset to a vector; #X text 13 96 INLET_1 float; #X restore 393 265 pd META; #X msg 64 86 1 2 3; #X msg 175 86 10; #X text 27 25 MarkEx vector operation: add a constant offset to a vector ; #X text 52 248 a "vector" is simply a list of numbers.; #X obj 64 147 print vector+; #X obj 64 116 vector+ 42; #X connect 1 0 6 0; #X connect 2 0 6 1; #X connect 6 0 5 0;
#N canvas 715 331 450 300 10; #X msg 64 86 1 2 3; #X msg 175 86 10; #X text 27 25 MarkEx vector operation: add a constant offset to a vector ; #X text 52 248 a "vector" is simply a list of numbers.; #X obj 64 147 print vector+; #X obj 64 116 vector+ 42; #X connect 1 0 6 0; #X connect 2 0 6 1; #X connect 6 0 5 0;
20
control vector
adds a constant offset to a vector
create a purr-data patch that matches the following description and keywords.
Description: adds a constant offset to a vector, Keywords: control vector
file_type-help.pd
externals\hcs\file_type-help.pd
#N canvas 0 26 422 304 10; #X obj 180 210 file_type; #X obj 181 41 bng 15 250 50 0 empty empty empty 0 -6 0 8 -24198 -1 -1; #X obj 181 59 openpanel; #X msg 203 118 symbol /usr/bin/gcc; #X obj 239 235 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 258 236 bang if no match; #X msg 206 142 symbol /dev/tty; #X obj 181 96 symbol; #X msg 141 76 bang; #X symbolatom 179 262 0 0 0 0 file_type - -; #X obj 207 185 folder_list; #X msg 207 166 symbol /tmp/ssh-*/agent.*; #X msg 83 148 symbol /usr; #X msg 25 129 symbol /tmp; #X text 16 10 find the file type of a file; #N canvas 392 173 494 344 META 0; #X text 12 144 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 filesystem; #X text 12 45 DESCRIPTION find the file type of a file; #X text 12 65 INLET_0 symbol; #X text 12 85 OUTLET_0 symbol; #X text 12 105 OUTLET_1 bang; #X restore 372 282 pd META; #X connect 0 0 9 0; #X connect 0 1 4 0; #X connect 1 0 2 0; #X connect 2 0 7 0; #X connect 3 0 0 0; #X connect 6 0 0 0; #X connect 7 0 0 0; #X connect 8 0 7 0; #X connect 10 0 0 0; #X connect 11 0 10 0; #X connect 12 0 0 0; #X connect 13 0 0 0;
#N canvas 0 26 422 304 10; #X obj 180 210 file_type; #X obj 181 41 bng 15 250 50 0 empty empty empty 0 -6 0 8 -24198 -1 -1; #X obj 181 59 openpanel; #X msg 203 118 symbol /usr/bin/gcc; #X obj 239 235 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 258 236 bang if no match; #X msg 206 142 symbol /dev/tty; #X obj 181 96 symbol; #X msg 141 76 bang; #X symbolatom 179 262 0 0 0 0 file_type - -; #X obj 207 185 folder_list; #X msg 207 166 symbol /tmp/ssh-*/agent.*; #X msg 83 148 symbol /usr; #X msg 25 129 symbol /tmp; #X text 16 10 find the file type of a file; #X connect 0 0 9 0; #X connect 0 1 4 0; #X connect 1 0 2 0; #X connect 2 0 7 0; #X connect 3 0 0 0; #X connect 6 0 0 0; #X connect 7 0 0 0; #X connect 8 0 7 0; #X connect 10 0 0 0; #X connect 11 0 10 0; #X connect 12 0 0 0; #X connect 13 0 0 0;
38
control symbol_op filesystem
find the file type of a file
create a purr-data patch that matches the following description and keywords.
Description: find the file type of a file, Keywords: control symbol_op filesystem
vectorpack-help.pd
externals\markex\vectorpack-help.pd
#N canvas 252 599 522 314 10; #N canvas 456 153 494 344 META 0; #X text 12 125 AUTHOR Mark Danks; #X text 12 25 LICENSE GPL v2; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42. \, helppatch by IOhannes m zmölnig; #X text 12 5 KEYWORDS control vector; #X text 12 65 INLET_0 list; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 list; #X text 11 45 DESCRIPTION append a single value to a vector; #X restore 388 269 pd META; #X msg 64 86 1 2 3; #X msg 175 86 7; #X obj 64 116 vectorpack 10; #X text 27 25 MarkEx vector operation: create a new vector by appending a float to vector; #X obj 64 146 print vectorpack; #X text 49 183 a more versatile approach is to use the [list append] object:; #X msg 64 216 1 2 3; #X msg 175 216 7; #X obj 64 246 list append 10; #X obj 64 276 print listappend; #X text 212 139 a "vector" is simply a list of numbers.; #X connect 1 0 3 0; #X connect 2 0 3 1; #X connect 3 0 5 0; #X connect 7 0 9 0; #X connect 8 0 9 1; #X connect 9 0 10 0;
#N canvas 252 599 522 314 10; #X msg 64 86 1 2 3; #X msg 175 86 7; #X obj 64 116 vectorpack 10; #X text 27 25 MarkEx vector operation: create a new vector by appending a float to vector; #X obj 64 146 print vectorpack; #X text 49 183 a more versatile approach is to use the [list append] object:; #X msg 64 216 1 2 3; #X msg 175 216 7; #X obj 64 246 list append 10; #X obj 64 276 print listappend; #X text 212 139 a "vector" is simply a list of numbers.; #X connect 1 0 3 0; #X connect 2 0 3 1; #X connect 3 0 5 0; #X connect 7 0 9 0; #X connect 8 0 9 1; #X connect 9 0 10 0;
28
control vector
append a single value to a vector
create a purr-data patch that matches the following description and keywords.
Description: append a single value to a vector, Keywords: control vector
multiplex~-help.pd
externals\zexy\reference\multiplex~-help.pd
#N canvas 0 31 610 291 10; #X obj 75 23 multiplex~; #X obj 72 193 multiplex~ . . . . .; #X text 210 23 multiplex 1-of-n signals to 1 outlet; #X obj 72 139 sig~ 1; #X obj 110 161 sig~ 0.5; #X obj 149 137 sig~ 50; #X obj 227 158 sig~ 0.1; #X floatatom 110 93 4 0 0 0 - - -; #X obj 72 229 env~; #X floatatom 72 255 4 0 0 0 - - -; #X text 156 93 select a signal; #X obj 306 262 mux~; #X text 254 261 alias; #X text 135 214 the number of arguments specifies the number of inlets ; #X text 510 3 part of zexy; #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 multiplex 1-of-n signals to 1 outlet; #X text 12 65 INLET_0 float signal; #X text 12 105 OUTLET_0 signal; #X text 12 85 INLET_1 signal; #X restore 548 263 pd META; #X connect 1 0 8 0; #X connect 3 0 1 0; #X connect 4 0 1 1; #X connect 5 0 1 2; #X connect 6 0 1 4; #X connect 7 0 1 0; #X connect 8 0 9 0;
#N canvas 0 31 610 291 10; #X obj 75 23 multiplex~; #X obj 72 193 multiplex~ . . . . .; #X text 210 23 multiplex 1-of-n signals to 1 outlet; #X obj 72 139 sig~ 1; #X obj 110 161 sig~ 0.5; #X obj 149 137 sig~ 50; #X obj 227 158 sig~ 0.1; #X floatatom 110 93 4 0 0 0 - - -; #X obj 72 229 env~; #X floatatom 72 255 4 0 0 0 - - -; #X text 156 93 select a signal; #X obj 306 262 mux~; #X text 254 261 alias; #X text 135 214 the number of arguments specifies the number of inlets ; #X text 510 3 part of zexy; #X connect 1 0 8 0; #X connect 3 0 1 0; #X connect 4 0 1 1; #X connect 5 0 1 2; #X connect 6 0 1 4; #X connect 7 0 1 0; #X connect 8 0 9 0;
33
signal
multiplex 1-of-n signals to 1 outlet
create a purr-data patch that matches the following description and keywords.
Description: multiplex 1-of-n signals to 1 outlet, Keywords: signal
all_about_libraries.pd
packages\win64_inno\build\doc\5.reference\all_about_libraries.pd
#N canvas 429 58 448 238 10; #X declare; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header libraries 20 10 1 18 -261106 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 216 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 374 81 494 169 META 0; #X text 12 85 LIBRARY PDDP; #X text 12 105 HELP_PATCH_AUTHORS Dave Sabine \, May 5 \, 2003 . Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42. Some info was pulled from puredata.info; #X text 12 65 DESCRIPTION how pure data libraries are loaded; #X text 12 45 KEYWORDS needs_work all_about_pd; #X restore 392 218 pd META; #N canvas 216 143 428 105 Related_objects 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261106 -33289 0; #X text 7 2 Libraries - Related Objects; #X obj 22 42 declare; #X obj 22 72 import; #X restore 103 218 pd Related_objects; #X obj 6 218 pddp/pddplink all_about.pd -text All About Pd; #X text 20 37 Explain what libraries are \, how to load them \, and any missing features that are currently being worked on.; #N canvas 14 48 428 166 How_to_load_libraries 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 20 10 1 18 -261106 -33289 0; #X text 7 1 How to load libraries; #X text 19 36 Ways to load libraries: command line \, declare \, import \, any others?; #X restore 43 81 pd How_to_load_libraries; #N canvas 9 155 428 240 What_happens_when_you_load_a_library 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 20 10 1 18 -261106 -33289 0; #X text 7 1 What happens when you load a library?; #X text 19 37 Describe what happens \, and maybe give one or two examples... ; #X restore 43 111 pd What_happens_when_you_load_a_library; #N canvas 7 69 428 112 Loading_libs_in_an_abstraction 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 20 10 1 18 -261106 -33289 0; #X text 7 1 Loading libs in an abstraction; #X text 20 37 Info here...; #X restore 43 141 pd Loading_libs_in_an_abstraction;
#N canvas 429 58 448 238 10; #X declare; #X text 20 37 Explain what libraries are \, how to load them \, and any missing features that are currently being worked on.;
34
needs_work all_about_pd
how pure data libraries are loaded
create a purr-data patch that matches the following description and keywords.
Description: how pure data libraries are loaded, Keywords: needs_work all_about_pd
all_about.pd
packages\win64_inno\build\doc\5.reference\all_about.pd
#N canvas 434 184 447 377 10; #X obj 2 -3 cnv 15 445 20 empty \$0-pddp.cnv.header all_about_pd 19 11 1 18 -261106 -33289 0; #X obj 407 0 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 352 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 444 363 420 149 META 0; #X text 12 85 HELP_PATCH_AUTHORS Dave Sabine \, May 5 \, 2003 . Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 65 LIBRARY PDDP; #X text 12 45 DESCRIPTION general info for Pure Data; #X text 12 25 KEYWORDS needs_work all_about_pd; #X restore 392 354 pd META; #N canvas 213 407 428 105 Related_objects 0; #X text 31 37 Hm...what to put here?; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261106 -33289 0; #X text 7 2 All About Pd- Related Objects; #X restore 103 354 pd Related_objects; #X obj 6 354 pddp/pddplink all_about.pd -text All About Pd; #X obj 24 254 pddp/pddplink cyclone/all_about_cyclone.pd; #X text 20 32 The "All About Pd" collection is a detailed reference for key concepts \, objects \, and settings in Pure Data.; #X obj 23 161 pddp/pddplink all_about_atoms.pd -text 1) All About Atoms ; #X obj 23 181 pddp/pddplink all_about_messages.pd -text 2) All About Messages; #X obj 23 201 pddp/pddplink all_about_arrays.pd -text 3) All About Arrays; #X text 20 67 If you're just getting started \, it may be helpful to take a few minutes to read the following patches:; #X text 20 222 If you're coming from Max/MSP/Jitter \, have a look at the cyclone library for compatible objects:; #X text 5 315 All PDDP help patches have a link to a general help file in the bottom left-hand corner.; #X text 20 277 There are many more "All About..." patches:; #X obj 20 294 pddp/pddplink all_about_index.pd; #X text 20 142 For a brief introduction to data and messages in Pd \, see:; #X obj 23 99 pddp/pddplink all_about_getting_help.pd -text Pure Data Tutorials and Resources; #X obj 23 119 pddp/pddplink all_about_help_patches.pd -text Usage Guide for Internal Pd Objects;
#N canvas 434 184 447 377 10; #X obj 2 -3 cnv 15 445 20 empty \$0-pddp.cnv.header all_about_pd 19 11 1 18 -261106 -33289 0; #X text 20 32 The "All About Pd" collection is a detailed reference for key concepts \, objects \, and settings in Pure Data.; #X text 20 67 If you're just getting started \, it may be helpful to take a few minutes to read the following patches:; #X text 20 222 If you're coming from Max/MSP/Jitter \, have a look at the cyclone library for compatible objects:; #X text 5 315 All PDDP help patches have a link to a general help file in the bottom left-hand corner.; #X text 20 277 There are many more "All About..." patches:; #X text 20 142 For a brief introduction to data and messages in Pd \, see:;
29
needs_work all_about_pd
general info for Pure Data
create a purr-data patch that matches the following description and keywords.
Description: general info for Pure Data, Keywords: needs_work all_about_pd
tabdump2-help.pd
externals\moonlib\tabdump2-help.pd
#N canvas 0 31 496 358 10; #X obj 13 21 tabdump2; #X obj 187 40 tabdump; #X text 22 332 (c) Antoine Rousseau 2004; #X text 104 21 dump the contents of a table as a list; #X text 104 37 like zexy's; #X text 244 38 but with min/max dumping limits.; #N canvas 0 0 450 300 (subpatch) 0; #X array \$0-array 10 float 0; #X coords 0 1 9 0 100 80 1; #X restore 330 71 graph; #X obj 17 132 s \$0-array; #X msg 17 112 0 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9; #X obj 17 92 loadbang; #X obj 34 243 tabdump2 \$0-array; #X obj 34 269 l2s; #X symbolatom 34 293 0 0 0 0 - - -; #X obj 258 204 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 22 204 dump 0 5; #X msg 95 203 dump 5 10; #X text 18 177 dump N M: from N to (M-1); #X msg 174 203 dump 5 6; #N canvas 502 150 494 344 META 0; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Antoine Rousseau; #X text 12 125 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 5 KEYWORDS control array; #X text 12 45 DESCRIPTION dump the contents of a table as a list; #X text 12 65 INLET_0 bang dump; #X text 12 85 OUTLET_0 list; #X restore 440 329 pd META; #X connect 8 0 7 0; #X connect 9 0 8 0; #X connect 10 0 11 0; #X connect 11 0 12 0; #X connect 13 0 10 0; #X connect 14 0 10 0; #X connect 15 0 10 0; #X connect 17 0 10 0;
#N canvas 0 31 496 358 10; #X obj 13 21 tabdump2; #X obj 187 40 tabdump; #X text 22 332 (c) Antoine Rousseau 2004; #X text 104 21 dump the contents of a table as a list; #X text 104 37 like zexy's; #X text 244 38 but with min/max dumping limits.;
39
control array
dump the contents of a table as a list
create a purr-data patch that matches the following description and keywords.
Description: dump the contents of a table as a list, Keywords: control array
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
vnmax-help.pd
externals\smlib\vnmax-help.pd
#N canvas 1 53 400 214 10; #X text 192 79 j#|@2002; #X obj 214 59 SMLib-help; #X obj 15 57 vmtof; #X text 10 6 midi to frequency on a vector; #X msg 15 33 69 70 81; #X obj 15 80 print vmtof; #N canvas 191 187 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 65 INLET_0 list float; #X text 12 85 OUTLET_0 float list; #X text 12 5 KEYWORDS control list_op conversion MIDI; #X text 12 45 DESCRIPTION midi to frequency on a vector; #X restore 230 106 pd META; #X connect 2 0 5 0; #X connect 4 0 2 0;
#N canvas 1 53 400 214 10; #X text 192 79 j#|@2002; #X obj 214 59 SMLib-help; #X obj 15 57 vmtof; #X text 10 6 midi to frequency on a vector; #X msg 15 33 69 70 81; #X obj 15 80 print vmtof; #X connect 2 0 5 0; #X connect 4 0 2 0;
18
control list_op conversion MIDI
midi to frequency on a vector
create a purr-data patch that matches the following description and keywords.
Description: midi to frequency on a vector, Keywords: control list_op conversion MIDI
folderpanel-help.pd
externals\tof\tof\folderpanel-help.pd
#N canvas 1 53 450 300 10; #X obj 26 148 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 26 185 tof/folderpanel; #X obj 26 221 print; #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 5 99 version: 2009-04-14 (initial release); #X text 6 56 tags: initialization patch; #X text 6 29 description: queries for a folder; #X text 140 150 inlet 1 bang: opens the panel; #X text 140 169 outlet 2 symbol: the folder selected; #N canvas 220 179 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 query for a folder; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_0 symbol; #X text 12 5 KEYWORDS control filesystem GUI symbol_op; #X restore 355 263 pd META; #X connect 0 0 1 0; #X connect 1 0 2 0;
#N canvas 1 53 450 300 10; #X obj 26 148 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 26 185 tof/folderpanel; #X obj 26 221 print; #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 5 99 version: 2009-04-14 (initial release); #X text 6 56 tags: initialization patch; #X text 6 29 description: queries for a folder; #X text 140 150 inlet 1 bang: opens the panel; #X text 140 169 outlet 2 symbol: the folder selected; #X connect 0 0 1 0; #X connect 1 0 2 0;
22
control filesystem GUI symbol_op
query for a folder
create a purr-data patch that matches the following description and keywords.
Description: query for a folder, Keywords: control filesystem GUI symbol_op
rojo~-help.pd
externals\mrpeach\rojo~\rojo~-help.pd
#N canvas 1 53 450 312 10; #X obj 49 161 *~; #X obj 22 -12 vsl 15 128 0 1 0 0 empty empty vol 0 -9 0 10 -4034 -13381 -13381 0 1; #X obj 50 200 dac~; #X obj 52 31 hsl 128 15 0 1 0 1 empty empty scale -2 -8 0 10 -4034 -13381 -13381 2500 1; #X obj 79 66 hsl 128 15 0 0.99 0 0 empty empty alpha -2 -8 0 10 -4034 -13381 -13381 0 1; #X text 57 -15 rojo~ is a red noise generator; #X text 138 242 2008 Martin Peach; #X text 137 221 Based on ruido.c by jose manuel berenguer; #X obj 49 83 rojo~; #N canvas 367 170 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2 or later; #X text 12 125 AUTHOR Martin Peach; #X text 12 5 KEYWORDS signal random; #X text 12 45 DESCRIPTION red noise generator; #X text 12 65 INLET_0 float; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 signal; #X restore 393 254 pd META; #X connect 0 0 2 0; #X connect 0 0 2 1; #X connect 1 0 0 1; #X connect 3 0 8 0; #X connect 4 0 8 1; #X connect 8 0 0 0;
#N canvas 1 53 450 312 10; #X obj 49 161 *~; #X obj 22 -12 vsl 15 128 0 1 0 0 empty empty vol 0 -9 0 10 -4034 -13381 -13381 0 1; #X obj 50 200 dac~; #X obj 52 31 hsl 128 15 0 1 0 1 empty empty scale -2 -8 0 10 -4034 -13381 -13381 2500 1; #X obj 79 66 hsl 128 15 0 0.99 0 0 empty empty alpha -2 -8 0 10 -4034 -13381 -13381 0 1; #X text 57 -15 rojo~ is a red noise generator; #X text 138 242 2008 Martin Peach; #X text 137 221 Based on ruido.c by jose manuel berenguer; #X obj 49 83 rojo~; #X connect 0 0 2 0; #X connect 0 0 2 1; #X connect 1 0 0 1; #X connect 3 0 8 0; #X connect 4 0 8 1; #X connect 8 0 0 0;
26
signal random
red noise generator
create a purr-data patch that matches the following description and keywords.
Description: red noise generator, Keywords: signal random
vector0x2a-help.pd
externals\markex\vector0x2a-help.pd
#N canvas 382 194 450 300 10; #N canvas 247 443 494 344 META 0; #X text 12 135 AUTHOR Mark Danks; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control vector; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42. \, helppatch by IOhannes m zmölnig; #X text 13 76 INLET_0 list; #X text 13 116 OUTLET_0 list; #X text 13 96 INLET_1 float; #X text 12 45 DESCRIPTION multiplies a vector by a number; #X restore 390 271 pd META; #X msg 64 86 1 2 3; #X msg 175 86 10; #X text 52 248 a "vector" is simply a list of numbers.; #X text 27 25 MarkEx vector operation: multiply a vector by a factor ; #X obj 64 146 print vector*; #X obj 64 116 vector* 42; #X connect 1 0 6 0; #X connect 2 0 6 1; #X connect 6 0 5 0;
#N canvas 382 194 450 300 10; #X msg 64 86 1 2 3; #X msg 175 86 10; #X text 52 248 a "vector" is simply a list of numbers.; #X text 27 25 MarkEx vector operation: multiply a vector by a factor ; #X obj 64 146 print vector*; #X obj 64 116 vector* 42; #X connect 1 0 6 0; #X connect 2 0 6 1; #X connect 6 0 5 0;
20
control vector
multiplies a vector by a number
create a purr-data patch that matches the following description and keywords.
Description: multiplies a vector by a number, Keywords: control vector
plus-help.pd
externals\maxlib\plus-help.pd
#N canvas 0 26 464 316 12; #X floatatom 54 217 5 0 0 0 - - -; #X floatatom 54 127 5 0 0 0 - - -; #X floatatom 107 127 5 0 0 0 - - -; #X text 133 204 use creation arguments to set initial; #X text 133 220 values for inlets; #X text 26 20 plus :: like '+' but calculates result; #X msg 23 83 bang; #X text 69 82 calculate and output result now; #X obj 54 172 plus 8 6 2; #X floatatom 161 127 5 0 0 0 - - -; #X text 91 40 whenever leftmost or second inlet is changed; #N canvas 295 203 494 344 META 0; #X text 12 185 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 165 AUTHOR Olaf Matthes <[email protected]>; #X text 12 105 INLET_1 float; #X text 12 45 DESCRIPTION like + but calculates result whenever leftmost or second inlet is changed; #X text 12 85 INLET_0 float bang; #X text 12 125 INLET_2 float; #X text 12 145 OUTLET_0 float; #X text 12 5 KEYWORDS control; #X restore 395 283 pd META; #X connect 1 0 8 0; #X connect 2 0 8 1; #X connect 6 0 8 0; #X connect 8 0 0 0; #X connect 9 0 8 2;
#N canvas 0 26 464 316 12; #X floatatom 54 217 5 0 0 0 - - -; #X floatatom 54 127 5 0 0 0 - - -; #X floatatom 107 127 5 0 0 0 - - -; #X text 133 204 use creation arguments to set initial; #X text 133 220 values for inlets; #X text 26 20 plus :: like '+' but calculates result; #X msg 23 83 bang; #X text 69 82 calculate and output result now; #X obj 54 172 plus 8 6 2; #X floatatom 161 127 5 0 0 0 - - -; #X text 91 40 whenever leftmost or second inlet is changed; #X connect 1 0 8 0; #X connect 2 0 8 1; #X connect 6 0 8 0; #X connect 8 0 0 0; #X connect 9 0 8 2;
28
control
like + but calculates result whenever leftmost or second inlet is changed
create a purr-data patch that matches the following description and keywords.
Description: like + but calculates result whenever leftmost or second inlet is changed, Keywords: control
dacm~-help.pd
abstractions\jmmmp\dacm~-help.pd
#N canvas 71 205 407 315 10; #X text 12 287 Released under the BSD License; #X text 12 237 Related objects: [maat~] [mat~] [dacm~]; #X text 11 8 [dacm~] - Mono dac~ for lazy people; #X text 220 115 Inlets; #X text 220 135 - Audio signal; #X text 220 165 Arguments; #X text 220 185 - Number of channels; #X text 11 40 Connects the audio input to how many dac channels you specify \, making a mono output.; #X obj 76 156 dacm~ 4; #X text 11 70 In case you don't give any arguments \, it assumes that you work with 2 channels. So \, [dacm~] == [dacm~ 2].; #X text 12 267 (C) 2009 Jo�o Pais - [email protected]; #X text 28 131 look inside to make sure; #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 2009; #X text 12 5 DESCRIPTION Mono dac~ for lazy people; #X text 12 35 KEYWORDS dac~ dynamic; #X text 12 165 INLET_0 - Audio signal; #X restore 352 286 pd META; #X coords 0 0 1 1 31 130 0;
#N canvas 71 205 407 315 10; #X text 12 287 Released under the BSD License; #X text 12 237 Related objects: [maat~] [mat~] [dacm~]; #X text 11 8 [dacm~] - Mono dac~ for lazy people; #X text 220 115 Inlets; #X text 220 135 - Audio signal; #X text 220 165 Arguments; #X text 220 185 - Number of channels; #X text 11 40 Connects the audio input to how many dac channels you specify \, making a mono output.; #X obj 76 156 dacm~ 4; #X text 11 70 In case you don't give any arguments \, it assumes that you work with 2 channels. So \, [dacm~] == [dacm~ 2].; #X text 12 267 (C) 2009 Jo�o Pais - [email protected]; #X text 28 131 look inside to make sure; #X coords 0 0 1 1 31 130 0;
24
dac~ dynamic
Mono dac~ for lazy people
create a purr-data patch that matches the following description and keywords.
Description: Mono dac~ for lazy people, Keywords: dac~ dynamic
keygate-help.pd
externals\mapping\keygate-help.pd
#N canvas 1 53 462 494 10; #X obj 5 2 cnv 15 450 20 empty empty keygate 2 11 1 18 -233017 -66577 0; #X obj 160 257 bng 25 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 160 121 loadbang; #X msg 160 141 1; #X obj 160 169 metro 150; #X text 33 416 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 250 430 released under the GNU GPL; #X obj 237 369 pddp/pddplink ../mapping-about.pd -text mapping-about ; #X text 128 370 For more info:; #X text 15 207 data to be gated -->; #X obj 281 258 bng 25 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 40 300 keyname; #X symbolatom 84 320 10 0 0 0 - - -; #X text 162 320 <-- check here for the keyname symbol; #X obj 160 214 keygate f; #X text 17 38 [keygate] is a simple gate controlled by a keyboard. You must specify the name of the key which controls the gate. The left inlet takes the data to be gated.; #X text 18 89 The "f" key on the any keyboard controls this gate:; #X text 310 263 <-- key released; #X text 41 264 key pressed -->; #X msg 422 3 pddp; #N canvas 464 140 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 5 KEYWORDS control abstraction user_input; #X text 12 45 DESCRIPTION a simple gate controlled by a keyboard; #X text 12 65 INLET_0 anything; #X text 12 85 OUTLET_0 anything; #X text 12 105 OUTLET_1 ANYTHING; #X restore 410 461 pd META; #X connect 2 0 3 0; #X connect 3 0 4 0; #X connect 4 0 14 0; #X connect 11 1 12 0; #X connect 14 0 1 0; #X connect 14 1 10 0;
#N canvas 1 53 462 494 10; #X obj 160 257 bng 25 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 160 121 loadbang; #X msg 160 141 1; #X obj 160 169 metro 150; #X text 33 416 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 250 430 released under the GNU GPL; #X text 128 370 For more info:; #X text 15 207 data to be gated -->; #X obj 281 258 bng 25 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 40 300 keyname; #X symbolatom 84 320 10 0 0 0 - - -; #X text 162 320 <-- check here for the keyname symbol; #X obj 160 214 keygate f; #X text 17 38 [keygate] is a simple gate controlled by a keyboard. You must specify the name of the key which controls the gate. The left inlet takes the data to be gated.; #X text 18 89 The "f" key on the any keyboard controls this gate:; #X text 310 263 <-- key released; #X text 41 264 key pressed -->; #X msg 422 3 pddp; #X connect 2 0 3 0; #X connect 3 0 4 0; #X connect 4 0 14 0; #X connect 11 1 12 0; #X connect 14 0 1 0; #X connect 14 1 10 0;
37
control abstraction user_input
a simple gate controlled by a keyboard
create a purr-data patch that matches the following description and keywords.
Description: a simple gate controlled by a keyboard, Keywords: control abstraction user_input
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
poisson-help.pd
externals\maxlib\poisson-help.pd
#N canvas 0 26 467 278 12; #X obj 70 95 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X floatatom 70 192 5 0 0 0 - - -; #X floatatom 193 112 5 0 0 0 - - -; #X text 39 21 poisson :: Poisson distributed random numbers; #X obj 70 145 poisson 2.2; #X text 246 113 lambda - value that is most; #X text 317 132 likely to appear; #N canvas 295 203 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR Olaf Matthes <[email protected]>; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 float; #X text 12 45 DESCRIPTION Poisson distributed random numbers; #X text 12 65 INLET_0 bang; #X text 12 5 KEYWORDS control random; #X restore 404 248 pd META; #X connect 0 0 4 0; #X connect 2 0 4 1; #X connect 4 0 1 0;
#N canvas 0 26 467 278 12; #X obj 70 95 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X floatatom 70 192 5 0 0 0 - - -; #X floatatom 193 112 5 0 0 0 - - -; #X text 39 21 poisson :: Poisson distributed random numbers; #X obj 70 145 poisson 2.2; #X text 246 113 lambda - value that is most; #X text 317 132 likely to appear; #X connect 0 0 4 0; #X connect 2 0 4 1; #X connect 4 0 1 0;
21
control random
Poisson distributed random numbers
create a purr-data patch that matches the following description and keywords.
Description: Poisson distributed random numbers, Keywords: control random
vcog-help.pd
externals\smlib\vcog-help.pd
#N canvas 1 53 471 165 10; #X msg 18 40 1 2 3 4; #X floatatom 50 96 5 0 0 0 - - -; #X msg 84 40 3 4 5; #X text 387 99 j#|@2002; #X obj 409 77 SMLib-help; #X obj 52 69 vcog; #X text 16 14 vcog computes the center of gravity of a list of floats ; #X msg 134 40 0 1 0 1; #X msg 199 40 0 0 1 1; #X msg 263 40 8; #X msg 144 74 1 -1; #X text 142 94 zero sum causes no output; #N canvas 208 165 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 115 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 5 KEYWORDS control list_op; #X text 12 75 INLET_0 list float; #X text 12 45 DESCRIPTION compute the center of gravity of a list of floats; #X text 12 95 OUTLET_0 float; #X restore 417 124 pd META; #X connect 0 0 5 0; #X connect 2 0 5 0; #X connect 5 0 1 0; #X connect 7 0 5 0; #X connect 8 0 5 0; #X connect 9 0 5 0; #X connect 10 0 5 0;
#N canvas 1 53 471 165 10; #X msg 18 40 1 2 3 4; #X floatatom 50 96 5 0 0 0 - - -; #X msg 84 40 3 4 5; #X text 387 99 j#|@2002; #X obj 409 77 SMLib-help; #X obj 52 69 vcog; #X text 16 14 vcog computes the center of gravity of a list of floats ; #X msg 134 40 0 1 0 1; #X msg 199 40 0 0 1 1; #X msg 263 40 8; #X msg 144 74 1 -1; #X text 142 94 zero sum causes no output; #X connect 0 0 5 0; #X connect 2 0 5 0; #X connect 5 0 1 0; #X connect 7 0 5 0; #X connect 8 0 5 0; #X connect 9 0 5 0; #X connect 10 0 5 0;
29
control list_op
compute the center of gravity of a list of floats
create a purr-data patch that matches the following description and keywords.
Description: compute the center of gravity of a list of floats, Keywords: control list_op
serialize-help.pd
externals\cxc\serialize-help.pd
#N canvas 0 31 336 215 10; #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 obj 33 107 serialize 4; #X floatatom 105 82 5 0 0 0 - - -; #N canvas 176 129 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 5 KEYWORDS control conversion list_op; #X text 12 45 DESCRIPTION serialize... turn a stream of floats into a list; #X text 12 65 INLET_0 float; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 list; #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR [email protected]; #X restore 287 194 pd META; #X connect 1 0 4 0; #X connect 4 0 0 0; #X connect 5 0 4 1;
#N canvas 0 31 336 215 10; #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 obj 33 107 serialize 4; #X floatatom 105 82 5 0 0 0 - - -; #X connect 1 0 4 0; #X connect 4 0 0 0; #X connect 5 0 4 1;
20
control conversion list_op
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 list_op
count-help.pd
externals\creb\doc\count-help.pd
#N canvas 0 26 450 300 10; #N canvas 331 92 494 345 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 5 KEYWORDS control storage; #X text 12 45 DESCRIPTION modulo counter; #X text 12 85 INLET_1 float; #X text 12 65 INLET_0 bang reset; #X text 12 105 OUTLET_0 float; #X text 12 125 AUTHOR Tom Schouten <[email protected]>; #X text 12 25 LICENSE GPL v2; #X restore 392 275 pd META; #X obj 164 162 count; #X text 157 32 modulo counter; #X floatatom 164 189 5 0 0 0 - - -; #X obj 106 85 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X floatatom 191 136 5 0 0 0 - - -; #X obj 106 110 metro 275; #X floatatom 106 189 5 0 0 0 - - -; #X obj 106 162 count 5; #X connect 1 0 3 0; #X connect 4 0 6 0; #X connect 5 0 1 1; #X connect 6 0 1 0; #X connect 6 0 8 0; #X connect 8 0 7 0;
#N canvas 0 26 450 300 10; #X obj 164 162 count; #X text 157 32 modulo counter; #X floatatom 164 189 5 0 0 0 - - -; #X obj 106 85 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X floatatom 191 136 5 0 0 0 - - -; #X obj 106 110 metro 275; #X floatatom 106 189 5 0 0 0 - - -; #X obj 106 162 count 5; #X connect 1 0 3 0; #X connect 4 0 6 0; #X connect 5 0 1 1; #X connect 6 0 1 0; #X connect 6 0 8 0; #X connect 8 0 7 0;
25
control storage
modulo counter
create a purr-data patch that matches the following description and keywords.
Description: modulo counter, Keywords: control storage
tilt-help.pd
externals\maxlib\tilt-help.pd
#N canvas 0 26 562 330 12; #X floatatom 24 114 5 0 0 0 - - -; #X obj 54 293 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X floatatom 153 227 5 0 0 0 - - -; #X text 210 228 interval; #X text 39 20 tilt :: meassure 'tilt' of input; #X text 226 186 trip point :: alert when exceeding; #X text 339 203 this value; #X text 215 128 low limit :: reset 'start tilt' in case; #X text 319 143 value is below this for a; #X text 319 160 longer time; #X text 184 80 high limit :: ignore chnages higher than this; #X text 163 56 tilt :: maximum value change within one interval; #X obj 54 250 tilt 0.78 100; #X msg 126 81 hi 230; #X msg 139 127 low 17.3; #X msg 139 186 trip 173; #X msg 100 55 tilt 25; #N canvas 304 317 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR Olaf Matthes <[email protected]>; #X text 12 85 INLET_1 float; #X text 12 45 DESCRIPTION meassure 'tilt' of input; #X text 12 5 KEYWORDS control; #X text 12 65 INLET_0 float tilt hi low trip; #X text 12 105 OUTLET_0 bang; #X restore 501 299 pd META; #X connect 0 0 12 0; #X connect 2 0 12 1; #X connect 12 0 1 0; #X connect 13 0 12 0; #X connect 14 0 12 0; #X connect 15 0 12 0; #X connect 16 0 12 0;
#N canvas 0 26 562 330 12; #X floatatom 24 114 5 0 0 0 - - -; #X obj 54 293 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X floatatom 153 227 5 0 0 0 - - -; #X text 210 228 interval; #X text 39 20 tilt :: meassure 'tilt' of input; #X text 226 186 trip point :: alert when exceeding; #X text 339 203 this value; #X text 215 128 low limit :: reset 'start tilt' in case; #X text 319 143 value is below this for a; #X text 319 160 longer time; #X text 184 80 high limit :: ignore chnages higher than this; #X text 163 56 tilt :: maximum value change within one interval; #X obj 54 250 tilt 0.78 100; #X msg 126 81 hi 230; #X msg 139 127 low 17.3; #X msg 139 186 trip 173; #X msg 100 55 tilt 25; #X connect 0 0 12 0; #X connect 2 0 12 1; #X connect 12 0 1 0; #X connect 13 0 12 0; #X connect 14 0 12 0; #X connect 15 0 12 0; #X connect 16 0 12 0;
35
control
meassure 'tilt' of input
create a purr-data patch that matches the following description and keywords.
Description: meassure 'tilt' of input, Keywords: control
itunes-help.pd
externals\hcs\grabbag\itunes-help.pd
#N canvas 0 31 450 300 10; #X obj 71 226 itunes; #X msg 86 80 next; #X msg 95 105 play; #X msg 99 128 pause; #X msg 71 58 previous; #X obj 104 159 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X msg 101 177 set sound volume to \$1; #X msg 100 203 set EQ enabled to true; #X obj 55 270 pddp/pddplink http://dougscripts.com/itunes/itinfo/info01.php ; #X text 34 20 On Mac OS X \, control iTunes; #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 5 KEYWORDS control filesystem; #X text 12 45 DESCRIPTION On Mac OS X \, control iTunes; #X text 12 65 INLET_0 previous next play pause set; #X restore 392 266 pd META; #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 5 0 6 0; #X connect 6 0 0 0; #X connect 7 0 0 0;
#N canvas 0 31 450 300 10; #X obj 71 226 itunes; #X msg 86 80 next; #X msg 95 105 play; #X msg 99 128 pause; #X msg 71 58 previous; #X obj 104 159 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X msg 101 177 set sound volume to \$1; #X msg 100 203 set EQ enabled to true; #X text 34 20 On Mac OS X \, control iTunes; #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 5 0 6 0; #X connect 6 0 0 0; #X connect 7 0 0 0;
26
control filesystem
On Mac OS X \, control iTunes
create a purr-data patch that matches the following description and keywords.
Description: On Mac OS X \, control iTunes, Keywords: control filesystem
hid_centered-help.pd
externals\hid\hid_centered-help.pd
#N canvas 0 31 468 398 10; #X obj 5 2 cnv 15 450 20 empty empty hid_centered 2 11 1 18 -233017 -66577 0; #X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X text 27 320 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 334 released under the GNU GPL; #X text 98 291 For more info:; #X obj 102 234 hid/hid_centered; #X obj 137 105 tgl 25 0 empty empty empty 0 -6 0 8 -225271 -1 -1 0 1; #X msg 200 138 open \$1; #X obj 200 118 hradio 15 1 1 8 \$0-device-number empty choose_a_device 0 -6 1 9 -262144 -1 -1 7; #X obj 174 118 nbx 1 14 -1e+37 1e+37 0 0 empty \$0-device-number empty 0 -6 0 14 -166441 -1 -1 0 256; #X obj 137 170 joystick 0; #X obj 205 235 hid/hid_centered; #X floatatom 205 256 5 0 0 0 Y - -; #X floatatom 102 255 5 0 0 0 X - -; #X floatatom 205 216 5 0 0 0 Y - -; #X floatatom 102 215 5 0 0 0 X - -; #X text 19 34 Convert the standard "0 to 1" [hid] format to "-1 to 1" so that 0 is the center point of the range. With a joystick \, for example \, this can make the center point of the joystick (0 \, 0) rather than (0.5 \, 0.5).; #N canvas 478 206 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 35 LICENSE GPL; #X text 12 85 INLET_0 float; #X text 12 105 OUTLET_0 float; #X text 12 125 AUTHOR Hans-Christoph Steiner; #X text 12 55 DESCRIPTION convert the standard "0 to 1" [hid] format to "-1 to 1" so that 0 is the center point of the range; #X text 12 5 KEYWORDS control conversion abstraction needs_work (connections) ; #X restore 408 368 pd META; #X connect 6 0 10 0; #X connect 7 0 10 0; #X connect 8 0 7 0;
#N canvas 0 31 468 398 10; #X text 27 320 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 334 released under the GNU GPL; #X text 98 291 For more info:; #X obj 102 234 hid/hid_centered; #X obj 137 105 tgl 25 0 empty empty empty 0 -6 0 8 -225271 -1 -1 0 1; #X msg 200 138 open \$1; #X obj 200 118 hradio 15 1 1 8 \$0-device-number empty choose_a_device 0 -6 1 9 -262144 -1 -1 7; #X obj 174 118 nbx 1 14 -1e+37 1e+37 0 0 empty \$0-device-number empty 0 -6 0 14 -166441 -1 -1 0 256; #X obj 137 170 joystick 0; #X obj 205 235 hid/hid_centered; #X floatatom 205 256 5 0 0 0 Y - -; #X floatatom 102 255 5 0 0 0 X - -; #X floatatom 205 216 5 0 0 0 Y - -; #X floatatom 102 215 5 0 0 0 X - -; #X text 19 34 Convert the standard "0 to 1" [hid] format to "-1 to 1" so that 0 is the center point of the range. With a joystick \, for example \, this can make the center point of the joystick (0 \, 0) rather than (0.5 \, 0.5).; #X connect 6 0 10 0; #X connect 7 0 10 0; #X connect 8 0 7 0;
30
control conversion abstraction needs_work (connections)
convert the standard "0 to 1" [hid] format to "-1 to 1" so that 0 is the center point of the range
create a purr-data patch that matches the following description and keywords.
Description: convert the standard "0 to 1" [hid] format to "-1 to 1" so that 0 is the center point of the range, Keywords: control conversion abstraction needs_work (connections)
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
bfilt2-help.pd
externals\cxc\bfilt2-help.pd
#N canvas 0 31 404 226 10; #X floatatom 85 119 0 0 0 0 - - -; #X obj 57 175 print; #X floatatom 45 120 0 0 0 0 - - -; #X obj 58 146 bfilt 5; #X text 43 16 bfilt (at the moment) is: modulo something + select 0 ; #X floatatom 167 120 0 0 0 0 - - -; #X obj 139 176 print; #X floatatom 127 121 0 0 0 0 - - -; #X obj 140 147 bfilt2 5; #X obj 145 87 metro 100; #X msg 145 68 1; #X text 42 29 bfilt2: real bangfilter: bangs on first inlet \, internal counter \, only outputs every arg2th bang ...; #X msg 169 67 0; #N canvas 176 129 494 344 META 0; #X text 12 155 HELP_PATCH_AUTHORS Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 45 DESCRIPTION bang on first inlet \, internal counter \, only outputs ever arg2th bang; #X text 12 5 KEYWORDS control filter bang_op; #X text 12 75 INLET_0 bang float; #X text 12 95 INLET_1 float; #X text 12 25 LICENSE GPL v2; #X text 12 115 OUTLET_0 bang; #X text 12 135 AUTHOR [email protected]; #X restore 355 203 pd META; #X connect 0 0 3 1; #X connect 2 0 3 0; #X connect 3 0 1 0; #X connect 5 0 8 1; #X connect 7 0 8 0; #X connect 8 0 6 0; #X connect 9 0 8 0; #X connect 10 0 9 0; #X connect 12 0 9 0;
#N canvas 0 31 404 226 10; #X floatatom 85 119 0 0 0 0 - - -; #X obj 57 175 print; #X floatatom 45 120 0 0 0 0 - - -; #X obj 58 146 bfilt 5; #X text 43 16 bfilt (at the moment) is: modulo something + select 0 ; #X floatatom 167 120 0 0 0 0 - - -; #X obj 139 176 print; #X floatatom 127 121 0 0 0 0 - - -; #X obj 140 147 bfilt2 5; #X obj 145 87 metro 100; #X msg 145 68 1; #X text 42 29 bfilt2: real bangfilter: bangs on first inlet \, internal counter \, only outputs every arg2th bang ...; #X msg 169 67 0; #X connect 0 0 3 1; #X connect 2 0 3 0; #X connect 3 0 1 0; #X connect 5 0 8 1; #X connect 7 0 8 0; #X connect 8 0 6 0; #X connect 9 0 8 0; #X connect 10 0 9 0; #X connect 12 0 9 0;
33
control filter bang_op
bang on first inlet \, internal counter \, only outputs ever arg2th bang
create a purr-data patch that matches the following description and keywords.
Description: bang on first inlet \, internal counter \, only outputs ever arg2th bang, Keywords: control filter bang_op
lop-help.pd
externals\mapping\lop-help.pd
#N canvas 1 52 502 628 10; #X obj 119 -287 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 0; #X floatatom 165 -105 5 0 0 0 - - -; #X floatatom 235 -90 5 0 0 0 - - -; #X floatatom 202 15 5 0 0 0 - - -; #X floatatom 71 -96 5 0 0 0 - - -; #X floatatom 131 -136 5 0 0 0 - - -; #X floatatom 291 -134 5 0 0 0 - - -; #X obj 119 -40 resample 100; #X obj 119 -9 lop 1; #X obj 119 43 timeroll; #X text 23 -357 this should be a filter independant to data flow frequency. ; #X text 12 -319 need some more work; #N canvas 465 169 494 344 META 0; #X text 12 195 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 175 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 45 DESCRIPTION this should be a filter independant to data flow frequency.; #X text 12 155 OUTLET_0 float; #X text 12 75 INLET_0 float; #X text 12 95 INLET_1 float; #X text 12 115 INLET_2 float; #X text 12 135 INLET_3 float; #X text 12 5 KEYWORDS control abstraction filter; #X restore 445 238 pd META; #X connect 0 0 4 0; #X connect 0 0 7 0; #X connect 1 0 8 2; #X connect 2 0 8 3; #X connect 5 0 8 1; #X connect 7 0 8 0; #X connect 8 0 3 0; #X connect 8 0 9 0;
#N canvas 1 52 502 628 10; #X obj 119 -287 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 0; #X floatatom 165 -105 5 0 0 0 - - -; #X floatatom 235 -90 5 0 0 0 - - -; #X floatatom 202 15 5 0 0 0 - - -; #X floatatom 71 -96 5 0 0 0 - - -; #X floatatom 131 -136 5 0 0 0 - - -; #X floatatom 291 -134 5 0 0 0 - - -; #X obj 119 -40 resample 100; #X obj 119 -9 lop 1; #X obj 119 43 timeroll; #X text 23 -357 this should be a filter independant to data flow frequency. ; #X text 12 -319 need some more work; #X connect 0 0 4 0; #X connect 0 0 7 0; #X connect 1 0 8 2; #X connect 2 0 8 3; #X connect 5 0 8 1; #X connect 7 0 8 0; #X connect 8 0 3 0; #X connect 8 0 9 0;
33
control abstraction filter
this should be a filter independant to data flow frequency.
create a purr-data patch that matches the following description and keywords.
Description: this should be a filter independant to data flow frequency., Keywords: control abstraction filter
f2s-help.pd
externals\moonlib\f2s-help.pd
#N canvas 0 31 527 298 10; #X text 27 268 (c) Antoine Rousseau 2001; #X floatatom 196 85 5 0 300 0 - - -; #X obj 163 136 f2s; #X obj 196 106 dbtorms; #X symbolatom 163 158 4 0 0 0 - - -; #X floatatom 207 158 0 0 0 0 - - -; #X text 244 85 Touch this; #X text 57 196 The idea: many decades in an always 4 characters long symbol...; #X obj 44 31 f2s; #X text 80 32 A float-to-symbol converter \, with scientific-mode writing. ; #N canvas 380 146 494 344 META 0; #X text 12 35 LICENSE GPL v2; #X text 12 125 AUTHOR Antoine Rousseau; #X text 12 145 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 85 INLET_0 float; #X text 12 105 OUTLET_0 symbol; #X text 12 55 DESCRIPTION a float-to-symbol converter \, with scientific-mode writing; #X text 12 5 KEYWORDS control conversion symbol_op needs_work (object won't create); #X restore 461 260 pd META; #X connect 1 0 3 0; #X connect 2 0 4 0; #X connect 3 0 2 0; #X connect 3 0 5 0;
#N canvas 0 31 527 298 10; #X text 27 268 (c) Antoine Rousseau 2001; #X floatatom 196 85 5 0 300 0 - - -; #X obj 163 136 f2s; #X obj 196 106 dbtorms; #X symbolatom 163 158 4 0 0 0 - - -; #X floatatom 207 158 0 0 0 0 - - -; #X text 244 85 Touch this; #X text 57 196 The idea: many decades in an always 4 characters long symbol...; #X obj 44 31 f2s; #X text 80 32 A float-to-symbol converter \, with scientific-mode writing. ; #X connect 1 0 3 0; #X connect 2 0 4 0; #X connect 3 0 2 0; #X connect 3 0 5 0;
24
control conversion symbol_op needs_work (object won't create)
a float-to-symbol converter \, with scientific-mode writing
create a purr-data patch that matches the following description and keywords.
Description: a float-to-symbol converter \, with scientific-mode writing, Keywords: control conversion symbol_op needs_work (object won't create)
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
sample_packel-help.pd
externals\tof\tof\sample_packel-help.pd
#N canvas 1 53 551 304 10; #X text 26 30 Tags: Sample Sound; #X text 30 60 Warning: [tof/sample_packel] is only for advanced users! ; #X msg 146 181 sample test; #X text 225 177 Inlet 2 \, sample symbol: the sample to be modified ; #X msg 57 100 end 1000; #X msg 92 125 start 10; #X text 120 99 Change the end of the sample; #X text 150 122 Change the start of the sample; #X obj 57 210 tof/sample_packel; #X text 26 12 Description: Modifies the properties of a sample; #N canvas 286 191 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 modify the properties of a sample; #X text 12 5 KEYWORDS control abstraction array; #X text 12 65 INLET_0 start end; #X text 12 85 INLET_1 sample; #X restore 489 254 pd META; #X connect 2 0 8 1; #X connect 4 0 8 0; #X connect 5 0 8 0;
#N canvas 1 53 551 304 10; #X text 26 30 Tags: Sample Sound; #X text 30 60 Warning: [tof/sample_packel] is only for advanced users! ; #X msg 146 181 sample test; #X text 225 177 Inlet 2 \, sample symbol: the sample to be modified ; #X msg 57 100 end 1000; #X msg 92 125 start 10; #X text 120 99 Change the end of the sample; #X text 150 122 Change the start of the sample; #X obj 57 210 tof/sample_packel; #X text 26 12 Description: Modifies the properties of a sample; #X connect 2 0 8 1; #X connect 4 0 8 0; #X connect 5 0 8 0;
23
control abstraction array
modify the properties of a sample
create a purr-data patch that matches the following description and keywords.
Description: modify the properties of a sample, Keywords: control abstraction array
repeat-help.pd
externals\zexy\reference\repeat-help.pd
#N canvas 0 31 578 332 10; #X msg 41 151 bang; #X msg 62 177 1 1 2 3 5 8 13 21 44 fibonacchi; #X obj 160 14 repeat; #X text 210 15 - repeat a message several times.; #X text 64 53 similar to [until] but doesn't output [bang( but whatever comes in; #X floatatom 99 237 5 0 0 0 - - -; #X text 76 152 repeat bangs; #X text 295 179 repeat a list; #X text 162 262 creation argument initializes the number of repeats ; #X msg 82 207 set 5; #X text 130 208 repeat anything; #X obj 41 262 repeat 3; #X text 143 236 reset the number of repetitions; #X obj 41 303 print repetitio; #X text 471 32 part of zexy; #N canvas 509 158 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR IOhannes m zmoelnig; #X text 12 65 INLET_0 anything; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 anything; #X text 12 5 KEYWORDS control anything_op; #X text 12 45 DESCRIPTION repeat a message several times.; #X restore 524 305 pd META; #X connect 0 0 11 0; #X connect 1 0 11 0; #X connect 5 0 11 1; #X connect 9 0 11 0; #X connect 11 0 13 0;
#N canvas 0 31 578 332 10; #X msg 41 151 bang; #X msg 62 177 1 1 2 3 5 8 13 21 44 fibonacchi; #X obj 160 14 repeat; #X text 210 15 - repeat a message several times.; #X text 64 53 similar to [until] but doesn't output [bang( but whatever comes in; #X floatatom 99 237 5 0 0 0 - - -; #X text 76 152 repeat bangs; #X text 295 179 repeat a list; #X text 162 262 creation argument initializes the number of repeats ; #X msg 82 207 set 5; #X text 130 208 repeat anything; #X obj 41 262 repeat 3; #X text 143 236 reset the number of repetitions; #X obj 41 303 print repetitio; #X text 471 32 part of zexy; #X connect 0 0 11 0; #X connect 1 0 11 0; #X connect 5 0 11 1; #X connect 9 0 11 0; #X connect 11 0 13 0;
31
control anything_op
repeat a message several times.
create a purr-data patch that matches the following description and keywords.
Description: repeat a message several times., Keywords: control anything_op
env-help.pd
externals\mapping\env-help.pd
#N canvas 1 53 579 471 10; #X obj 267 297 timeroll; #X obj 43 97 random 1000; #X obj 43 71 metro 30; #X obj 43 47 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 43 300 timeroll; #X obj 69 47 loadbang; #X obj 267 241 env 80; #X text 284 5 envelope follower; #X floatatom 73 166 5 0 0 0 - - -; #X obj 43 126 / 1000; #X obj 43 187 * 0.5; #X floatatom 59 215 5 0 0 0 - - -; #X obj 43 233 + 0; #N canvas 466 198 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 OUTLET_0 float; #X text 12 125 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 65 INLET_0 float; #X text 12 5 KEYWORDS control abstraction; #X text 12 85 INLET_1 bang; #X text 12 45 DESCRIPTION envelope follower; #X restore 517 441 pd META; #X connect 1 0 9 0; #X connect 2 0 1 0; #X connect 3 0 2 0; #X connect 5 0 2 0; #X connect 6 0 0 0; #X connect 8 0 10 1; #X connect 9 0 10 0; #X connect 10 0 6 0; #X connect 10 0 12 0; #X connect 11 0 12 1; #X connect 12 0 4 0;
#N canvas 1 53 579 471 10; #X obj 267 297 timeroll; #X obj 43 97 random 1000; #X obj 43 71 metro 30; #X obj 43 47 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 43 300 timeroll; #X obj 69 47 loadbang; #X obj 267 241 env 80; #X text 284 5 envelope follower; #X floatatom 73 166 5 0 0 0 - - -; #X obj 43 126 / 1000; #X obj 43 187 * 0.5; #X floatatom 59 215 5 0 0 0 - - -; #X obj 43 233 + 0; #X connect 1 0 9 0; #X connect 2 0 1 0; #X connect 3 0 2 0; #X connect 5 0 2 0; #X connect 6 0 0 0; #X connect 8 0 10 1; #X connect 9 0 10 0; #X connect 10 0 6 0; #X connect 10 0 12 0; #X connect 11 0 12 1; #X connect 12 0 4 0;
35
control abstraction
envelope follower
create a purr-data patch that matches the following description and keywords.
Description: envelope follower, Keywords: control abstraction
vthreshold-help.pd
externals\smlib\vthreshold-help.pd
#N canvas 1 53 400 214 10; #X text 192 79 j#|@2002; #X obj 214 59 SMLib-help; #X obj 15 57 vmtof; #X text 10 6 midi to frequency on a vector; #X msg 15 33 69 70 81; #X obj 15 80 print vmtof; #N canvas 145 227 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 65 INLET_0 list float; #X text 12 85 OUTLET_0 float list; #X text 12 5 KEYWORDS control list_op conversion MIDI; #X text 12 45 DESCRIPTION midi to frequency on a vector; #X restore 221 105 pd META; #X connect 2 0 5 0; #X connect 4 0 2 0;
#N canvas 1 53 400 214 10; #X text 192 79 j#|@2002; #X obj 214 59 SMLib-help; #X obj 15 57 vmtof; #X text 10 6 midi to frequency on a vector; #X msg 15 33 69 70 81; #X obj 15 80 print vmtof; #X connect 2 0 5 0; #X connect 4 0 2 0;
18
control list_op conversion MIDI
midi to frequency on a vector
create a purr-data patch that matches the following description and keywords.
Description: midi to frequency on a vector, Keywords: control list_op conversion MIDI
median_3-help.pd
externals\mapping\median_3-help.pd
#N canvas 1 53 711 500 12; #X floatatom 95 202 5 0 0 0 - - -; #X floatatom 95 264 5 0 0 0 - - -; #X obj 95 234 median_3; #X text 238 31 output the median value of the 3 last samples; #N canvas 492 275 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 85 OUTLET_0 float; #X text 12 105 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 65 INLET_0 float; #X text 12 45 DESCRIPTION output the median value of the 3 last samples ; #X text 12 5 KEYWORDS control abstraction; #X restore 631 463 pd META; #X connect 0 0 2 0; #X connect 2 0 1 0;
#N canvas 1 53 711 500 12; #X floatatom 95 202 5 0 0 0 - - -; #X floatatom 95 264 5 0 0 0 - - -; #X obj 95 234 median_3; #X text 238 31 output the median value of the 3 last samples; #X connect 0 0 2 0; #X connect 2 0 1 0;
16
control abstraction
output the median value of the 3 last samples
create a purr-data patch that matches the following description and keywords.
Description: output the median value of the 3 last samples, Keywords: control abstraction
make-audio-dialog-help.pd
externals\hcs\make-audio-dialog-help.pd
#N canvas 0 26 432 293 10; #X msg 59 115 bang; #X msg 59 203 \; pd audio-dialog 0 0 0 0 2 0 0 0 0 0 0 0 2 0 0 0 44100 50 0; #X obj 59 176 make-audio-dialog; #X text 40 23 [make-audio-dialog] takes the audio-dialog message from [get-audio-dialog] and generates a clickable message box that will set the audio settings. This message box is also suitable for use with a [loadbang]; #N canvas 280 175 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 115 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control abstraction; #X text 12 45 DESCRIPTION take the audio-dialog message from [get-audio-dialog] and generate a clickable message box; #X text 12 75 INLET_0 anything; #X text 12 95 OUTLET_0 anything; #X restore 382 272 pd META; #X obj 59 147 get-audio-dialog; #X connect 0 0 5 0; #X connect 2 0 1 0; #X connect 5 0 2 0;
#N canvas 0 26 432 293 10; #X msg 59 115 bang; #X msg 59 203 \; pd audio-dialog 0 0 0 0 2 0 0 0 0 0 0 0 2 0 0 0 44100 50 0; #X obj 59 176 make-audio-dialog; #X text 40 23 [make-audio-dialog] takes the audio-dialog message from [get-audio-dialog] and generates a clickable message box that will set the audio settings. This message box is also suitable for use with a [loadbang]; #X obj 59 147 get-audio-dialog; #X connect 0 0 5 0; #X connect 2 0 1 0; #X connect 5 0 2 0;
18
control abstraction
take the audio-dialog message from [get-audio-dialog] and generate a clickable message box
create a purr-data patch that matches the following description and keywords.
Description: take the audio-dialog message from [get-audio-dialog] and generate a clickable message box, Keywords: control abstraction
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
vnmax-help.pd
externals\smlib\vnmax-help.pd
#N canvas 1 53 400 214 10; #X text 192 79 j#|@2002; #X obj 214 59 SMLib-help; #X obj 15 57 vmtof; #X text 10 6 midi to frequency on a vector; #X msg 15 33 69 70 81; #X obj 15 80 print vmtof; #N canvas 191 187 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 65 INLET_0 list float; #X text 12 85 OUTLET_0 float list; #X text 12 5 KEYWORDS control list_op conversion MIDI; #X text 12 45 DESCRIPTION midi to frequency on a vector; #X restore 230 106 pd META; #X connect 2 0 5 0; #X connect 4 0 2 0;
#N canvas 1 53 400 214 10; #X text 192 79 j#|@2002; #X obj 214 59 SMLib-help; #X obj 15 57 vmtof; #X text 10 6 midi to frequency on a vector; #X msg 15 33 69 70 81; #X obj 15 80 print vmtof; #X connect 2 0 5 0; #X connect 4 0 2 0;
18
control list_op conversion MIDI
midi to frequency on a vector
create a purr-data patch that matches the following description and keywords.
Description: midi to frequency on a vector, Keywords: control list_op conversion MIDI
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
glue-help.pd
externals\zexy\reference\glue-help.pd
#N canvas 0 31 577 363 10; #X obj 111 58 glue; #X text 171 58 glue together 2 packages (append \, prepend \, ...) ; #X msg 95 143 1 2 3; #X msg 127 170 4 you and me; #X obj 95 274 print; #X obj 277 270 print; #X msg 277 154 bang; #X msg 317 154 symbol click; #X text 104 335 creation argument: preset the second inlet; #X msg 51 175 bang; #X obj 95 206 glue; #X obj 277 206 glue and stick; #X text 490 14 part of zexy; #N canvas 538 191 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR IOhannes m zmoelnig; #X text 12 85 OUTLET_0 anything; #X text 12 45 DESCRIPTION glue together 2 packages (append \, prepend \, ...); #X text 12 65 INLET_0 anything; #X text 12 105 OUTLET_1 anything; #X text 12 5 KEYWORDS control anything_op storage; #X restore 524 335 pd META; #X connect 2 0 10 0; #X connect 3 0 10 1; #X connect 6 0 11 0; #X connect 7 0 11 0; #X connect 9 0 10 0; #X connect 10 0 4 0; #X connect 11 0 5 0;
#N canvas 0 31 577 363 10; #X obj 111 58 glue; #X text 171 58 glue together 2 packages (append \, prepend \, ...) ; #X msg 95 143 1 2 3; #X msg 127 170 4 you and me; #X obj 95 274 print; #X obj 277 270 print; #X msg 277 154 bang; #X msg 317 154 symbol click; #X text 104 335 creation argument: preset the second inlet; #X msg 51 175 bang; #X obj 95 206 glue; #X obj 277 206 glue and stick; #X text 490 14 part of zexy; #X connect 2 0 10 0; #X connect 3 0 10 1; #X connect 6 0 11 0; #X connect 7 0 11 0; #X connect 9 0 10 0; #X connect 10 0 4 0; #X connect 11 0 5 0;
31
control anything_op storage
glue together 2 packages (append \, prepend \, ...)
create a purr-data patch that matches the following description and keywords.
Description: glue together 2 packages (append \, prepend \, ...), Keywords: control anything_op storage
asinh-help.pd
externals\miXed\doc\help\cyclone\asinh-help.pd
#N canvas 0 31 613 320 10; #X text 254 93 this is probably only useful for mathematical calculations ; #X obj 18 90 cycle~ 2; #X obj 18 121 *~ 3.14159; #X msg 223 149 range -2 2; #X obj 150 123 -~ 3.14159; #X text 15 35 Arc Hyperbolic sine function (asinh(x)) for signals; #X obj 150 100 *~ 6.28319; #X obj 150 78 phasor~ 2; #X obj 18 175 Scope~ 130 130 256 3 128 -1 1 0 0 0 0 102 255 51 135 135 135 0; #X obj 165 180 Scope~ 130 130 256 3 128 -1 1 0 0 0 0 102 255 51 135 135 135 0; #X obj 18 147 asinh~; #X obj 149 147 asinh~; #N canvas 430 169 507 362 META 0; #X text 12 175 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan Wilkes for Pd-extended 0.42 to conform to the PDDP template.; #X text 12 25 LICENSE; #X text 12 135 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html ; #X text 12 5 KEYWORDS signal max_compatible trigonometry; #X text 12 45 DESCRIPTION arc hyperbolic sine function (asinh(x)) for signals; #X text 12 75 INLET_0 signal; #X text 12 95 OUTLET_0 signal; #X text 12 115 AUTHOR Krzysztof Czaja; #X restore 557 294 pd META; #X connect 1 0 2 0; #X connect 2 0 10 0; #X connect 3 0 8 0; #X connect 3 0 9 0; #X connect 4 0 11 0; #X connect 6 0 4 0; #X connect 7 0 6 0; #X connect 10 0 8 0; #X connect 11 0 9 0;
#N canvas 0 31 613 320 10; #X text 254 93 this is probably only useful for mathematical calculations ; #X obj 18 90 cycle~ 2; #X obj 18 121 *~ 3.14159; #X msg 223 149 range -2 2; #X obj 150 123 -~ 3.14159; #X text 15 35 Arc Hyperbolic sine function (asinh(x)) for signals; #X obj 150 100 *~ 6.28319; #X obj 150 78 phasor~ 2; #X obj 18 175 Scope~ 130 130 256 3 128 -1 1 0 0 0 0 102 255 51 135 135 135 0; #X obj 165 180 Scope~ 130 130 256 3 128 -1 1 0 0 0 0 102 255 51 135 135 135 0; #X obj 18 147 asinh~; #X obj 149 147 asinh~; #X connect 1 0 2 0; #X connect 2 0 10 0; #X connect 3 0 8 0; #X connect 3 0 9 0; #X connect 4 0 11 0; #X connect 6 0 4 0; #X connect 7 0 6 0; #X connect 10 0 8 0; #X connect 11 0 9 0;
32
signal max_compatible trigonometry
arc hyperbolic sine function (asinh(x)) for signals
create a purr-data patch that matches the following description and keywords.
Description: arc hyperbolic sine function (asinh(x)) for signals, Keywords: signal max_compatible trigonometry
5.loadbang.pd
packages\win64_inno\build\doc\manuals\pd-msg\1.msg_and_patch\5.loadbang.pd
#N canvas 95 75 845 545 10; #X msg 39 266 loadbang; #X obj 62 152 loadbang; #X msg 62 178 1; #X floatatom 62 204 0 0 0 0 - - -; #X obj 29 123 random 127; #X msg 29 98 bang; #X text 23 12 The loadbang message; #X text 81 98 <= click here first; #X text 118 264 <= then click here; #X obj 39 292 s pd-5.loadbang.pd; #X msg 375 442 loadbang; #X msg 450 442 clear; #N canvas 448 72 536 411 \$0-dynamic 0; #X restore 642 443 pd \$0-dynamic; #X obj 328 479 s pd-\$0-dynamic; #X text 23 37 Sending a message "loadbang" to a subpatch or abstraction receiver will fire all loadbangs in that (sub-)patch.; #X msg 328 302 clear \, obj 131 117 lb-abs \, msg 131 153 10 \, obj 113 178 + \, obj 113 65 loadbang \, msg 113 88 10 \, floatatom 113 209 5 0 0 0 - - - \, msg 245 154 10 \, obj 227 179 + \, msg 227 89 10 \, floatatom 227 210 5 0 0 0 - - - \, obj 227 66 lb-abs \, obj 245 118 loadbang \, connect 0 0 1 0 \, connect 1 0 2 1 \, connect 2 0 5 0 \, connect 3 0 4 0 \, connect 4 0 2 0 \, connect 6 0 7 1 \, connect 7 0 9 0 \, connect 8 0 7 0 \, connect 10 0 8 0 \, connect 11 0 6 0 ; #X text 325 87 A "loadbang" message is important \, if you create instances of abstractions dynamically \, that have loadbangs inside. These loadbangs DO NOT FIRE AUTOMATICALLY in dynamically created abstractions!; #X text 324 148 Loadbangs in abstractions normally fire before loadbangs in the surrounding patch and their loadbangs may propagate to the abstraction's outlet. But with dynamic patching \, outlets are not yet connected when the object has been created \, which would make such loadbangs useless.; #X text 327 222 So in the case of dynamic patching \, you're supposed to know when you're finished "instantiating" \, and then call "loadbang" by yourself by sending a "loadbang" message at the appropriate time. ; #N canvas 458 158 494 396 META 0; #X text 12 95 HELP_PATCH_AUTHORS Damien Henry. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 64 DESCRIPTION how to fire a loadbang inside a dynamically instantiating abstraction; #X text 12 42 LICENSE public domain; #X text 12 5 KEYWORDS control canvas_op nonlocal dynamic_patching tutorial ; #X restore 782 518 pd META; #X connect 0 0 9 0; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 4 0 3 0; #X connect 5 0 4 0; #X connect 10 0 13 0; #X connect 11 0 13 0; #X connect 15 0 13 0;
#N canvas 95 75 845 545 10; #X msg 39 266 loadbang; #X obj 62 152 loadbang; #X msg 62 178 1; #X floatatom 62 204 0 0 0 0 - - -; #X obj 29 123 random 127; #X msg 29 98 bang; #X text 23 12 The loadbang message; #X text 81 98 <= click here first; #X text 118 264 <= then click here; #X obj 39 292 s pd-5.loadbang.pd; #X msg 375 442 loadbang; #X msg 450 442 clear; #X obj 328 479 s pd-\$0-dynamic; #X text 23 37 Sending a message "loadbang" to a subpatch or abstraction receiver will fire all loadbangs in that (sub-)patch.; #X msg 328 302 clear \, obj 131 117 lb-abs \, msg 131 153 10 \, obj 113 178 + \, obj 113 65 loadbang \, msg 113 88 10 \, floatatom 113 209 5 0 0 0 - - - \, msg 245 154 10 \, obj 227 179 + \, msg 227 89 10 \, floatatom 227 210 5 0 0 0 - - - \, obj 227 66 lb-abs \, obj 245 118 loadbang \, connect 0 0 1 0 \, connect 1 0 2 1 \, connect 2 0 5 0 \, connect 3 0 4 0 \, connect 4 0 2 0 \, connect 6 0 7 1 \, connect 7 0 9 0 \, connect 8 0 7 0 \, connect 10 0 8 0 \, connect 11 0 6 0 ; #X text 325 87 A "loadbang" message is important \, if you create instances of abstractions dynamically \, that have loadbangs inside. These loadbangs DO NOT FIRE AUTOMATICALLY in dynamically created abstractions!; #X text 324 148 Loadbangs in abstractions normally fire before loadbangs in the surrounding patch and their loadbangs may propagate to the abstraction's outlet. But with dynamic patching \, outlets are not yet connected when the object has been created \, which would make such loadbangs useless.; #X text 327 222 So in the case of dynamic patching \, you're supposed to know when you're finished "instantiating" \, and then call "loadbang" by yourself by sending a "loadbang" message at the appropriate time. ; #X connect 0 0 9 0; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 4 0 3 0; #X connect 5 0 4 0; #X connect 10 0 13 0; #X connect 11 0 13 0; #X connect 15 0 13 0;
35
control canvas_op nonlocal dynamic_patching tutorial
how to fire a loadbang inside a dynamically instantiating abstraction
create a purr-data patch that matches the following description and keywords.
Description: how to fire a loadbang inside a dynamically instantiating abstraction, Keywords: control canvas_op nonlocal dynamic_patching tutorial
dripchar-help.pd
externals\moonlib\dripchar-help.pd
#N canvas 0 31 430 247 10; #X obj 0 0 cnv 8 100 60 empty empty dripchar 10 20 1 18 -262144 -1109 0; #X text 7 221 (c) Moonix: Antoine Rousseau 2003; #X obj 131 49 loadbang; #X obj 131 95 dripchar; #X msg 131 69 symbol Antoine; #X text 132 12 drip characters from a symbol to a list; #X obj 131 117 unpack s s s s s s s; #X symbolatom 131 142 1 0 0 0 - - -; #X symbolatom 153 142 1 0 0 0 - - -; #X symbolatom 176 142 1 0 0 0 - - -; #X symbolatom 198 142 1 0 0 0 - - -; #X symbolatom 221 142 1 0 0 0 - - -; #X symbolatom 243 142 1 0 0 0 - - -; #X symbolatom 266 142 1 0 0 0 - - -; #X msg 245 69 symbol moonix_; #N canvas 380 146 494 344 META 0; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Antoine Rousseau; #X text 12 125 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 5 KEYWORDS control conversion symbol_op; #X text 12 45 DESCRIPTION drip characters from a symbol to a list; #X text 12 65 INLET_0 symbol; #X text 12 85 OUTLET_0 list; #X restore 363 207 pd META; #X connect 2 0 4 0; #X connect 3 0 6 0; #X connect 4 0 3 0; #X connect 6 0 7 0; #X connect 6 1 8 0; #X connect 6 2 9 0; #X connect 6 3 10 0; #X connect 6 4 11 0; #X connect 6 5 12 0; #X connect 6 6 13 0; #X connect 14 0 3 0;
#N canvas 0 31 430 247 10; #X text 7 221 (c) Moonix: Antoine Rousseau 2003; #X obj 131 49 loadbang; #X obj 131 95 dripchar; #X msg 131 69 symbol Antoine; #X text 132 12 drip characters from a symbol to a list; #X obj 131 117 unpack s s s s s s s; #X symbolatom 131 142 1 0 0 0 - - -; #X symbolatom 153 142 1 0 0 0 - - -; #X symbolatom 176 142 1 0 0 0 - - -; #X symbolatom 198 142 1 0 0 0 - - -; #X symbolatom 221 142 1 0 0 0 - - -; #X symbolatom 243 142 1 0 0 0 - - -; #X symbolatom 266 142 1 0 0 0 - - -; #X msg 245 69 symbol moonix_; #X connect 2 0 4 0; #X connect 3 0 6 0; #X connect 4 0 3 0; #X connect 6 0 7 0; #X connect 6 1 8 0; #X connect 6 2 9 0; #X connect 6 3 10 0; #X connect 6 4 11 0; #X connect 6 5 12 0; #X connect 6 6 13 0; #X connect 14 0 3 0;
36
control conversion symbol_op
drip characters from a symbol to a list
create a purr-data patch that matches the following description and keywords.
Description: drip characters from a symbol to a list, Keywords: control conversion symbol_op
makecolor-help.pd
externals\moonlib\makecolor-help.pd
#N canvas 0 31 527 298 10; #X text 27 268 (c) Antoine Rousseau 2001; #X obj 18 27 makecolor; #X text 91 22 A color-symbol builder \, transforming RGB values in one hexa symbol.; #X obj 161 149 makecolor; #X symbolatom 161 186 10 0 0 0 - - -; #X floatatom 144 85 5 0 0 0 - - -; #X floatatom 190 85 5 0 0 0 - - -; #X floatatom 235 86 5 0 0 0 - - -; #X obj 161 127 b; #N canvas 518 217 494 344 META 0; #X text 12 25 LICENSE GPL v2; #X text 12 155 AUTHOR Antoine Rousseau; #X text 12 175 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 5 KEYWORDS control conversion; #X text 12 45 DESCRIPTION a color-symbol builder \, transforming RGB values in one hexa symbol; #X text 12 75 INLET_0 float; #X text 12 95 INLET_1 float; #X text 12 115 INLET_2 float; #X text 12 135 INLET_3 symbol; #X restore 467 261 pd META; #X connect 3 0 4 0; #X connect 5 0 3 0; #X connect 6 0 3 1; #X connect 6 0 8 0; #X connect 7 0 3 2; #X connect 7 0 8 0; #X connect 8 0 3 0;
#N canvas 0 31 527 298 10; #X text 27 268 (c) Antoine Rousseau 2001; #X obj 18 27 makecolor; #X text 91 22 A color-symbol builder \, transforming RGB values in one hexa symbol.; #X obj 161 149 makecolor; #X symbolatom 161 186 10 0 0 0 - - -; #X floatatom 144 85 5 0 0 0 - - -; #X floatatom 190 85 5 0 0 0 - - -; #X floatatom 235 86 5 0 0 0 - - -; #X obj 161 127 b; #X connect 3 0 4 0; #X connect 5 0 3 0; #X connect 6 0 3 1; #X connect 6 0 8 0; #X connect 7 0 3 2; #X connect 7 0 8 0; #X connect 8 0 3 0;
28
control conversion
a color-symbol builder \, transforming RGB values in one hexa symbol
create a purr-data patch that matches the following description and keywords.
Description: a color-symbol builder \, transforming RGB values in one hexa symbol, Keywords: control conversion
vmin-help.pd
externals\smlib\vmin-help.pd
#N canvas 1 53 473 167 10; #X floatatom 35 104 5 0 0 0 - - -; #X text 387 99 j#|@2002; #X obj 409 77 SMLib-help; #X msg 133 47 0; #X msg 168 47 0 1 0 1; #X msg 236 47 0 0 1 1; #X floatatom 86 104 5 0 0 0 - - -; #X msg 15 47 1 2 3 1; #X msg 81 47 3 4 1; #X text 14 3 vcog computes minimum of a list of floats; #X text 13 21 and the location of the first occurance of the minimum ; #X obj 49 76 vmin; #N canvas 186 171 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 45 DESCRIPTION minimum of a list of floats; #X text 12 5 KEYWORDS control list_op; #X text 12 85 OUTLET_0 float; #X text 12 105 OUTLET_1 float; #X restore 415 124 pd META; #X connect 3 0 11 0; #X connect 4 0 11 0; #X connect 5 0 11 0; #X connect 7 0 11 0; #X connect 8 0 11 0; #X connect 11 0 0 0; #X connect 11 1 6 0;
#N canvas 1 53 473 167 10; #X floatatom 35 104 5 0 0 0 - - -; #X text 387 99 j#|@2002; #X obj 409 77 SMLib-help; #X msg 133 47 0; #X msg 168 47 0 1 0 1; #X msg 236 47 0 0 1 1; #X floatatom 86 104 5 0 0 0 - - -; #X msg 15 47 1 2 3 1; #X msg 81 47 3 4 1; #X text 14 3 vcog computes minimum of a list of floats; #X text 13 21 and the location of the first occurance of the minimum ; #X obj 49 76 vmin; #X connect 3 0 11 0; #X connect 4 0 11 0; #X connect 5 0 11 0; #X connect 7 0 11 0; #X connect 8 0 11 0; #X connect 11 0 0 0; #X connect 11 1 6 0;
30
control list_op
minimum of a list of floats
create a purr-data patch that matches the following description and keywords.
Description: minimum of a list of floats, Keywords: control list_op
list2int-help.pd
externals\zexy\reference\list2int-help.pd
#N canvas 0 31 497 302 10; #X obj 26 246 print; #X msg 61 139 3.14159 2 hello 1; #X msg 70 170 gosh 2.3 1; #X obj 26 212 list2int; #X text 65 23 list to integer; #X text 18 49 cast all floats of a list to integers; #X msg 26 110 1 2 -1.567 3 2; #X text 158 110 list of floats; #X text 224 139 list with symbols; #X obj 332 248 l2i; #X text 285 248 alias; #X text 371 15 part of zexy; #X text 168 169 not really a list; #N canvas 515 193 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR IOhannes m zmoelnig; #X text 12 45 DESCRIPTION cast all floats of a list to integers; #X text 12 65 INLET_0 anything; #X text 12 5 KEYWORDS control conversion anything_op; #X text 12 85 OUTLET_0 anything; #X restore 433 271 pd META; #X connect 1 0 3 0; #X connect 2 0 3 0; #X connect 3 0 0 0; #X connect 6 0 3 0;
#N canvas 0 31 497 302 10; #X obj 26 246 print; #X msg 61 139 3.14159 2 hello 1; #X msg 70 170 gosh 2.3 1; #X obj 26 212 list2int; #X text 65 23 list to integer; #X text 18 49 cast all floats of a list to integers; #X msg 26 110 1 2 -1.567 3 2; #X text 158 110 list of floats; #X text 224 139 list with symbols; #X obj 332 248 l2i; #X text 285 248 alias; #X text 371 15 part of zexy; #X text 168 169 not really a list; #X connect 1 0 3 0; #X connect 2 0 3 0; #X connect 3 0 0 0; #X connect 6 0 3 0;
27
control conversion anything_op
cast all floats of a list to integers
create a purr-data patch that matches the following description and keywords.
Description: cast all floats of a list to integers, Keywords: control conversion anything_op
char2f-help.pd
externals\moonlib\char2f-help.pd
#N canvas 0 31 430 247 10; #X obj 0 0 cnv 8 100 60 empty empty char2f_f2char 10 20 1 18 -262144 -1109 0; #X text 7 221 (c) Moonix: Antoine Rousseau 2003; #X text 160 14 ascii utilities; #X obj 131 115 char2f; #X floatatom 131 136 5 0 0 0 - - -; #X msg 131 69 symbol A; #X obj 131 173 f2char; #X symbolatom 131 194 2 0 0 0 - - -; #X obj 131 49 loadbang; #X msg 216 70 symbol a; #N canvas 380 146 494 344 META 0; #X text 12 25 LICENSE GPL v2; #X text 12 65 INLET_0 symbol; #X text 12 105 AUTHOR Antoine Rousseau; #X text 12 125 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 45 DESCRIPTION ascii utility; #X text 12 5 KEYWORDS control conversion symbol_op; #X text 12 85 OUTLET_0 float; #X restore 373 217 pd META; #X connect 3 0 4 0; #X connect 4 0 6 0; #X connect 5 0 3 0; #X connect 6 0 7 0; #X connect 8 0 5 0; #X connect 9 0 3 0;
#N canvas 0 31 430 247 10; #X text 7 221 (c) Moonix: Antoine Rousseau 2003; #X text 160 14 ascii utilities; #X obj 131 115 char2f; #X floatatom 131 136 5 0 0 0 - - -; #X msg 131 69 symbol A; #X obj 131 173 f2char; #X symbolatom 131 194 2 0 0 0 - - -; #X obj 131 49 loadbang; #X msg 216 70 symbol a; #X connect 3 0 4 0; #X connect 4 0 6 0; #X connect 5 0 3 0; #X connect 6 0 7 0; #X connect 8 0 5 0; #X connect 9 0 3 0;
26
control conversion symbol_op
ascii utility
create a purr-data patch that matches the following description and keywords.
Description: ascii utility, Keywords: control conversion symbol_op
hid2deg-help.pd
externals\hid\hid2deg-help.pd
#N canvas 0 31 483 323 10; #X obj 5 2 cnv 15 450 20 empty empty hid2deg 2 11 1 18 -233017 -66577 0; #X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X text 254 269 released under the GNU GPL; #X text 185 228 For more info:; #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <[email protected]> ; #X text 290 164 related objects:; #X obj 323 184 hid/rad2hid; #X obj 401 184 hid/deg2hid; #X floatatom 69 185 7 0 0 1 degrees - -; #X obj 72 85 hsl 128 15 0 1 0 0 empty empty hid 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 95 115 5 0 0 0 - - -; #X obj 245 184 hid/hid2rad; #X obj 69 150 hid/hid2deg; #X text 26 34 This object converts numbers from the [hid] range (0 to 1) to degrees (0 to 360) with the 0 being north.; #N canvas 504 253 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL; #X text 12 85 INLET_0 float; #X text 12 105 OUTLET_0 float; #X text 12 125 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION convert numbers from the [hid] range (0 to 1) to degrees (0 to 360) with the 0 being north.; #X text 12 5 KEYWORDS control conversion abstraction; #X restore 427 293 pd META; #X connect 9 0 12 0; #X connect 10 0 12 0; #X connect 12 0 8 0;
#N canvas 0 31 483 323 10; #X text 254 269 released under the GNU GPL; #X text 185 228 For more info:; #X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <[email protected]> ; #X text 290 164 related objects:; #X obj 323 184 hid/rad2hid; #X obj 401 184 hid/deg2hid; #X floatatom 69 185 7 0 0 1 degrees - -; #X obj 72 85 hsl 128 15 0 1 0 0 empty empty hid 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 95 115 5 0 0 0 - - -; #X obj 245 184 hid/hid2rad; #X obj 69 150 hid/hid2deg; #X text 26 34 This object converts numbers from the [hid] range (0 to 1) to degrees (0 to 360) with the 0 being north.; #X connect 9 0 12 0; #X connect 10 0 12 0; #X connect 12 0 8 0;
27
control conversion abstraction
convert numbers from the [hid] range (0 to 1) to degrees (0 to 360) with the 0 being north.
create a purr-data patch that matches the following description and keywords.
Description: convert numbers from the [hid] range (0 to 1) to degrees (0 to 360) with the 0 being north., Keywords: control conversion abstraction
pwm~-help.pd
externals\hcs\pwm~-help.pd
#N canvas 267 174 492 402 10; #N canvas 0 22 450 300 (subpatch) 0; #X array \$0-pwm~ 100 float 0 black black; #X coords 0 1.1 99 -0.1 200 100 1; #X restore 58 236 graph; #X obj 83 144 r metro; #X text 355 21 <-- Click to start; #X text 194 193 <-- graph the output; #X text 302 287 see also:; #X obj 311 20 tgl 25 0 empty empty start 0 -6 1 9 -24198 -1 -1 0 1 ; #X msg 311 48 \; pd dsp \$1 \; metro \$1; #X obj 376 287 pwm; #X obj 70 66 hsl 128 15 0 1 0 1 empty empty pulse_width -2 -6 1 12 -225280 -1 -1 10700 0; #X floatatom 79 88 5 0 0 0 - - -, f 5; #X text 139 112 argument = pwm rate in Hz; #X obj 67 112 pwm~ 2000; #X obj 83 169 metro 238.3; #X obj 82 372 pddp/pddplink http://en.wikipedia.org/wiki/Pulse-width_modulation ; #X text 22 351 for more info:; #X text 16 11 pulse width modulation at audio rate; #X obj 67 193 tabwrite~ \$0-pwm~; #N canvas 281 200 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 125 AUTHOR Hans-Christoph Steiner; #X text 12 25 KEYWORDS signal; #X text 12 45 LICENSE GPL v3; #X text 12 65 DESCRIPTION pulse width modulation at audio rate; #X text 12 85 INLET_0 float; #X text 12 105 OUTLET_0 signal; #X restore 442 381 pd META; #X connect 1 0 12 0; #X connect 5 0 6 0; #X connect 8 0 9 0; #X connect 8 0 11 0; #X connect 11 0 16 0; #X connect 12 0 16 0;
#N canvas 267 174 492 402 10;
36
signal
pulse width modulation at audio rate
create a purr-data patch that matches the following description and keywords.
Description: pulse width modulation at audio rate, Keywords: signal
02.editing.pd
packages\win64_inno\build\doc\2.control.examples\02.editing.pd
#N canvas 432 25 448 559 10; #X msg 145 43 hello world; #X obj 145 84 print; #X floatatom 254 43 0 0 0 0 - - -; #X text 32 281 When you're done changing the contents of the box \, click outside the box to deselect it. This tells Pd to incorporate the new text.; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header editing 20 10 1 18 -261139 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 537 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 42 254 494 284 META 0; #X text 12 105 WEBSITE http://crca.ucsd.edu/~msp/; #X text 12 85 LIBRARY PDDP; #X text 12 45 LICENSE SIBSD; #X text 12 65 DESCRIPTION the basics of how to edit objects in Pd; #X text 12 125 HELP_PATCH_AUTHORS Miller Puckette. Updated for release 0.33. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 25 KEYWORDS control GUI tutorial; #X restore 382 539 pd META; #X text 32 323 Edit mode also lets you make and break connections between objects. Put the "hand" cursor over a line connecting two objects: it turns into an X. Clicking will delete the connection. Hold the cursor over an outlet and it becomes a circle (a patch point). Drag to any box and release-- you will be connected to the nearest inlet.; #X text 32 401 There are several handy tools in the "Edit" menu. You can use the "Duplicate" menu item to create new objects by duplicating existing ones. You can also "Cut" and "Paste" them. If you duplicate several connected objects the connections will be replicated too.; #X text 32 468 Also have a look in the "Put" menu-- use it to create new text items of any of the four types. You can also put a "symbol" box \, analogous to a number box but for showing and entering text strings \, as well as other objects with more sophisticated graphical user interfaces.; #N canvas 19 470 428 143 References 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261139 -33289 0; #X text 7 2 Editing- Related Help Documents; #X text 17 28 Notice that some of the menu items have shortcut keys listed beside them. Check out the one for Edit mode for a quick way to switch back and forth between Edit mode and Run mode.; #X restore 103 539 pd References; #X obj 6 539 pddp/pddplink ../5.reference/pddp/help.pd -text help; #X text 144 24 message box; #X text 252 24 atom box; #X text 33 107 When you first open a Pd document like this one \, your cursor will be an arrow. Select "Edit Mode" in the "Edit" menu and the cursor will change to the image of a hand. The patch is now in Edit mode. You can move any object by dragging it.; #X text 33 173 Select "Edit Mode" again in the "Edit" menu and you're back to the arrow cursor which acts on objects without moving them. ; #X text 33 215 In Edit Mode \, if you click on a message \, object \, or comment \, you can then retype the text. For objects this will create a new object and delete the old one. Pd will try to reconnect the newly created object in the same way as the old one.; #X text 77 51 outlet -->; #X text 188 84 <-- object; #X connect 0 0 1 0; #X connect 2 0 1 0;
#N canvas 432 25 448 559 10; #X msg 145 43 hello world; #X obj 145 84 print; #X floatatom 254 43 0 0 0 0 - - -; #X text 32 281 When you're done changing the contents of the box \, click outside the box to deselect it. This tells Pd to incorporate the new text.; #X text 32 323 Edit mode also lets you make and break connections between objects. Put the "hand" cursor over a line connecting two objects: it turns into an X. Clicking will delete the connection. Hold the cursor over an outlet and it becomes a circle (a patch point). Drag to any box and release-- you will be connected to the nearest inlet.; #X text 32 401 There are several handy tools in the "Edit" menu. You can use the "Duplicate" menu item to create new objects by duplicating existing ones. You can also "Cut" and "Paste" them. If you duplicate several connected objects the connections will be replicated too.; #X text 32 468 Also have a look in the "Put" menu-- use it to create new text items of any of the four types. You can also put a "symbol" box \, analogous to a number box but for showing and entering text strings \, as well as other objects with more sophisticated graphical user interfaces.; #X text 144 24 message box; #X text 252 24 atom box; #X text 33 107 When you first open a Pd document like this one \, your cursor will be an arrow. Select "Edit Mode" in the "Edit" menu and the cursor will change to the image of a hand. The patch is now in Edit mode. You can move any object by dragging it.; #X text 33 173 Select "Edit Mode" again in the "Edit" menu and you're back to the arrow cursor which acts on objects without moving them. ; #X text 33 215 In Edit Mode \, if you click on a message \, object \, or comment \, you can then retype the text. For objects this will create a new object and delete the old one. Pd will try to reconnect the newly created object in the same way as the old one.; #X text 77 51 outlet -->; #X text 188 84 <-- object; #X connect 0 0 1 0; #X connect 2 0 1 0;
34
control GUI tutorial
the basics of how to edit objects in Pd
create a purr-data patch that matches the following description and keywords.
Description: the basics of how to edit objects in Pd, Keywords: control GUI tutorial
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
vdelta-help.pd
externals\smlib\vdelta-help.pd
#N canvas 1 53 433 284 10; #X msg 5 30 1 1 1 1 1 1 1 1 1 1; #X msg 5 52 1 0 1 0 1 0 1 0 1 0; #X msg 5 74 0 1 0 1 0 1 0 1 0 1; #X msg 5 96 0 0 0 0 0 0 0 0 0 0; #X msg 5 118 -1 -1 0 0 -1 -1 0 0 -1 -1; #X msg 5 140 0 0 0 0 0 1 1 1 1 1; #X text 352 205 j#|@2002; #X obj 373 184 SMLib-help; #X text 7 3 vdelta: difference between consecutive vectors; #X obj 5 193 print vdelta; #X msg 221 31 0; #X text 111 162 sending a vector of a different; #X text 111 178 length resets its state; #X obj 5 170 vdelta; #X msg 221 57 0 0 0; #X msg 221 79 1 2 3; #X msg 221 101 3 2 1; #N canvas 248 160 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 5 KEYWORDS control list_op; #X text 12 65 INLET_0 list float; #X text 12 45 DESCRIPTION difference between consecutive vectors; #X text 12 85 OUTLET_0 list float; #X restore 374 228 pd META; #X connect 0 0 13 0; #X connect 1 0 13 0; #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 10 0 13 0; #X connect 13 0 9 0; #X connect 14 0 13 0; #X connect 15 0 13 0; #X connect 16 0 13 0;
#N canvas 1 53 433 284 10; #X msg 5 30 1 1 1 1 1 1 1 1 1 1; #X msg 5 52 1 0 1 0 1 0 1 0 1 0; #X msg 5 74 0 1 0 1 0 1 0 1 0 1; #X msg 5 96 0 0 0 0 0 0 0 0 0 0; #X msg 5 118 -1 -1 0 0 -1 -1 0 0 -1 -1; #X msg 5 140 0 0 0 0 0 1 1 1 1 1; #X text 352 205 j#|@2002; #X obj 373 184 SMLib-help; #X text 7 3 vdelta: difference between consecutive vectors; #X obj 5 193 print vdelta; #X msg 221 31 0; #X text 111 162 sending a vector of a different; #X text 111 178 length resets its state; #X obj 5 170 vdelta; #X msg 221 57 0 0 0; #X msg 221 79 1 2 3; #X msg 221 101 3 2 1; #X connect 0 0 13 0; #X connect 1 0 13 0; #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 10 0 13 0; #X connect 13 0 9 0; #X connect 14 0 13 0; #X connect 15 0 13 0; #X connect 16 0 13 0;
38
control list_op
difference between consecutive vectors
create a purr-data patch that matches the following description and keywords.
Description: difference between consecutive vectors, Keywords: control list_op
envrms~-help.pd
externals\zexy\reference\envrms~-help.pd
#N canvas 0 31 580 361 10; #X obj 71 51 envrms~; #X text 174 51 an envelope follower that outputs rms instead of dB ; #X obj 59 172 sig~ 3; #X floatatom 59 148 0 0 0 0 - - -; #X obj 59 233 env~; #X floatatom 59 254 0 0 0 0 - - -; #X floatatom 129 255 0 0 0 0 - - -; #X obj 129 234 envrms~; #X text 177 93 (i found it very often quite annoying \, to get dB all the times \, and i wouldn't use snapshot~ instead); #X obj 59 276 dbtorms; #X floatatom 59 299 0 0 0 0 - - -; #X text 179 172 of course \, this is cheaper than using env~ + dbtorms ; #X text 272 269 see also:; #X obj 277 296 env~; #X obj 315 296 avg~; #X obj 354 296 tavg~; #X msg 484 217 \; pd dsp 1; #X text 479 17 part of zexy; #N canvas 593 163 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 115 AUTHOR IOhannes m zmoelnig; #X text 12 45 DESCRIPTION an envelope follower that outputs rms instead of dB; #X text 12 5 KEYWORDS signal conversion; #X text 12 75 INLET_0 signal; #X text 12 95 OUTLET_0 float; #X restore 525 333 pd META; #X connect 2 0 7 0; #X connect 2 0 4 0; #X connect 3 0 2 0; #X connect 4 0 5 0; #X connect 5 0 9 0; #X connect 7 0 6 0; #X connect 9 0 10 0;
#N canvas 0 31 580 361 10; #X obj 71 51 envrms~; #X text 174 51 an envelope follower that outputs rms instead of dB ; #X obj 59 172 sig~ 3; #X floatatom 59 148 0 0 0 0 - - -; #X obj 59 233 env~; #X floatatom 59 254 0 0 0 0 - - -; #X floatatom 129 255 0 0 0 0 - - -; #X obj 129 234 envrms~; #X text 177 93 (i found it very often quite annoying \, to get dB all the times \, and i wouldn't use snapshot~ instead); #X obj 59 276 dbtorms; #X floatatom 59 299 0 0 0 0 - - -; #X text 179 172 of course \, this is cheaper than using env~ + dbtorms ; #X text 272 269 see also:; #X obj 277 296 env~; #X obj 315 296 avg~; #X obj 354 296 tavg~; #X msg 484 217 \; pd dsp 1; #X text 479 17 part of zexy; #X connect 2 0 7 0; #X connect 2 0 4 0; #X connect 3 0 2 0; #X connect 4 0 5 0; #X connect 5 0 9 0; #X connect 7 0 6 0; #X connect 9 0 10 0;
35
signal conversion
an envelope follower that outputs rms instead of dB
create a purr-data patch that matches the following description and keywords.
Description: an envelope follower that outputs rms instead of dB, Keywords: signal conversion
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
list_accum-help.pd
externals\tof\tof\list_accum-help.pd
#N canvas 1 53 592 427 10; #X obj 62 27 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text 67 77 author: [email protected]; #X text 67 66 tags: lists; #X text 67 88 version: 2009-10-06 (added the second mode); #X text 68 27 description: accumulates anything into a big list. Outputs the list on a bang.; #X obj 91 283 tof/list_accum; #X msg 112 218 1 2 3 4 5 6; #X obj 90 146 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 91 348 print; #X floatatom 104 191 5 0 0 0 - - -; #X msg 194 218 a b c d; #X obj 206 254 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 175 316 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X text 148 195 Inlet 1 \, anything: Accumulate atoms; #X text 227 254 Inlet 2 \, bang: Clear accumulated atoms; #X text 111 145 Inlet 1 \, bang: Output and clear accumulated atoms ; #X text 195 314 Outlet 2 \, bang: Nothing accumulated (empty); #X text 130 348 Outlet 1 \, list: Accumulated atoms; #N canvas 306 222 494 344 META 0; #X text 12 175 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 155 AUTHOR Thomas Ouellet Fredericks; #X text 12 5 KEYWORDS control list_op; #X text 12 75 INLET_0 bang anything; #X text 12 95 INLET_1 bang; #X text 12 115 OUTLET_0 list; #X text 12 135 OUTLET_1 bang; #X text 12 45 DESCRIPTION accumulate anything into a list and output the list on a bang; #X restore 539 358 pd META; #X connect 5 0 8 0; #X connect 5 1 12 0; #X connect 6 0 5 0; #X connect 7 0 5 0; #X connect 9 0 5 0; #X connect 10 0 5 0; #X connect 11 0 5 1;
#N canvas 1 53 592 427 10; #X text 67 77 author: [email protected]; #X text 67 66 tags: lists; #X text 67 88 version: 2009-10-06 (added the second mode); #X text 68 27 description: accumulates anything into a big list. Outputs the list on a bang.; #X obj 91 283 tof/list_accum; #X msg 112 218 1 2 3 4 5 6; #X obj 90 146 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 91 348 print; #X floatatom 104 191 5 0 0 0 - - -; #X msg 194 218 a b c d; #X obj 206 254 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 175 316 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X text 148 195 Inlet 1 \, anything: Accumulate atoms; #X text 227 254 Inlet 2 \, bang: Clear accumulated atoms; #X text 111 145 Inlet 1 \, bang: Output and clear accumulated atoms ; #X text 195 314 Outlet 2 \, bang: Nothing accumulated (empty); #X text 130 348 Outlet 1 \, list: Accumulated atoms; #X connect 5 0 8 0; #X connect 5 1 12 0; #X connect 6 0 5 0; #X connect 7 0 5 0; #X connect 9 0 5 0; #X connect 10 0 5 0; #X connect 11 0 5 1;
37
control list_op
accumulate anything into a list and output the list on a bang
create a purr-data patch that matches the following description and keywords.
Description: accumulate anything into a list and output the list on a bang, Keywords: control list_op
doubledelta-help.pd
externals\ekext\doubledelta-help.pd
#N canvas 0 31 450 300 10; #X obj 138 148 doubledelta; #X obj 139 113 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X floatatom 138 178 5 0 0 0 - - -; #X floatatom 201 178 5 0 0 0 - - -; #X text 87 63 delta and delta-of-delta of incoming values; #N canvas 55 93 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS Ed Kelly. Revised by Jonathan Wilkes for Pd-extended 0.42 to conform to the PDDP template.; #X text 12 125 AUTHOR Ed Kelly <[email protected]>; #X text 12 5 KEYWORDS control needs_work (example patch); #X text 12 45 DESCRIPTION ???; #X text 12 65 INLET_0 float bang; #X text 12 85 OUTLET_0 float; #X text 12 105 OUTLET_1 float; #X text 12 25 LICENSE GPL v3; #X restore 394 270 pd META; #X connect 0 0 2 0; #X connect 0 1 3 0; #X connect 1 0 0 0;
#N canvas 0 31 450 300 10; #X obj 138 148 doubledelta; #X obj 139 113 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X floatatom 138 178 5 0 0 0 - - -; #X floatatom 201 178 5 0 0 0 - - -; #X text 87 63 delta and delta-of-delta of incoming values; #X connect 0 0 2 0; #X connect 0 1 3 0; #X connect 1 0 0 0;
19
control needs_work (example patch)
???
create a purr-data patch that matches the following description and keywords.
Description: ???, Keywords: control needs_work (example patch)
get-midi-dialog-help.pd
externals\hcs\get-midi-dialog-help.pd
#N canvas 0 26 611 344 10; #X msg 34 111 bang; #X obj 73 174 pddp/print; #X obj 53 179 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X text 9 23 get the MIDI settings to save as part of the patch.; #X text 153 93 Open the MIDI Settings and click OK to get the data \, then click bang to use them in the patch; #X obj 34 142 get-midi-dialog; #X obj 34 203 prepend set; #X obj 34 278 send pd; #X text 246 249 <-- this message will be saved as part of your patch. click it or [loadbang] it to configure the MIDI settings. Make sure it is attached to a [send pd] so that Pd gets the message.; #X msg 34 249 midi-dialog 0 0 0 0 0 0 0 0 1 1; #N canvas 386 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 v3; #X text 12 115 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION get Pd's MIDI settings to save as part of the patch; #X text 12 75 INLET_0 bang; #X text 12 95 OUTLET_0 midi-dialog; #X text 12 5 KEYWORDS control pd_op; #X restore 562 322 pd META; #X connect 0 0 5 0; #X connect 5 0 1 0; #X connect 5 0 2 0; #X connect 5 0 6 0; #X connect 6 0 9 0; #X connect 9 0 7 0;
#N canvas 0 26 611 344 10; #X msg 34 111 bang; #X obj 73 174 pddp/print; #X obj 53 179 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X text 9 23 get the MIDI settings to save as part of the patch.; #X text 153 93 Open the MIDI Settings and click OK to get the data \, then click bang to use them in the patch; #X obj 34 142 get-midi-dialog; #X obj 34 203 prepend set; #X obj 34 278 send pd; #X text 246 249 <-- this message will be saved as part of your patch. click it or [loadbang] it to configure the MIDI settings. Make sure it is attached to a [send pd] so that Pd gets the message.; #X msg 34 249 midi-dialog 0 0 0 0 0 0 0 0 1 1; #X connect 0 0 5 0; #X connect 5 0 1 0; #X connect 5 0 2 0; #X connect 5 0 6 0; #X connect 6 0 9 0; #X connect 9 0 7 0;
26
control pd_op
get Pd's MIDI settings to save as part of the patch
create a purr-data patch that matches the following description and keywords.
Description: get Pd's MIDI settings to save as part of the patch, Keywords: control pd_op
vrms-help.pd
externals\smlib\vrms-help.pd
#N canvas 1 53 392 166 10; #X msg 17 39 1 2 3 4; #X floatatom 50 96 5 0 0 0 - - -; #X msg 84 40 3 4 5; #X text 315 100 j#|@2002; #X obj 337 78 SMLib-help; #X obj 52 69 vrms; #X text 16 14 vrms computes the root-mean-square of a vector; #X msg 134 40 1 1 1 1; #X msg 200 40 1 -1 1 -1; #N canvas 159 173 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 65 INLET_0 list float; #X text 12 5 KEYWORDS control list_op; #X text 12 85 OUTLET_0 float list; #X text 12 45 DESCRIPTION root-mean-square of a vector; #X restore 338 125 pd META; #X connect 0 0 5 0; #X connect 2 0 5 0; #X connect 5 0 1 0; #X connect 7 0 5 0; #X connect 8 0 5 0;
#N canvas 1 53 392 166 10; #X msg 17 39 1 2 3 4; #X floatatom 50 96 5 0 0 0 - - -; #X msg 84 40 3 4 5; #X text 315 100 j#|@2002; #X obj 337 78 SMLib-help; #X obj 52 69 vrms; #X text 16 14 vrms computes the root-mean-square of a vector; #X msg 134 40 1 1 1 1; #X msg 200 40 1 -1 1 -1; #X connect 0 0 5 0; #X connect 2 0 5 0; #X connect 5 0 1 0; #X connect 7 0 5 0; #X connect 8 0 5 0;
24
control list_op
root-mean-square of a vector
create a purr-data patch that matches the following description and keywords.
Description: root-mean-square of a vector, Keywords: control list_op
hostname-help.pd
externals\hcs\hostname-help.pd
#N canvas 0 26 353 225 10; #X obj 124 139 hostname; #X msg 124 94 bang; #X symbolatom 124 174 0 0 0 0 - - -; #X text 14 19 get the hostname of the machine. Currently it probably doesn't work on Windows...; #N canvas 280 175 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 105 AUTHOR Hans-Christoph Steiner; #X text 12 5 KEYWORDS control filesystem; #X text 12 45 DESCRIPTION get the hostname of the machine; #X text 12 65 INLET_0 bang; #X text 12 85 OUTLET_0 symbol; #X restore 303 204 pd META; #X connect 0 0 2 0; #X connect 1 0 0 0;
#N canvas 0 26 353 225 10; #X obj 124 139 hostname; #X msg 124 94 bang; #X symbolatom 124 174 0 0 0 0 - - -; #X text 14 19 get the hostname of the machine. Currently it probably doesn't work on Windows...; #X connect 0 0 2 0; #X connect 1 0 0 0;
16
control filesystem
get the hostname of the machine
create a purr-data patch that matches the following description and keywords.
Description: get the hostname of the machine, Keywords: control filesystem
1.2.create_patch.pd
pd\doc\manuals\pd-msg\1.msg_and_patch\1.2.create_patch.pd
#N canvas 109 25 743 475 10; #X msg 38 150 msg 10 10 bang; #X msg 38 198 obj 10 40 metro 500; #X msg 38 174 floatatom 100 10 7 50 5000; #X msg 38 270 obj 10 70 random 127; #X msg 38 318 floatatom 10 100 5; #X msg 38 366 text 10 130 That's it !; #X msg 38 222 connect 0 0 2 0; #X msg 38 246 connect 1 0 2 1; #X msg 38 294 connect 2 0 3 0; #X msg 38 342 connect 3 0 4 0; #X text 195 37 click here first; #X obj 38 404 s pd-new_patch; #X msg 33 37 obj 500 200 pd new_patch; #X text 40 127 and then click here to fill it :; #X obj 33 62 s pd-1.2.create_patch.pd; #X text 33 13 This will create a sub patch in this window and open it :; #N canvas 219 138 494 396 META 0; #X text 12 75 HELP_PATCH_AUTHORS Damien Henry. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 55 DESCRIPTION how to dynamically instantiate a subpatch ; #X text 12 34 LICENSE public domain; #X text 12 5 KEYWORDS control canvas_op nonlocal dynamic_patching tutorial ; #X restore 685 449 pd META; #X connect 0 0 11 0; #X connect 1 0 11 0; #X connect 2 0 11 0; #X connect 3 0 11 0; #X connect 4 0 11 0; #X connect 5 0 11 0; #X connect 6 0 11 0; #X connect 7 0 11 0; #X connect 8 0 11 0; #X connect 9 0 11 0; #X connect 12 0 14 0;
#N canvas 109 25 743 475 10; #X msg 38 150 msg 10 10 bang; #X msg 38 198 obj 10 40 metro 500; #X msg 38 174 floatatom 100 10 7 50 5000; #X msg 38 270 obj 10 70 random 127; #X msg 38 318 floatatom 10 100 5; #X msg 38 366 text 10 130 That's it !; #X msg 38 222 connect 0 0 2 0; #X msg 38 246 connect 1 0 2 1; #X msg 38 294 connect 2 0 3 0; #X msg 38 342 connect 3 0 4 0; #X text 195 37 click here first; #X obj 38 404 s pd-new_patch; #X msg 33 37 obj 500 200 pd new_patch; #X text 40 127 and then click here to fill it :; #X obj 33 62 s pd-1.2.create_patch.pd; #X text 33 13 This will create a sub patch in this window and open it :; #X connect 0 0 11 0; #X connect 1 0 11 0; #X connect 2 0 11 0; #X connect 3 0 11 0; #X connect 4 0 11 0; #X connect 5 0 11 0; #X connect 6 0 11 0; #X connect 7 0 11 0; #X connect 8 0 11 0; #X connect 9 0 11 0; #X connect 12 0 14 0;
34
control canvas_op nonlocal dynamic_patching tutorial
how to dynamically instantiate a subpatch
create a purr-data patch that matches the following description and keywords.
Description: how to dynamically instantiate a subpatch, Keywords: control canvas_op nonlocal dynamic_patching tutorial
vabs-help.pd
externals\smlib\vabs-help.pd
#N canvas 1 53 452 302 10; #X obj 106 129 vabs; #X msg 106 95 1 2 3 -4 -5 -6; #X obj 106 165 print; #N canvas 222 207 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 5 KEYWORDS control list_op; #X text 12 65 INLET_0 list float; #X text 12 85 OUTLET_0 float list; #X text 12 45 DESCRIPTION absolute value for lists; #X restore 389 244 pd META; #X text 351 213 j#|@2002; #X obj 373 193 SMLib-help; #X connect 0 0 2 0; #X connect 1 0 0 0;
#N canvas 1 53 452 302 10; #X obj 106 129 vabs; #X msg 106 95 1 2 3 -4 -5 -6; #X obj 106 165 print; #X text 351 213 j#|@2002; #X obj 373 193 SMLib-help; #X connect 0 0 2 0; #X connect 1 0 0 0;
17
control list_op
absolute value for lists
create a purr-data patch that matches the following description and keywords.
Description: absolute value for lists, Keywords: control list_op
cconj~-help.pd
externals\creb\doc\cconj~-help.pd
#N canvas 0 26 285 166 10; #X text 49 5 complex conjugate; #N canvas 331 92 494 353 META 0; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 105 OUTLET_0 signal; #X text 12 45 DESCRIPTION complex conjugate; #X text 12 65 INLET_0 signal; #X text 12 85 INLET_1 signal; #X text 12 125 OUTLET_1 signal; #X text 12 5 KEYWORDS signal abstraction needs_work (example patch) ; #X text 12 145 AUTHOR Tom Schouten <[email protected]>; #X text 12 25 LICENSE GPL v2; #X restore 236 144 pd META; #X obj 49 55 cconj~;
#N canvas 0 26 285 166 10; #X text 49 5 complex conjugate; #X obj 49 55 cconj~;
14
signal abstraction needs_work (example patch)
complex conjugate
create a purr-data patch that matches the following description and keywords.
Description: complex conjugate, 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
diff_n-help.pd
externals\mapping\diff_n-help.pd
#N canvas 1 53 468 358 10; #X obj 63 47 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 0; #X floatatom 63 301 5 0 0 0 - - -; #X obj 63 218 resample 30; #X obj 63 265 diff_n 5; #X obj 5 2 cnv 15 450 20 empty empty diff_n 2 11 1 18 -233017 -66577 0; #N canvas 468 256 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR Cyrille Henry and Hans-Christoph Steiner; #X text 12 105 OUTLET_0 float; #X text 12 5 KEYWORDS control abstraction; #X text 12 85 INLET_1 float; #X text 12 45 DESCRIPTION differentiate of the input; #X text 12 65 INLET_0 float; #X restore 411 327 pd META; #X text 145 64 differentiate of the input; #X connect 0 0 2 0; #X connect 2 0 3 0; #X connect 3 0 1 0;
#N canvas 1 53 468 358 10; #X obj 63 47 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 0; #X floatatom 63 301 5 0 0 0 - - -; #X obj 63 218 resample 30; #X obj 63 265 diff_n 5; #X text 145 64 differentiate of the input; #X connect 0 0 2 0; #X connect 2 0 3 0; #X connect 3 0 1 0;
20
control abstraction
differentiate of the input
create a purr-data patch that matches the following description and keywords.
Description: differentiate of the input, Keywords: control abstraction
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
pong-help.pd
externals\maxlib\pong-help.pd
#N canvas 1 88 450 300 10; #X text 24 14 a bouncing ball model!; #X text 53 45 Based on pong (for Max) version 1.5 written by Richard Dudas.; #N canvas 458 88 494 344 META 0; #X text 12 285 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 265 AUTHOR Olaf Matthes <[email protected]>; #X text 12 165 INLET_5; #X text 12 145 INLET_4; #X text 12 125 INLET_3; #X text 12 105 INLET_2; #X text 12 85 INLET_1; #X text 12 65 INLET_0; #X text 12 185 OUTLET_0; #X text 12 205 OUTLET_1; #X text 12 225 OUTLET_2; #X text 12 245 OUTLET_3; #X text 12 45 DESCRIPTION bouncing ball model; #X text 12 5 KEYWORDS control; #X restore 390 269 pd META; #X obj 153 121 pong 1.23321e+07;
#N canvas 1 88 450 300 10; #X text 24 14 a bouncing ball model!; #X text 53 45 Based on pong (for Max) version 1.5 written by Richard Dudas.; #X obj 153 121 pong 1.23321e+07;
21
control
bouncing ball model
create a purr-data patch that matches the following description and keywords.
Description: bouncing ball model, Keywords: control
datei-o-help.pd
abstractions\jmmmp\datei-o-help.pd
#N canvas 110 129 454 293 10; #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 msg 22 50 bang; #X text 120 80 Takes the file string; #X msg 32 80 filename.ext; #X text 60 50 Opens up dialog; #X text 92 120 <- Or click on it; #X text 111 160 Message; #X obj 22 120 datei-o; #X text 13 6 [datei-o] - Sends the message "open ../../"; #X obj 22 160 print Datei_O; #X text 12 237 (C) 2006 Jo�o Pais - [email protected]; #X text 12 257 Released under the BSD License; #X text 12 207 Related objects: [datei-r] [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 12 5 DESCRIPTION Sends the message "open ../../"; #X text 12 35 KEYWORDS open file; #X text 14 165 INLET_0 - Bang / File name; #X text 14 185 OUTLET_0 - Message; #X restore 392 266 pd META; #X connect 6 0 12 0; #X connect 8 0 12 0; #X connect 12 0 14 0; #X coords 0 0 1 1 62 17 0;
#N canvas 110 129 454 293 10; #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 msg 22 50 bang; #X text 120 80 Takes the file string; #X msg 32 80 filename.ext; #X text 60 50 Opens up dialog; #X text 92 120 <- Or click on it; #X text 111 160 Message; #X obj 22 120 datei-o; #X text 13 6 [datei-o] - Sends the message "open ../../"; #X obj 22 160 print Datei_O; #X text 12 237 (C) 2006 Jo�o Pais - [email protected]; #X text 12 257 Released under the BSD License; #X text 12 207 Related objects: [datei-r] [datei-w]; #X connect 6 0 12 0; #X connect 8 0 12 0; #X connect 12 0 14 0; #X coords 0 0 1 1 62 17 0;
34
open file
Sends the message "open ../../"
create a purr-data patch that matches the following description and keywords.
Description: Sends the message "open ../../", Keywords: open file
embed-help.pd
externals\hcs\embed-help.pd
#N canvas 0 31 450 300 10; #X text 119 127 [embed]; #X text 55 50 This object is used for hiding the Pd window when making an embedded app based on Pd.; #N canvas 329 160 494 344 META 0; #X text 12 95 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 75 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION hide the Pd window when making an embedded app based on Pd.; #X text 12 5 KEYWORDS control pd_op; #X restore 392 269 pd META;
#N canvas 0 31 450 300 10; #X text 119 127 [embed]; #X text 55 50 This object is used for hiding the Pd window when making an embedded app based on Pd.;
10
control pd_op
hide the Pd window when making an embedded app based on Pd.
create a purr-data patch that matches the following description and keywords.
Description: hide the Pd window when making an embedded app based on Pd., Keywords: control pd_op
lmin-help.pd
externals\smlib\lmin-help.pd
#N canvas 1 53 444 200 10; #X text 350 139 j#|@2002; #X obj 372 117 SMLib-help; #X floatatom 53 72 5 0 0 0 - - -; #X obj 9 55 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1 ; #X text 53 52 x(i); #X floatatom 9 168 5 0 0 0 - - -; #X obj 9 98 float; #X text 5 21 argument: half-decay time (in number of activations); #X text 6 4 lmin: leaky minimum; #X obj 9 138 lmin 10; #X msg 112 92 clear; #X text 111 73 clear accumulator; #X msg 244 106 decay 5; #X text 243 90 set half-decay time; #N canvas 173 210 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control filter; #X text 12 85 OUTLET_0 float; #X text 12 105 AUTHOR Johannes Taelman ([email protected]) ; #X text 12 45 DESCRIPTION leaky minimum; #X text 12 65 INLET_0 float clear decay; #X restore 382 161 pd META; #X connect 2 0 6 1; #X connect 3 0 6 0; #X connect 6 0 9 0; #X connect 9 0 5 0; #X connect 10 0 9 0; #X connect 12 0 9 0;
#N canvas 1 53 444 200 10; #X text 350 139 j#|@2002; #X obj 372 117 SMLib-help; #X floatatom 53 72 5 0 0 0 - - -; #X obj 9 55 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1 ; #X text 53 52 x(i); #X floatatom 9 168 5 0 0 0 - - -; #X obj 9 98 float; #X text 5 21 argument: half-decay time (in number of activations); #X text 6 4 lmin: leaky minimum; #X obj 9 138 lmin 10; #X msg 112 92 clear; #X text 111 73 clear accumulator; #X msg 244 106 decay 5; #X text 243 90 set half-decay time; #X connect 2 0 6 1; #X connect 3 0 6 0; #X connect 6 0 9 0; #X connect 9 0 5 0; #X connect 10 0 9 0; #X connect 12 0 9 0;
30
control filter
leaky minimum
create a purr-data patch that matches the following description and keywords.
Description: leaky minimum, Keywords: control filter
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
statwav~-help.pd
externals\creb\doc\statwav~-help.pd
#N canvas 0 0 450 300 10; #X obj 52 29 statwav~; #X text 124 29 static wavetable oscillator; #N canvas 127 170 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 LIBRARY external creb; #X text 12 85 OUTLET_0 signal; #X text 12 45 DESCRIPTION static wavetable oscillator; #X text 12 65 INLET_0 signal; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS signal array needs_work (example patch); #X text 12 125 AUTHOR Tom Schouten <[email protected]>; #X restore 398 276 pd META; #X text 135 120 needs an example;
#N canvas 0 0 450 300 10; #X obj 52 29 statwav~; #X text 124 29 static wavetable oscillator; #X text 135 120 needs an example;
14
signal array needs_work (example patch)
static wavetable oscillator
create a purr-data patch that matches the following description and keywords.
Description: static wavetable oscillator, Keywords: signal array needs_work (example patch)
prime-help.pd
externals\zexy\reference\prime-help.pd
#N canvas 0 31 428 257 10; #X obj 34 32 prime; #X text 82 34 a prime number detector; #X floatatom 51 116 8 0 0 0 - - -; #X obj 51 147 prime; #X msg 51 75 1; #X msg 81 75 2; #X msg 111 75 3; #X msg 142 74 4; #X floatatom 51 187 5 0 0 0 - - -; #X msg 175 74 11117; #X msg 227 74 1.23457e+06; #X text 114 193 1 if input is prime \, 0 otherwise; #X text 303 9 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 105 AUTHOR IOhannes m zmoelnig; #X text 12 45 DESCRIPTION a prime number detector; #X text 12 5 KEYWORDS control; #X text 12 65 INLET_0 float; #X text 12 85 OUTLET_0 float; #X restore 371 226 pd META; #X connect 2 0 3 0; #X connect 3 0 8 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 9 0 2 0; #X connect 10 0 2 0;
#N canvas 0 31 428 257 10; #X obj 34 32 prime; #X text 82 34 a prime number detector; #X floatatom 51 116 8 0 0 0 - - -; #X obj 51 147 prime; #X msg 51 75 1; #X msg 81 75 2; #X msg 111 75 3; #X msg 142 74 4; #X floatatom 51 187 5 0 0 0 - - -; #X msg 175 74 11117; #X msg 227 74 1.23457e+06; #X text 114 193 1 if input is prime \, 0 otherwise; #X text 303 9 part of zexy; #X connect 2 0 3 0; #X connect 3 0 8 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 9 0 2 0; #X connect 10 0 2 0;
31
control
a prime number detector
create a purr-data patch that matches the following description and keywords.
Description: a prime number detector, Keywords: control
highpass-help.pd
externals\ggee\filters\highpass-help.pd
#N canvas 0 26 421 418 10; #X text 63 298 These filters are all controlled by a bandwidth which is expressed in octaves. A bandwidth of 100 is equivalent to one octave. ; #X text 70 26 ===================================; #X text 63 340 Attention \, only the left inlet triggers new coefficients for biquad~; #X text 8 388 (C) Guenter Geiger 2000; #X floatatom 176 119 0 0 0 0 - - -; #X floatatom 267 119 0 0 0 0 - - -; #X obj 267 142 trigger bang float; #X obj 113 216 biquad~; #X obj 113 156 noise~; #X obj 179 74 hsl 128 17 20 20000 1 1 empty empty frequency 5 9 0 10 -203904 -1 -1 10100 0; #X obj 270 97 hsl 128 17 0 100 0 1 empty empty bandwidth 5 9 0 10 -261682 -1 -1 6200 0; #X obj 176 185 highpass; #X obj 104 276 dac~; #X text 76 12 Highpass coefficients for biquad~; #X obj 113 244 *~ 0.1; #N canvas 317 264 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE Tcl/Tk; #X text 12 125 AUTHOR Guenter Geiger; #X text 12 5 KEYWORDS control; #X text 12 45 DESCRIPTION highpass coefficients for biquad~; #X text 12 65 INLET_0 float; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 list; #X restore 372 397 pd META; #X connect 4 0 11 0; #X connect 5 0 6 0; #X connect 6 0 11 0; #X connect 6 1 11 1; #X connect 7 0 14 0; #X connect 8 0 7 0; #X connect 9 0 4 0; #X connect 10 0 5 0; #X connect 11 0 7 0; #X connect 14 0 12 0; #X connect 14 0 12 1;
#N canvas 0 26 421 418 10; #X text 63 298 These filters are all controlled by a bandwidth which is expressed in octaves. A bandwidth of 100 is equivalent to one octave. ; #X text 70 26 ===================================; #X text 63 340 Attention \, only the left inlet triggers new coefficients for biquad~; #X text 8 388 (C) Guenter Geiger 2000; #X floatatom 176 119 0 0 0 0 - - -; #X floatatom 267 119 0 0 0 0 - - -; #X obj 267 142 trigger bang float; #X obj 113 216 biquad~; #X obj 113 156 noise~; #X obj 179 74 hsl 128 17 20 20000 1 1 empty empty frequency 5 9 0 10 -203904 -1 -1 10100 0; #X obj 270 97 hsl 128 17 0 100 0 1 empty empty bandwidth 5 9 0 10 -261682 -1 -1 6200 0; #X obj 176 185 highpass; #X obj 104 276 dac~; #X text 76 12 Highpass coefficients for biquad~; #X obj 113 244 *~ 0.1; #X connect 4 0 11 0; #X connect 5 0 6 0; #X connect 6 0 11 0; #X connect 6 1 11 1; #X connect 7 0 14 0; #X connect 8 0 7 0; #X connect 9 0 4 0; #X connect 10 0 5 0; #X connect 11 0 7 0; #X connect 14 0 12 0; #X connect 14 0 12 1;
37
control
highpass coefficients for biquad~
create a purr-data patch that matches the following description and keywords.
Description: highpass coefficients for biquad~, Keywords: control
rad2hid-help.pd
externals\hid\rad2hid-help.pd
#N canvas 0 31 467 307 10; #X obj 5 2 cnv 15 450 20 empty empty rad2hid 2 11 1 18 -233017 -66577 0; #X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X text 234 269 released under the GNU GPL; #X text 165 228 For more info:; #X text 20 254 (C) Copyright 2005 Hans-Christoph Steiner <[email protected]> ; #X text 300 168 related objects:; #X obj 233 184 hid/rad2hid; #X obj 312 184 hid/deg2hid; #X obj 391 184 hid/hid2deg; #X floatatom 69 195 5 0 0 1 hid - -; #X obj 72 95 hsl 128 15 -3.14159 3.14159 0 0 empty empty radians 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 95 125 9 0 0 0 - - -; #X obj 69 160 hid/rad2hid; #X text 21 35 This object converts numbers from radians (-pi to pi) to the [hid] range (0 to 1) with the 0's lining up in the same place. ; #N canvas 477 31 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL; #X text 12 115 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION convert numbers from radians (-pi to pi) to the [hid] range (0 to 1) with 0's lining up in the same place; #X text 12 75 INLET_0 float; #X text 12 95 OUTLET_0 float; #X text 12 5 KEYWORDS control user_input abstraction; #X restore 416 275 pd META; #X connect 10 0 12 0; #X connect 10 0 11 0; #X connect 12 0 9 0;
#N canvas 0 31 467 307 10; #X text 234 269 released under the GNU GPL; #X text 165 228 For more info:; #X text 20 254 (C) Copyright 2005 Hans-Christoph Steiner <[email protected]> ; #X text 300 168 related objects:; #X obj 233 184 hid/rad2hid; #X obj 312 184 hid/deg2hid; #X obj 391 184 hid/hid2deg; #X floatatom 69 195 5 0 0 1 hid - -; #X obj 72 95 hsl 128 15 -3.14159 3.14159 0 0 empty empty radians 6 7 1 10 -262131 -1 -1 0 0; #X floatatom 95 125 9 0 0 0 - - -; #X obj 69 160 hid/rad2hid; #X text 21 35 This object converts numbers from radians (-pi to pi) to the [hid] range (0 to 1) with the 0's lining up in the same place. ; #X connect 10 0 12 0; #X connect 10 0 11 0; #X connect 12 0 9 0;
27
control user_input abstraction
convert numbers from radians (-pi to pi) to the [hid] range (0 to 1) 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 radians (-pi to pi) to the [hid] range (0 to 1) with 0's lining up in the same place, Keywords: control user_input abstraction
list2int-help.pd
externals\zexy\reference\list2int-help.pd
#N canvas 0 31 497 302 10; #X obj 26 246 print; #X msg 61 139 3.14159 2 hello 1; #X msg 70 170 gosh 2.3 1; #X obj 26 212 list2int; #X text 65 23 list to integer; #X text 18 49 cast all floats of a list to integers; #X msg 26 110 1 2 -1.567 3 2; #X text 158 110 list of floats; #X text 224 139 list with symbols; #X obj 332 248 l2i; #X text 285 248 alias; #X text 371 15 part of zexy; #X text 168 169 not really a list; #N canvas 515 193 494 344 META 0; #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 105 AUTHOR IOhannes m zmoelnig; #X text 12 45 DESCRIPTION cast all floats of a list to integers; #X text 12 65 INLET_0 anything; #X text 12 5 KEYWORDS control conversion anything_op; #X text 12 85 OUTLET_0 anything; #X restore 433 271 pd META; #X connect 1 0 3 0; #X connect 2 0 3 0; #X connect 3 0 0 0; #X connect 6 0 3 0;
#N canvas 0 31 497 302 10; #X obj 26 246 print; #X msg 61 139 3.14159 2 hello 1; #X msg 70 170 gosh 2.3 1; #X obj 26 212 list2int; #X text 65 23 list to integer; #X text 18 49 cast all floats of a list to integers; #X msg 26 110 1 2 -1.567 3 2; #X text 158 110 list of floats; #X text 224 139 list with symbols; #X obj 332 248 l2i; #X text 285 248 alias; #X text 371 15 part of zexy; #X text 168 169 not really a list; #X connect 1 0 3 0; #X connect 2 0 3 0; #X connect 3 0 0 0; #X connect 6 0 3 0;
27
control conversion anything_op
cast all floats of a list to integers
create a purr-data patch that matches the following description and keywords.
Description: cast all floats of a list to integers, Keywords: control conversion anything_op
pdynwav~-help.pd
externals\creb\doc\pdynwav~-help.pd
#N canvas 0 26 194 151 10; #X obj 35 15 pdynwav~; #N canvas 80 80 494 326 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 125 AUTHOR Tom Shouten; #X text 12 105 OUTLET_0 signal; #X text 12 65 INLET_0 signal; #X text 12 5 KEYWORDS signal abstraction needs_work (example patch) ; #X text 12 85 INLET_1 float; #X text 12 45 DESCRIPTION phasor~ + dynwav~; #X text 12 25 LICENSE GPL v2; #X restore 143 129 pd META;
#N canvas 0 26 194 151 10; #X obj 35 15 pdynwav~;
12
signal abstraction needs_work (example patch)
phasor~ + dynwav~
create a purr-data patch that matches the following description and keywords.
Description: phasor~ + dynwav~, Keywords: signal abstraction needs_work (example patch)
eadh~-help.pd
externals\creb\doc\eadh~-help.pd
#N canvas 0 26 319 228 10; #N canvas 36 104 494 367 META 0; #X text 12 185 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 85 INLET_1 float; #X text 12 165 AUTHOR Tom Shouten; #X text 12 105 INLET_2 float; #X text 12 145 OUTLET_0 signal; #X text 12 45 DESCRIPTION exponential attack decay (with hold == duration) ; #X text 12 65 INLET_0 bang; #X text 12 125 INLET_3 float; #X text 12 5 KEYWORDS signal abstraction ramp needs_work (example patch) ; #X text 12 25 LICENSE GPL v2; #X restore 268 207 pd META; #X obj 63 81 eadh~; #X text 12 31 exponential attack decay (with hold == duration);
#N canvas 0 26 319 228 10; #X obj 63 81 eadh~; #X text 12 31 exponential attack decay (with hold == duration);
15
signal abstraction ramp needs_work (example patch)
exponential attack decay (with hold == duration)
create a purr-data patch that matches the following description and keywords.
Description: exponential attack decay (with hold == duration), Keywords: signal abstraction ramp needs_work (example patch)
absolutepath-help.pd
externals\moonlib\absolutepath-help.pd
#N canvas 0 31 482 379 10; #X text 17 352 (c) Antoine Rousseau 2004; #X obj 33 108 absolutepath; #X symbolatom 33 131 0 0 0 0 - - -; #X obj 33 220 relativepath; #X symbolatom 33 245 0 0 0 0 - - -; #X text 14 6 absolutepath / relativepath : use filenames relatively to the patch's path.; #N canvas 380 146 494 344 META 0; #X text 12 25 LICENSE GPL v2; #X text 12 5 KEYWORDS control patchfile_op; #X text 12 45 DESCRIPTION use filenames relatively to the patch's path ; #X text 12 65 INLET_0 symbol; #X text 12 85 OUTLET_0 symbol; #X text 12 105 AUTHOR Antoine Rousseau; #X text 12 125 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X restore 421 350 pd META; #X msg 33 51 symbol absolutepath-help.pd; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 3 0 4 0; #X connect 7 0 1 0;
#N canvas 0 31 482 379 10; #X text 17 352 (c) Antoine Rousseau 2004; #X obj 33 108 absolutepath; #X symbolatom 33 131 0 0 0 0 - - -; #X obj 33 220 relativepath; #X symbolatom 33 245 0 0 0 0 - - -; #X text 14 6 absolutepath / relativepath : use filenames relatively to the patch's path.; #X msg 33 51 symbol absolutepath-help.pd; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 3 0 4 0; #X connect 7 0 1 0;
21
control patchfile_op
use filenames relatively to the patch's path
create a purr-data patch that matches the following description and keywords.
Description: use filenames relatively to the patch's path, Keywords: control patchfile_op
64k-help.pd
externals\creb\doc\64k-help.pd
#N canvas 0 0 450 300 10; #X text 102 32 a beat shuffler using raw 64k/break sample banks; #N canvas 331 92 494 506 META 0; #X text 12 265 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 85 INLET_1 float; #X text 12 45 DESCRIPTION an overlap add tabread~ clone; #X text 12 65 INLET_0 float; #X text 12 105 INLET_2 float; #X text 12 125 INLET_3 bang; #X text 12 145 INLET_4 float; #X text 12 165 INLET_5 float; #X text 12 185 OUTLET_0 signal; #X text 12 205 OUTLET_1 float; #X text 12 225 OUTLET_2 float; #X text 12 5 KEYWORDS signal abstraction array needs_work (example patch); #X text 12 245 AUTHOR Tom Schouten <[email protected]>; #X text 12 25 LICENSE GPL v2; #X restore 398 277 pd META; #X obj 33 32 64k ------;
#N canvas 0 0 450 300 10; #X text 102 32 a beat shuffler using raw 64k/break sample banks; #X obj 33 32 64k ------;
19
signal abstraction array needs_work (example patch)
an overlap add tabread~ clone
create a purr-data patch that matches the following description and keywords.
Description: an overlap add tabread~ clone, Keywords: signal abstraction array needs_work (example patch)
classpath-help.pd
externals\hcs\classpath-help.pd
#N canvas 0 26 425 241 10; #X obj 40 130 classpath; #X msg 40 92 bang; #X obj 65 180 print; #X symbolatom 40 208 0 0 0 0 - - -; #X obj 101 155 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X text 19 22 This object returns each path in the global classpath one at a time with each bang. [reset( refreshs the classpath data and starts again at the top of the list \, like [textfile] or [qlist]'s [reset(.; #X text 124 154 <-- banged when the end of the list is reached; #X msg 82 92 rewind; #N canvas 435 26 494 344 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v3; #X text 12 125 AUTHOR Hans-Christoph Steiner; #X text 12 45 DESCRIPTION report global class paths; #X text 12 65 INLET_0 bang rewind; #X text 12 85 OUTLET_0 symbol; #X text 12 105 OUTLET_1 bang; #X text 12 5 KEYWORDS control pd-op; #X restore 376 221 pd META; #X connect 0 0 2 0; #X connect 0 0 3 0; #X connect 0 1 4 0; #X connect 1 0 0 0; #X connect 7 0 0 0;
#N canvas 0 26 425 241 10; #X obj 40 130 classpath; #X msg 40 92 bang; #X obj 65 180 print; #X symbolatom 40 208 0 0 0 0 - - -; #X obj 101 155 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X text 19 22 This object returns each path in the global classpath one at a time with each bang. [reset( refreshs the classpath data and starts again at the top of the list \, like [textfile] or [qlist]'s [reset(.; #X text 124 154 <-- banged when the end of the list is reached; #X msg 82 92 rewind; #X connect 0 0 2 0; #X connect 0 0 3 0; #X connect 0 1 4 0; #X connect 1 0 0 0; #X connect 7 0 0 0;
24
control pd-op
report global class paths
create a purr-data patch that matches the following description and keywords.
Description: report global class paths, Keywords: control pd-op
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
all_about_haptics.pd
packages\win64_inno\build\doc\5.reference\all_about_haptics.pd
#N canvas 429 58 448 374 10; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header haptics 20 10 1 18 -261106 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 352 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 374 245 494 136 META 0; #X text 12 85 HELP_PATCH_AUTHORS Dave Sabine \, May 5 \, 2003 . Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 65 LIBRARY PDDP; #X text 12 45 DESCRIPTION definition of haptics; #X text 12 25 KEYWORDS needs_work all_about_pd; #X restore 392 354 pd META; #N canvas 212 24 428 359 Related_objects 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261106 -33289 0; #X text 7 2 Haptic Objects in Pd; #X text 72 58 Control the pulses and vibrations of a TouchSense (aka iFeel) mouse; #X text 24 114 Set the overall gain for all force effects; #X text 24 153 Apply forces to automatically center the controller ; #X text 24 193 Apply a spring force in a specified direction; #X text 24 233 Apply friction to the movement of the controller. Also known as damping.; #X text 25 280 Periodic effects are forces controlled by waveforms of various shape \, strength \, and frequency; #X text 25 329 Apply a constant force in a specified direction; #X obj 10 33 pddp/pddplink all_about_externals.pd -text _________; #X obj 10 33 pddp/pddplink all_about_externals.pd -text Externals; #X obj 10 58 pddp/helplink hcs/ifeel; #X obj 10 94 pddp/helplink flatspace/ff-gain; #X obj 10 134 pddp/helplink flatspace/ff-autocenter; #X obj 10 174 pddp/helplink flatspace/ff-spring; #X obj 10 214 pddp/helplink flatspace/ff-friction; #X obj 10 264 pddp/helplink flatspace/ff-periodic; #X obj 10 314 pddp/helplink flatspace/ff-constant; #X restore 103 354 pd Related_objects; #X obj 6 354 pddp/pddplink all_about.pd -text All About Pd; #X text 19 37 "Haptic" means relating to the sense of touch. Haptic feedback relates to the sense of touch at the skin level \, and the feeling of forces in the muscles and joints. Vibrations stimulate the sense of touch while various forces stimulate the muscles.; #X text 19 106 There are many haptic devices available \, from a US\$35 Logitech iFeel mouse \, to the massive \, extremely expensive haptic devices used for remote control surgery. Immersion \, Inc. has almost a monopoly on this technology due to a number of patents. These objects all work with Immersion technology \, generally known as "TouchSense". ; #X text 19 188 Numerous companies produce haptic game controllers: mice \, joysticks \, gamepads \, steering wheels. These objects work with game controllers. Belkin \, Logitech \, Microsoft \, Saitek \, and others make TouchSense game controllers.; #X text 19 245 Currently \, these objects only work on GNU/Linux. For info on how to get it working \, see: http://at.or.at/hans/haptics ; #X text 19 295 See also:; #X obj 19 315 pddp/pddplink all_about_hid.pd;
#N canvas 429 58 448 374 10; #X text 19 37 "Haptic" means relating to the sense of touch. Haptic feedback relates to the sense of touch at the skin level \, and the feeling of forces in the muscles and joints. Vibrations stimulate the sense of touch while various forces stimulate the muscles.; #X text 19 106 There are many haptic devices available \, from a US\$35 Logitech iFeel mouse \, to the massive \, extremely expensive haptic devices used for remote control surgery. Immersion \, Inc. has almost a monopoly on this technology due to a number of patents. These objects all work with Immersion technology \, generally known as "TouchSense". ; #X text 19 188 Numerous companies produce haptic game controllers: mice \, joysticks \, gamepads \, steering wheels. These objects work with game controllers. Belkin \, Logitech \, Microsoft \, Saitek \, and others make TouchSense game controllers.; #X text 19 245 Currently \, these objects only work on GNU/Linux. For info on how to get it working \, see: http://at.or.at/hans/haptics ; #X text 19 295 See also:;
37
needs_work all_about_pd
definition of haptics
create a purr-data patch that matches the following description and keywords.
Description: definition of haptics, Keywords: needs_work all_about_pd
06.saving.attributes.pd
packages\win64_inno\build\doc\4.data.structures\pd-l2ork\ds-tutorials\06.saving.attributes.pd
#N struct drawtut-attr-saving float x float y; #N canvas 1 25 638 551 10; #X text 0 1 New Drawing Commands: attributes (continued); #X text 0 1 ____________________________________________; #X text 53 23 Saving attributes is fairly straightforward using message boxes with commas separating each attribute:; #X obj 53 94 loadbang; #X obj 53 57 struct drawtut-attr-saving float x float y; #X scalar drawtut-attr-saving 53 184 \;; #X msg 53 117 fill green \, stroke-width 5 \, stroke brown \, stroke-dasharray 2 6; #X obj 102 279; #X text 52 354 Scalars can also save data with the patch. For example \, the ones above remember their x/y location because that data is saved as the "x" and "y" fields for each scalar. Each scalar has its own values for "x" and "y"-- that's we can put the two scalars above at separate locations in the patch.; #X text 228 280 <- Create another scalar in the empty object box by typing the struct name "drawtut-attr-saving" into it.; #X obj 53 153 draw rect 50 50 0 0; #N canvas 290 275 450 300 META 0; #X text 16 26 LICENSE SIBSD; #X text 16 76 AUTHOR Jonathan Wilkes; #X text 16 96 HELP_PATCH_AUTHORS Jonathan Wilkes; #X text 16 6 KEYWORDS tutorial data_structure draw gui; #X text 16 46 DESCRIPTION specifying display attributes with the [draw] command; #X restore 573 520 pd META; #X text 52 434 We can define more data fields than just "x" and "y". Later we will use new fields to associate a scalar's data with the svg attributes. That allows us to change the visual appearance of each scalar.; #X connect 3 0 6 0; #X connect 6 0 10 0;
#N struct drawtut-attr-saving float x float y; #N canvas 1 25 638 551 10; #X text 0 1 New Drawing Commands: attributes (continued); #X text 0 1 ____________________________________________; #X text 53 23 Saving attributes is fairly straightforward using message boxes with commas separating each attribute:; #X obj 53 94 loadbang; #X obj 53 57 struct drawtut-attr-saving float x float y; #X scalar drawtut-attr-saving 53 184 \;; #X msg 53 117 fill green \, stroke-width 5 \, stroke brown \, stroke-dasharray 2 6; #X obj 102 279; #X text 52 354 Scalars can also save data with the patch. For example \, the ones above remember their x/y location because that data is saved as the "x" and "y" fields for each scalar. Each scalar has its own values for "x" and "y"-- that's we can put the two scalars above at separate locations in the patch.; #X text 228 280 <- Create another scalar in the empty object box by typing the struct name "drawtut-attr-saving" into it.; #X obj 53 153 draw rect 50 50 0 0; #X text 52 434 We can define more data fields than just "x" and "y". Later we will use new fields to associate a scalar's data with the svg attributes. That allows us to change the visual appearance of each scalar.; #X connect 3 0 6 0; #X connect 6 0 10 0;
23
tutorial data_structure draw gui
specifying display attributes with the [draw] command
create a purr-data patch that matches the following description and keywords.
Description: specifying display attributes with the [draw] command, Keywords: tutorial data_structure draw gui
avg~-help.pd
externals\zexy\reference\avg~-help.pd
#N canvas 0 31 561 361 10; #X floatatom 59 148 0 0 0 0 - - -; #X floatatom 59 254 0 0 0 0 - - -; #X floatatom 129 255 0 0 0 0 - - -; #X obj 59 276 dbtorms; #X floatatom 59 299 0 0 0 0 - - -; #X text 272 269 see also:; #X obj 277 296 env~; #X obj 373 296 tavg~; #X obj 129 234 avg~; #X obj 59 233 env~; #X obj 315 296 envrms~; #X obj 59 173 osc~ 5512.5; #X text 456 11 part of zexy; #N canvas 515 193 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 115 AUTHOR IOhannes m zmoelnig; #X text 12 45 DESCRIPTION calculate the arithmetic mean of one signal vector; #X text 12 5 KEYWORDS signal conversion; #X text 12 75 INLET_0 signal; #X text 12 95 OUTLET_0 float; #X restore 511 340 pd META; #X obj 71 51 avg~; #X text 155 49 calculates the arithmetic mean of one signal vector ; #X connect 0 0 11 0; #X connect 1 0 3 0; #X connect 3 0 4 0; #X connect 8 0 2 0; #X connect 9 0 1 0; #X connect 11 0 8 0; #X connect 11 0 9 0;
#N canvas 0 31 561 361 10; #X floatatom 59 148 0 0 0 0 - - -; #X floatatom 59 254 0 0 0 0 - - -; #X floatatom 129 255 0 0 0 0 - - -; #X obj 59 276 dbtorms; #X floatatom 59 299 0 0 0 0 - - -; #X text 272 269 see also:; #X obj 277 296 env~; #X obj 373 296 tavg~; #X obj 129 234 avg~; #X obj 59 233 env~; #X obj 315 296 envrms~; #X obj 59 173 osc~ 5512.5; #X text 456 11 part of zexy; #X obj 71 51 avg~; #X text 155 49 calculates the arithmetic mean of one signal vector ; #X connect 0 0 11 0; #X connect 1 0 3 0; #X connect 3 0 4 0; #X connect 8 0 2 0; #X connect 9 0 1 0; #X connect 11 0 8 0; #X connect 11 0 9 0;
32
signal conversion
calculate the arithmetic mean of one signal vector
create a purr-data patch that matches the following description and keywords.
Description: calculate the arithmetic mean of one signal vector, Keywords: signal conversion
hid_smooth-help.pd
externals\hid\hid_smooth-help.pd
#N canvas 0 31 475 392 10; #X text 27 340 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 354 released under the GNU GPL; #X floatatom 102 195 5 0 0 0 - - -; #X floatatom 102 251 5 0 0 0 - - -; #X text 98 303 For more info:; #X obj 102 131 noise4hidhelp; #X obj 105 273 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -262144 -1 -1 0 1; #X obj 105 164 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -262144 -1 -1 0 1; #X obj 5 2 cnv 15 450 20 empty empty hid_smooth 2 11 1 18 -233017 -66577 0; #X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 102 221 hid/hid_smooth; #X text 18 36 Smooths a stream of numbers using weighted averaging of the last 10 values. This object is an shortcut for [hid_average] with the default settings.; #X obj 102 94 tgl 30 0 empty empty start 1 15 1 12 -90049 -1 -1 0 1 ; #N canvas 485 31 494 344 META 0; #X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL; #X text 12 115 AUTHOR Hans-Christoph Steiner; #X text 12 95 OUTLET_0 float; #X text 12 45 DESCRIPTION smooth a stream of numbers using weighted averaging of the last 10 values; #X text 12 75 INLET_0 float; #X text 12 5 KEYWORDS control filter abstraction; #X restore 422 361 pd META; #X connect 2 0 10 0; #X connect 3 0 6 0; #X connect 5 0 7 0; #X connect 7 0 2 0; #X connect 10 0 3 0; #X connect 12 0 5 0;
#N canvas 0 31 475 392 10; #X text 27 340 (C) Copyright 2004 Hans-Christoph Steiner <[email protected]> ; #X text 244 354 released under the GNU GPL; #X floatatom 102 195 5 0 0 0 - - -; #X floatatom 102 251 5 0 0 0 - - -; #X text 98 303 For more info:; #X obj 102 131 noise4hidhelp; #X obj 105 273 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -262144 -1 -1 0 1; #X obj 105 164 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -262144 -1 -1 0 1; #X obj 102 221 hid/hid_smooth; #X text 18 36 Smooths a stream of numbers using weighted averaging of the last 10 values. This object is an shortcut for [hid_average] with the default settings.; #X obj 102 94 tgl 30 0 empty empty start 1 15 1 12 -90049 -1 -1 0 1 ; #X connect 2 0 10 0; #X connect 3 0 6 0; #X connect 5 0 7 0; #X connect 7 0 2 0; #X connect 10 0 3 0; #X connect 12 0 5 0;
29
control filter abstraction
smooth a stream of numbers using weighted averaging of the last 10 values
create a purr-data patch that matches the following description and keywords.
Description: smooth a stream of numbers using weighted averaging of the last 10 values, Keywords: control filter abstraction
openHelp-help.pd
externals\tof\tof\openHelp-help.pd
#N canvas 1 53 461 503 10; #X msg 77 213 symbol list; #X msg 157 247 symbol until; #X obj -1 29 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text 4 85 author: [email protected]; #X msg 178 298 symbol zexy/list2symbol; #X text 4 28 description: searches for an external's or an abstraction's help file and tries to open it.; #X text 4 106 version: 2009-09-25; #X text 3 65 tags: file patch; #X obj 77 340 tof/openHelp; #X obj 2 135 cnv 15 400 30 empty empty empty 20 12 0 14 -261234 -66577 0; #X text 10 141 openHelp is deprecated. Please use open_help instead. ; #N canvas 236 174 494 344 META 0; #X text 12 115 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 55 LICENSE GPL v2; #X text 12 95 AUTHOR Thomas Ouellet Fredericks; #X text 12 25 DESCRIPTION searches for an external's or an abstraction's help file and tries to open it; #X text 12 75 INLET_0 bang; #X text 12 5 KEYWORDS control filesystem patch_op deprecated; #X restore 367 424 pd META; #X connect 0 0 8 0; #X connect 1 0 8 0; #X connect 4 0 8 0;
#N canvas 1 53 461 503 10; #X msg 77 213 symbol list; #X msg 157 247 symbol until; #X obj -1 29 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577 0; #X text 4 85 author: [email protected]; #X msg 178 298 symbol zexy/list2symbol; #X text 4 28 description: searches for an external's or an abstraction's help file and tries to open it.; #X text 4 106 version: 2009-09-25; #X text 3 65 tags: file patch; #X obj 77 340 tof/openHelp; #X text 10 141 openHelp is deprecated. Please use open_help instead. ; #X connect 0 0 8 0; #X connect 1 0 8 0; #X connect 4 0 8 0;
23
control filesystem patch_op deprecated
searches for an external's or an abstraction's help file and tries to open it
create a purr-data patch that matches the following description and keywords.
Description: searches for an external's or an abstraction's help file and tries to open it, Keywords: control filesystem patch_op deprecated
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
f2s-help.pd
externals\moonlib\f2s-help.pd
#N canvas 0 31 527 298 10; #X text 27 268 (c) Antoine Rousseau 2001; #X floatatom 196 85 5 0 300 0 - - -; #X obj 163 136 f2s; #X obj 196 106 dbtorms; #X symbolatom 163 158 4 0 0 0 - - -; #X floatatom 207 158 0 0 0 0 - - -; #X text 244 85 Touch this; #X text 57 196 The idea: many decades in an always 4 characters long symbol...; #X obj 44 31 f2s; #X text 80 32 A float-to-symbol converter \, with scientific-mode writing. ; #N canvas 380 146 494 344 META 0; #X text 12 35 LICENSE GPL v2; #X text 12 125 AUTHOR Antoine Rousseau; #X text 12 145 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 85 INLET_0 float; #X text 12 105 OUTLET_0 symbol; #X text 12 55 DESCRIPTION a float-to-symbol converter \, with scientific-mode writing; #X text 12 5 KEYWORDS control conversion symbol_op needs_work (object won't create); #X restore 461 260 pd META; #X connect 1 0 3 0; #X connect 2 0 4 0; #X connect 3 0 2 0; #X connect 3 0 5 0;
#N canvas 0 31 527 298 10; #X text 27 268 (c) Antoine Rousseau 2001; #X floatatom 196 85 5 0 300 0 - - -; #X obj 163 136 f2s; #X obj 196 106 dbtorms; #X symbolatom 163 158 4 0 0 0 - - -; #X floatatom 207 158 0 0 0 0 - - -; #X text 244 85 Touch this; #X text 57 196 The idea: many decades in an always 4 characters long symbol...; #X obj 44 31 f2s; #X text 80 32 A float-to-symbol converter \, with scientific-mode writing. ; #X connect 1 0 3 0; #X connect 2 0 4 0; #X connect 3 0 2 0; #X connect 3 0 5 0;
24
control conversion symbol_op needs_work (object won't create)
a float-to-symbol converter \, with scientific-mode writing
create a purr-data patch that matches the following description and keywords.
Description: a float-to-symbol converter \, with scientific-mode writing, Keywords: control conversion symbol_op needs_work (object won't create)
tblock-help.pd
externals\creb\doc\tblock-help.pd
#N canvas 0 26 467 246 10; #X text 95 58 right inlet is also "active"; #X text 95 113 for spectral domain processing; #X text 95 14 tblock: compute block relative time delays; #X text 96 28 out = left + right * (blocksize / sys_samplerate); #X text 96 98 main usage is to compute block synchronous time delays ; #X obj 22 20 tblock; #N canvas 200 78 494 325 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 65 INLET_0 float; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 float; #X text 12 45 DESCRIPTION block relative time conversion; #X text 12 5 KEYWORDS control abstraction needs_work (example patch) ; #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR Tom Schouten <[email protected]>; #X restore 416 225 pd META;
#N canvas 0 26 467 246 10; #X text 95 58 right inlet is also "active"; #X text 95 113 for spectral domain processing; #X text 95 14 tblock: compute block relative time delays; #X text 96 28 out = left + right * (blocksize / sys_samplerate); #X text 96 98 main usage is to compute block synchronous time delays ; #X obj 22 20 tblock;
17
control abstraction needs_work (example patch)
block relative time conversion
create a purr-data patch that matches the following description and keywords.
Description: block relative time conversion, Keywords: control abstraction needs_work (example patch)
tblock-help.pd
externals\creb\doc\tblock-help.pd
#N canvas 0 26 467 246 10; #X text 95 58 right inlet is also "active"; #X text 95 113 for spectral domain processing; #X text 95 14 tblock: compute block relative time delays; #X text 96 28 out = left + right * (blocksize / sys_samplerate); #X text 96 98 main usage is to compute block synchronous time delays ; #X obj 22 20 tblock; #N canvas 200 78 494 325 META 0; #X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 65 INLET_0 float; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 float; #X text 12 45 DESCRIPTION block relative time conversion; #X text 12 5 KEYWORDS control abstraction needs_work (example patch) ; #X text 12 25 LICENSE GPL v2; #X text 12 125 AUTHOR Tom Schouten <[email protected]>; #X restore 416 225 pd META;
#N canvas 0 26 467 246 10; #X text 95 58 right inlet is also "active"; #X text 95 113 for spectral domain processing; #X text 95 14 tblock: compute block relative time delays; #X text 96 28 out = left + right * (blocksize / sys_samplerate); #X text 96 98 main usage is to compute block synchronous time delays ; #X obj 22 20 tblock;
17
control abstraction needs_work (example patch)
block relative time conversion
create a purr-data patch that matches the following description and keywords.
Description: block relative time conversion, Keywords: control abstraction needs_work (example patch)
all_about_submitting_bugs.pd
packages\win64_inno\build\doc\5.reference\all_about_submitting_bugs.pd
#N canvas 429 58 448 245 10; #X obj 1 1 cnv 15 445 20 empty \$0-pddp.cnv.header submitting_bugs 20 10 1 18 -261106 -33289 0; #X obj 407 2 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; #X obj 1 223 cnv 15 445 20 empty \$0-pddp.cnv.footer empty 20 12 0 14 -233017 -33289 0; #N canvas 370 97 494 183 META 0; #X text 12 100 HELP_PATCH_AUTHORS Dave Sabine \, May 5 \, 2003 . Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; #X text 12 80 LIBRARY PDDP; #X text 12 45 DESCRIPTION prerequisites for submitting a bug on Sourceforge ; #X text 12 25 KEYWORDS needs_work all_about_pd; #X restore 392 225 pd META; #N canvas 215 136 428 117 Related_objects 0; #X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 14 -261106 -33289 0; #X text 7 2 All About Submitting Bugs- Related Objects; #X obj 22 42 print; #X text 19 70 Also \, have a look in the "Find" Menu for the entry "Find last error."; #X restore 103 225 pd Related_objects; #X obj 6 225 pddp/pddplink all_about.pd -text All About Pd; #X text 20 62 1) Make sure you can reproduce the bug consistently. Include a brief example patch to demonstrate the bug \, using the minimum number of objects needed to reproduce it.; #X obj 83 194 pddplink http://sourceforge.net/tracker/?func=add&group_id=55736&atid=478070 -text Beam me up to the Sourceforge bug tracker...; #X text 20 32 0) Search the Sourceforge bug tracker to make sure the bug hasn't already been reported (click "Browse" to search).; #X text 20 106 2) Make a note of the operating system (and OS version) you are using \, as well as any hardware that might be relevant to the bug (sound card \, camera \, etc).; #X text 20 149 3) Specify the version of Pd you are using. You can find it under the "Help" menu by choosing "About Pd".;
#N canvas 429 58 448 245 10; #X text 20 62 1) Make sure you can reproduce the bug consistently. Include a brief example patch to demonstrate the bug \, using the minimum number of objects needed to reproduce it.; #X obj 83 194 pddplink http://sourceforge.net/tracker/?func=add&group_id=55736&atid=478070 -text Beam me up to the Sourceforge bug tracker...; #X text 20 32 0) Search the Sourceforge bug tracker to make sure the bug hasn't already been reported (click "Browse" to search).; #X text 20 106 2) Make a note of the operating system (and OS version) you are using \, as well as any hardware that might be relevant to the bug (sound card \, camera \, etc).; #X text 20 149 3) Specify the version of Pd you are using. You can find it under the "Help" menu by choosing "About Pd".;
22
needs_work all_about_pd
prerequisites for submitting a bug on Sourceforge
create a purr-data patch that matches the following description and keywords.
Description: prerequisites for submitting a bug on Sourceforge, Keywords: needs_work all_about_pd