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
586 stars 105 forks source link

little fix for withVal #980

Closed eefano closed 3 months ago

eefano commented 4 months ago

the variable bag was a reference to the original object, the fix maintains immutability

felixroos commented 3 months ago

thanks!