Search found 4 matches

by malkomalko
28 Jan 2012 11:23
Forum: General Discussion
Topic: Responding to incoming midi?
Replies: 8
Views: 2229

Re: Responding to incoming midi?

Thanks for the reply :D. This is exactly what I was trying to do but nothing is being received by the lemur. Do I have to do anything special from my DAW to send midi information to the lemur? When I say nothing is being received by the lemur, I mean that when I have that script and I do Monitor ...
by malkomalko
27 Jan 2012 19:49
Forum: General Discussion
Topic: Responding to incoming midi?
Replies: 8
Views: 2229

Responding to incoming midi?

I've setup an On MIDI execution script to be fired on some pads whenever any note on message is being sent for any range and any channel. However I don't see anything coming back in my application. I've set the MIDI_ARGS to Monitor.value and nothing is being received. Am I thinking about this the ...
by malkomalko
26 Jan 2012 23:07
Forum: General Discussion
Topic: Possible to grab index of pad on release?
Replies: 6
Views: 1316

Re: Possible to grab index of pad on release?

Excellent! This is very helpful. Thank you.
by malkomalko
26 Jan 2012 21:21
Forum: General Discussion
Topic: Possible to grab index of pad on release?
Replies: 6
Views: 1316

Possible to grab index of pad on release?

Hi there,

I know you can get the index value of a pad by firstof(SynthPad1.x), but this only seems to work when ascending x (key down) and it always returns the same value on descending x (key up).

Thanks!