mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-12 09:03:40 +00:00
18 lines
408 B
Plaintext
18 lines
408 B
Plaintext
---
|
|
title: Encode MIDI Message
|
|
sidebar:
|
|
label: Encode
|
|
order: 2
|
|
---
|
|
import SchemaInfo from '../../../../../components/SchemaInfo.astro';
|
|
|
|
This processor will encode a MIDI message into an array of bytes. This processor will return an error if the message being processed is not a MIDI message.
|
|
|
|
<SchemaInfo type="processor" id="midi.message.encode"/>
|
|
|
|
### Example
|
|
|
|
```yaml
|
|
- type: midi.message.encode
|
|
```
|