Ports
AbletonIn
Bases: MidiIn
Receives MIDI messages from Ableton Live remote script
and produces AbletonMsg
objects.
Parameters:
-
proxy_midi_port_name
(str
) –The name of proxy MIDI input port enabled in Ableton Live
-
virtual
(bool
, default:False
) –Create virtual port (Linux and macOS only)
calls
Message match arguments and callables that will be called with matching incoming messages.
None
conditions matches any message.
attached_passthrough_outs
MidiOut
ports attached as pass-through ports
which will send all incoming messages as soon as they arrive before sending them to calls
AbletonOut
Bases: MidiOut
Sends AbletonMsg
objects
as MIDI message to Ableton Live remote script.
Parameters:
-
proxy_midi_port_name
(str
) –The name of proxy MIDI output port enabled in Ableton Live
-
virtual
(bool
, default:False
) –Create virtual port (Linux and macOS only)