-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2017-12-14.py
19 lines (14 loc) · 860 Bytes
/
2017-12-14.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
from FoxDot import *
Clock.bpm=138
Scale.default=Scale.chromatic
m1 >> sawbass(sus=m1.dur, amp=3, cutoff=1200, rq=0.2)
m1.degree = P[3,2,2, 2,2, 2,0,2,2,2, 0,2,2, 2,3,2,2,2,2,2, 3,2,2, 2,2,2, 3,2,2, 0,2,2, -3,2,2,2,2, 3,2,2, 0]-2
# m1.degree = P[4,0,0, 0,0, 0,-2,0,0,0, -2,0,0, 0,4,0,0,0,0,0, 4,0,0, 0,0,0, 4,0,0, -2,0,0, -4,0,0,0,0, 4,0,0, -2]
m1.dur = P[1,1,1, 2,1, 1,1,2,1,1, 1,1,1, 1,1,2,1,2,1,1, 1,1,1, 1,1,1, 1,1,1, 1,1,1, 1,1,2,1,1, 1,1,1, 3]/3
s1 >> arpy()
s1.dur=P[.5,.5,.5,.25,.25]
s1.amp=P[1,1,1,1,1, 0,1,1,1,1]
s1.degree=P[0, (0,12,16), (0,12,16),0,(12,15), 0,(0,12,15),(0,12,15),0,(12,16)]
d1 >> play("<X><[i h ]><[ --]>< o( o)>", hpf=PWhite(300,2000), hpr=0.3, sample=2, amp=2, dur=1.5)
d2 >> play("x ", sample=5, amp=2)
s1 >> star(m1.degree, dur=P[2,0.5,1,0.5,1,0.5,1], chop=s1.dur*2, pan=PWhite(-1,1), hpr=0.2, hpf=PWhite(100,3000))