midi_reset value (number)
Sends a MIDI reset all controllers message to all connected devices on all channels. Use the port: and channel: opts to restrict which MIDI ports and channels are used.
All controller values are reset to their defaults.
MIDI 1.0 Specification - Channel Mode Messages - Reset All Controllers
Introduced in v3.0
| channel: |
Channel to send the midi reset message to |
| port: |
MIDI port to send to |
| value: |
Value must only be zero (the default) unless otherwise allowed in a specific Recommended Practice |
| on: |
If specified and false/nil/0 will stop the midi reset message from being sent out. (Ensures all opts are evaluated in this call to |
| # Example 1 | |
|
|
|
| # Example 2 | |
|
|
|