-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.json
More file actions
38 lines (34 loc) · 762 Bytes
/
config.json
File metadata and controls
38 lines (34 loc) · 762 Bytes
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
{
"display": {
"width": 1600,
"height": 900,
"fullscreen": false
},
"bass": {
"deviceID": -1,
"sampleRate": 44100
},
"data": {
"freq_bin": [20, 60, 250, 500]
},
"visualiser2d": {
"active": false,
"rectWidth": 8,
"barAmp": 1000,
"circleAmp": 1000,
"aproxAmp": 5000,
"circleInitialRadius": 100,
"barColour": [255, 0, 0, 255],
"circleColour": [0, 0, 255, 255]
},
"visualiser3d": {
"active": true,
"cameraPos": [-35, 30, 0],
"cameraRot": [45, 90, 0],
"barAmp": 100,
"barHSV": [0, 100, 50],
"circleRadius": 20,
"startAngle": 0,
"endAngle": 360
}
}