midi [<eventType>] [<#>] (<#>) (true/false)
Sends a MIDI event to the output MIDI devices selected in CoyoteMIDI.
Parameters:
- The type of MIDI event to send. Valid event types are “NOTE”, “CONTROLCHANGE”, “PITCHBEND”, and “PROGRAMCHANGE”.
- The MIDI number for the event. For example, for “NOTE”, this is the note number, for “CONTROLCHANGE”, this is the control channel number, and for “PITCHBEND”, this is the pitch.
- The MIDI value for the event. For example, the note velocity, or the control change value. This parameter would be unused for pitchbend. The default value is 127.
- Whether or not the MIDI event should be recorded by the retrospective recorder. The default value is false.