-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.yaml
37 lines (35 loc) · 1.11 KB
/
test.yaml
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
28
29
30
31
32
33
34
35
36
37
vol: 1
out: [o1, o2]
oscillators:
- name: o1
amp: { val: 1, mod: [], mod-amp: 0 }
type: Sine
freq: { val: 440, mod: [], mod-amp: 0 }
phase: 0
pan: { val: 0, mod: [], mod-amp: 0 }
filters: []
envelope:
attack: { val: 0.05, mod: [], mod-amp: 0 }
decay: { val: 0.01, mod: [], mod-amp: 0 }
sustain: { val: 0, mod: [], mod-amp: 0 }
release: { val: 0.2, mod: [], mod-amp: 0 }
peak: { val: 1, mod: [], mod-amp: 0 }
sustain-level: { val: 0.9, mod: [], mod-amp: 0 }
bpm: { val: 120, mod: [], mod-amp: 0 }
delay: 0
- name: o2
amp: { val: 1, mod: [], mod-amp: 0 }
type: Sine
freq: { val: 440, mod: [], mod-amp: 0 }
phase: 0
pan: { val: 0, mod: [], mod-amp: 0 }
filters: []
envelope:
attack: { val: 0.05, mod: [], mod-amp: 0 }
decay: { val: 0.01, mod: [], mod-amp: 0 }
sustain: { val: 0, mod: [], mod-amp: 0 }
release: { val: 0.2, mod: [], mod-amp: 0 }
peak: { val: 1, mod: [], mod-amp: 0 }
sustain-level: { val: 0.9, mod: [], mod-amp: 0 }
bpm: { val: 120, mod: [], mod-amp: 0 }
delay: 0.25