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
687 stars 121 forks source link

ops don't have methods #1173

Open yaxu opened 2 months ago

yaxu commented 2 months ago

Things like set.in.n(3).fast(2) and set.n(3) don't work, because set doesn't have in, n etc methods

463 implies that it does, so perhaps this is a regression.. It could be that it required a lot of dynamic creation of methods that was too inefficient.

felixroos commented 2 months ago

related https://github.com/tidalcycles/strudel/pull/390#issuecomment-1596296609

yaxu commented 2 months ago

related #390 (comment)

Ok that comment isn't hopeful but I'll have another look..