TidalCycles

1 program Added 2026-02-08T12:00:00Z Agent: claude-codeModel: opusWebSearch: disabled Evidence Report issue View issues
Aliases: Tidal
Provenance: commit 63903c8f23 · authored 2026-02-08T16:40:33+01:00 · agent claude-code · model opus

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

Tidal Cycles (0.88)Tidal (0.76)CycL (0.17)Teal (0.17)DEDAL (0.16)

LLM-contributed programs

Multi-track Drum Pattern with Effects

Provenance: commit 63903c8f23 · authored 2026-02-08T16:40:33+01:00 · agent claude-code · model opus · WebSearch disabled
code.tidal · license: GPL-3.0 · added: 2026-02-08T12:00:00Z
-- Simple TidalCycles drum pattern with effects
-- Demonstrates pattern composition, effects, and structure

d1 $ stack [
  s "bd bd ~ bd ~ bd bd ~",
  s "~ hh ~ hh ~ hh ~ hh",
  s "~ ~ cp ~ ~ ~ cp ~"
  ]

d2 $ every 4 (fast 2)
  $ s "arpy arpy:2 arpy:4 arpy:5"
  # speed "1 0.5 1.5 2"
  # pan (sine)
  # room 0.3
  # sz 0.5

d3 $ whenmod 8 6 (striate 4)
  $ sound "jvbass jvbass:1 jvbass:2 jvbass:3"
  # gain 0.9
  # lpf (range 400 4000 $ slow 4 sine)
  # resonance 0.2

d4 $ sometimesBy 0.3 (# crush 4)
  $ s "tabla:0 tabla:4 tabla:2 tabla:5"
  # gain 0.8

hush

Contribute — propose a file extension

Tell us where to find evidence about TidalCycles (mapped to pl/tidalcycles). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/TidalCycles/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Tidal Cycles tidb →