mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-12 09:03:40 +00:00
15 lines
319 B
Plaintext
15 lines
319 B
Plaintext
---
|
|
title: Decode MIDI Message
|
|
sidebar:
|
|
label: Decode
|
|
order: 3
|
|
---
|
|
This processor will decode incoming bytes into a MIDI message. This processor will return an error if the message being processed is not an array of bytes.
|
|
|
|
- **type**: `midi.message.decode`
|
|
|
|
### Example
|
|
```yaml
|
|
- type: midi.message.decode
|
|
```
|