-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhannah.json
98 lines (98 loc) · 1.6 KB
/
hannah.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"modules": [
{
"id": "builtins::Clock",
"pulse_width": 0.5,
"bpm": 180.32877
},
{
"id": "builtins::Sequencer",
"notes": [
61.0,
65.0,
68.0,
77.0,
61.0,
65.0,
68.0,
75.0
]
},
{
"id": "builtins::Lfo",
"frequency": 0.10574563
},
{
"id": "builtins::Vco"
},
{
"id": "builtins::Adsr",
"release": 0.5,
"sustain": 0.8,
"decay": 0.1,
"attack": 0.005
},
{
"id": "builtins::Vca",
"gain_atten": 1.0,
"gain": 0.27965853
},
{
"id": "builtins::Vcf",
"cutoff_atten": 1.0,
"resonance_atten": 0.0,
"cutoff": 1000.13367,
"resonance": 1.9997387
}
],
"connections": [
{
"src_index": 0,
"src_channel": 0,
"dst_index": 1,
"dst_channel": 0
},
{
"src_index": 1,
"src_channel": 0,
"dst_index": 3,
"dst_channel": 0
},
{
"src_index": 0,
"src_channel": 0,
"dst_index": 4,
"dst_channel": 0
},
{
"src_index": 4,
"src_channel": 0,
"dst_index": 5,
"dst_channel": 1
},
{
"src_index": 3,
"src_channel": 0,
"dst_index": 5,
"dst_channel": 0
},
{
"src_index": 5,
"src_channel": 0,
"dst_index": 6,
"dst_channel": 2
},
{
"src_index": 2,
"src_channel": 3,
"dst_index": 6,
"dst_channel": 0
},
{
"src_index": 6,
"src_channel": 0,
"dst_index": 7,
"dst_channel": 0
}
]
}