monome / norns

norns is many sound instruments.
http://monome.org
GNU General Public License v3.0
630 stars 145 forks source link

fix: more aggressively debounce tape playback #1759

Closed robbielyman closed 7 months ago

robbielyman commented 7 months ago

closes #1758

there's a lot to dislike here—i added a half-second slowdown to every time fileselect exits—this is because if tape playback is going to start, it needs a buffer of about that long from after being stopped.

that being said, i believe the reported issues are now fixed.

tehn commented 7 months ago

thanks. i'll roll out an update very soon

catfact commented 7 months ago

we very clearly need to fix this kind of stuff at the level of the c++ tape module.

catfact commented 7 months ago

... i'll attempt it this week / weekend i suppose.

catfact commented 6 months ago

...clearly I did not do that