-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2019-05-29.py
27 lines (18 loc) · 995 Bytes
/
2019-05-29.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
from FoxDot import *
Clock.clear()
Scale.default=Scale.major
s3 >> varsaw(var([0,-2,-1], [10,5,5]), shape=P[.8,0,.2,0,.3,0,0.4,0], amp=1.0, sus=((0.08),(0.3)), mix=(0,1), room=0.5, oct=((3,4), (3,4)), dur=PDur(5,10))
d1 >> play("{kh}", sample=2, rate=PRand([1,-1]), dur=PDur(6,10))
b1 >> evilbass(s3.degree, sus=0.4, dur=PDur(5,10), delay=0, amp=0.5, oct=4)
k1 >> play("XhhXr", dur=0.5, hpf=0, hpr=0.2, sample=2)
d2 >> play("=i*td", room=0.5, mix=(0,0.9))
s3 >> varsaw(var([0,-2,-1], [8,4,4]), shape=P[.8,0,.2,0,.3,0,0.4,0], amp=1.0, sus=((0.08),(0.3)), mix=(0,1), room=0.5, oct=((3,4), (3,4)), dur=PDur(5,8))
d1 >> play("{kh}", sample=2, rate=PRand([1,-1]), dur=PDur(6,8))
b1 >> evilbass(s3.degree, sus=0.4, dur=PDur(5,8), delay=0, amp=0.5, oct=4)
k1 >> play("XhXr", dur=0.5, hpf=0, hpr=0.2, sample=2)
d2 >> play("=itd", room=0.5, mix=(0,0.9))
Master().hpf=0;
Master().hpf=900;Master().hpr=0.1
Root.default=var([0,2],16)
Scale.default=Scale.major
s2 >> pluck([(0,2,4)], dur=PDur(3,8))