init(enabledProfiles:disabledProfiles:)
Creates a new profile state object for the specified profiles.
Declaration
init(enabledProfiles enabled: [MIDICIProfile], disabledProfiles disabled: [MIDICIProfile])Parameters
- enabled:
The enabled MIDI-CI profiles.
- disabled:
The disabled MIDI-CI profiles.
Return Value
A new profile state instance.