NewRemote now accepts delay param

getters clear dirty params sync enabled.

examples and tests updated
This commit is contained in:
onyx-and-iris
2022-09-14 16:05:15 +01:00
parent a4b84f289e
commit 8ca545b1c4
7 changed files with 41 additions and 57 deletions

View File

@@ -44,7 +44,7 @@ func (o observer) OnUpdate(subject string) {
}
func main() {
vm, err := voicemeeter.NewRemote("potato")
vm, err := voicemeeter.NewRemote("potato", 0)
if err != nil {
log.Fatal(err)
}