From 4c1bcfd1857e4e5b25c5b3c9729d0422a8cce576 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Mon, 2 Feb 2015 19:14:33 +0000 Subject: Reformatted and enhanced the cyclone help-patches. svn path=/trunk/externals/miXed/; revision=17422 --- doc/help/cyclone/train~-help.pd | 176 ++++++++++++++++++++++++++++------------ 1 file changed, 126 insertions(+), 50 deletions(-) (limited to 'doc/help/cyclone/train~-help.pd') diff --git a/doc/help/cyclone/train~-help.pd b/doc/help/cyclone/train~-help.pd index 6db2a1c..7921049 100644 --- a/doc/help/cyclone/train~-help.pd +++ b/doc/help/cyclone/train~-help.pd @@ -1,57 +1,133 @@ -#N canvas 0 26 680 381 10; -#X text 14 3 Pulse-train generator and metronome; -#X floatatom 304 203 0 0 0 0 - - -; -#X obj 26 318 *~ 0.2; -#X obj 26 356 dac~; -#X obj 26 296 cycle~; -#X obj 26 271 *~ 1000; -#X msg 84 143 200 \, 100 5000 200 5000; -#X obj 26 217 noise~; -#X obj 26 247 sah~; -#X obj 231 243 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 --1 -1; -#X floatatom 218 163 0 0 0 0 - - -; -#X text 256 243 bang output when transition from 0 to 1 occurs; -#X text 20 27 train~ generates a pulse signal whose period is specifiable +#N canvas 527 90 570 530 10; +#X obj 0 806 cnv 15 552 21 empty empty empty 20 12 0 14 -233017 -33289 +0; +#X obj 0 400 cnv 3 550 3 empty empty inlets 8 12 0 13 -228856 -1 0 +; +#N canvas 619 307 352 262 META 0; +#X text 0 19 LICENSE SIBSD; +#X text 0 152 LIBRARY cyclone; +#X text 0 114 OUTLET_0 signal; +#X text 0 0 KEYWORDS signal metronome pulse train generator; +#X text 0 38 DESCRIPTION pulse-train generator and metronome; +#X text 0 57 INLET_0 signal float; +#X text 0 133 OUTLET_1 bang; +#X text 0 76 INLET_1 signal float; +#X text 0 95 INLET_2 signal float; +#X text 0 171 VERSION 0.1-alpha57; +#X text 0 189 AUTHOR Krzysztof Czaja; +#X text 1 207 RELEASE_DATE 2002; +#X text 2 226 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html +; +#X text 2 258 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan +Wilkes for Pd-extended 0.42 to conform to the PDDP template. Alex Cleveland +updated this patch for Pd-l2ork version 2013.05.28. Fred Jan Kraan +adapted the patch to pd-extended 2015-02-02; +#X restore 501 808 pd META; +#X obj 0 550 cnv 3 550 3 empty empty outlets 8 12 0 13 -228856 -1 0 +; +#X obj 0 612 cnv 3 550 3 empty empty arguments 8 12 0 13 -228856 -1 +0; +#X obj 0 688 cnv 3 550 3 empty empty more_info 8 12 0 13 -228856 -1 +0; +#N canvas 312 458 428 109 Related_objects 0; +#X obj 0 0 cnv 15 425 20 empty empty empty 3 12 0 14 -204280 -1 0; +#X text 6 1 Related Objects; +#X restore 203 808 pd Related_objects; +#X obj 79 409 cnv 17 3 36 empty empty 0 5 9 0 16 -228856 -162280 0 +; +#X obj 79 458 cnv 17 3 35 empty empty 1 5 9 0 16 -228856 -162280 0 +; +#X obj 0 0 cnv 15 552 40 empty empty train~ 3 12 0 18 -204280 -1 0 +; +#X obj 502 9 train~; +#X text 12 23 Pulse-train generator and metronome; +#X text 106 408 signal; +#X text 106 429 float; +#X obj 79 504 cnv 17 3 35 empty empty 2 5 9 0 16 -228856 -162280 0 +; +#X obj 79 559 cnv 17 3 17 empty empty 0 5 9 0 16 -228856 -162280 0 +; +#X text 106 456 signal; +#X text 106 476 float; +#X text 106 503 signal; +#X text 106 524 float; +#X text 179 456 - set pulse width (.01-.99); +#X text 179 503 - sets phase of 0-1 transitions within pulse period +(0 to 1); +#X text 180 408 - set pulse period (ms); +#X text 106 559 signal; +#X text 179 559 - the pulse train signal; +#X text 87 626 1) float; +#X text 87 644 2) float; +#X text 179 627 - initial interval in ms (defaul 1000); +#X text 179 644 - initial width (default .5); +#X text 179 661 - initial phase (default 0); +#X text 87 660 3) float; +#X text 105 700 train~ generates a pulse signal whose period is specifiable in terms of milliseconds (see <~ for a method of making a pulse wave at a specified frequency). It also sends out a bang when going from 0 to 1 \, so it can be used as a metronome with a floating-point interval. The signal output can be used as a control input for sah~ as shown in the example below \, or at very small intervals \, it is audible. ; -#X text 242 162 signal/float sets pulse width (0.01 to .99); -#X text 239 138 signal/float sets pulse period (ms); -#X text 182 275 Optional arguments set initial interval (default 1000) -\, width (default .5) \, and phase (default 0).; -#X text 335 201 signal/float sets phase of 0-1 transition within pulse -period (0 to 1); -#X text 83 128 modulate interval; -#X obj 84 164 Line~ 200; -#X obj 84 220 train~ 200 0.75; -#N canvas 247 115 494 402 META 0; -#X text 12 215 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan -Wilkes for Pd-extended 0.42 to conform to the PDDP template.; -#X text 12 185 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html -; -#X text 12 5 KEYWORDS signal max_compatible oscillator; -#X text 12 45 DESCRIPTION pulse-train generator and metronome; -#X text 12 65 INLET_0 signal; -#X text 12 85 INLET_1 signal; -#X text 12 105 INLET_2 signal; -#X text 12 125 OUTLET_0 signal; -#X text 12 145 OUTLET_1 bang; -#X text 12 25 LICENSE SIBSD; -#X text 12 165 AUTHOR Krzysztof Czaja; -#X restore 630 361 pd META; -#X connect 1 0 19 2; +#X obj 79 586 cnv 17 3 17 empty empty 1 5 9 0 16 -228856 -162280 0 +; +#X text 106 586 bang; +#X text 179 586 - when transition from 0 to 1 occurs; +#X floatatom 286 108 0 0 0 0 - - -; +#X obj 82 321 *~ 0.2; +#X obj 82 277 *~ 1000; +#X msg 151 61 200 \, 100 5000 200 5000; +#X obj 81 232 noise~; +#X obj 286 254 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 +-1 -1; +#X floatatom 218 107 0 0 0 0 - - -; +#X text 150 43 modulate interval; +#X obj 82 345 output~; +#X obj 151 185 cyclone/train~ 200 0.75; +#X obj 82 255 cyclone/sah~; +#X obj 82 299 cyclone/cycle~; +#X obj 151 82 cyclone/Line~ 200; +#N canvas 621 382 436 314 simple 0; +#X floatatom 99 290 5 0 0 0 - - -; +#X obj 40 177 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144 +-1 -1 0 1; +#X msg 109 69 500; +#X obj 98 199 cyclone/train~; +#X msg 98 47 1000; +#X obj 141 90 hsl 128 15 0 1 0 0 empty empty empty -2 -8 0 10 -262144 +-1 -1 0 1; +#X floatatom 143 108 5 0 0 0 - - -; +#X floatatom 191 116 5 0 100 0 - - -; +#X obj 179 247 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 +-1 -1; +#X obj 191 137 / 100; +#X text 144 54 pulse rate (ms); +#X text 280 88 pulse width (1-99%); +#X text 234 115 pulse phase (1-99%); +#X obj 99 267 cyclone/Snapshot~ 100; +#X obj 3 5 cnv 15 425 20 empty empty empty 3 12 0 14 -204280 -1 0; +#X text 5 6 Simple message-only example; #X connect 2 0 3 0; -#X connect 2 0 3 1; -#X connect 4 0 2 0; -#X connect 5 0 4 0; -#X connect 6 0 18 0; -#X connect 7 0 8 0; -#X connect 8 0 5 0; -#X connect 10 0 19 1; -#X connect 18 0 19 0; -#X connect 19 0 8 1; -#X connect 19 1 9 0; +#X connect 3 0 13 0; +#X connect 3 1 8 0; +#X connect 4 0 3 0; +#X connect 5 0 3 1; +#X connect 5 0 6 0; +#X connect 7 0 9 0; +#X connect 9 0 3 2; +#X connect 13 0 0 0; +#X connect 13 0 1 0; +#X restore 341 341 pd simple example; +#X connect 35 0 44 2; +#X connect 36 0 43 0; +#X connect 36 0 43 1; +#X connect 37 0 46 0; +#X connect 38 0 47 0; +#X connect 39 0 45 0; +#X connect 41 0 44 1; +#X connect 44 0 45 1; +#X connect 44 1 40 0; +#X connect 45 0 37 0; +#X connect 46 0 36 0; +#X connect 47 0 44 0; -- cgit v1.2.1