mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 13:33:31 +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:
@@ -152,13 +152,8 @@ class StripDenoiser : IRemote {
|
||||
)
|
||||
}
|
||||
|
||||
class StripEq : IRemote {
|
||||
StripEq ([int]$index, [Object]$remote) : base ($index, $remote) {
|
||||
AddBoolMembers -PARAMS @('on', 'ab')
|
||||
}
|
||||
|
||||
[string] identifier () {
|
||||
return 'Strip[' + $this.index + '].EQ'
|
||||
class StripEq : Eq {
|
||||
StripEq ([int]$index, [Object]$remote) : base ($index, $remote, 'Strip', $remote.kind.strip_ch) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user