mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-08 00:53:30 +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:
@@ -59,17 +59,3 @@ Function Buttons {
|
||||
}
|
||||
$button
|
||||
}
|
||||
|
||||
if ($MyInvocation.InvocationName -ne '.')
|
||||
{
|
||||
. .\voicemeeter.ps1
|
||||
try {
|
||||
$vmr = [Remote]::new('potato')
|
||||
|
||||
$vmr.button[0].state = $true
|
||||
$vmr.button[0].state
|
||||
$vmr.button[0].state = $false
|
||||
$vmr.button[0].state
|
||||
}
|
||||
finally { $vmr.Logout() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user