MIDI Output
The midi.output module connects to a midi device (or virtual device) and allows sending MIDI messages out to that device. This module does not produce any messages and so using it as an input to a route would be pointless.
- type:
midi.output - params:
- port: name of the MIDI port to connect to
Example
Section titled “Example”Open a MIDI connection to Logic Pro Virtual In.
- id: midiOutput type: midi.output params: port: "Logic Pro Virtual In"