

/selectedLayer/startMedia to restart current media.
#MILLUMIN MESSAGE UPDATE#
/selectedLayer/media/myQuartzInput to update Quartz input named "myQuartzInput" to 0.5./selectedLayer/media/speed to change speed to 50%.
#MILLUMIN MESSAGE MOVIE#


/selectedLayer/position/xy to move at (short form is /selectedLayer/xy)./selectedLayer/opacity to update opacity at 75%.Here are some properties that can be used for layers : OSC messages are case insensitive ("selectedLayer" is the same as "selectedlayer") to target the selected light in the interface (in orange) to target the selected layer in the interface (in orange) to target the element at index 99 (see Preferences to display the indexes) to target the element named "myElementName" You have different alternative, depending on how you manage your elements : To send a 'ping', so Millumin returns multiple OSC messages, that describe the state for all the layers : To play/pause the timeline that you are editing : /action/launchColumn to launch the column named "test"./action/launchColumn to launch the 11th column.You can launch or stop a specific column : Please note that such a command in the Terminal will not send OSC, but a "string" that Millumin will interpreat as OSC. If you want to quickly test OSC, simply open a Terminal and type the following command to change the opacity of the selected layer to 50% 👍Įcho -n "/selectedLayer/opacity 0.5" | nc -4u -w1 127.0.0.1 5000 Test/Opacity is the same as /test/opacity Lastly, Millumin's OSC API is case insensitive : 🔥 However, feedback messages will always have the /millumin prefix. millumin/test/opacity is the same as /test/opacity To control Millumin, it is up to you to use /millumin prefix : 🔥 Keep in mind that in most OSC softwares or libraries, address and arguments are defined separately. Įxample to set the opacity to 75%, of the layer named "test" : In brief, an OSC message has 2 parts : the /address and the.
#MILLUMIN MESSAGE DOWNLOAD#
Here is a direct link to download the templates for TouchOSCĬreating an OSC message is simple, please refer to the Developer-Kit to get examples in many technologies. This protocol is supported by several application on computers or mobile devices.įor example, by TouchOSC (see this tutorial) or by Lemur (see this tutorial). It also sends messages (see feedback section). Millumin uses OSC messages to receive orders : for TouchOSC layouts, or to create an application that collaborates with Millumin. OSC is a communication protocol that works over the network. OSC documentation for Millumin V1 is available here. OSC documentation for Millumin V3 is available here. OSC documentation for latest Millumin is available here. 📦 THIS DOCUMENTATION IS ONLY FOR MILLUMIN V2
