2022-05-05 10:29:27 +01:00
|
|
|
# load a specific profile on start (file name without .toml ext)
|
2022-06-17 17:53:46 +01:00
|
|
|
# [configs]
|
|
|
|
# config="example"
|
2022-04-11 18:35:28 +01:00
|
|
|
# load with themes enabled? set the default mode
|
|
|
|
[theme]
|
2023-06-29 17:15:03 +01:00
|
|
|
enabled = true
|
|
|
|
mode = "light"
|
2022-04-11 18:35:28 +01:00
|
|
|
# load in extended mode? if so which orientation
|
|
|
|
[extends]
|
2023-06-29 17:15:03 +01:00
|
|
|
extended = true
|
|
|
|
extends_horizontal = true
|
2022-04-11 18:35:28 +01:00
|
|
|
# default dimensions for channel label frames
|
|
|
|
[channel]
|
2023-06-29 17:15:03 +01:00
|
|
|
width = 80
|
|
|
|
height = 130
|
|
|
|
xpadding = 2
|
2022-04-24 22:12:27 +01:00
|
|
|
# size of a single mouse wheel scroll step
|
2022-04-17 20:52:38 +01:00
|
|
|
[mwscroll_step]
|
2023-06-29 17:15:03 +01:00
|
|
|
size = 3
|
2022-04-17 20:52:38 +01:00
|
|
|
# default submix bus
|
2022-04-11 18:35:28 +01:00
|
|
|
[submixes]
|
2023-06-29 17:15:03 +01:00
|
|
|
default = 0
|
|
|
|
# show the navigation frame?
|
|
|
|
[navigation]
|
|
|
|
show = true
|