mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 21:43:32 +00:00
recorder module added.
recorder module added.
This commit is contained in:
@@ -7,6 +7,7 @@ class Remote {
|
||||
[System.Collections.ArrayList]$button
|
||||
[PSCustomObject]$vban
|
||||
[Object]$command
|
||||
[Object]$recorder
|
||||
[Object]$profiles
|
||||
|
||||
# Constructor
|
||||
@@ -26,6 +27,7 @@ class Remote {
|
||||
$this.button = Make_Buttons
|
||||
$this.vban = Make_Vban
|
||||
$this.command = Make_Command
|
||||
$this.recorder = Make_Recorder
|
||||
}
|
||||
else { Exit }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user