send(_:onChannel:profileData:)
Sends profile-specific data to the MIDI-CI session.
Declaration
func send(_ profile: MIDICIProfile, onChannel channel: MIDIChannelNumber, profileData profileSpecificData: Data) -> BoolParameters
- profile:
The MIDI-CI profile.
- channel:
The MIDI channel number.
- profileSpecificData:
The profile-specific data to send.