mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-05-13 21:14:17 +00:00
add messages section under OSC
This commit is contained in:
+7
-1
@@ -53,7 +53,13 @@ export default defineConfig({
|
||||
{
|
||||
label: "OSC",
|
||||
collapsed: true,
|
||||
autogenerate: { directory: 'processors/osc' }
|
||||
items: [
|
||||
{
|
||||
label: "Message",
|
||||
collapsed: true,
|
||||
autogenerate: { directory: 'processors/osc/message' }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
label: "String",
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
title: Decode
|
||||
sidebar:
|
||||
order: 1
|
||||
---
|
||||
The osc decode module 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`
|
||||
|
||||
### Example
|
||||
```
|
||||
- type: osc.message.encode
|
||||
```
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
title: Encode
|
||||
sidebar:
|
||||
order: 2
|
||||
---
|
||||
The osc encode module 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.
|
||||
|
||||
- **type**: `osc.message.encode`
|
||||
|
||||
### Example
|
||||
```
|
||||
- type: osc.message.encode
|
||||
```
|
||||
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: Decode
|
||||
sidebar:
|
||||
order: 1
|
||||
---
|
||||
The `osc.message.decode` module 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`
|
||||
|
||||
### Example
|
||||
```
|
||||
- type: osc.message.encode
|
||||
```
|
||||
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: Encode
|
||||
sidebar:
|
||||
order: 2
|
||||
---
|
||||
The `osc.message.encode` module 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.
|
||||
|
||||
- **type**: `osc.message.encode`
|
||||
|
||||
### Example
|
||||
```
|
||||
- type: osc.message.encode
|
||||
```
|
||||
Reference in New Issue
Block a user