<!--
{
  "availability" : [
    "iOS: 14.0.0 - 18.0.0",
    "iPadOS: 14.0.0 - 18.0.0",
    "macCatalyst: 14.0.0 - 18.0.0",
    "macOS: 11.0.0 - 15.0.0",
    "visionOS: 1.0.0 - 2.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "CoreMIDI",
  "identifier" : "/documentation/CoreMIDI/MIDICIProfileResponderDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Core MIDI"
    ],
    "preciseIdentifier" : "c:objc(pl)MIDICIProfileResponderDelegate"
  },
  "title" : "MIDICIProfileResponderDelegate"
}
-->

# MIDICIProfileResponderDelegate

A protocol that defines the methods to respond to MIDI-CI responder life-cycle events.

```
protocol MIDICIProfileResponderDelegate : NSObjectProtocol
```

## Topics

### Protocol Methods

[`connectInitiator(_:with:)`](/documentation/CoreMIDI/MIDICIProfileResponderDelegate/connectInitiator(_:with:))

Enables a MIDI-CI initiator to create a session or reject the connection attempt.

[`handleData(for:onChannel:data:)`](/documentation/CoreMIDI/MIDICIProfileResponderDelegate/handleData(for:onChannel:data:))

Processes MIDI data for a profile and channel.

[`willSetProfile(_:onChannel:enabled:)`](/documentation/CoreMIDI/MIDICIProfileResponderDelegate/willSetProfile(_:onChannel:enabled:))

Provides an opportunity to perform an action before the system sets the profile.

[`initiatorDisconnected(_:)`](/documentation/CoreMIDI/MIDICIProfileResponderDelegate/initiatorDisconnected(_:))

Provides an opportunity to perform an action after the system disconnects the initiator.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)