getMIDIConnections
Get MIDI connections of audio object
Description
returns a structure, connectionInfo
= getMIDIConnections(audioObject
)connectionInfo
, containing information about
the MIDI connections for your audio object, audioObject
. Only
those MIDI connections established using configureMIDI
are
returned.
The connectionInfo
structure contains a substructure for each tunable
property of audioObject
that has established MIDI connections.
Each substructure contains the control number, the device name of the corresponding
MIDI control, and the property mapping information (mapping rule, minimum value, and
maximum value).
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2016a