add new ID property for processors and routes

This commit is contained in:
Joel Wetzell
2026-08-19 10:12:58 -05:00
parent a90a74650c
commit a33c05373f
47 changed files with 104 additions and 51 deletions
@@ -13,5 +13,6 @@ The `osc.message.decode` processor takes a array of bytes and turn it into OSC m
### Example
```yaml
- type: osc.message.encode
- id: decode
type: osc.message.decode
```