SolarOS 4.13.4 manual · command
midi
Show MIDI worker, traffic, parser, and queue status.
Usage
| Usage | Description | |
|---|---|---|
midi status | Show MIDI worker, traffic, parser, and queue status. | |
midi monitor | Print incoming CC and key messages until the app-exit key, Esc, or q is pressed. | |
| `midi note-on\ | note-off <channel> <note> [velocity]` | Queue a MIDI note message for transmission. |
midi cc <channel> <controller> <value> | Queue a MIDI control-change message. | |
midi program <channel> <program> | Queue a MIDI program-change message. | |
midi send <status> [data1] [data2] | Queue one validated raw MIDI message. | |
midi stream list | List configured incoming MIDI CC scalar streams and their latest values. | |
| `midi stream add\ | remove <channel> <controller>` | Register or remove midi.cc.<channel>.<controller> as a scalar stream. |
midi stream clear | Remove all configured MIDI CC scalar streams. |