Alex McLean
Alex McLean
Maybe it's time to reorder the sections, prune out inactive/off-topic projects? I think it'd be nice for the community section to go nearer the top, for a start, but maybe...
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:...
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...
While porting Tidal to [Strudel](https://github.com/tidalcycles/strudel), some things have been improved, like more ways of combining patterns. In particular: * [reset/restart operators](https://github.com/tidalcycles/strudel/issues/53) - would fix #785 * an extended family of...
I've noticed that `rand` has a period of 300 cycles. ``` tidal> (1 ~> struct "t t t t" rand) :: Pattern Double (0>¼)|0.392595736309886 (¼>½)|0.13890133425593376 (½>¾)|0.602940147742629 (¾>1)|0.3260140661150217 tidal> (301 ~>...
In response to a @kindohm question, a contiguous version of `euclid`, e.g. `euclidGapless 3 8` gives the equivalent of `"1@3 1@3 1@2"` rather than `1 0 0 1 0 0...
Some have deleted their github accounts for ethical reasons and so are excluded from discussions here. Gitea looks like it's well maintained and with a familiar interface. I can't see...