Page 1 of 1

Loop Count Auto Update

Posted: Wed Sep 24, 2008 9:03 pm
by sremington
Is there any way to automatically receive an OSC message when the loop count changes (add or delete)? I know that a /ping will return the loop count but I couldn't find a way to receive an auto_update when the number of loops changed like you can with other events (i.e. loop state, loop position).

-Seth

Re: Loop Count Auto Update

Posted: Thu Sep 25, 2008 9:26 pm
by jesse
Ah, what you want is the /register [returl] [retpath], which registers you for configuration updates. It will send you the standard ping response whenever the loop count changes. That wasn't documented too well, sorry.

Re: Loop Count Auto Update

Posted: Thu Sep 25, 2008 11:28 pm
by sremington
Ooooo... that's perfect! Thanks.

-Seth