Page 1 of 1

OSC output for Clips

Posted: Sun Feb 19, 2012 19:53
by HerrNieDa
is it possible to send the triggered clips back to the controller?
it seems it's only possible via midi?!

the only command i can find is

/activelayer/clip/connect

but something like

/layer1/clip1/connect

is missing, also the clip preview should be linkable!

can we expect this features in future?

Re: OSC output for Clips

Posted: Mon Feb 20, 2012 11:41
by Joris
If you switch the OSC mapping focus from 'layer' (contextual) to 'deck' (absolute), you will see the output paths you need (/layer1/clip1/preview). As you can see, the clip preview handles are included as well.

Re: OSC output for Clips

Posted: Wed Feb 22, 2012 01:21
by HerrNieDa
oh.. don't figured out the Focus Buttons for Layer/Deck yet...
but i used the adresses anyway (layer1/clip1/connect) and i get no return from resolume...

but also on other buttons (mixeroptionindex, ....) i get no return...
maybe it's my layout and the button behaviour...
bypass and solo is working for example...
maybe someone gut a little hint for me?!
an example for touchOSC and Lemur would be very nice!

i'll keep trying next time ;)

Re: OSC output for Clips

Posted: Wed Feb 22, 2012 13:35
by Joris
When disconnecting clip 1 in layer 1 via the eject button, these messages are sent:
/layer1/clip1/connect : <OSCVal i 0>
/activelayer/clip/connect : <OSCVal i 0>
/layer1/clear : <OSCVal i 1>
/activelayer/clear : <OSCVal i 1>

When disconnecting clip 1 in layer 1 by triggering clip 2, these messages are sent (among others):

/layer1/clip2/connect : <OSCVal i 1>
/activelayer/clip/connect : <OSCVal i 1>
***************
/layer1/clip1/connect : <OSCVal i 0>
/activelayer/clip/connect : <OSCVal i 0>

Hope that helps...

Re: OSC output for Clips

Posted: Thu Mar 01, 2012 14:25
by HerrNieDa
ok, now i got it!
only problem was that the value was'nt set from 0-1
now it works fine so far, but i didn't mentioned to get it to work with a row/column of switches. think there i have to look through the scripting... i'll post my experences further here ;)
anyways with single switches it works now.

what i don't get to work for example is the mixeroption buttons to be controlled by resolume (maybe also should be managed with scripting)!

if my interface is complete i will post it here!