Specific osc command not responding help ?
in MAIN
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
- /action/launchColumn is the address
- 7 is the argument
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.
Any idear why it doesn’t play that column 7 ? Or any other specific column
Cheers jeppe
I didn’t string msc tx had to be enabled in eos software.. I learn every day ...
:-)
Now I see millumin getting a value
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