mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2026-01-02 15:07:47 +00:00
apply_config() checks for 'extends' in TOML config 2.3.0 section added to README three example extender.toml configs added
10 lines
124 B
TOML
10 lines
124 B
TOML
extends = "example"
|
|
[strip-0]
|
|
label = "strip0_extended"
|
|
A1 = false
|
|
gain = 0.0
|
|
|
|
[bus-0]
|
|
label = "bus0_extended"
|
|
mute = false
|