<!--
{
  "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/MIDICIDiscoveryManager",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Core MIDI"
    ],
    "preciseIdentifier" : "c:objc(cs)MIDICIDiscoveryManager"
  },
  "title" : "MIDICIDiscoveryManager"
}
-->

# MIDICIDiscoveryManager

A singleton object that performs systemwide MIDI-CI discovery.

```
class MIDICIDiscoveryManager
```

## Overview

Use this class to retrieve information about MIDI-CI–capable nodes in the MIDI subsystem. You can create [`MIDICISession`](/documentation/CoreMIDI/MIDICISession) objects only from the destinations discovered using this API.

## Topics

### Accessing the Shared Instance

[`sharedInstance()`](/documentation/CoreMIDI/MIDICIDiscoveryManager/sharedInstance())

Returns the singleton discovery manager instance.

### Discovering Nodes

[`discover(handler:)`](/documentation/CoreMIDI/MIDICIDiscoveryManager/discover(handler:))

Discovers the available MIDI-CI nodes.



---

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)