Files
showbridge-docs/src/content/docs/processors/osc/message/decode.mdx
T
2026-06-01 18:03:47 -05:00

18 lines
434 B
Plaintext

---
title: Decode OSC Message
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
<SchemaInfo type="processor" id="osc.message.decode"/>
### Example
```yaml
- type: osc.message.encode
```