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

web package should setTime #1043

Closed felixroos closed 1 month ago

felixroos commented 2 months ago

without calling setTime(() => scheduler.now()), the web package doesn't work with functions that use getTime. probably also makes sense to return the scheduler from initStrudel (maybe also other things)

felixroos commented 1 month ago

fixed in https://github.com/tidalcycles/strudel/pull/1044