Hi everyone,
Been struggling with a good way to work out a problem.
I'm controlling an Arena composition via OSC at the moment. Basically due to the needs of the performance the clips are triggering on a 'Free Layer', filling up the layers one by one (this is so I can use the layers to determine the layout of the clips dependent on how many are playing i.e. 1st clip will always play on the left, 2nd clip middle, 3rd clip right).
Problem is I'm using the layer1/clip1/connect 1 message to trigger the clips. layer1/clip1/connect 0 doesn't stop the clip?
Clearing the layer won't work because the clip might not be playing on it's own layer.
Any suggestions on a way to disconnect the clip?
Thanks in advance for any help.
Chris
OSC Clip Stop (free layer mode)
Re: OSC Clip Stop (free layer mode)
Maybe use piano mode triggering? In that case the clip will keep playing until you send it 'connect 0'
-
- Posts: 13
- Joined: Thu Mar 01, 2012 14:59
Re: OSC Clip Stop (free layer mode)
Ah, great. Problem solved. Thanks for the help.