mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-04-06 23:53:31 +00:00
add profiles
added profiles module. added example profile configs added toml dependency to setup.py add apply_profile and reset functions to base class
This commit is contained in:
43
_profiles/potato/config.toml
Normal file
43
_profiles/potato/config.toml
Normal file
@@ -0,0 +1,43 @@
|
||||
extends = 'blank'
|
||||
[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