Tidal
Tidal copied to clipboard
Pattern language
The typical implementation for Ableton Link support is for it to be a feature that can be dynamically enabled and disabled. I think we should support this behavior via a...
Currently, the Nix build of `tidal-listener` is failing on [1.9-dev](https://github.com/tidalcycles/Tidal/tree/1.9-dev) with a pretty cryptic error message. My vague sense from searching around is that this means GHC is not loading...
I'm on tidal_version 1.9.4. I'm having a bug when I use `bite` with `@` symbol in mininotation. Here's shorthand I use for midi: ```haskell let m = sound "midi" #...
Add dagoarp
```haskell dagoarp :: (Num a, Eq a) => Pattern Int -> Pattern a -> Pattern a dagoarp ipat pat = squeezeJoin $ (\l -> (octavise l) ipat) collect pat where...
`"2 [0 |..| 8]"` Would be equivalent to: `"2 [0|1|2|3|4|5|6|7|8]"` --- Other possible syntaxes: `"2 [0 |.. 8]"` @cleary `"2 [0 ; 8]"` --- * How could we express a...
Following up on a discussion in the Discord, it seems to me like there's value in being able to schedule callbacks that run synchronously with the clock. In particular, it...
I have been looking into how to implement event highlighting in https://github.com/mindofmatthew/text.management/issues/33. I have understood from [yaxu's explanation](https://club.tidalcycles.org/t/event-highlighting/4438/2) how [deltaMetadata](https://github.com/tidalcycles/Tidal/blob/fcc4c5d53a72dcf2b8f4c00cc1c1b3c75eef172d/src/Sound/Tidal/Signal/Base.hs#L350) can be used to offset the position information included in...
No matter which orbit a pattern is currently playing on, after using any transition (like `xfade` or `clutch`), this pattern get's re-routed to d1. How to reproduce: ```hs -- plays...
**Describe the bug** when I run ``` d1 $ stack [ s "bd" , midinote "60" # s "midi" # midichan 2 ] ``` Tidal sends MIDI on/off pairs as...
Executable with the same name exists in the mesa demos. This creates conflicts when the user attempts to install both on the same device. It would be a good idea...