mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-17 03:03:32 +00:00
work on auto-generating parts of docs from JSONSchema
This commit is contained in:
@@ -4,10 +4,11 @@ sidebar:
|
||||
label: Decode
|
||||
order: 3
|
||||
---
|
||||
import SchemaInfo from '../../../../../components/SchemaInfo.astro';
|
||||
|
||||
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`
|
||||
<SchemaInfo type="processor" id="midi.message.decode"/>
|
||||
|
||||
### Example
|
||||
|
||||
|
||||
@@ -4,10 +4,11 @@ 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.
|
||||
|
||||
- **type**: `midi.message.encode`
|
||||
<SchemaInfo type="processor" id="midi.message.encode"/>
|
||||
|
||||
### Example
|
||||
|
||||
|
||||
@@ -4,10 +4,11 @@ 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.
|
||||
|
||||
- **type**: `midi.message.unpack`
|
||||
<SchemaInfo type="processor" id="midi.message.unpack"/>
|
||||
|
||||
### Example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user