Skip to content

Commit 69718e1

Browse files
authored
Update README.md
1 parent 296970c commit 69718e1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ Put the Main Plugin on the Master Bus of your DAW, set ip and port to the receiv
1010

1111
![Seamless Plugins Signal Flow](./docs/graphics/seamless-plugin-suite_signal-flow.png)
1212

13+
### control using external OSC
14+
The Main plugins listen for external OSC-Messages on the port specified in the main plugin. The following data paths are supported:
15+
16+
| OSC-Path | data format | comment |
17+
| --- | --- | --- |
18+
| `/source/pos/xyz` | `ifff` source_index, x, y, z | x,y,z should be between -1 and 1, values outside this range will be clipped by the plugins |
19+
| `/source/send` | `iif` source_index, renderer_index, gain | renderer_index starts from 0, with 0 being ambisonics and 1 being wfs, gain should be between 0 and 1|
20+
1321
## Development
1422

1523
Clone the repo

0 commit comments

Comments
 (0)