Page 1 of 1

No OSC input

Posted: Fri Feb 06, 2015 13:18
by Keizer
Hello,

I can't seem to get OSC control to work with Resolume Arena.

I'm using TouchOSC and I've made a custom interface with just 3 faders that should control the opacity of layer 1, 2 and 3.

I've used a OSC monitor to check if the data is atleast ariving on my computer and they do appear but it seems Resolume isn't picking up the data.

OSC output is working just fine as I have another monitor running on my laptop and I see the data as well but again it isn't being picked up by Resolume.

So I assume I must do something wrong but I can't figure it out. Anyone out here with more experience?

Re: No OSC input

Posted: Fri Feb 06, 2015 13:31
by Zoltán
check firewall settings,
switch to another port, maybe it is allready used.
there is a little square next to the input port setting in resolume, it should be checked (lit).

Re: No OSC input

Posted: Fri Feb 06, 2015 13:38
by Keizer
Firewall off
tried 3 different ports
boxes are checked

Re: No OSC input

Posted: Fri Feb 06, 2015 13:41
by Zoltán
osc addresses/values are sent correctly?

Re: No OSC input

Posted: Fri Feb 06, 2015 15:29
by DayVeeJay
Try sending OSC commands from resolume on another computer or by using this layout:

http://www.martin-thoburn.com/vj/touch- ... esolume-3/

Doing this will determine if your TouchOSC layout is setup correctly

Re: No OSC input

Posted: Fri Feb 06, 2015 15:49
by Keizer
Well thanks DayVeeJay using that layout I was able to send and recieve the messages. I must have done something wrong with my own layout will try to figure out what I did wrong and report back here.

Edit:
One quick look at the layout in TouchOSC editor showed my error.

I copy'd /layer1/opacityandvolume (Float 0.0 - 1.0) fully while ofcourse it should have been /layer1/opacityandvolume and then under value range put 0 and 1

Ahh well thanks for the help guys another thing learned.