diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-09-23 00:21:28 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-09-23 00:21:28 +0000 |
commit | 64fdb009695828b788fce074135b20a5e52c5fc4 (patch) | |
tree | a05144197dd339721b6d4a3a0927f7596e8872b6 /pd/doc/2.control.examples | |
parent | a30193fcd726552364de74984b200be2c30723e7 (diff) |
imported version 0.37-0
svn path=/trunk/; revision=1016
Diffstat (limited to 'pd/doc/2.control.examples')
-rw-r--r-- | pd/doc/2.control.examples/22.sequencing.pd | 30 |
1 files changed, 19 insertions, 11 deletions
diff --git a/pd/doc/2.control.examples/22.sequencing.pd b/pd/doc/2.control.examples/22.sequencing.pd index efddcb21..1aa19942 100644 --- a/pd/doc/2.control.examples/22.sequencing.pd +++ b/pd/doc/2.control.examples/22.sequencing.pd @@ -1,20 +1,28 @@ -#N canvas 47 52 679 466 12; +#N canvas 47 52 758 482 12; #X text 465 442 updated for Pd version 0.26; -#X text 35 28 You can use "qlist" or "textfile" objects for sequencing. Qlist is simpler to use than the (more versatile) textfile.; -#X obj 355 146 r receive1; +#X text 35 28 You can use "qlist" or "textfile" objects for sequencing. +Qlist is simpler to use than the (more versatile) textfile.; +#X obj 345 144 r receive1; #X obj 441 146 r receive2; -#X msg 205 88 clear \, add receive1 1 \, add 1000 receive1 0 \, add receive2 2 \, add 1000 receive2 0 \, add receive1 3 \, bang; +#X msg 205 88 clear \, add receive1 1 \, add 1000 receive1 0 \, add +receive2 2 \, add 1000 receive2 0 \, add receive1 3 \, bang; #X obj 205 129 qlist; -#X floatatom 355 172; -#X floatatom 441 171; -#X text 23 210 The "add" messages add lines to the qlist \, so that it contains:; +#X floatatom 345 170 0 0 0 0 - - -; +#X floatatom 441 171 0 0 0 0 - - -; +#X text 48 202 The "add" messages add lines to the qlist \, so that +it contains:; #X text 155 238 receive1 1; -#X text 121 259 1000 receive1 0; +#X text 154 259 1000 receive1 0; #X text 155 279 receive2 2; -#X text 120 299 1000 receive2 0; +#X text 153 299 1000 receive2 0; #X text 155 317 receive1 3; -#X text 17 342 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 16 391 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 16 391 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 22 341 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 connect 2 0 6 0; #X connect 3 0 7 0; #X connect 4 0 5 0; |