mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2024-11-15 17:10:46 +00:00
a86a25ca8f
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.
23 lines
257 B
TOML
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"
|