OSC between 2 Millumin on the network

edited May 28 in MAIN

Hi, I think there's an issue with the OSC commands https://github.com/anome/millumin-dev-kit/wiki/OSC-documentation with 5.12p

  • if I send /action/launchNextColumn

it's ok

if I send /action/launchColumn [11]

it just deactivates the current column

Any idea ?

Thanks

Comments

  • Tried every ways I can think to send the argument /11 '11' "11"... didn't make a change.

    Also, I just realised TouchOSC doesn't work anymore. I wonder if apple new security options didn't break it ? It was working last week, and then iPhone updated...

    And it seems I also had to untick the "limit IP address tracking" to be able to communicate between two Millumin via OSC, but maybe I'm mixing everything up...

  • Hello @hyll,

    You are confused about OSC. Indeed, there are 2 distinct parts in an OSC message : the address (/action/launchColumn) and the arguments (11, 1.234, "abc", ...). In brief : you cannot write down the argument in the OSC address.

    To understand how OSC works, I recommend you to use the the small utility OSCTestApp kindly provided by Vidvox.

    Best. Philippe

  • Oh yes thanks Philippe, I have to use a continuous signal and use the value as argument.

  • Hello @hyll,

    You can do so in "command" mode. This may be more practical.

    See the examples in this article.

    Best. Philippe

  • Definitely, thanks. I don’t understand why it wasn’t working before.

Sign In or Register to comment.