Contents

MIDICIProfileSpecificDataBlock

A block the system calls when a MIDI-CI session or responder receives profile-specific data.

Declaration

typealias MIDICIProfileSpecificDataBlock = (MIDICISession, MIDIChannelNumber, MIDICIProfile, Data) -> Void

Parameters

  • session:

    The MIDI-CI session.

  • channel:

    The MIDI channel number.

  • profile:

    The profile that received data.

  • profileSpecificData:

    The profile-specific data sent.

See Also

Configuring a Session