mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-01-18 13:20:47 +00:00
5b3a4e2b4f
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
33 lines
564 B
PowerShell
33 lines
564 B
PowerShell
@{
|
|
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
|
|
}
|
|
}
|