Page 1 of 1

Posted: 11 May 2006, 12:52
by bsork
Following typical Windows behaviour, the Button module doesn't do anything unless it's clicked and released while the mouse cursor is still within its limits.

For functions like the "tap" button and other rhythmically related stuff, a button with a "reversed" behaviour would make them more usable.

I suppose I could create something alike this using a Swith for input, but I can't dy anything with the "tap" button.

Posted: 11 May 2006, 14:52
by senso
The mouse has a very bad timing under WINDOWS: the latency is about 300ms; to much for a tap, even if I implement your suggestion.

The keyboard is better: about 50ms with fluctuations; It can works for a tap if the tempo is not too high.

The best way is to use a midi controller: about 10ms (depends on the midi driver) and 1ms for Usine.

For keyboard or midi learn, open the global remote panel and use the Midi/Key learn on the "Synchro Tap Tempo" line.