Contents

handleData(for:onChannel:data:)

Processes MIDI data for a profile and channel.

Declaration

optional func handleData(for aProfile: MIDICIProfile, onChannel channel: MIDIChannelNumber, data inData: Data)

Parameters

  • aProfile:

    The MIDI-CI profile.

  • channel:

    The MIDI channel.

  • inData:

    The data to process.

See Also

Protocol Methods