mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-10 08:03:38 +00:00
18 lines
426 B
Plaintext
18 lines
426 B
Plaintext
---
|
|
title: Encode OSC Message
|
|
sidebar:
|
|
label: Encode
|
|
order: 2
|
|
---
|
|
import SchemaInfo from '../../../../../components/SchemaInfo.astro';
|
|
|
|
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.
|
|
|
|
<SchemaInfo type="processor" id="osc.message.encode"/>
|
|
|
|
### Example
|
|
|
|
```yaml
|
|
- type: osc.message.encode
|
|
```
|