Tidal icon indicating copy to clipboard operation
Tidal copied to clipboard

Pattern language

Results 197 Tidal issues
Sort by recently updated
recently updated
newest added

`slice "1" "0" $ s "bd"` produces the following pattern `(0>1)|begin: 0.0f, end: 0.0f, s: "bd"`. This doesn't seem to be correct—a slice of 1 should produce the full sample....

Good first issue

## TODO - [x] chew - [x] cycleChoose - [ ] deconstruct - implement in Show? - [ ] every' (everyBack?) - [ ] fastSqueeze - [ ] fit -...

tested on devuan 4.0/i386 (debian-based) ``` cabal-install version 3.0.0.0 compiled using version 3.0.1.0 of the Cabal library ``` Confirmed using the BootTidal.hs loaded directly in ghci - if I comment...

``` Type: ghost' :: Time -> Pattern ValueMap -> Pattern ValueMap Type: ghost'' :: Time -> (Pattern a -> Pattern a) -> Pattern a -> Pattern a ``` Both functions...

Feature

when i use a quarks command this is printed: ``` /bin/sh: line 1: which: command not found ERROR: Quarks requires git to be installed ``` but i do have git...

I recently suggested a guide at trespaul/tidal-doc#7 and its progressive presentation of concepts would benefit from a `chopBy` function, that accepts a second parameter like `striateBy` for sample length, but...

Good first issue

As [said on the Discord](https://discord.com/channels/779427371270275082/779737254465765426/1226743211121315920): > An idea that could be interesting for performing: > > ```hs > _d1 _ = d1 silence > _d2 _ = d2 silence >...

The [old 2.0-dev branch](https://github.com/tidalcycles/Tidal/tree/2.0-beatmode-retired) is now retired. Some changes should be backported to the active dev branch. PRs to look at: - [ ] #1055 - [ ] #1027 -...

We have these functions in the Stream module now, so create aliases in `Boot.hs` Fixes #1018

Ref the discussion here: https://club.tidalcycles.org/t/generalizing-swing-and-rotating-uneven-rhythms-by-mapping-integers-from-a-latent-space-to-time/ #1078 Improves the efficiency of `sew` and it's dependents e.g. `while` considerably, by only querying the source patterns twice, rather than for every event in...

Efficiency/performance