midi_clock_beat duration (beats)
Sends enough MIDI clock ticks for one beat to all connected MIDI devices. Use the port:
opt to restrict which MIDI ports are used.
The MIDI specification requires 24 clock tick events to be sent per beat. These can either be sent manually using midi_clock_tick
or all 24 can be scheduled in one go using this fn. midi_clock_beat
will therefore schedule for 24 clock ticks to be sent linearly spread over duration beats. This fn will automatically take into account the current BPM and any time_warp
s.
Introduced in v3.0
# Example 1 | |
|
|
# Example 2 | |
|
|
# Example 3 | |
|
|
# Example 4 | |
|
|