Create an object of the audio plugin example
audiopluginexample.Echo
.
Get the MIDI connections of echoPlugin
and verify that it has no
MIDI connections.
Add MIDI connections using configureMIDI
.
Get the MIDI connections of echoPlugin
using
getMIDIConnections
. The MIDI connections you configured are saved
as a structure. View details of the MIDI connections using dot notation.
ans =
Law: 'lin'
Min: 0
Max: 1
MIDIControl: 'any control on 'BCF2000''
Use disconnectMIDI
to remove MIDI connections between your
echoPlugin
object and your MIDI device.
Get MIDI connections of echoPlugin
and verify that you have
successfully disconnected MIDI controls from your plugin.