mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-12-05 05:07:47 +00:00
Update run.ps1
This commit is contained in:
parent
5c623711f7
commit
2eecdd7def
@ -18,8 +18,8 @@ function main() {
|
||||
$vban_out = $vmr.kind.vban_out - 1
|
||||
$insert = $vmr.kind.insert - 1
|
||||
$composite = $vmr.kind.composite - 1
|
||||
$strip_ch = $vmr.kind.strip_ch - 1
|
||||
$bus_ch = $vmr.kind.bus_ch - 1
|
||||
$strip_ch = $vmr.kind.eq_ch['strip'] - 1
|
||||
$bus_ch = $vmr.kind.eq_ch['bus'] - 1
|
||||
$cells = $vmr.kind.cells - 1
|
||||
|
||||
# skip conditions by kind
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user