midisync
Send values to MIDI controls for synchronization
Description
midisync(
sends
the initial values of controls to your MIDI device, as specified by
your MIDI controls object. To create this object, use the midicontrolsObject
)midicontrols
function.
If your MIDI device can receive and respond to messages, it adjusts
its controls as specified.
Note
Many MIDI devices are not bidirectional. Calling midisync
with
a unidirectional device has no effect. midisync
cannot
tell whether a value is successfully sent to a device or even whether
the device is bidirectional. If sending a value fails, no errors or
warnings are generated.
midisync(
sends midicontrolsObject
,controlValues
)controlValues
to
the MIDI controls associated with the specified midicontrolsObject
.
Examples
Input Arguments
Version History
Introduced in R2016a