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 sampler on windows #1109

Closed geikha closed 1 month ago

geikha commented 1 month ago

does a proper fix of #1105 by doing the following:

normalize all paths to use forward slashes / when doing a file request, replace the slashes (via split and join) by the separator used by the system (from node's path.sep)