-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Osc Backend
Phillip Whelan edited this page Sep 11, 2010
·
5 revisions
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:
/[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
etc...
Mixxx is a free and open-source DJ software.
Manual
Hardware Compatibility
Reporting Bugs
Getting Involved
Contribution Guidelines
Coding Guidelines
Using Git
Developer Guide
Creating Skins
Contributing Mappings
Mixxx Controls
MIDI Scripting
Components JS
HID Scripting