midi.launchctl
module reference
index
- MIDI CC-Sequencer.
- MIDI Gate-Sequencer.
- MIDI Trigger-Sequencer.
details
- MIDI CC-Sequencer.
(launchctl/cc-seq [port] i start chan [steps [range]])
returns the value for the i-th step steps (buttons starting from start). steps defaults to 8.
range can be one of: - ‘raw’ [ 0 - 128[ - ‘uni’ [ 0 - 1[ (default) - ‘bip’ [-1 - 1[ - ‘rad’ [ 0 - tau[ - ‘deg’ [ 0 - 360[ - (num) [ 0 - num[
- MIDI Gate-Sequencer.
(launchctl/gate-seq [port] i start chan [steps])
Send
true
orfalse
for thei
-th note-button (MIDI-notes starting fromstart
).steps
defaults to 8. - MIDI Trigger-Sequencer.
(launchctl/trig-seq [port] i start chan [steps])
Send bangs for the
i
-th note-button (MIDI-notes starting fromstart
).steps
defaults to 8.