m

Results 56 comments of m

> are you thinking of doing a major restructuring of the Stream code in this PR? i thought about it, but i think we could actually close this PR if...

i think this is looking good! are you also planning to move into the direction of the extendable OSC controller? (https://github.com/tidalcycles/Tidal/issues/982) i mean it is actually pretty much there, we...

i'm not completely sure, but i think the `dynamic flag` should be enough, i only found this fix through experimenting and it might well be that i added the `dynamic-too`...

yes, not sure if `hint` will still work,.. on that note i'm not sure if any of the builds actually would work with the dynamic flag, i think we are...

> (For what it's worth, I've been [learning how to implement new programming languages](https://craftinginterpreters.com/) partially in order to avoid learning how hint works 🙂) nice! not to discourage, but writing...

thinking about this a bit more, it is probably even better to switch from `[Event a]` to `Tree (Event a)` instead of tagging the events with the keys in the...

i thought about this quite a bit and i don't really see a way to make it simpler unfortunately. unless we want to sacrifice some of the nice flexibilities of...

ah yes i forgot to take into account that tidal deals in arcs of time, i.e. a pattern represents for every arc all the events active during that time, then...

> instead of returning a list of events, might a query return a `Sequence` instead? yes, this is basically also what i'm suggesting, sequences are basically trees in their structure,...

added this ability in the current PR: https://github.com/tidalcycles/Tidal/pull/1059/commits/3fedf105adea5d26b0bd2c13afbb61e2f8ba21db also set the default to disabled for now, as i also think it should be the default, but i guess we can...