Thomas Grund

Results 5 issues of Thomas Grund

it looks like that using continuous pattern with control busses just applies one value, i.e. ``` d1 $ s "bev" # lpfbus 1 (sine * 7000) # legato 1 ```...

We started a discussion on the club forum about this topic under https://club.tidalcycles.org/t/trigger-tidal-code-with-midi/2168 What we want to achieve is basically the exchange/replacement of patterns with patterns. And maybe this feature...

It looks like I can not use diversions in the current version of SuperDirt. My diversion example looks like this: ``` ( var diversions = (); ~diversions = diversions; ~d1.defaultParentEvent[\diversion]...

I would like to discuss these three new functions. I wanted to use inversions and drop chords independently from the chord notation in the mini notation and came up with...

I was wondering why there is this restriction to not use i.e. "-" or "#" for a Pattern String: ``` "-12" :: Pattern String ``` Is this intended or a...