mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-15 10:03:38 +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';
|
||||
|
||||
The `osc.message.decode` processor takes a array of bytes and turn it into OSC message if it can be. This processor will return an error if the bytes cannot be parsed as an OSC message
|
||||
|
||||
- **type**: `osc.message.decode`
|
||||
<SchemaInfo type="processor" id="osc.message.decode"/>
|
||||
|
||||
### Example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user