Files
showbridge-docs/src/content/docs/processors/midi/message/decode.mdx
T
2026-03-28 14:59:10 -05:00

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
```