<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -",
    "watchOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFAudio",
  "identifier" : "/documentation/AVFAudio/AVMIDIEventListBlock",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "AVFAudio"
    ],
    "preciseIdentifier" : "c:@T@AVMIDIEventListBlock"
  },
  "title" : "AVMIDIEventListBlock"
}
-->

# AVMIDIEventListBlock

```
typealias AVMIDIEventListBlock = (Int64, UInt8, UnsafePointer<MIDIEventList>) -> OSStatus
```

## Parameters

`eventSampleTime`

The time in samples at which the MIDI events are to occur.

`cable`

The virtual cable number associated with this MIDI data.

`eventList`

One full MIDI, partial MIDI SysEx, or a full SysEx UMP message.

## Discussion

\abstract A block used by an audio unit to send or receive MIDIEventList data.

---

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)