vban-cmd-python/configs/basic/example.toml
onyx-and-iris a86a25ca8f BusModes IntEnum added to bus
get() added to bus mode mixin, returns the current bus mode.

added support for setting bus mode by dict
fixed bug in apply where bool parameters weren't being applied.

bus modes added to all 3 example configs.

test_config added to unit tests.
2022-07-16 21:50:50 +01:00

23 lines
257 B
TOML

[strip-0]
label = "PhysStrip0"
A1 = true
gain = -8.8
[strip-1]
label = "PhysStrip1"
B1 = true
audibility = 3.2
[strip-2]
label = "VirtStrip0"
[bus-0]
label = "PhysBus0"
mute = true
mode = "composite"
[bus-1]
label = "VirtBus0"
mono = true
mode = "amix"