mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-09-01 18:28:59 +00:00
add layout for remaining processors/modules and order everything
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
title: Create OSC Message
|
||||
sidebar:
|
||||
label: Create
|
||||
order: 1
|
||||
---
|
||||
|
||||
- **type**: `osc.message.create`
|
||||
- **params**:
|
||||
- **address**
|
||||
- **args**
|
||||
- **types**
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: OSC Message Decode
|
||||
title: Decode OSC Message
|
||||
sidebar:
|
||||
order: 1
|
||||
label: Decode
|
||||
order: 3
|
||||
---
|
||||
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
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: OSC Message Encode
|
||||
title: Encode OSC Message
|
||||
sidebar:
|
||||
label: Encode
|
||||
order: 2
|
||||
---
|
||||
The `osc.message.encode` processor takes an OSC message and turns it into an array of bytes. This processor will return an error if the OSC message cannot be turned into bytes.
|
||||
|
||||
Reference in New Issue
Block a user