Last active
August 3, 2024 17:14
-
-
Save Noisk8/970596ec3b47a5b75bbdfc7e0dae62f5 to your computer and use it in GitHub Desktop.
El sueño de una pensión | La Reforma EP
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
bareto=[0,.6,0,0,.7,0,0,2] | |
# BASSLINE | |
nn >> faim (bareto, amp=4, dur=PDur(4,8),oct=3.5, formant=var([0,0,1,0,0,2,0,0,3]) ) | |
# Ambient | |
ju >> hoover (bareto,dur=8, root=[0,0,1,2,0,0], amp=0,) | |
# Perc | |
hu >> play ("|X0| ", amp=4) | |
ur >> play (" |o2|", dur=2/2, amp=2) | |
u3 >> play (" [|o2||o2|]", dur=2/2, amp=0) | |
uj >> play ("[|i0||i0|]|i0| |i0| ", dur=.5, amp=0) | |
bh >> play ("[::]", amp=6, sample=3) | |
i8 >> play (" |=2|", dur=2/2, chop=0, amp=5) | |
yt >> play (" |L0|L[LL] |L0| L [LL] |L0| L [LL] ", amp=0, room=.1, mix=.1) | |
h6 >> play ("|e3|", amp=var([0.5,7]), dur=PDur(6,8)) | |
ui >> play ("fr [tt][ttt]", dur=2, amp=10) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment