OSC Messages - Correct Text and Value Example

From MXWendler Wiki
Revision as of 11:19, 19 March 2019 by Behrooz (talk | contribs) (Created page with "'''This applies to MXWendler version 5 and higher''' ''Task:'' : you need to send an OSC command to start the Playlist in MXW ''Solution:'' : Use an app or a software capa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This applies to MXWendler version 5 and higher


Task:

you need to send an OSC command to start the Playlist in MXW


Solution:

Use an app or a software capable of sending custom OSC messages.
Connect the controller device and the server to the same network and specify the right port.
Send the correct OSC message to MXWendler: e.g. /mxw/playlist/play 1 followed by /mxw/playlist/play 0
The playlist Play is a button, therefore a "Press" message (Value 1) needs to be followed by a "Release" message (Value 0)
To be sure that the system understands the values please send simple numbers:
1 is correct, 1.0 or 1.000 are not.
To understand how the MXWendler Systems works in combination with OSC please read:
The MXWendler OSC Reference: http://download.mxwendler.net/osc/osc_reference.pdf
TouchOSC and MXWendler tutorial: https://wiki.mxwendler.net/index.php/Tutorial_Controlling_MXWendler_via_TouchOSC