midi
module reference
index
- `num` from cc-change messages.
- gate from note-on and note-off messages.
- Create a bidirectional MIDI port.
- Create a MIDI input port.
- Create a MIDI output port.
- `bang`s from note-on messages.
details
- `num` from cc-change messages.
(midi/cc [port] cc [chan [range]])
range
can be one of: - ‘raw’ [ 0 - 128[ - ‘uni’ [ 0 - 1[ (default) - ‘bip’ [-1 - 1[ - ‘rad’ [ 0 - tau[ - ‘deg’ [ 0 - 360[ - (num) [ 0 - num[ - gate from note-on and note-off messages.
(midi/gate [port] note [chan])
- Create a bidirectional MIDI port.
(midi/inout name)
- Create a MIDI input port.
(midi/input name)
- Create a MIDI output port.
(midi/output name)
- `bang`s from note-on messages.
(midi/trig [port] note [chan])