aboutsummaryrefslogtreecommitdiff
path: root/rangemod-help.pd
blob: 49f25633ac54285f3e84956393c3ffc11533c250 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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;