-
Notifications
You must be signed in to change notification settings - Fork 0
Osc Backend
OSC is an open protocol slated to replace MIDI.
Add support for OSC. This should allow next generation programs and Monome controllers to work with Mixxx.
- DJ Bill has a Monome Ohm and he wants to Mixxx!
- Madjester just downloaded TouchOSC and he'd think it'd be k-rad to make his own TouchOSC mapping for Mixxx.
- DJ SuperProgrammer decides he wants to hook up Mixxx with Pure Data
OSC works by connecting to URLs. The standard is that conforming machines will send OSC messages to the URLs and the format that the server excepts. I base this assumption on http://www.linuxjournal.com/content/introduction-osc.
As such we could use this simple format:
/Control/[Group]/[Key]
We of course would expect the typical floating point values or integer values.
Therefore an example of many of our controls as OSC URLs:
- /Channel1/play
- /Channel1/rate
- /Channel1/rate_temp_up
We prepend Control in the path so we can separate it from other possible entry points, ie: a direct to MIDI Script connection. This MIDI Script connection would look something like:
/Script/[Channel]/
This would link to a script instance specific to the OSC backend.
If you're interested in helping to code this feature, sign up your name below:
- YOU
- Phillip Whelan (Madjester)
- Logan Brown (thinkbrown)
Mixxx is a free and open-source DJ software.
Manual
Hardware Compatibility
Reporting Bugs
Getting Involved
Contribution Guidelines
Coding Guidelines
Using Git
Developer Guide
Contributing Mappings
Mixxx Controls
MIDI Scripting
Components JS