mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-01-18 05:10:48 +00:00
Update Voicemeeter.psm1
vban now pscustomobject
This commit is contained in:
parent
a70843385f
commit
414cb9710b
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user