add messages section under OSC

This commit is contained in:
Joel Wetzell
2025-12-13 13:47:58 -06:00
parent bec31ff244
commit 5608b06dc4
5 changed files with 33 additions and 27 deletions
@@ -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
```