mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 05:23:32 +00:00
add regex to base, remove tests from modules
Parse multi set params using regex Remove tests from each module
This commit is contained in:
19
lib/bus.ps1
19
lib/bus.ps1
@@ -57,22 +57,3 @@ Function Buses {
|
||||
}
|
||||
$bus
|
||||
}
|
||||
|
||||
if ($MyInvocation.InvocationName -ne '.')
|
||||
{
|
||||
. .\voicemeeter.ps1
|
||||
try {
|
||||
$vmr = [Remote]::new('potato')
|
||||
|
||||
$vmr.bus[0].mono = $true
|
||||
$vmr.bus[0].mono
|
||||
$vmr.bus[0].mono = $false
|
||||
$vmr.bus[0].mono
|
||||
|
||||
$vmr.bus[1].gain = 3.2
|
||||
$vmr.bus[1].gain
|
||||
$vmr.bus[2].gain = -2.0
|
||||
$vmr.bus[2].gain
|
||||
}
|
||||
finally { $vmr.Logout() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user