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
cupd-help.pd
externals\ekext\cupd-help.pd
#N canvas 0 31 450 300 10; #X obj 87 161 cupd; #X obj 87 94 metro 100; #X obj 87 56 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 110 134 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1; #X floatatom 87 201 5 0 0 0 - - -; #X msg 197 102 160; #X text 109 59 bang counts; #X text 70 14 cupd counts up ^_^ and down _^_; #X text 223 101 float sets next; #X text 132 135 != 0 counts down \, 0 counts up; #X text 69 235 aaaaah \, simplicity!; #N canvas 379 254 447 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 5 KEYWORDS control storage; #X text 12 125 AUTHOR Ed Kelly <[email protected]>; #X text 12 65 INLET_0 float bang; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 float; #X text 12 45 DESCRIPTION cup counts up ^_^ and down _^_; #X text 12 25 LICENSE GPL v3; #X restore 390 270 pd META; #X connect 0 0 4 0; #X connect 1 0 0 0; #X connect 2 0 1 0; #X connect 3 0 0 1; #X connect 5 0 0 0;
#N canvas 0 31 450 300 10; #X obj 87 161 cupd; #X obj 87 94 metro 100; #X obj 87 56 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #X obj 110 134 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1; #X floatatom 87 201 5 0 0 0 - - -; #X msg 197 102 160; #X text 109 59 bang counts; #X text 70 14 cupd counts up ^_^ and down _^_; #X text 223 101 float sets next; #X text 132 135 != 0 counts down \, 0 counts up; #X text 69 235 aaaaah \, simplicity!; #X connect 0 0 4 0; #X connect 1 0 0 0; #X connect 2 0 1 0; #X connect 3 0 0 1; #X connect 5 0 0 0;
27
control storage
cup counts up ^_^ and down _^_
create a purr-data patch that matches the following description and keywords.
Description: cup counts up ^_^ and down _^_, Keywords: control storage
lifop-help.pd
externals\zexy\reference\lifop-help.pd
#N canvas 0 31 568 508 10; #X text 471 31 part of; #X text 533 30 zexy; #X obj 58 192 lifop; #X msg 58 85 1 2 3 4 5; #X msg 69 110 list a list; #X msg 81 137 5; #X msg 199 107 bang; #X floatatom 200 143 5 0 0 1 priority - -; #X text 45 61 input lists; #X text 247 90 bang to output the last list that came in \; bang again to output the second last list \; and so on; #X obj 58 223 print LIFO; #X text 47 18 lifop:: Last-In-First-Out stack with Priorities; #X text 54 263 [lifop] manages a number of LIFO-stacks \; each stack has assigned a priority value \; the lower the value \, the higher the priority; #X text 52 312 banging the object will first empty the LIFO with the highest priority \, then the LIFO with the second highest priority until the LIFO with the lowest priority is emptied.; #X text 52 363 when all LIFOs are emptied \, nothing will come out of the object any more.; #X text 50 400 priorities can be floating-point numbers (1.8 has a higher priority then 10); #X text 52 445 note: you can store any number of lists into the [fifop] \, but just pushing lists on the stack without popping them back will eat your memory.; #X msg 200 167 info; #X obj 112 203 print info; #X text 247 168 query the number of arguments in the LIFO; #N canvas 515 193 494 344 META 0; #X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; #X text 12 25 LICENSE GPL v2; #X text 12 145 AUTHOR IOhannes m zmoelnig; #X text 12 45 DESCRIPTION last in first out stack with priorities; #X text 12 5 KEYWORDS control storage list_op; #X text 12 65 INLET_0 list float bang info; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 list; #X text 12 125 OUTLET_1 float; #X restore 513 481 pd META; #X connect 2 0 10 0; #X connect 2 1 18 0; #X connect 3 0 2 0; #X connect 4 0 2 0; #X connect 5 0 2 0; #X connect 6 0 2 0; #X connect 7 0 2 1; #X connect 17 0 2 0;
#N canvas 0 31 568 508 10; #X text 471 31 part of; #X text 533 30 zexy; #X obj 58 192 lifop; #X msg 58 85 1 2 3 4 5; #X msg 69 110 list a list; #X msg 81 137 5; #X msg 199 107 bang; #X floatatom 200 143 5 0 0 1 priority - -; #X text 45 61 input lists; #X text 247 90 bang to output the last list that came in \; bang again to output the second last list \; and so on; #X obj 58 223 print LIFO; #X text 47 18 lifop:: Last-In-First-Out stack with Priorities; #X text 54 263 [lifop] manages a number of LIFO-stacks \; each stack has assigned a priority value \; the lower the value \, the higher the priority; #X text 52 312 banging the object will first empty the LIFO with the highest priority \, then the LIFO with the second highest priority until the LIFO with the lowest priority is emptied.; #X text 52 363 when all LIFOs are emptied \, nothing will come out of the object any more.; #X text 50 400 priorities can be floating-point numbers (1.8 has a higher priority then 10); #X text 52 445 note: you can store any number of lists into the [fifop] \, but just pushing lists on the stack without popping them back will eat your memory.; #X msg 200 167 info; #X obj 112 203 print info; #X text 247 168 query the number of arguments in the LIFO; #X connect 2 0 10 0; #X connect 2 1 18 0; #X connect 3 0 2 0; #X connect 4 0 2 0; #X connect 5 0 2 0; #X connect 6 0 2 0; #X connect 7 0 2 1; #X connect 17 0 2 0;
40
control storage list_op
last in first out stack with priorities
create a purr-data patch that matches the following description and keywords.
Description: last in first out stack with priorities, Keywords: control storage list_op
ssaw~-help.pd
externals\moonlib\ssaw~-help.pd
#N canvas 0 31 492 266 10; #X obj 0 0 cnv 8 100 60 empty empty ssaw 10 20 1 18 -262144 -1109 0 ; #X text 8 243 (c) Moonix: Antoine Rousseau 2004; #X obj 162 103 ssaw~ 440; #X obj 163 149 *~; #X obj 162 77 mtof; #X floatatom 161 57 5 0 0 0 - - -; #X floatatom 207 77 0 0 0 0 - - -; #X obj 197 128 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 159 193 dac~; #X text 124 19 sweet sawtooth generator; #X text 121 32 (not to much aliasing below 10kHz); #N canvas 502 150 494 344 META 0; #X text 12 25 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 5 KEYWORDS signal bandlimited; #X text 12 45 DESCRIPTION sweet sawtooth generator; #X text 12 65 INLET_0 signal; #X text 12 85 INLET_1 float; #X text 12 105 OUTLET_0 signal; #X restore 434 232 pd META; #X connect 2 0 3 0; #X connect 3 0 8 0; #X connect 3 0 8 1; #X connect 4 0 6 0; #X connect 4 0 2 0; #X connect 5 0 4 0; #X connect 7 0 3 1;
#N canvas 0 31 492 266 10; #X text 8 243 (c) Moonix: Antoine Rousseau 2004; #X obj 162 103 ssaw~ 440; #X obj 163 149 *~; #X obj 162 77 mtof; #X floatatom 161 57 5 0 0 0 - - -; #X floatatom 207 77 0 0 0 0 - - -; #X obj 197 128 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144 -1 -1 0 1; #X obj 159 193 dac~; #X text 124 19 sweet sawtooth generator; #X text 121 32 (not to much aliasing below 10kHz); #X connect 2 0 3 0; #X connect 3 0 8 0; #X connect 3 0 8 1; #X connect 4 0 6 0; #X connect 4 0 2 0; #X connect 5 0 4 0; #X connect 7 0 3 1;
29
signal bandlimited
sweet sawtooth generator
create a purr-data patch that matches the following description and keywords.
Description: sweet sawtooth generator, Keywords: signal bandlimited
datei-w-help.pd
abstractions\jmmmp\datei-w-help.pd
#N canvas 38 28 462 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-w; #X text 12 6 [datei-w] - Sends the message "write ../../"; #X obj 22 160 print Datei_W; #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-o] [datei-r]; #N canvas 504 106 494 344 META 0; #X text 12 55 AUTHOR Jo�o Pais <[email protected]>; #X text 12 95 LICENSE BSD; #X text 12 75 LIBRARY jmmmp; #X text 13 115 WEBSITE http://puredata.info/Members/jmmmp; #X text 12 135 VERSION 2006; #X text 14 165 INLET_0 - Bang / File name; #X text 14 185 OUTLET_0 - Message; #X text 12 5 DESCRIPTION Sends the message "write ../../"; #X text 12 35 KEYWORDS wrote file; #X restore 402 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 38 28 462 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-w; #X text 12 6 [datei-w] - Sends the message "write ../../"; #X obj 22 160 print Datei_W; #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-o] [datei-r]; #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
wrote file
Sends the message "write ../../"
create a purr-data patch that matches the following description and keywords.
Description: Sends the message "write ../../", Keywords: wrote file