You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/OSC-REMOTE-CONTROL.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,17 @@ If all went well opening the "Engine" menu again should show a checkmark, indica
23
23
For the moment there is no error dialog or information in case things go wrong.
24
24
If you are unable to connect, make sure your OS network firewall settings allows opening port 2228.
25
25
26
+
### Automatic startup on headless builds
27
+
28
+
If you do a headless build there is no UI to click on to enable remote control, so for this reason the headless builds (standalone, not plugins) will have OSC remote control enabled by default.
29
+
30
+
To change the port for the OSC server use the `CARDINAL_REMOTE_HOST_PORT` environment variable, for example:
31
+
```sh
32
+
env CARDINAL_REMOTE_HOST_PORT=2228 CardinalNative
33
+
```
34
+
35
+
This can be useful for starting Cardinal where no mouse/keyboard are attached but you want remote control.
36
+
26
37
## TouchOSC example setup
27
38
28
39
A TouchOSC compatible file is available [here](https://github.com/DISTRHO/Cardinal/raw/main/patches/touchosc/24-direct-fader-params.tosc).
0 commit comments