Page 1 of 1

Help needed getting OSC to work with Resolume

Posted: Tue Oct 19, 2010 14:37
by nickharambee
Hi

I am working on a template to control Resolume via Touch OSC on my iPad. I have downloaded a couple of other templates that have been put together that were linked from the Resolume Blog. One of these stated that the OSC commands have changed with a recent version of Resolume, so I am not sure whether this is the cause of the problem I am experiencing (I am using 3.3.1).

Basically I have one button on a page with the command /layer1/clip1/connect

In OSCulator I have the following line:

Message: /layer1/clip1/connect Event Type: OSC Routing Value: 1-localhost:7000

When I press the button on the iPad, I get a green light on this line showing that the connection is good.

In Resolume I have enabled OSC on port 7000 and deselected Bundles.

But when I press the button, Clip 1 in Layer 1 should be selected in Resolume, but it is not, so I am wondering what's gone wrong!

Can anyone advise?

Thanks

Nick

Re: Help needed getting OSC to work with Resolume

Posted: Wed Oct 20, 2010 00:48
by Tschoepler
hey,

have you tried sending /layer1/clip1/connect 1 directly? without OSCulator.

Re: Help needed getting OSC to work with Resolume

Posted: Wed Oct 20, 2010 01:05
by nickharambee
mmh. how do i do this? i thought i had to use OSCulator? Excuse my dumbness...

Re: Help needed getting OSC to work with Resolume

Posted: Wed Oct 20, 2010 14:11
by Tschoepler
not at all. OSCulator is only necessary if you need to scale values or send multiple values for "in out and actual values". see the Avenue manual for more information.

in your case you only send either a 0 (disconnect) or a 1 (connect). that's something TouchOSC definitely can do for you. set your button up as shown in the pic below and make TouchOSC send directly on port 7000.

Image

Re: Help needed getting OSC to work with Resolume

Posted: Thu Oct 21, 2010 12:13
by nickharambee
Thanks. I got it working directly and then somehow it also worked via OSCulator. I realised that I do need to use OSCulator as I am working on a TouchOSC template to control both Traktor and Resolume.

I have a few issues with OSC messages which I will post in another thread.