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
643 stars 111 forks source link

Regression: adding numbers to controls #979

Closed yaxu closed 7 months ago

yaxu commented 7 months ago

n(3).add(10).firstCycleValues should return the same as n(13).firstCycleValues

On the current main branch I get Uncaught TypeError: (intermediate value)(...) is undefined

It works on the deployed version.

yaxu commented 7 months ago

Lies, I was on the wrong branch