mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 13:33:31 +00:00
IODevice.driver
initial pester tests pass for all kinds
This commit is contained in:
@@ -155,7 +155,7 @@ class StripEq : IOEq {
|
||||
}
|
||||
|
||||
class StripDevice : IODevice {
|
||||
StripDevice ([int]$index, [Object]$remote) : base ($index, $remote) {
|
||||
StripDevice ([int]$index, [Object]$remote) : base ($index, $remote, 'Input') {
|
||||
}
|
||||
|
||||
[string] identifier () {
|
||||
|
||||
Reference in New Issue
Block a user