mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-09-04 19:58:59 +00:00
19 lines
429 B
Plaintext
19 lines
429 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
|
|
- id: unpack
|
|
type: midi.message.unpack
|
|
```
|