Page 1 of 1

Posted: 04 May 2016, 22:28
by Shintylla
Hi everybody
I'm getting a leap motion v2.0 module to command the pitch bend control of a synth. It works but, I'm still in trying to make the sound of the synth starting when leap motion detects my left hand. How can I generate a midi note from the output "left hand presence"of LM module?
Thanks in advance

Posted: 04 May 2016, 23:11
by nay-seven
this outlet send 0 1 values so here an example
Image

when outlet = 0 =note off
when outlet = 1 =note on
( X-1 module inverse the values)

when outlet pass from 0 to 1 send the message
when outlet pass from 1 to 0 send the message

code1 note number
code 2 velocity value

Posted: 05 May 2016, 12:48
by Shintylla
:)
great support as always !