mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-09 01:13:32 +00:00
add load profiles, examples, update readme
add Get_Profiles and Set_Profile functions. Now possible to load many parameters from a psd1 config file. example config added add Config Files section to readme
This commit is contained in:
32
_profiles/banana/config.psd1
Normal file
32
_profiles/banana/config.psd1
Normal file
@@ -0,0 +1,32 @@
|
||||
@{
|
||||
strip_0 = @{
|
||||
A1 = $false
|
||||
A2 = $false
|
||||
A3 = $false
|
||||
B1 = $false
|
||||
B2 = $false
|
||||
mono = $false
|
||||
solo = $false
|
||||
mute = $false
|
||||
}
|
||||
strip_1 = @{
|
||||
A1 = $true
|
||||
A2 = $true
|
||||
A3 = $true
|
||||
B1 = $true
|
||||
B2 = $true
|
||||
mono = $true
|
||||
solo = $true
|
||||
mute = $true
|
||||
}
|
||||
strip_2 = @{
|
||||
A1 = $false
|
||||
A2 = $false
|
||||
A3 = $false
|
||||
B1 = $false
|
||||
B2 = $false
|
||||
mono = $false
|
||||
solo = $false
|
||||
mute = $false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user