Main Content
midicallback
Call function handle when MIDI controls change value
Syntax
Description
sets oldFunctionHandle
= midicallback(midicontrolsObject
,functionHandle
)functionHandle
as
the function handle called when midicontrolsObject
changes
value, and returns the previous function handle, oldFunctionHandle
.
clears
the function handle.oldFunctionHandle
= midicallback(midicontrolsObject
,[])
returns
the current function handle.currentFunctionHandle
= midicallback(midicontrolsObject
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2016a