gainlayers implemented

tests adjusted for potato.
gainlayer unit test added

factory method for bus mode added.
This commit is contained in:
onyx-and-iris
2022-06-28 19:30:37 +01:00
parent 0fb0daf558
commit 80a561d7fc
5 changed files with 68 additions and 19 deletions

View File

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