-
-
Save RH2/ed7ab9f1a1255d1039a76d236562c38f to your computer and use it in GitHub Desktop.
strudel_day 1 ... #2
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
| setCpm(155/4) | |
| $drums: stack( | |
| // s("bd:1").beat("0,7?,10",16).duck("3:4:5"), | |
| s("sd:2").beat("4,12",16), | |
| s("hh:4!4") | |
| ).orbit(2) | |
| .gain(0.4) | |
| .delay(0.05) | |
| ._scope() | |
| let chords2 = chord(`< | |
| Cm Gm Dbm Am | |
| >`) | |
| let chords = chord(`< | |
| F7 Bb7 F7 [Cm7 F7] | |
| Bb7 Bo F7 [Am7 D7] | |
| Gm7 C7 [F7 D7] [Gm7 C7] | |
| >`) | |
| $: n("<[1 2 3]*4 [1 2]*4>".sub("0 0 3")).set(chords).voicing().dec(.2).color("#cc9944").s("piano").room(1)._pianoroll() | |
| $: n("<[1,2,3,7 8 [1?,2,3?,4]] [1,2?,4,7?] [1,3,-3,5]>".add("7")).set(chords).voicing().dec(.2).color("#cccc44").s("piano").room(1).decay(.03).sustain(3)._pianoroll() | |
| $: n("<[1,2,3,7 8 [1?,2,3?,4]] [1,2?,4,7?] [1,3,-3,5]>".sub("7")).set(chords).voicing().dec(.2).color("#cccc44").s("piano").room(1).decay(.03).sustain(3)._pianoroll() | |
| $: n("<[1,2]/2 [1,2,4 6]/2>".sub("10")).set(chords).voicing().dec(.2).color("#ccee44").s("gm_contrabass").room(0).decay(.03).sustain(3)._pianoroll() | |
| $: n("<[0,1,2]*4 [[2,3][5,6]]*4 >".add("0 [1 2] 2 3 4 ")).set(chords).voicing().dec(.2).color("#aa0022").s("ocarina_vib").room(1)._pianoroll() | |
| $: n("<[0,2,4] [0,1,5]>").set(chords).voicing().dec(.2).color("#880044").s("gm_acoustic_guitar_nylon").room(3).delaytime(1).gain(1)._pianoroll() | |
| $: n("<[0,2,4,6,8,10] [0,2,6]*2 [0,2,4]*4>".sub("3")).set(chords).voicing().dec(.2).color("#8822cc").s("gm_lead_6_voice").room(1)._pianoroll() | |
Author
Author
0,2,4 4 [-2 0 2 2] [3,6,8 8] -4 0 4 4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$: n("[[0,2,4] -2 0 2 [3,6,8] -4 0 4]?0.1/2 [[0,2,4] -2 2 0 [3,6,8] -4 4 0]?0.1/2".sub("0")).set(chords).voicing().dec(.2).color("#cc9944").s("ocarina").room(1)._pianoroll()