Page 1 of 1

play random clip on MIDI/OSC trigger

Posted: Wed Apr 05, 2017 23:15
by yochee
hello,

is there a way to trigger a random clip on a layer via OSC? Maybe something like

layer1/video/ random

or

must I adress layer1/video/ clip1 with solid color (black), clip duration of 1 (ms), and autopilot setting "random"?

cheers

Re: play random clip on MIDI/OSC trigger

Posted: Thu Apr 06, 2017 10:55
by Joris
That workaround with the 1ms solid is pretty smart.

Ideally, you would send /layer1/clipX/connect, where X is a random number.

Re: play random clip on MIDI/OSC trigger

Posted: Wed May 31, 2017 20:14
by yochee
Finally I stayed with the 1ms solution, as I was a bit too lazy to program a random number path in vvvv.
+ no necessity to set up a random number range limitation, as Resolume Auto Play only plays clips that are existent on the layer. Easy!