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

repl: set document.title from @title #1090

Closed kasparsj closed 1 month ago

kasparsj commented 1 month ago

fixes #811 (started using Strudel with multiple tabs)

yaxu commented 1 month ago

Oh nice does this mean that the title shows up in browser history as well?

kasparsj commented 1 month ago

good point. yes, it does, but there is a bug - I will fix - it changes the title to early

yaxu commented 1 month ago

Great! That'll make finding lost patterns a lot easier :)

kasparsj commented 1 month ago

should be good to go now

yaxu commented 1 month ago

Excellent, thanks @kasparsj !