I'm trying to create an app to control Ableton Live (OSC & Midi).
I use oscP5 and rwmidi libraries, these libraries work fine, i can send osc and midi to ableton, amazing !
So i send osc messages and midi note on when mousePressed()
and midi note off when mouseReleased()
With the mouse there is no problem, but when i use my finger on the touch screen, the mousePressed() event isn't called until i move my finger on the sreen or remove it from the screen.
Is there a bug with mousePressed() on touch screen ? How can i fix it ?
Thanks
Configuration :
- HP Touchsmart tm2
- Windows 7
- Processing for Windows 64 bit