Specific osc command not responding help ?


I have successfully setup osc from etc eos to millumin v.3.15e

I’m trying to launch a specific column But it won’t work what do I do wrong ?

/action/launchColumn 07

/action/launchNextColumn That one work so I know it could respond :-)

Tried also using name also no success

Please guide me

Cheers Jeppe



Comments


  • I think you're confused between OSC address and OSC arguments.
    I mean :
    - /action/launchColumn is the address
    - 7  is the argument

    You must set it up correctly, in the software you use to send OSC.
    Alternatively, you can send a simple string (not OSC at all), such as "/action/launchColumn 7", and Millumin will interpreat it as OSC, automatically detecting what is the address and the arguments.

    Much more info on the documentation here.
    Best. Philippe
  • But philippe .. but I am using eos nomad light software to send it as a string message.. the attached picture show all I tried .. and I use log in millumin and I see it receives the message but it seems to not react ?

    Any idear why it doesn’t play that column 7 ? Or any other specific column

    Cheers jeppe
  • This is info from eos manual about sending string

  • Hello @jeppecohrt,

    Just tried and everything is working correctly.
    Your log in Millumin should appear like the attached image. If not, ETCnomad may change string before it's send (for example, removing spaces).

    Best. Philippe
    log.png 235.3K
  • Solved by try and error...

    I didn’t string msc tx had to be enabled in eos software.. I learn every day ...



    :-)

    Now I see millumin getting a value
  • Also forgot to mention osc tx had to be disabled
  • Thank you for sharing the setup !
  • edited February 23

    Hello,

    another way to do it on EOS ETC 3.2 and if TX need to be enable is to send a message like this :

    /action/launchColumn=2

    this will send to column number 2 and put 2 as an argument , not a string.

    this will permit millumin recognise the column number

Sign In or Register to comment.