OSC feedback

edited September 2023 in MAIN

Hi!

When I launch media using the mouse or MIDI command, I receive feedback with approximately the following content:

/millumin/layer:layer/mediaStarted : (

  "<OSCVal i 4>",

  "<OSCVal s \"hybrid-office-blog.png\">"

and can use it (for example, to change the color of the Stream Deck buttons).

If I start media using the OSC command ( /layer:layer/startMedia/ [4]) I do not receive feedback

Comments

  • When I launch Column using the OSC command ( /action/launchColumn [3] ), I receive feedback with approximately the following content: 

    /millumin/layer:layer/mediaStarted : (

      "<OSCVal i 3>",

      "<OSCVal s \"hybrid-office-blog.png\">"

  • Hello @fariddinsharapov,

    This is the expected behavior : when using the OSC API, Millumin does not send OSC feedback because the command was already initiated by the OSC message.

    This is the same for interaction feedback : if you have an interaction controlling the opacity via MIDI, Millumin will send feedback only if you modify the opacity outside the MIDI.

    Best. Philippe

Sign In or Register to comment.