Last active
March 6, 2026 19:48
-
-
Save salvatorecapolupo/487440985827198200173f2da2dbddd6 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
| // 1. the clock | |
| setcpm(120) | |
| s("casio").n("<1 3>") | |
| // 2. order is not relevant | |
| s("wind").n("<0 1>") | |
| // same as | |
| //n("<0 1>").s("wind") | |
| //3. basic synthwave | |
| setcpm(90/4) | |
| $kick: s("bd!4:6")._scope()//.duckorbit(2).duckattack(.25) | |
| $sd: s("- sd:4 - sd:4") | |
| $thebass: n("<a1 a2 a2 a2 a1 c3 a2>*16").s("supersaw").scale("A:minor") | |
| $thechords: chord("<Am F Dm@2>*2").s("gm_synth_bass_1").voicing().gain(.4).orbit(2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment