add language hints to code blocks

This commit is contained in:
Joel Wetzell
2026-03-28 14:48:30 -05:00
parent 4d76d36d37
commit 694c0e505a
59 changed files with 63 additions and 60 deletions
@@ -15,7 +15,7 @@ This processor will create an OSC message from the provided parameters. This pro
### Example
Create an OSC message with the address `/test/message` and two integer arguments from the payload of the message being processed.
```
```yaml
- type: osc.message.create
params:
address: "/test/message"
@@ -9,6 +9,6 @@ The `osc.message.decode` processor takes a array of bytes and turn it into OSC m
- **type**: `osc.message.decode`
### Example
```
```yaml
- type: osc.message.encode
```
@@ -9,6 +9,6 @@ The `osc.message.encode` processor takes an OSC message and turns it into an arr
- **type**: `osc.message.encode`
### Example
```
```yaml
- type: osc.message.encode
```