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: missing events due to premature worklet cleanup #1089

Closed felixroos closed 1 month ago

felixroos commented 1 month ago

worklets could get cleaned up before the input was connected, resulting in silent events

felixroos commented 1 month ago

thanks @daslyfe for initially spotting the cause of the bug!!