mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-09-01 18:28:59 +00:00
add new ID property for processors and routes
This commit is contained in:
@@ -15,7 +15,8 @@ This processor will create an OSC message from the provided parameters. This pro
|
||||
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
|
||||
- id: create
|
||||
type: osc.message.create
|
||||
params:
|
||||
address: "/test/message"
|
||||
args: ["{{.Payload[0]}}", "{{.Payload[1]}}"]
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
@@ -13,5 +13,6 @@ The `osc.message.encode` processor takes an OSC message and turns it into an arr
|
||||
### Example
|
||||
|
||||
```yaml
|
||||
- type: osc.message.encode
|
||||
- id: encode
|
||||
type: osc.message.encode
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user