mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 05:23:32 +00:00
add support for mb params in multi_set
Add support for mb params in multi_set. Updated changelog to document addition
This commit is contained in:
18
example.ps1
18
example.ps1
@@ -24,5 +24,21 @@ try {
|
||||
}
|
||||
|
||||
$vmr.Set_Multi($hash)
|
||||
|
||||
$hash = @{
|
||||
"mb_0.state" = $true
|
||||
"mb_1.state" = $true
|
||||
"mb_2.state" = $true
|
||||
}
|
||||
|
||||
$vmr.Set_Multi($hash)
|
||||
|
||||
$hash = @{
|
||||
"mb_0.state" = $false
|
||||
"mb_1.state" = $false
|
||||
"mb_2.state" = $false
|
||||
}
|
||||
|
||||
$vmr.Set_Multi($hash)
|
||||
}
|
||||
finally { $vmr.Logout() }
|
||||
finally { $vmr.Logout() }
|
||||
|
||||
Reference in New Issue
Block a user