OSC output for Clips

Post your questions here and we'll all try to help.
Post Reply
HerrNieDa
Posts: 467
Joined: Thu Oct 02, 2008 09:30

OSC output for Clips

Post 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?
MainSys: Z77 UP5,3570K,32GB Ram,GTX 285, M3 128GB,4x3TB R5@LSI9750
VJSys 1: 990FX UD5,X6 1045T,16GB Ram,GTX970+610+610,M3 128GB,3x1TB R0
MBP 3.1; Schenker A102 (650m) & P702 (675m)

Joris
Posts: 5186
Joined: Fri May 22, 2009 11:38

Re: OSC output for Clips

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

HerrNieDa
Posts: 467
Joined: Thu Oct 02, 2008 09:30

Re: OSC output for Clips

Post 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 ;)
MainSys: Z77 UP5,3570K,32GB Ram,GTX 285, M3 128GB,4x3TB R5@LSI9750
VJSys 1: 990FX UD5,X6 1045T,16GB Ram,GTX970+610+610,M3 128GB,3x1TB R0
MBP 3.1; Schenker A102 (650m) & P702 (675m)

Joris
Posts: 5186
Joined: Fri May 22, 2009 11:38

Re: OSC output for Clips

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

HerrNieDa
Posts: 467
Joined: Thu Oct 02, 2008 09:30

Re: OSC output for Clips

Post 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!
MainSys: Z77 UP5,3570K,32GB Ram,GTX 285, M3 128GB,4x3TB R5@LSI9750
VJSys 1: 990FX UD5,X6 1045T,16GB Ram,GTX970+610+610,M3 128GB,3x1TB R0
MBP 3.1; Schenker A102 (650m) & P702 (675m)

Post Reply