aboutsummaryrefslogtreecommitdiff
path: root/clk-quantization-help.pd
blob: d8f5a38453651742c8078ca9fb6d73ef97268add (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
29
30
31
32
33
34
35
#N canvas 90 70 701 554 10;
#X text 166 155 That means that the abstraction can start playing on
each beat (every 24 steps).;
#X text 237 234 If you set seq.timing.slave's events/beat to 4 \, the
abstraction can start playing at any quarter beat.;
#X text 285 323 If you set seq.timing.slave's length to 16 events and
the events/beat to 4 \, the abstraction can start playing every 4 beats.
;
#X text 166 113 Next time you press play \, the abstraction will start
playing from event 0 (restarts the pattern) once it receives a new
beat.;
#X text 290 394 The abstraction will start playing immediatly the next
time you press play. It will try to match seq.timing.master's current
event (does not restart the pattern).;
#X text 290 462 Triggers right away;
#X text 238 207 Waits for the next master event then starts playing.
;
#X text 300 305 Waits for the next master loop then starts playing.
;
#X text 44 47 There are four methods of synchronizing a clkSlave to
its clkMaster:;
#X text 284 379 -- default --;
#X msg 165 464 none;
#X msg 150 403 match;
#X msg 146 311 loop;
#X msg 107 207 event;
#X msg 50 113 beat;
#X obj 51 498 symbol;
#X obj 51 523 outlet;
#X connect 10 0 15 0;
#X connect 11 0 15 0;
#X connect 12 0 15 0;
#X connect 13 0 15 0;
#X connect 14 0 15 0;
#X connect 15 0 16 0;