Page 1 of 1

OSC can't stop clips

Posted: Thu Aug 04, 2011 17:37
by kenc
Greets all,

I've just started working on a project where I'll be controlling Avenue with Cycling74's MAX5 using OSC. Thanks to the great and generous work of other MAX+Avenue users, I was up and running in a flash.

Clip and track triggering are working fine, and stopping a layer works, but there are a couple OSC messages that the Avenue manual lists that just won't work for me, namely trying to stop all clips and stopping a specific clip:

/composition/disconnectall (tried with and without 1 and 0 as a trailing parameter)

and

connect 0 (ie /layer1/clip1/connect 0 )

Has anyone else had problems with these?

Using the latest version of Avenue.

Cheers,
Ken

Re: OSC can't stop clips

Posted: Thu Aug 04, 2011 19:36
by kenc
Figured out why connect 0 wasn't having any effect: Setting either Composition, Layer or Clip Triggerstyle to Piano makes 'er work. Makes sense.

Still can't get /composition/disconnectall to do anything...

Re: OSC can't stop clips

Posted: Fri Aug 05, 2011 09:34
by Joris
viewtopic.php?f=6&t=6552&p=29795&hilit= ... all#p29786

There is an inconsistency with the trailing slash of some OSC addresses. /composition/disconnectall/ does work. This will be fixed in the next release, but stays the same for Res 3 to not break current setups.

Joris

Re: OSC can't stop clips

Posted: Fri Aug 05, 2011 15:54
by kenc
Thanks, much appreciated.

The tip you mentioned in that thread about viewing the OSC addresses via MIDI Mapping is invaluable.

Re: OSC can't stop clips

Posted: Tue Aug 05, 2014 11:26
by 0x80
What's the current status of disconnectall? I can't get it to respond to either

/composition/disconnectall
or
/composition/disconnectall/

Has something changed in this regard in version 4?

Re: OSC can't stop clips

Posted: Tue Aug 05, 2014 11:33
by Joris
/composition/disconnectall 1

is the correct name and value in Res 4, and it works as expected for me...

Re: OSC can't stop clips

Posted: Tue Aug 05, 2014 12:28
by 0x80
Wonderful, thanks!