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

first few cycles are not highlighted / drawn when sync is true #1017

Open felixroos opened 3 months ago

felixroos commented 3 months ago

example: https://strudel.cc/?2_eGau9iIy-c

the first time the pattern is played, the first cycles are missing from the spiral / punchcard / highlighting.

@daslyfe any clue why this might happen?

daslyfe commented 3 months ago

this.time_at_last_tick_message is null the first time now is read, I deployed a hotfix

felixroos commented 3 months ago

still happening for me somtimes :-/