send(_:onChannel:profileData:)
Sends profile-specific data to all connected initiators.
Declaration
func send(_ aProfile: MIDICIProfile, onChannel channel: MIDIChannelNumber, profileData profileSpecificData: Data) -> BoolParameters
- aProfile:
The profile to send.
- channel:
The MIDI channel.
- profileSpecificData:
The data to send.
Return Value
A Boolean value that indicates whether the operation succeeded.