diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-04-10 19:33:42 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-04-10 19:33:42 +0000 |
commit | 88125fb2800b8cc18d09cc4321089233b8912caa (patch) | |
tree | 4a0ad663641c4e4d17189042f90ebfd0aacc65fa | |
parent | d3e824e2b3e92212a2ab8cff228ace8d5ce1255d (diff) |
added quick help patch for rangemod
svn path=/trunk/externals/framesync/; revision=16118
-rw-r--r-- | rangemod-help.pd | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/rangemod-help.pd b/rangemod-help.pd new file mode 100644 index 0000000..49f2563 --- /dev/null +++ b/rangemod-help.pd @@ -0,0 +1,28 @@ +#N canvas 256 115 588 378 10; +#X floatatom 80 212 9 0 0 0 - - -; +#X obj 83 239 hsl 128 15 0 100 0 0 empty empty empty -2 -8 0 10 -262144 +-1 -1 508 1; +#X floatatom 230 212 9 0 0 0 - - -; +#X obj 233 239 hsl 128 15 0 100 0 0 empty empty empty -2 -8 0 10 -262144 +-1 -1 1143 1; +#X floatatom 380 212 9 0 0 0 - - -; +#X obj 383 239 hsl 128 15 0 100 0 0 empty empty empty -2 -8 0 10 -262144 +-1 -1 12573 1; +#X obj 83 68 frameclock 1000; +#X obj 230 184 rangemod 30 400 30; +#X obj 380 184 rangemod 200 900 100; +#X text 31 285 the first argument sets the start frame; +#X text 31 304 the second argument sets the end frame; +#X text 31 324 the third argument sets the number to mod (%) by; +#X obj 80 184 rangemod 10 400 5; +#X text 33 16 Set a range of frames to do a mod to \, making the first +frame equivalent to 0; +#X connect 0 0 1 0; +#X connect 2 0 3 0; +#X connect 4 0 5 0; +#X connect 6 0 7 0; +#X connect 6 0 8 0; +#X connect 6 0 12 0; +#X connect 7 0 2 0; +#X connect 8 0 4 0; +#X connect 12 0 0 0; |