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/poke~-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/poke~-help.pd')
-rw-r--r-- | doc/help/cyclone/poke~-help.pd | 43 |
1 files changed, 28 insertions, 15 deletions
diff --git a/doc/help/cyclone/poke~-help.pd b/doc/help/cyclone/poke~-help.pd index 6ac437b..00c6caf 100644 --- a/doc/help/cyclone/poke~-help.pd +++ b/doc/help/cyclone/poke~-help.pd @@ -1,6 +1,4 @@ -#N canvas 1391 272 831 462 10; -#X declare -lib cyclone; -#X declare -lib zexy; +#N canvas 0 26 767 365 10; #X msg 278 155 0; #X floatatom 342 154 0 0 0 0 - - -; #X obj 182 204 sig~ -1; @@ -18,12 +16,10 @@ the size of the buffer~ \, no data is recorded.; #X text 392 157 count maximum sets the number of samples recorded (think of it as the loop size); #X text 12 23 Write into a table using a signal sample index; -#X obj 458 50 import cyclone; #X obj 443 256 table foo 1000; #X obj 38 309 poke~ foo; #X text 37 330 arguments are name of table (required) and initial channel to write (optional \, default 1); -#X obj 561 49 import zexy; #X obj 146 249 multiplex~ 0 1; #X msg -8 168 0; #X msg -8 145 1; @@ -32,13 +28,30 @@ to write (optional \, default 1); #X floatatom 279 261 5 0 0 0 - - -; #X obj 278 177 count~ 0 2048; #X obj 279 235 Snapshot~ 100; -#X connect 0 0 22 0; -#X connect 1 0 22 1; -#X connect 2 0 16 0; -#X connect 4 0 13 0; -#X connect 16 0 13 1; -#X connect 17 0 16 0; -#X connect 18 0 16 0; -#X connect 22 0 16 1; -#X connect 22 0 23 0; -#X connect 23 0 21 0; +#N canvas 247 115 494 397 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 5 KEYWORDS signal array max_compatible; +#X text 12 45 DESCRIPTION write into a table using a signal sample +index; +#X text 12 65 INLET_0 signal set; +#X text 12 85 INLET_1 signal; +#X text 12 105 INLET_2 float; +#X text 12 25 LICENSE SIBSD; +#X text 12 125 AUTHOR Krzysztof Czaja; +#X restore 706 342 pd META; +#X obj 443 282 table bar 1000; +#X msg 12 230 set bar; +#X connect 0 0 20 0; +#X connect 1 0 20 1; +#X connect 2 0 14 0; +#X connect 4 0 12 0; +#X connect 14 0 12 1; +#X connect 15 0 14 0; +#X connect 16 0 14 0; +#X connect 20 0 14 1; +#X connect 20 0 21 0; +#X connect 21 0 19 0; +#X connect 24 0 12 0; |