Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 729 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 729 Bytes

digico-osc-passthru

A simple utility to allow multiple OSC clients to connect to a DiGiCo console. Simply:

./digico-osc-passthru "Console IP" "Console RX Port" "Console TX Port"

OSC remotes may then connect to the computer IP instead of the console using the same ports. macOS and Linux only.

Start on System Boot

To start the utility on system startup, we can use Crontab.

Start by running:

crontab -e

Then add the following line, changing the binary path as required:

@reboot /path/to/digico-osc-passthru "Console IP" "Console RX Port" "Console TX Port"

To exit the nano editor, use the following keyboard commands: Ctrl + X, Y, Enter