Skip to content

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

Notifications You must be signed in to change notification settings

velocity23/digico-osc-passthru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Languages