- Edited
Using the example for recording samples while holding a button, is there a proper way to do the same thing with writesf~? Because writefs~ seems to fire the the stop at the same time as the start, so the button is cancelled after the 2s delay:
I assumed I could follow the same concept as the tabwrite~ example:
Perhaps buttons need a check to confirm it’s still being held before sending any 0? Is there a different approach to take when using writesf?
Based on: https://forum.bela.io/d/3642-loading-new-audio-files-every-30-seconds/12