mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 05:23:32 +00:00
stripeq, buseq
- replace iremote with eq for stripeq and buseq - move identifier to eq - avoid passing entire parent objects
This commit is contained in:
@@ -83,13 +83,8 @@ class BusMode : IRemote {
|
||||
}
|
||||
}
|
||||
|
||||
class BusEq : IRemote {
|
||||
BusEq ([int]$index, [Object]$remote) : base ($index, $remote) {
|
||||
AddBoolMembers -PARAMS @('on', 'ab')
|
||||
}
|
||||
|
||||
[string] identifier () {
|
||||
return 'Bus[' + $this.index + '].EQ'
|
||||
class BusEq : Eq {
|
||||
BusEq ([int]$index, [Object]$remote) : base ($index, $remote, 'Bus', $remote.kind.bus_ch) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user