diff options
author | Jonathan Wilkes <jancsika1@users.sourceforge.net> | 2010-11-12 01:50:32 +0000 |
---|---|---|
committer | Jonathan Wilkes <jancsika1@users.sourceforge.net> | 2010-11-12 01:50:32 +0000 |
commit | c124775d7f4954e536c69414eb521a437ac02e94 (patch) | |
tree | e1b000e325fa2fddf18af09ca92118cbbada54bc /doc/help/cyclone/cycle~-help.pd | |
parent | 9918f32477b29e35a8dcf8829b8972fd0d813e1c (diff) |
added pd META subpatch, removed xbend-help.pd and xnote-help.pd since
they are not used
svn path=/trunk/externals/miXed/; revision=14428
Diffstat (limited to 'doc/help/cyclone/cycle~-help.pd')
-rw-r--r-- | doc/help/cyclone/cycle~-help.pd | 82 |
1 files changed, 47 insertions, 35 deletions
diff --git a/doc/help/cyclone/cycle~-help.pd b/doc/help/cyclone/cycle~-help.pd index 1601b01..1c926f4 100644 --- a/doc/help/cyclone/cycle~-help.pd +++ b/doc/help/cyclone/cycle~-help.pd @@ -1,35 +1,34 @@ -#N canvas 1205 151 951 466 10; -#X declare -lib cyclone; -#X text 18 -22 Table-lookup oscillator or function generator; -#X floatatom 633 242 0 0 0 0 - - -; -#X obj 610 170 loadbang; -#X msg 610 190 22.5; -#X text 609 104 4 Using your function; -#X obj 610 261 *~ 0; -#X obj 610 216 cycle~ buffsky; -#X msg 403 96 437; -#X obj 403 73 loadbang; -#X obj 22 240 *~ 0.2; -#X obj 22 197 cycle~ 440; -#X obj 403 248 *~ 0.2; -#X floatatom 403 129 0 0 0 0 - - -; -#X msg 403 157 \$1 400; -#X obj 403 182 line~; -#X obj 403 214 cycle~; -#X obj 212 331 dac~; -#X obj 118 240 *~ 0.2; -#X obj 152 170 phasor~ 660; -#X obj 118 204 cycle~; -#X text 21 11 cycle~ uses a stored table of 512 samples to generate +#N canvas 0 26 748 439 10; +#X text 18 -12 Table-lookup oscillator or function generator; +#X floatatom 631 248 0 0 0 0 - - -; +#X obj 610 180 loadbang; +#X msg 610 200 22.5; +#X text 609 114 4 Using your function; +#X obj 610 271 *~ 0; +#X obj 610 226 cycle~ buffsky; +#X msg 403 106 437; +#X obj 403 83 loadbang; +#X obj 42 250 *~ 0.2; +#X obj 42 214 cycle~ 440; +#X obj 403 258 *~ 0.2; +#X floatatom 403 139 0 0 0 0 - - -; +#X msg 403 167 \$1 400; +#X obj 403 192 line~; +#X obj 403 224 cycle~; +#X obj 212 341 dac~; +#X obj 118 250 *~ 0.2; +#X obj 152 180 phasor~ 660; +#X obj 118 214 cycle~; +#X text 21 21 cycle~ uses a stored table of 512 samples to generate functions. By default it uses a sine wave \, but you can give it a function stored in a buffer~ object.; -#X text 9 107 frequency input (float or signal); -#X text 153 145 phase input (float or signal); -#X text 153 126 2 Driven by phase only (frequency is 0):; -#X text 12 93 1 argument sets frequency (default 0); -#N canvas 1988 576 183 228 generate-buffer~ 0; +#X text 9 117 frequency input (float or signal); +#X text 153 155 phase input (float or signal); +#X text 153 136 2 Driven by phase only (frequency is 0):; +#X text 12 103 1 argument sets frequency (default 0); +#N canvas 281 140 183 210 generate-buffer~ 0; #X obj 40 30 loadbang; -#N canvas 50 40 152 265 sawtooth 0; +#N canvas 50 40 152 247 sawtooth 0; #X obj 80 145 - 2; #X obj 80 120 * 2; #X obj 22 119 * 2; @@ -57,14 +56,27 @@ function stored in a buffer~ object.; #X connect 3 1 1 0; #X connect 4 0 3 0; #X connect 5 0 4 0; -#X restore 609 123 pd generate-buffer~; -#X text 673 243 listen?; -#X obj 555 15 import cyclone; -#X obj 609 144 table buffsky 512; -#X text 432 127 3 Using frequency input; -#X text 308 338 Symbol argument sets name of table to play from. Additional +#X restore 609 133 pd generate-buffer~; +#X text 661 249 listen?; +#X obj 609 154 table buffsky 512; +#X text 432 137 3 Using frequency input; +#X text 308 348 Symbol argument sets name of table to play from. Additional int argument after that sets sample offset into the table (default 0); +#N canvas 380 180 494 382 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 145 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html +; +#X text 12 45 DESCRIPTION table-lookup oscillator or function generator +; +#X text 12 65 INLET_0 signal; +#X text 12 85 INLET_0 signal; +#X text 12 105 OUTLET_0 signal; +#X text 12 5 KEYWORDS signal array max_compatible oscillator; +#X text 12 25 LICENSE SIBSD; +#X text 12 125 AUTHOR Krzysztof Czaja; +#X restore 696 397 pd META; #X connect 1 0 5 1; #X connect 2 0 3 0; #X connect 3 0 6 0; |