Search found 3 matches

by musicman
31 Mar 2012 00:11
Forum: General Discussion
Topic: scripting questions: MIDI_ARGS
Replies: 2
Views: 889

Re: scripting questions: MIDI_ARGS

Never mind I seem to have figured it out :P I found that if you only look at one controller at a time in "On Expression", MIDI_ARGS[0] is controller # and MIDI_ARGS[1] is the data byte. And I got the feedback loop killed. Here's my code in case someone else is searching for a solution later: decl ...
by musicman
30 Mar 2012 23:57
Forum: General Discussion
Topic: scripting questions: MIDI_ARGS
Replies: 2
Views: 889

Re: scripting questions: MIDI_ARGS

One more question...how can I differentiate between a local expression change of x and a remote change of x so I don't get a feedback loop?
by musicman
30 Mar 2012 22:42
Forum: General Discussion
Topic: scripting questions: MIDI_ARGS
Replies: 2
Views: 889

scripting questions: MIDI_ARGS

Hi guys, I"m new to Lemur and am really loving the possibilities. The one thing I ran into is that there is no Pro Tools support, so I'm taking a crack at doing some basic PT control. I have fader moves and mutes working from Lemur to PT, and now I'm working on receiving data from PT. I can't find ...