MIDI Input
The midi.input module connects to a midi device (or virtual device) and emits MIDI messages that come in on that port. This module does not support output.
- type:
midi.input - params:
- port: name of the MIDI port to connect to
Example
Section titled “Example”Open a MIDI connection to Logic Pro Virtual Out.
- id: midiInput type: midi.input params: port: "Logic Pro Virtual Out"