xenharmonic-devs / scale-workshop

Design and visualize microtonal scales and play them in your web browser. Export your scales for use with VST instruments. Convert Scala files to various tuning formats.
MIT License
73 stars 10 forks source link

Make sure debounce resolves heavy/light tasks in the correct order #702

Closed frostburn closed 1 month ago

frostburn commented 2 months ago

Create a debug view with a computationally heavy task and a light task and make sure that only the last clicked task's result is visible.

frostburn commented 2 months ago

Seems to be enough for synchronous code like we have now, but additional guards are required if we ever switch to Web Workers.