Contents

send(_:onChannel:profileData:)

Sends profile-specific data to the MIDI-CI session.

Declaration

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

Parameters

  • profile:

    The MIDI-CI profile.

  • channel:

    The MIDI channel number.

  • profileSpecificData:

    The profile-specific data to send.

Return Value

true if the data was successfully sent, otherwise false.

See Also

Configuring a Session