Tidal
Tidal copied to clipboard
Pattern language
Hi! :wave: I maintain the haskell-tidal package on Arch Linux. For upstream source tracking and especially transparency purposes, it would be great to have specific tags that reflect the releases...
When trying to install `tidal-listener` from the current `1.10-dev` branch (tag `v1.9.5`) I get this error: Versions: - Tidal: 1.9.5 - GHC: 9.8.2 - Cabal: 3.10.3.0 Error: ``` Error: cabal:...
As a german keyboard layout user, thank you very much for: #1087 After experimenting with this I found patterns that trips up the parser: * "[--" * "
it was pretty hard to track down what was causing #1089, so i found it easier just to remove the LinkOperations datatype and replace it with a bunch of functions...
for now, please use `streamSetCPS` instead. this bug is likely due to something in `onSingleTick` / `Clock.getZeroedLinkOperations`.
**Describe the function/feature you'd like** A tape/record stop effect can already be achieved by running the code `d1 $ sound "alphabet" # accelerate "-1"`. However, this slows down the sample...
**This PR is a work in progress, it hasn't been tested with the new tactus functionallity** Related: https://github.com/tidalcycles/strudel/pull/1142 With this PR I try to introduce a "new" way of time...
`qSetCycle :: Time -> IO()` This would be exactly like `setCycle`, but instead of immediately setting the cycle count to `Time`, it'll do it at the next cycle start.
When I try to go through the [first.hs](https://github.com/tidalcycles/Tidal/blob/dev/tidal-listener/examples/first.hs) example in the `tidal-listener/examples` folder I get some errors. Some of them are related to a wrong case in the `Sound.Osc.Fd` library...
# Context The contributions of this pull request are described in detail in an article submitted to ICLC 2025. The primary goal of this pull request is to make the...