Start timer or function when Key is pressed
-
Hi there, how could I start my timer (or function) when a key is pressed? Does anyone have an example?
-
Synth.startTimer(double seconds)
Timer.startTimer(int intervalInMilliSeconds)these in your onNote callback.
-
@Lindon and how could I start a function when a key is pressed?
-
@treynterrio your onNote callback fires every time a key is pressed..