Contents

enable(_:onChannel:)

Performs an asynchronous request to enable a profile for a specific MIDI channel number.

Declaration

func enable(_ profile: MIDICIProfile, onChannel channel: MIDIChannelNumber) throws

Parameters

  • profile:

    The profile to enable.

  • channel:

    The MIDI channel number.

See Also

Configuring a Session