OSC Reference: Difference between revisions
Jump to navigation
Jump to search
Remove useless '6. External links' entry from contents (bot) |
Remove index numbering from OSC contents (links + sub-items) (bot) |
||
| Line 23: | Line 23: | ||
{| | {| | ||
|- | |- | ||
| style="padding: 0px 10px" | [[ | | style="padding: 0px 10px" | [[Controlling MXW through OSC]] | ||
|- | |- | ||
| style="padding: 0px 30px" | '' | | style="padding: 0px 30px" | ''Receiving OSC commands in MXW'' | ||
|- | |- | ||
| style="padding: 0px 30px 10px" | '' | | style="padding: 0px 30px 10px" | ''Output OSC from MXW: Send vs. Reply'' | ||
|- | |- | ||
| style="padding: 0px 10px 0px" | [[ | | style="padding: 0px 10px 0px" | [[MXW OSC command structure]] | ||
|- | |- | ||
| style="padding: 0px 30px" | '' | | style="padding: 0px 30px" | ''Sending OSC Values'' | ||
|- | |- | ||
| style="padding: 0px 30px" | '' | | style="padding: 0px 30px" | ''Examples'' | ||
|- | |- | ||
| style="padding: 10px" | [[OSC command reference]] | | style="padding: 10px" | [[OSC command reference]] | ||
|- | |- | ||
| style="padding: 10px" | [[ | | style="padding: 10px" | [[Troubleshooting]] | ||
|} | |} | ||
[[Category:OSC]] | [[Category:OSC]] | ||
[[Category:Reference]] | [[Category:Reference]] | ||
Revision as of 21:04, 8 August 2026
This reference applies to all different OS. The presented OSC commands are for most part supported in version 6.0 but will be fully functional in version 6.0.08 and above.
This document describes the MXWendler (MXW) OSC Command Interface through an overview of the command structure and practical examples of integration with external controlling software.
What is OSC?
OSC or „Open Sound Control“ is a Network-based protocol that commonly utilizes the UDP transport mechanism. Originally developed as a successor of the MIDI control protocol, it used nowadays as a practical communication method between platforms.
OSC Features:
- Connectionless communication architecture
- Broadcast-type messages
- High resolution time tag
- Allowed data formats including numeric, symbolic, and “blob” arguments
- Open-ended, dynamic, URL-style naming scheme for the receivers' address
Contents
| Controlling MXW through OSC |
| Receiving OSC commands in MXW |
| Output OSC from MXW: Send vs. Reply |
| MXW OSC command structure |
| Sending OSC Values |
| Examples |
| OSC command reference |
| Troubleshooting |