Page 1 of 1

Have Lemur perform action via Midi received

Posted: 30 Nov 2012 01:56
by whatisvalis
Until now I have left Lemur to handle all Midi data received.

I was wondering (if it's possible) how I would go about scripting Lemur to react to a CC message received. One example would be to display a container tab.

Any pointers appreciated,

JD

Re: Have Lemur perform action via Midi received

Posted: 30 Nov 2012 07:44
by lABl
Hi whatisvalis,

Yes sure you can do that, you can find some actions on MIDI IN (note) on this module :

http://liine.net/en/community/user-library/view/326/

There is a noteIN() script (very simple), basically the process would be the same but selecting Control Change in the script.

Hope that helps,
AB

Re: Have Lemur perform action via Midi received

Posted: 30 Nov 2012 13:07
by whatisvalis
Cheers AB