entry point GetRemote added

director and builder types added, one for each kind.

separates construction from representation
This commit is contained in:
onyx-and-iris
2022-06-25 16:22:16 +01:00
parent 37a12713f0
commit d3289dbb80
3 changed files with 119 additions and 37 deletions

View File

@@ -8,7 +8,7 @@ import (
)
var (
vmRem = voicemeeter.NewRemote("banana")
vmRem = voicemeeter.GetRemote("banana")
)
func TestMain(m *testing.M) {