From 414cb9710b30987dc18e51d50a552168cb890128 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Thu, 6 Jan 2022 15:28:43 +0000 Subject: [PATCH] Update Voicemeeter.psm1 vban now pscustomobject --- lib/Voicemeeter.psm1 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/Voicemeeter.psm1 b/lib/Voicemeeter.psm1 index 2601e8e..8f83545 100644 --- a/lib/Voicemeeter.psm1 +++ b/lib/Voicemeeter.psm1 @@ -5,8 +5,7 @@ class Remote { [System.Collections.ArrayList]$button [System.Collections.ArrayList]$strip [System.Collections.ArrayList]$bus - [System.Collections.ArrayList]$vban_in - [System.Collections.ArrayList]$vban_out + [PSCustomObject]$vban $command # Constructor @@ -23,8 +22,7 @@ class Remote { $this.button = Buttons $this.strip = Strips $this.bus = Buses - $this.vban_in = Vban_In - $this.vban_out = Vban_Out + $this.vban = Vban $this.command = Special } else { Exit }