Page 1 of 1

can someone help with OSC messages?

Posted: Thu Oct 21, 2010 12:28
by nickharambee
Hi

I am working on a TouchOSC template for the iPad to control the latest version of Resolume (3.3.1) and having done some reading of the manual and also looked at an iPhone version I have most of what I want working, but there are still some issues to work out, namely:

1. How to write messages to select the blend modes for each layer.

2. How to write messages to select decks.

3. How to manage the solo buttons for each layer, i.e. if i choose a toggle button, the solo function for a layer is selected in resolume, but only one layer can have solo activated in resolume, but the toggle is not updated in TouchOSC, i.e. multiple solo buttons are activated in TouchOSC (as far as i'm aware Resolume can't send OSC). If a push button, then there is no issue with multiple solo layers showing in TouchOSC but the solo function only works as long as the button is pressed in TouchOSC. Is there any way around this?

4. The following messages aren't working as expected, so presumably need to be rewritten, but how?:

assigning layers to A or B channel:

/layer1/group0
/layer1/group1

opacity on effects:

/composition/video/effect1/opacity
/activelayer/video/effect1/opacity
/activeclip/video/effect1/opacity

Any help getting any of this together would be appreciated

Thanks

Nick

Re: can someone help with OSC messages?

Posted: Fri Nov 05, 2010 21:00
by nickharambee
Still wondering about whether there is more information out there on the OSC messages Resolume supports. Is it that the features I am looking to control are not controllable through OSC, or is it that all the information needed is not included in the manual, and if so, can I get that information from anywhere else?

Thanks

Nick

Re: can someone help with OSC messages?

Posted: Sat Nov 06, 2010 01:31
by Tschoepler
Read this post by edwin: viewtopic.php?f=5&t=4226&p=20844&hilit= ... a86#p20834
This feature (still undocumented!) helped me a lot.

Re: can someone help with OSC messages?

Posted: Wed Nov 10, 2010 00:53
by nickharambee
Thanks

I have followed up on this method of working out OSC messages, but still can't get most of the features working that I'd like to get working, specifically:

Solo: /layer1/solo [toggle button] value range:0 to 1 (selects solo OK, but doesn't update in Touch OSC when another layer is set to solo - is it possible to get feedback to Touch OSC?)

Decks: /composition/deck1/select [push button] value range:1 to 1 (selects Deck 1 OK when on other decks, but when I try to select other decks Resolume stops responding)

Opacity on Effects: /activelayer/video/effect1/opacity/values [fader] value range:0 to 1 (no response in Resolume)

Selecting Blend Modes for each layer: /layer1/video/mixeroption1 [push button] value range:1 to 1 (no response in Resolume)

Assigning layers to A or B channel: /layer1/group [push button] value range:0 to 0 or 1 to 1 (no response in Resolume). I have also tried /layer1/group0 and /layer1/group1 with value range: 1 to 1 for both but this doesn't work either.

If anyone could help getting any of these working that would be great,

Thanks

Nick

Re: can someone help with OSC messages?

Posted: Sat Nov 13, 2010 14:29
by Joris
Hey Nick

OSC is slated for a thorough overhaul and added features in the near future. Meanwhile I've added a support ticket with your requests/issues.

Joris

Re: can someone help with OSC messages?

Posted: Wed Nov 17, 2010 23:06
by nickharambee
Thanks Joris