Breakpoint expressions for executing scripts
Posted: 24 Nov 2013 15:32
I'm trying to use Lemur's breakpoints to send envelope information to a DX7, and right now I have the SysEx being triggered w/ two separate scripts that execute on expressions x and y respectively. I've set it up so that I'm caching values, and only send sysex when one of the values changes in an increment large enough to matter for the dx7, but that's still generating way too many messages for the keyboard.
Ideally, I'd like to only execute a script when all touch events on the breakpoint have ended, is something like that possible? Alternatively, if I had something like a timeout, I could just wait until I hadn't had a change in a few ms. Anybody have any ideas?
Thanks!
Ideally, I'd like to only execute a script when all touch events on the breakpoint have ended, is something like that possible? Alternatively, if I had something like a timeout, I could just wait until I hadn't had a change in a few ms. Anybody have any ideas?
Thanks!