Tidal
Tidal copied to clipboard
Pattern language
Does this make any sense to you @dktr0 ? https://github.com/tidalcycles/Tidal/runs/7782195160?check_suite_focus=true#step:6:871 I'm getting the same error on my laptop as well (see below). I tried both with ghc 8.10.7 and 9.4.1,...
Link support
It'd be good to have link support natively in Tidal/Haskell. An alternative is relying on SuperCollider's new link support, but [as is noted here](https://github.com/musikinformatik/SuperDirt/issues/185), that's not straightforward. This could help:...
Before #898, Tidal instances would share tempo over the network. This included cycles per second, but also the current cycle. After #898, cycles per second is shared, but the current...
There was a mixup during naming. Please help me double check that the calculations are correct now. Reference: https://tidalcycles.org/docs/patternlib/tutorials/cycles/#convert-between-bpm-and-cps
It would be nice to have better support for randomness in the standard library Things I would like to see: 1. **More random distributions**: Support for the most common distribution...
http://tidalcycles.org/docs/patternlib/tour/alteration#stutter This works: ``` $ stutter 4 (0.125/2) $ s "bd" ``` This does not: ``` $ stutter "" "[(0.125/2) 0.25]" $ s "bd" ``` It'd be cool if it...
It would be nice to represent 'no value' in tidal. The simplest motivation: ``` d1 $ crush "3 ~" # sound "bd" ``` That goes between a crushed sound and...
If you make a custom OSC target and set `oAddress` to another computer, it will fail with an unhelpful error message. This is because Tidal now sends OSC using the...