Tidal icon indicating copy to clipboard operation
Tidal copied to clipboard

Pattern language

Results 197 Tidal issues
Sort by recently updated
recently updated
newest added

The new link sync requires changes in boottidal.hs to tweak the quantum and latency. It'd be good if this could be tweaked and ideally patterned live. There is `nudgeAll` but...

ref https://github.com/tidalcycles/strudel/issues/216 moving some supporting functions up to the pattern module

Added a few random signals for #935. It's a work in progress and I didn't get to properly test the different signals for performance and correct distribution yet. Questions that...

to make tidal-link and tidals clock functionality more widely useable (i.e. not dependend on types from tidal) i decided to reimplement the Tempo.hs module in a new module Sound.Tidal.Clock, that...

Unify conditions under which various build actions occur, and disable Nix build of tidal-listener because there's not a clear path forward there and the listener has always been experimental (see...

Another build issue, this time with the Stack resolver. Our CI action does a test run of Stack against the latest resolver version. As of Stackage releasing LTS Haskell 22.0,...

(will make a PR, just writing down the observation and idea now) current implemenation is inefficient in several ways (basically, every usage of the list type for storing data for...

``` ghci> import Sound.Tidal.UI ghci> timeToRands 0 10 [0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0] ``` this function is used in `randrun`, which is used in `shuffle`, so we get (for query arc starting at 0)...

This is fine (selected part of sample gets cut in half): ``` ghci> chop 2 $ s "led" # begin 0.03 # end 0.86 (0>½)|begin: 3.0e-2f, end: 0.44499999999999995f, s: "led"...

Needs work
Good first issue