Help needed getting OSC to work with Resolume

Just let it all out, buddy. You're among friends here.
Post Reply
nickharambee
Posts: 33
Joined: Mon Mar 29, 2010 13:52

Help needed getting OSC to work with Resolume

Post 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

User avatar
Tschoepler
Posts: 467
Joined: Fri Mar 13, 2009 04:26

Re: Help needed getting OSC to work with Resolume

Post by Tschoepler »

hey,

have you tried sending /layer1/clip1/connect 1 directly? without OSCulator.
████▀ ▄█ tschoepler.net █████ zweifarbton.net █▄ ▀████

nickharambee
Posts: 33
Joined: Mon Mar 29, 2010 13:52

Re: Help needed getting OSC to work with Resolume

Post by nickharambee »

mmh. how do i do this? i thought i had to use OSCulator? Excuse my dumbness...

User avatar
Tschoepler
Posts: 467
Joined: Fri Mar 13, 2009 04:26

Re: Help needed getting OSC to work with Resolume

Post 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
████▀ ▄█ tschoepler.net █████ zweifarbton.net █▄ ▀████

nickharambee
Posts: 33
Joined: Mon Mar 29, 2010 13:52

Re: Help needed getting OSC to work with Resolume

Post 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.

Post Reply