jwaldmann

Results 148 comments of jwaldmann

Is this "minitidal" (#452)? Not really, my plan is to use mueval/hint. You mention this option in the linked issue.

Hi. I just made this https://github.com/jwaldmann/safe-tidal-cli (very naive) and I am trying to declare it as a repl for flok https://github.com/munshkr/flok/issues/64 The `safe-tidal-cli` is working locally (I send text to...

I now have a version that solves the conflict * want to provide usual `d1 $ ...` but also `do { this ; that }` * but still don't want...

interesting! - just an observation: the notation ``` -- [3-3-4-2-4] son = "1 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0" ``` emphasizes...

it was of type `[Int] -> [Int]`. This has type `[Int] -> Pattern Bool`: ``` fastcat . map pure . concatMap (\d -> True : replicate (d-1) False) ``` make...

> ... want to edit yes but you could also apply Tidal's combinators/transformers. I thought that some of these algorithms from Toussaint's book could be added, like `euclid` is today...

Interesting. You mean, when using Tidal, there should be a way to "get the source code for this (library) function" in the editor buffer, to change it? This would require...

Note that this works (with `pure`) ``` Prelude Sound.Tidal.Context> n (arp (pure "up&down") "c'maj7") # s "superpiano" (0>⅛)|n: Note {unNote = 0.0}n, s: "superpiano" (⅛>¼)|n: Note {unNote = 4.0}n, s:...

This text uses symmetric naming ("speeds up"/"slows down") https://tidalcycles.org/index.php/Tutorial#Using_.2A_and_.2F_on_Groups

I feel a bit uneasy about this. The other suggested change (remove Context from instance Show Event) is just for human-readable output, but this here concerns `==` (etc.) that may...