7 ms·
I tried it for a few seconds but there is a huge lag between pressing a button and the sound, and half the time the button press does nothing. It's basically un
by WithinReason 1mo ago
I tried it for a few seconds but there is a huge lag between pressing a button and the sound, and half the time the button press does nothing. It's basically unusable.
- samaaron 1mo agoBy default there’s a 500ms latency as this gives all target platforms sufficient breathing space for system pauses and other work not to affect the scheduling. Multiple presses spawn multiple threads which layer over each other - unless you’re using Live Loops in which case it triggers hot code swapping. What was the code you were running? Happy to help. We also have a friendly forum to ask questions and get help: https://in-thread.sonic-pi.net https://in-thread.sonic-pi.net
- WithinReason 1mo agoThanks I appreciate the response but this is not for me. I clicked "your first note" and got a runtime error "Promise timed out after 3 seconds".
- samaaron 1mo agoSounds like a possible bug which I’d be only too happy to support you with should you open a github issue. Sorry your experience wasn’t smooth.