mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 05:23:32 +00:00
IODevice.driver
initial pester tests pass for all kinds
This commit is contained in:
@@ -97,7 +97,7 @@ class VirtualBus : Bus {
|
||||
}
|
||||
|
||||
class BusDevice : IODevice {
|
||||
BusDevice ([int]$index, [Object]$remote) : base ($index, $remote) {
|
||||
BusDevice ([int]$index, [Object]$remote) : base ($index, $remote, 'Output') {
|
||||
if ($this.index -eq 0) {
|
||||
AddStringMembers -PARAMS @('asio') -WriteOnly
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user