MODULES
Clock Div
Complete manual and reference for the Clock Div module.
How Does It Work?#
Clock Div takes an incoming master clock and splits it into several slower rhythmic streams, exposing both short trigger outputs and longer gate outputs for each division.
Quick Overview#
- It accepts one incoming
PPQNclock plusRST. - It provides paired trigger and gate outputs for
/1,/2,/4,/6,/8,/16, and/32. Modeswitches between raw pulse-count division and musical bar-grid division.PPQNtells the musical mode whether the upstream clock is running at16or24PPQN.
Inputs And Outputs#
| Port | Type | What It Does |
|---|---|---|
PPQN | Clock | Incoming master clock. The divider counts rising edges from this signal. |
RST | Trigger | Resets all division counters and waits for the next incoming pulse. |
/1 T ... /32 T | Clock | Short trigger outputs at the start of each division cycle. |
/1 G ... /32 G | Gate | Matching gate outputs for the same divisions. |
Controls Reference#
| Control | Values | Default | Behavior |
|---|---|---|---|
Mode | PPQN, MUS | MUS | Chooses raw pulse division or musical bar-grid division. |
PPQN | 16, 24 | 24 | Sets the reference pulse density used by MUS mode. |
PPQN Mode Vs MUS Mode#
PPQN#
In PPQN mode, the division labels mean exactly what they say in pulse counts:
/2fires every second incoming pulse/4fires every fourth pulse/6fires every sixth pulse
This is the mode to use when you want strict clock math from a dense master pulse stream.
MUS#
In MUS mode, the same labels are interpreted against a 4/4 bar grid derived from the selected PPQN setting:
/1is once per bar/2is twice per bar/4is quarter-note rate/8,/16, and/32move into faster note divisions/6splits the bar into six equal steps
This mode is usually the more musical choice when your source clock is a regular 16 or 24 PPQN transport pulse.
Trigger And Gate Behavior#
- Trigger outputs are short pulses at the start of each cycle.
- Gate outputs stay high for roughly the first half of each division cycle.
- Before the first clock pulse arrives, the outputs remain inactive.
- In raw
PPQNmode, the/1 Goutput follows the incoming clock's high state directly because its division period is one pulse.
Reset And Sync Notes#
RSTis edge-triggered.- Reset clears every division counter at once.
- After a reset, the module waits for the next incoming pulse and then restarts all divisions from the top of their cycles together.
Panel Layout#
Each row on the panel represents one division:
- left label = division amount
TRIGjack = short pulse outputGATEjack = longer gate outputLED= live activity for that row
That layout makes it easy to patch several rhythmic layers out of the same master clock without guessing which jack belongs to which division.