diff options
author | N.N. <chr15m@users.sourceforge.net> | 2007-07-10 07:47:46 +0000 |
---|---|---|
committer | N.N. <chr15m@users.sourceforge.net> | 2007-07-10 07:47:46 +0000 |
commit | 3faf17f7b713905f582def227df90dac15f3468d (patch) | |
tree | a429f621d2aad8db85d902fde422d3ff1e859bd6 /s-varseq-help.pd |
This commit was generated by cvs2svn to compensate for changes in r7969,svn2git-root
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/abstractions/s-abstractions/; revision=7970
Diffstat (limited to 's-varseq-help.pd')
-rw-r--r-- | s-varseq-help.pd | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/s-varseq-help.pd b/s-varseq-help.pd new file mode 100644 index 0000000..9d25156 --- /dev/null +++ b/s-varseq-help.pd @@ -0,0 +1,25 @@ +#N struct 2302template float x float y float z; +#N struct 2302puck float x; +#N canvas 0 0 450 300 10; +#X floatatom 20 188 5 0 0 0 - - -; +#X floatatom 20 276 5 0 0 0 - - -; +#X obj 20 145 loadbang; +#X msg 20 166 0; +#X text 48 167 Click me to reset the canvas (for some reason); +#X text 13 7 varseq is short for 'variable sequencer' because it's +a simple sequencer with a variable length. Creation arguments are [name] +[sections] [section length] [timer name]. Name is the SSSAD name and +unique identifier. Sections indicates how many sections there are in +the whole loop \, and section length indicates how many beats in each +section. To set a value click on an orange rectangle and drag it upwards. +The value can be set between zero and one. To select a beat in the +loop send a number in the left inlet \, or send a number to the third +argument (timer name) if supplied.; +#X floatatom 318 208 5 0 0 0 - - -; +#X obj 318 227 s tick; +#X obj 20 210 s-varseq teh 4 5 tick; +#X connect 0 0 8 0; +#X connect 2 0 3 0; +#X connect 3 0 0 0; +#X connect 6 0 7 0; +#X connect 8 0 1 0; |