mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-09 17:33:33 +00:00
enable verbose output in examples
fix host key in obs example readme.
This commit is contained in:
@@ -15,7 +15,7 @@ This example assumes the following:
|
||||
|
||||
```psd1
|
||||
@{
|
||||
hostname = "localhost"
|
||||
host = "localhost"
|
||||
port = 4455
|
||||
password = "mystrongpassword"
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ function CurrentProgramSceneChanged {
|
||||
|
||||
function ExitStarted {
|
||||
param([System.Object]$data)
|
||||
"OBS closing has begun!" | Write-Host
|
||||
"OBS shutdown has begun!" | Write-Host
|
||||
break
|
||||
}
|
||||
|
||||
@@ -59,7 +59,7 @@ function main {
|
||||
if ($data.op -eq 5) {
|
||||
eventHandler($data.d)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
finally {
|
||||
|
||||
Reference in New Issue
Block a user