From 88125fb2800b8cc18d09cc4321089233b8912caa Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 10 Apr 2012 19:33:42 +0000 Subject: added quick help patch for rangemod svn path=/trunk/externals/framesync/; revision=16118 --- rangemod-help.pd | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 rangemod-help.pd 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; -- cgit v1.2.1