---
title: "initiatorDisconnected(_:)"
framework: coremidi
role: symbol
role_heading: Instance Method
path: "coremidi/midiciprofileresponderdelegate/initiatordisconnected(_:)"
---

# initiatorDisconnected(_:)

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

## Declaration

```swift
func initiatorDisconnected(_ initiatorMUID: MIDICIInitiatiorMUID)
```

## Parameters

- `initiatorMUID`: The MIDI-CI initiator identifier.

## See Also

### Protocol Methods

- [connectInitiator(_:with:)](coremidi/midiciprofileresponderdelegate/connectinitiator(_:with:).md)
- [handleData(for:onChannel:data:)](coremidi/midiciprofileresponderdelegate/handledata(for:onchannel:data:).md)
- [willSetProfile(_:onChannel:enabled:)](coremidi/midiciprofileresponderdelegate/willsetprofile(_:onchannel:enabled:).md)
