Contents

send(_:onChannel:profileData:)

Sends profile-specific data to all connected initiators.

Declaration

func send(_ aProfile: MIDICIProfile, onChannel channel: MIDIChannelNumber, profileData profileSpecificData: Data) -> Bool

Parameters

  • 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.

See Also

Broadcasting Profile Changes