Thomas Grund

Results 13 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...

Idea

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...

Topic discussion happens in this issue: https://github.com/musikinformatik/SuperDirt/issues/304 My focus with this compressor implementation was to establish a lightweight effect for livecoding environments. It comes with a limited set of parameters....

The timestamps of the OSC bundles are considered now and are used for collecting messages before using them for calculcations. This stabilizes the event-highlighting animation, especially when working with big...

I have some strategies to optimize the performance of the event highlighting. It should help mainly to stabilize the editing of big files. The current implementation should be fine for...

This feature shall allow the user to send OSC messages with css properties to the editor, to change the css properties of a stream. For this we need to add...

I optimized the even highlighting performance with replacing the message queue mechanism. The calculation will be done completely by a web worker, that stores all incoming events and calculates the...