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

It would be good to document it a bit more, switching from the old `startTidal` function to the more flexible `startStream` to make it easier for people to add new...

### where OS: Ubuntu 22.10 ### what `tidal-listener` doesn't start, it returns: ```shell ./tidal-listener: error while loading shared libraries: libHStidal-listener-0.1.0.0-inplace-ghc9.0.1.so: cannot open shared object file: No such file or directory...

It would be lovely to have per-pattern cps. E.g. so these could be beat aligned: ``` d1 $ sound "bd bd cp" # localcps 1 d2 $ sound "bd bd...

Feature

I was wondering why there is this restriction to not use i.e. "-" or "#" for a Pattern String: ``` "-12" :: Pattern String ``` Is this intended or a...

The problem (`stripe` cannot be used with control values from MIDI input) and a possible solution, is discussed at https://club.tidalcycles.org/t/issue-re-midi-cc-stripe-function/4595

tidal == 1.9.3 Reference discussion with @polymorphicengine : https://club.tidalcycles.org/t/rfc-working-on-making-chord-naming-chordlist-more-consistent/2717/65 Some chord modifiers create a situation where the resulting chord tone list is not numerically ordered low to high. This is...

As mentioned in #986, something like https://hackage.haskell.org/package/doctest-extract could be used to ensure that the examples in the comments actually compile. When that's in place, we could automatically extract the examples...

Feature

There are a few MIDI-related parameters in `generate-params.hs` that are not working (they are not used by SuperDirt). They are `dur`, `modwheel`, `expression` and `sustainpedal`. There are other ways to...

if I've started patterning modifiers, there currently isn't a way for me to specify an unmodified version of the chord in that pattern ``` d1 $ note "f'min9'" # s...

**Describe the function/feature you'd like** Currently Strudel supports mininotation strings such as `"0, 1"` or `"0 | 1"` while Tidal requires those operators to be wrapped in brackets. The Tidal...

Mininotation