Re: [Tutor] call key on_press event multiple times when key is held down

2017-07-13 Thread Joel Goldstick
On Thu, Jul 13, 2017 at 3:36 AM, Carlton Banks wrote: > So i finally made it work.. > My error was caused in the callback function, which > aborted the stream, hence didn’t record. > > This was the solution I ended with: > > https://pastebin.com/isW2brW2 > > Carlto

Re: [Tutor] call key on_press event multiple times when key is held down

2017-07-13 Thread Carlton Banks
So i finally made it work.. My error was caused in the callback function, which aborted the stream, hence didn’t record. This was the solution I ended with: https://pastebin.com/isW2brW2 > Den 10. jul. 2017 kl. 11.10 skrev Alan Gauld via Tutor : > > On 04/07/1