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

There is a Scales module which has been growing in size and scope, with several popular (and some less popular) scales to use as convenient shorthands. It's a nice module,...

It'd be interesting to have a function that could turn a mininotation string into a tidal string that (when evaluated) produced the same pattern.

Tidal-1.0.x (currently) has no `patToList`, which means it's harder to select random elements from a pattern. Perhaps `choose` could be generalised, or another `choose` could be created, to facilitate choosing...

Needs work

**Is your feature request related to a problem? Please describe.** I would like to be able to feed tidal patterns back upon themselves, making patterns whose output is dependent on...

speculative

**Is your feature request related to a problem? Please describe.** I found it surprisingly hard to implement "play x cycles of pattern a, then y cycles of pattern b", in...

Adding `# 1` and `# 1.1` and `# "foo"` to a controlpattern will add an `n`, `speed` or `sound` control respectively. This seems helpful but can cause a lot of...

Encountered the following error on `tidal-1.4.8`: ``` unexpected end of input expecting fraction Failed to send. Is the 'SuperDirt' target running? Syntax error in sequence: "0." ^ ``` The error...

Crash bug

`fixRange` takes a pattern of ranges, and `within` could do, but there's no easy way of making such things. Probably involves some syntax in the sequence parser but this might...

``` n ("1 9 2 1" + saw) ``` above is fine, this is not: ``` scale "major" ("1 9 2 1" + saw) ``` ``` :1496:28: error: • Could...

Feature
Needs work
Idea

The current iteration of `arp` functionality within function `note` allows you to specify the number of arpeggiated steps in a given chord; e.g. `note (arp "updown" "c5'maj'**8**")`. I would like...