MIDICIProfileChangedBlock
A block the system calls to indicate it has enabled or disabled a profile.
Declaration
typealias MIDICIProfileChangedBlock = (MIDICISession, MIDIChannelNumber, MIDICIProfile, Bool) -> VoidParameters
- session:
The MIDI-CI session.
- channel:
The MIDI channel number.
- profile:
The profile the system enabled or disabled.
- enabled:
A Boolean value that indicates whether the system enabled the profile.