Contents

notify(_:onChannel:isEnabled:)

Enables or disables a profile and notifies all connected initiators.

Declaration

func notify(_ aProfile: MIDICIProfile, onChannel channel: MIDIChannelNumber, isEnabled enabledState: Bool) -> Bool

Parameters

  • aProfile:

    The profile to update.

  • channel:

    The MIDI channel.

  • enabledState:

    A Boolean value that indicates whether to enable the profile.

See Also

Broadcasting Profile Changes