init(channel:enabledProfiles:disabledProfiles:)
Creates a new profile state object for the specified MIDI channel and profiles.
Declaration
init(channel midiChannelNum: MIDIChannelNumber, enabledProfiles enabled: [MIDICIProfile], disabledProfiles disabled: [MIDICIProfile])Parameters
- midiChannelNum:
The MIDI channel.
- enabled:
The enabled MIDI-CI profles.
- disabled:
The disabled MIDI-CI profles.