notify(_:onChannel:isEnabled:)
Enables or disables a profile and notifies all connected initiators.
Declaration
func notify(_ aProfile: MIDICIProfile, onChannel channel: MIDIChannelNumber, isEnabled enabledState: Bool) -> BoolParameters
- aProfile:
The profile to update.
- channel:
The MIDI channel.
- enabledState:
A Boolean value that indicates whether to enable the profile.