Files
showbridge-docs/src/content/docs/processors/midi/message/unpack.mdx
T
2026-06-01 18:03:47 -05:00

18 lines
416 B
Plaintext

---
title: Unpack MIDI Message
sidebar:
label: Unpack
order: 4
---
import SchemaInfo from '../../../../../components/SchemaInfo.astro';
This processor will unpack a MIDI message into its individual components. This processor will return an error if the message being processed is not a MIDI message.
<SchemaInfo type="processor" id="midi.message.unpack"/>
### Example
```yaml
- type: midi.message.unpack
```