mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-04-09 01:13:30 +00:00
initial commit
initial commit
This commit is contained in:
15
configs/app.toml
Normal file
15
configs/app.toml
Normal 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
12
configs/vban.toml
Normal 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
|
||||
Reference in New Issue
Block a user