Created
December 21, 2025 19:08
-
-
Save taroyanaka/871a24bf88d2f7b807a2f69e2f028b2f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| setcps(170/60/4) | |
| $drums: stack( | |
| s("bd:1").beat("0,7?,10",16), | |
| s("sd:2").beat("4,12",16), | |
| s("hh:4!8") | |
| ) | |
| .duckattack(0.4).duckdepth(1) | |
| .orbit(2)._scope() | |
| $bass: s("supersaw!8").note("<c# f d# [d# a#2]>/2" | |
| .sub("[12 0]".fast(8)) | |
| ) | |
| .orbit(3).rlp(slider(0.583)).lpenv("2") | |
| $bass: n(irand(8).sub(2).seg(16)).scale("c#:major") | |
| .delay(.4) | |
| .s("supersaw!16") | |
| .lpf(200).lpenv(slider(4.168,0,8)).lpq(6) | |
| .orbit(4) | |
| ._pianoroll() | |
| // samples({ | |
| // xmas: 'xmas/170535__cognito-perceptu__merry-christmas.wav', | |
| // toy1: 'toys/005_Colors-Words.wav', | |
| // speech1: 'speech/005_Sound8.wav', | |
| // }, 'https://raw.githubusercontent.com/tidalcycles/Dirt-Samples/master/'); | |
| // $mid: n(irand(10).sub(3).seg(12)).scale("c:minor") | |
| // .octave("<0 1 -1 0>") | |
| // .distort("2.2:.3").s("supersaw!16").lpf(200).lpenv(slider(3,0,8)).lpq(6) | |
| // .orbit(2)._pianoroll() | |
| // $vox: s("xmas").scrub(berlin.fast(2).seg(2) | |
| // .rib(1, 2) | |
| // ) | |
| // .distort("<.5 .2 .4 .4>") | |
| // .delay("<1 .25 .5 1>") | |
| // .delayfeedback("<.75 .5 .75 .5>") | |
| // .scrub("{0.1!2 .25@3 0.7!2 <0.8:1.5>}%8") | |
| // .gain(0.2) | |
| // .rib(13,2) | |
| // ) | |
| // .delay(.8).delaytime(rand).room(1).roomsize(2) | |
| // .rlp(slider(0.729)) | |
| // .orbit(4) | |
| // $riser: s("pulse!16").dec(.1).fm(time).fmh(time).orbit(5) | |
| // https://youtu.be/aPsq5nqvhxg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment