Page 1 of 1

Resolume OSC output

Posted: Sat Dec 03, 2016 02:13
by theVJ
Hi there,
I experienced some issue while trying to connect Resolume and QLC+: Resolume outputs crazy amount of OSC signals at the same time!
In QLC I toggle the auto detection for signals, I press a button in Resolume and here is the result:
outputs.JPG
Almost 1000 detected channels while pressing only 1 button???

First: I don't really understand the numbers called "channel". In Arena I only see the address when mapping elements. But it seems in QLC it doesn't matters at all, it only cares about these channel numbers.

Second: While everything has its own unique OSC address in Resolume only clips dont. Why this is a problem? I would like to assign buttons in QLC to clips in Resolume. Lets see a screenshot why:
example.JPG
The plan is: When I trigger clip 01 it automatically triggers the red scene. Clip 02 the green...etc and maybe an effect slider could adjust the slider in QLC.
The good news is that this idea is already working (poorly) but because the multiple OSC outputs and because clips dont have invidual addresses its far from perfect right now :cry:

Thank you if you read this and BIG thanks if you can explain/help with this!

Re: Resolume OSC output

Posted: Sat Dec 03, 2016 09:30
by Zoltán
all clips have an individual trigger address:
/layerN/clipM/connect
where N is layer number, M is column number, and sending Integer 1 will launch the clip.

Re: Resolume OSC output

Posted: Sat Dec 03, 2016 10:30
by Oaktown
Also, to release the clips, you would use /LayerN/Clear 1 where N is layer number.

To access all the OSC addresses you need in "Edit Application OSC Map" make sure you're in Focus:Deck mode.

Re: Resolume OSC output

Posted: Sat Dec 03, 2016 20:52
by theVJ
Thank you. Finally its working now.
One more question: Is it possible to give differrent address to L1/C1 in deck1 and L1/C1 in deck2 for example?
Right now trigger addresses are the same in every deck.

Re: Resolume OSC output

Posted: Sat Dec 03, 2016 21:17
by Zoltán
no, that is not possible.
you can only trigger clips from the actually selected deck.
but you can change the deck via osc:
/composition/deckN/select int 1

Re: Resolume OSC output

Posted: Sat Dec 03, 2016 23:12
by theVJ
Thank you for the help.
Meanwhile I found out that MIDI is what I need. It works better and easier for me. :)