m
m
Hey @notpeter, did you make any progress on this? thanks a lot!
i guess the difference comes in once a pattern is longer than one cycle: currently `rev == `, but with the above (i think) it would be ``, so yes...
thanks for looking into it! are you sure it wont be effective until the next cycle? when i try it, it seems instant. i'm doing something like ``` ghci> import...
hmm now that i think of it, would a version of setTempo work that creates a new session state, calls Link.setTempo and commits the session state?
this should be good to go now. i introduced an additional session state to keep track of tempo changes: in case of the `doTick` call inside of the running clock,...
> I think there could be some more encapsulation so that Clock is in charge of all the calls to Link yes i agree - added one more commit that...