tidalcycles / strudel

Web-based environment for live coding algorithmic patterns, incorporating a faithful port of TidalCycles to JavaScript
https://strudel.cc/
GNU Affero General Public License v3.0
579 stars 105 forks source link

Fix indexDB failing with large amount of files #1124

Closed daslyfe closed 3 weeks ago

daslyfe commented 3 weeks ago

-converted base64 string to use blob storage instead -existing files saved as strings will still load properly so no ones samples should go missing -loading samples no longer processes one at a time so they upload much faster