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

Ref: https://tidalcycles.org/blog/link_as_scheduler/ I've been testing Ableton Link sync in a few different situations (the main use cases for me): - Logic Pro x Tidal - djay Pro x Tidal The...

`hush` -> stops all patterns and cycle still cycles on, wonder if we could add to this... - `streamPause` -> do not stop patterns, but cycle stops - `streamUnPause` ->...

Feature
Stream
SuperDirt

The codeline: `d1 $ s "{bd cp hh}%8"` from the [Mini Notation](https://tidalcycles.org/docs/reference/mini_notation/) reference is interpreted as: `d1 $ fast 3 $ s "bd cp hh"` Expected is the following: `d1...

I made this prototype via GPT (`stopPrinting` doesn't work!): ```hs import Data.Fixed (mod') import Text.Printf (printf) import Control.Concurrent import Control.Monad (forever, when) streamGetnowMods :: Double -> Stream -> IO [Double]...

Feature
Stream

Ref: https://tidalcycles.org/docs/reference/conditions Currently, `pickF`, `selectF`, `squeeze` and `select` all share some similarities that are obscured by their naming. For me this obscures their purpose and makes them hard to remember....

(Re-)Naming

currently it is not possible to regard the stack construct as an alternative to lists, since too much information is lost in the transformation to signals, for example a lookup...

References: - https://tidalcycles.org/docs/configuration/MIDIOSC/osc/#playback-controllers - https://github.com/tidalcycles/Tidal/blob/fcc4c5d53a72dcf2b8f4c00cc1c1b3c75eef172d/src/Sound/Tidal/Stream.hs#L699 Would be great to add `setcps` to this list of control input messages.

Feature
Stream

Is there a way to make arpeggios work in the same way they do in strudel? A couple of examples. In strudel you can list a series of notes and...

While testing #1027, I discovered that current Tidal (1.9.4) isn't correctly using the control busses allocated SuperDirt, but is instead just always using busses 0-127. This usually isn't a problem,...

Stream
SuperDirt