mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-06-10 18:30:22 +01:00
upd example
This commit is contained in:
parent
0cdd71600f
commit
436b47a5db
@ -64,12 +64,9 @@ $vmr.strip[0].mute=1
|
|||||||
*When Pressed*
|
*When Pressed*
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
$vmr.strip[1].mute=0
|
$vmr.strip[0].mute=$(-not $vmr.strip[0].mute)
|
||||||
$vmr.strip[2].mute=0
|
$vmr.strip[1].mute=$(-not $vmr.strip[1].mute)
|
||||||
|
$vmr.strip[2].mute=$(-not $vmr.strip[2].mute)
|
||||||
if ($vmr.strip[0].mute) {
|
|
||||||
$vmr.strip[0].mute=0
|
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user