-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlilypanel.json
84 lines (84 loc) · 2.03 KB
/
lilypanel.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
{
"__guidance": "Visit https://github.com/Provismet/LilyPanel#setup for instructions on how to edit the interface.",
"ip": "127.0.0.1",
"port": 39540,
"layout": {
"buttons": {
"columns": 2,
"xPadding": 3,
"yPadding": 1
},
"sliders": {
"columns": 2,
"xPadding": 3,
"yPadding": 1,
"orientation": "vertical"
},
"xPadding": 20,
"yPadding": 5,
"colour": {
"controlFrame": "#505050",
"controlButtonHover": "#353535",
"optionsFrame": "#353535",
"optionsButtonHover": "#202020",
"text": "#F6F6F6",
"durationLine": "#000000",
"sliderTrough": "#909090"
}
},
"blends": [
{
"name": "Example1",
"type": "toggle",
"offValue": 0,
"onValue": 1
},
{
"name": "Example2",
"type": "toggle",
"offValue": 0,
"onValue": 1
},
{
"name": "Example3",
"type": "slider",
"minValue": -1,
"maxValue": 1,
"step": 0.5
},
{
"name": "Example4",
"type": "slider",
"minValue": 0,
"maxValue": 5,
"step": 0.1
},
{
"name": "Example5",
"type": "duration",
"defaultValue": 0,
"interval": 50,
"sticky": true,
"checkpoints": {
"0": 0,
"10": 0.25,
"15": -1,
"17": 0.5,
"20": 0.5,
"21": 1
}
},
{
"name": "Example6",
"type": "duration",
"defaultValue": 0,
"interval": 50,
"sticky": false,
"checkpoints": {
"0": 0,
"5": 0.5,
"50": 0
}
}
]
}