OSC Messages - Correct Text and Value Example: Difference between revisions

From MXWendler Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 7: Line 7:
'''Solution'''
'''Solution'''


1. Use an app or software, capable of sending custom OSC messages.
1. Use an app or software, capable of sending custom OSC messages.<br>
 
2. Connect the controller device and the server to the same network and specify the right port.<br>
2. Connect the controller device and the server to the same network and specify the right port.
 
3. Send the correct OSC message to MXWendler: e.g. '''/mxw/playlist/play 1''' followed by '''/mxw/playlist/play 0'''
3. 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')
: The playlist Play is a button, therefore a "Press" message (Value '1') needs to be followed by a "Release" message (Value '0')
Line 18: Line 16:
To understand how the MXWendler Systems works in combination with OSC please read:  
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
:The MXWendler OSC Reference: http://download.mxwendler.net/osc/osc_reference.pdf
:TouchOSC & MXWendler tutorial: https://wiki.mxwendler.net/index.php/Tutorial_Controlling_MXWendler_via_TouchOSC
:TouchOSC and MXWendler tutorial: https://wiki.mxwendler.net/index.php/Tutorial_Controlling_MXWendler_via_TouchOSC

Latest revision as of 15:34, 26 October 2020

This applies to all different OS versions and MXWendler 5.0 and above

Problem

You need to send an OSC command to start the Playlist in MXW.

Solution

1. Use an app or software, capable of sending custom OSC messages.
2. Connect the controller device and the server to the same network and specify the right port.
3. 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