Created
March 15, 2020 22:57
-
-
Save pLabarta/3d868e5ddcef2321ea99293681aa6eea 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
| #### PANEL 1 | |
| Scale.default = "minor" | |
| Root.default.set("B") | |
| Clock.bpm=80 | |
| m2 >> gong(var([p2.pitch],4), dur=1/4, pan=linvar([-1,1],4), amp=linvar([0,2],8)).sometimes("stutter", 4) | |
| d2 >> play('w' ,dur=PSum([1,6],4), rate=1/4) | |
| d3 >> play('K', dur=2, sample=3) | |
| play2notes([0],"Q",dur=[4],ritmo=[4],oct=-1,player=q1) | |
| changeDur(8) | |
| abajo() | |
| arriba() | |
| abajo() | |
| sn.stop() | |
| arriba() | |
| changeDur(0.5) | |
| y1 >> ambi(linvar([0,5],16), dur=1/8, cut=0, chop=0, room=0.6, mix=0.8).only() | |
| p1 >> piano(var([0,2],4), drive=0.3, dur=PSum(7,4),amp=0.7,pan=PWhite(-1,1)).every(4,"stutter",2,dur=1) + var([0,2],8) | |
| d3 >> play("---[--]",sample=2,dur=0.5,amp=1) | |
| d3.stop() | |
| changeDur(2) | |
| Clock.clear() | |
| p2 >> piano(pminor[-1],drive=0.1,dur=PSum(6,4),scale=Scale.minorPentatonic) + [0] | |
| p2.stop() | |
| p2.stop() | |
| sonando() | |
| c1 >> glass([0],oct=4) | |
| softdrums() | |
| changeDur(0.5) | |
| abajo() | |
| p1.reset() >> bass([0], drive=0.3, dur=PSum(6,4),amp=0.4,pan=PWhite(-1,1)) | |
| pan=linvar([-1,1]), amp=linvar([1,1.5,1.5,1])) | |
| def softdrums(hpff=250): | |
| sust=0.02 | |
| hh >> play("-",dur=1/4,amp=[1,0.3],sus=sust,hpf=hpff,sample=3) | |
| bd >> play("x x xx (x )( x) x",dur=1/4,amp=0.3,sus=sust,hpf=hpff) | |
| sn >> play(" o o o ",dur=1/4,amp=0.15,sus=sust,hpf=hpff) | |
| ##### PANEL 2 | |
| notes, dur, sus = melody("00163.5..6=",n_bars=1,base_duration=4) | |
| p1 >> piano(notes,dur=dur,sus=sus) | |
| d1 >> play('r') | |
| z1 >> pasha(var([0,[1,-2,-3]],2),dur=2,chop=([6,8],[4]),amp=1,oct=(6,5),delay=(0,1)) | |
| Clock.clear() | |
| d2 >> play("wo" ,dur=PSum(var([3],4),4)/2, rate=1/4,delay=PRand([0,0.5]),echo=var([0.25,0],4),echotime=1,amp=0.7,formant=var([1],4)) | |
| d7 >> play(' ( O)',amp=0.5) | |
| d4 >> play(" (*) ",sample=1,lpf=0,dur=0.5,amp=0.7) | |
| d4.stop() | |
| sonando() | |
| changeDur(2) | |
| p1.reset() >> bell([10,9,7,4,3,2,0],dur=P[3,3,3,3,2,2,16]/8,scale=Scale.lydian,root=-3,oct=[4,4,4,PRand([4])],hpf=250) | |
| p1.pitch=0 | |
| p1.dur=3/4 | |
| p1.stop() | |
| ,echo=var([0.25,0],4),echotime=2) | |
| d3.reset() >> play('K', dur=2, sample=3) | |
| d3.dur=PSum(5,4) | |
| d3.rate=var([1,2],4) | |
| d3 >> play("---[--]",sample=2,dur=0.5,amp=1) | |
| d4 >> play(' ') | |
| m2 >> gong(var([p2.pitch],4), dur=1/4, pan=linvar([-1,1],4), amp=linvar([0,2],8)).sometimes("stutter", 4).stop() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment