mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-01-18 21:30:46 +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]$button
|
||||||
[System.Collections.ArrayList]$strip
|
[System.Collections.ArrayList]$strip
|
||||||
[System.Collections.ArrayList]$bus
|
[System.Collections.ArrayList]$bus
|
||||||
[System.Collections.ArrayList]$vban_in
|
[PSCustomObject]$vban
|
||||||
[System.Collections.ArrayList]$vban_out
|
|
||||||
$command
|
$command
|
||||||
|
|
||||||
# Constructor
|
# Constructor
|
||||||
@ -23,8 +22,7 @@ class Remote {
|
|||||||
$this.button = Buttons
|
$this.button = Buttons
|
||||||
$this.strip = Strips
|
$this.strip = Strips
|
||||||
$this.bus = Buses
|
$this.bus = Buses
|
||||||
$this.vban_in = Vban_In
|
$this.vban = Vban
|
||||||
$this.vban_out = Vban_Out
|
|
||||||
$this.command = Special
|
$this.command = Special
|
||||||
}
|
}
|
||||||
else { Exit }
|
else { Exit }
|
||||||
|
Loading…
Reference in New Issue
Block a user