mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-13 09:33:38 +00:00
17 lines
325 B
Plaintext
17 lines
325 B
Plaintext
---
|
|
title: Unpack MIDI Message
|
|
sidebar:
|
|
label: Unpack
|
|
order: 4
|
|
---
|
|
|
|
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.
|
|
|
|
- **type**: `midi.message.unpack`
|
|
|
|
### Example
|
|
|
|
```yaml
|
|
- type: midi.message.unpack
|
|
```
|