mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2026-04-06 23:43:30 +00:00
add example configs. move config files section in readme
add example configs. move config files section in readme
This commit is contained in:
35
configs/banana/config.toml
Normal file
35
configs/banana/config.toml
Normal file
@@ -0,0 +1,35 @@
|
||||
[strip-0]
|
||||
limit = 12
|
||||
label = ""
|
||||
|
||||
[strip-1]
|
||||
A1 = true
|
||||
A2 = true
|
||||
A3 = true
|
||||
B1 = true
|
||||
B2 = true
|
||||
mono = true
|
||||
solo = true
|
||||
mute = true
|
||||
limit = 12
|
||||
label = ""
|
||||
|
||||
[strip-2]
|
||||
limit = 12
|
||||
label = ""
|
||||
|
||||
[strip-3]
|
||||
limit = 12
|
||||
label = ""
|
||||
|
||||
[strip-4]
|
||||
A1 = false
|
||||
A2 = false
|
||||
A3 = false
|
||||
B1 = false
|
||||
B2 = false
|
||||
k = false
|
||||
solo = false
|
||||
mute = false
|
||||
limit = 12
|
||||
label = ""
|
||||
17
configs/basic/config.toml
Normal file
17
configs/basic/config.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[strip-0]
|
||||
A1 = true
|
||||
B1 = true
|
||||
mono = true
|
||||
solo = true
|
||||
mute = true
|
||||
limit = 12
|
||||
label = ""
|
||||
|
||||
[strip-1]
|
||||
A1 = false
|
||||
B1 = false
|
||||
mono = false
|
||||
solo = false
|
||||
mute = false
|
||||
limit = 12
|
||||
label = ""
|
||||
42
configs/potato/config.toml
Normal file
42
configs/potato/config.toml
Normal file
@@ -0,0 +1,42 @@
|
||||
[strip-0]
|
||||
limit = 12
|
||||
label = ""
|
||||
|
||||
[strip-1]
|
||||
limit = 12
|
||||
label = ""
|
||||
|
||||
[strip-2]
|
||||
A1 = true
|
||||
A2 = true
|
||||
A3 = true
|
||||
A4 = true
|
||||
A5 = true
|
||||
B1 = true
|
||||
B2 = true
|
||||
B3 = true
|
||||
mono = true
|
||||
solo = true
|
||||
mute = true
|
||||
limit = 12
|
||||
label = ""
|
||||
|
||||
[strip-3]
|
||||
limit = 12
|
||||
label = ""
|
||||
|
||||
[strip-4]
|
||||
limit = 12
|
||||
label = ""
|
||||
|
||||
[strip-5]
|
||||
limit = 12
|
||||
label = ""
|
||||
|
||||
[strip-6]
|
||||
limit = 12
|
||||
label = ""
|
||||
|
||||
[strip-7]
|
||||
limit = 12
|
||||
label = ""
|
||||
Reference in New Issue
Block a user