Skip to content

Instantly share code, notes, and snippets.

@khoparzi
khoparzi / GitHub-Universe-2020.tidal
Created December 1, 2020 03:34
Code from a live-coded performance at GitHub Universe Dec 2020 with @samarthgulati
d1
-- $ dubd
-- $ stb 0.3 (chunk 8 (fast 2))
-- $ slow 8 $ chop 16
-- $ smash 8 [2,8,7,2]
-- $ fast 2
$ s "pads" # n 3 # l 1 -- Peace is the mission
-- $ s "pads" # n 20 # l 1 -- Intense pads
-- $ s "pads" # n 21 # l 1 -- Elevate
-- $ basspad # l 1
@mxactvtd
mxactvtd / TidalCyclesQuickReferenceStub.tidal
Last active March 8, 2024 21:19
TidalCycles Quick Reference compiled and partially rewritten documentation from various sources
---- TidalCycles QUICK REFERENCE ----
----------------------------------------------------------------
-- To use in your editor after or alongside your code for quick reference
-- Work in progress, mostly to be used as basis for further documnentation work, sorry for the errors and omissions
-- designed with atom - monokai one dark vivid as theme
-- https://gist.github.com/mxactvtd/bf3fb357a419c7f063b98dfd9a66cf78 - check for update, I keep updating this quite often atm
----------------------------------------------------------------
-- Some sources of Documentation --
-- https://tidalcycles.org/patterns.html
-- https://tidalcycles.org/functions.html