From 2f3e932c5c9e16606fa5797b391b4c4cf59bb93a Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Fri, 30 Apr 2021 16:47:15 +0100 Subject: [PATCH] Update voicemeeter.ps1 add set_multi to remote subclass --- lib/voicemeeter.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/voicemeeter.ps1 b/lib/voicemeeter.ps1 index c1f2e1a..0507ab0 100644 --- a/lib/voicemeeter.ps1 +++ b/lib/voicemeeter.ps1 @@ -24,4 +24,8 @@ class Remote { [void] Logout () { Logout } + + [void] Set_Multi([HashTable]$hash) { + Param_Set_Multi -HASH $hash + } }