Skip to content

A simple Open Sound Control (OSC) server that works with Resolume.

Notifications You must be signed in to change notification settings

xSpylon/resolume-osc-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Resolume OSC server

A simple Open Sound Control (OSC) server that works with Resolume.

Setup

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

Resolume configuration (optional)

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.

Usage

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

Resources

About

A simple Open Sound Control (OSC) server that works with Resolume.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages