mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-09 17:33:33 +00:00
add strip/bus commands to readme, update examples
Added strip/bus command section to readme update changelog Add more params to examples
This commit is contained in:
@@ -17,5 +17,15 @@ try {
|
||||
$vmr.bus[2].mute
|
||||
$vmr.bus[2].mute = $false
|
||||
$vmr.bus[2].mute
|
||||
|
||||
$vmr.strip[0].A1 = $true
|
||||
$vmr.strip[0].A1
|
||||
$vmr.strip[0].B2 = $false
|
||||
$vmr.strip[0].B2
|
||||
|
||||
$vmr.bus[2].gain = -0.3
|
||||
$vmr.bus[2].gain
|
||||
$vmr.bus[3].gain = 3.2
|
||||
$vmr.bus[3].gain
|
||||
}
|
||||
finally { $vmr.Logout() }
|
||||
|
||||
Reference in New Issue
Block a user