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 13: Line 13:


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')
: To be sure that the system understands the values please send simple numbers:
: To be sure that the system understands the values please send simple numbers:
:: '''1''' is correct, '''1.0''' or '''1.000''' are not.
:: '1' is correct, '1.0' or '1.000' are not.


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 and 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

Revision as of 12:33, 1 October 2019

This applies to MXWendler version 5 and higher


Problem

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

Solution

1. Use an app or a 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