A simple Open Sound Control (OSC) server that works with Resolume.
Note: If you're using Linux Bash for Windows, see this guide.
To clone and run this repository you'll need Git and Python. From your command line:
# Clone this repository
git clone https://github.com/xSpylon/resolume-osc-server.git
# Go into the repository
cd resolume-osc-server
# Install python-osc
pip install python-osc
This step is optional and meant for those intending to use this OSC server with Resolume.
To configure your Resolume environment, open 'Preferences' > 'OSC'. Check the checkbox of the option 'OSC Output', and select 'IP Address' from the dropdown menu. Next up, change the 'Outgoing Address' and the 'Outgoing Port' to fit your situation. The default values will work fine for a local environment.
Once you have succesfully finished the setup, you can run the server. If you are intending to use this OSC server with Resolume, open up Resolume first. Afterwards, from your command line:
# Run the server
python server.py
- python-osc.readthedocs.io - all of the documentation about Python-osc