mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 05:23:32 +00:00
strip, bus device
move stripdevice and busdevice back to strip & bus
This commit is contained in:
@@ -162,6 +162,15 @@ class StripEq : IRemote {
|
||||
}
|
||||
}
|
||||
|
||||
class StripDevice : Device {
|
||||
StripDevice ([int]$index, [Object]$remote) : base ($index, $remote) {
|
||||
}
|
||||
|
||||
[string] identifier () {
|
||||
return 'Strip[' + $this.index + '].Device'
|
||||
}
|
||||
}
|
||||
|
||||
class VirtualStrip : Strip {
|
||||
VirtualStrip ([int]$index, [Object]$remote) : base ($index, $remote) {
|
||||
AddBoolMembers -PARAMS @('mc')
|
||||
|
||||
Reference in New Issue
Block a user