initial commit

initial commit
This commit is contained in:
onyx-and-iris
2022-04-11 18:35:28 +01:00
parent 594988aa67
commit 3eec86e5ed
180 changed files with 3140 additions and 0 deletions

15
configs/app.toml Normal file
View File

@@ -0,0 +1,15 @@
# load with themes enabled? set the default mode
[theme]
enabled=true
mode="light"
# load in extended mode? if so which orientation
[extends]
extended=true
extends_horizontal=false
# default dimensions for channel label frames
[channel]
width=80
height=130
# default submix bus
[submixes]
default=6

12
configs/vban.toml Normal file
View File

@@ -0,0 +1,12 @@
# example connections
[connection-1]
kind = 'banana'
ip = '<ip address 1>'
streamname = 'Command1'
port = 6990
[connection-2]
kind = 'potato'
ip = '<ip address 2>'
streamname = 'Command1'
port = 6990