mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2024-11-15 16:40:46 +00:00
be2b89e3fa
bus modes added to all 3 example configs. config unit tests added
48 lines
519 B
TOML
48 lines
519 B
TOML
[strip-0]
|
|
label = "PhysStrip0"
|
|
A1 = true
|
|
gain = -8.8
|
|
comp = 3.2
|
|
|
|
[strip-1]
|
|
label = "PhysStrip1"
|
|
B1 = true
|
|
gate = 4.1
|
|
|
|
[strip-2]
|
|
label = "PhysStrip2"
|
|
gain = 1.1
|
|
limit = -15
|
|
|
|
[strip-3]
|
|
label = "VirtStrip0"
|
|
limit = -12
|
|
|
|
[strip-4]
|
|
label = "VirtStrip1"
|
|
bass = -3.2
|
|
mid = 1.5
|
|
treble = 2.1
|
|
|
|
[bus-0]
|
|
label = "PhysBus0"
|
|
mute = true
|
|
|
|
[bus-1]
|
|
label = "PhysBus1"
|
|
mono = true
|
|
|
|
[bus-2]
|
|
label = "PhysBus2"
|
|
eq = true
|
|
mode = "composite"
|
|
|
|
[bus-3]
|
|
label = "VirtBus0"
|
|
eq_ab = true
|
|
mode = "upmix61"
|
|
|
|
[bus-4]
|
|
label = "VirtBus1"
|
|
gain = -22.8
|