mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2024-11-16 00:40:46 +00:00
onyx-and-iris
f854ec7875
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
|