Page 1 of 1

Send Looper status to controller

Posted: Mon May 14, 2012 12:59 pm
by mrtunes
How do I send Looper's status (like record state) to my controller? In this case it's the Akai MPK Mini

Re: Send Looper status to controller

Posted: Mon May 14, 2012 1:24 pm
by barstu
There is a 4 state parameter that you can observe on the looper. I can't remember it's index right now to get a path to it as I'm at work.

On the subject of looper control, It's a real shame you can't map to the record or reset button in the looper. I'm having to use a midi loop back hack!

Re: Send Looper status to controller

Posted: Mon May 14, 2012 1:39 pm
by mrtunes
ok thanks. am i looking at this object then? http://cycling74.com/docs/max5/refpages ... erver.html

Re: Send Looper status to controller

Posted: Mon May 14, 2012 1:46 pm
by barstu
yes you have to pass it the ID of the state parameter which you can get from a live.path.

Re: Send Looper status to controller

Posted: Mon May 14, 2012 2:26 pm
by mrtunes
barstu wrote:yes you have to pass it the ID of the state parameter which you can get from a live.path.
is there a "general" tutorial on this topic that i can make use of? something for beginners hopefully.

Re: Send Looper status to controller

Posted: Fri May 25, 2012 1:50 pm
by michaelklier
Hi,

I recently created a max4live device to monitor Looper states. You can find it here:

http://www.maxforlive.com/library/devic ... permonitor

Maybe it gives you some ideas how to use live.observer for your usecase.

Re: Send Looper status to controller

Posted: Fri May 25, 2012 3:07 pm
by mrtunes
michaelklier wrote:Hi,

I recently created a max4live device to monitor Looper states. You can find it here:

http://www.maxforlive.com/library/devic ... permonitor

Maybe it gives you some ideas how to use live.observer for your usecase.
thanks! i also found this tutorial on live.observer. will let you know how i got along with your device.
http://www.youtube.com/watch?v=N0Jb-aDV ... ature=plcp

Re: Send Looper status to controller

Posted: Tue Jun 12, 2012 7:54 pm
by mrtunes
michaelklier wrote:Hi,

I recently created a max4live device to monitor Looper states. You can find it here:

http://www.maxforlive.com/library/devic ... permonitor

Maybe it gives you some ideas how to use live.observer for your usecase.
thanks this is a good device for me in general. but a little daunting seeing what it takes to monitor the status of the loopers :?