mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 05:23:32 +00:00
identifier, kindOfEq
- move identifier back to BusEq and StripEq for clarity and looser coupling - adjust kindmap so we can get channel count with kindOfEq
This commit is contained in:
@@ -153,7 +153,11 @@ class StripDenoiser : IRemote {
|
||||
}
|
||||
|
||||
class StripEq : Eq {
|
||||
StripEq ([int]$index, [Object]$remote) : base ($index, $remote, 'Strip', $remote.kind.strip_ch) {
|
||||
StripEq ([int]$index, [Object]$remote) : base ($index, $remote, 'Strip') {
|
||||
}
|
||||
|
||||
[string] identifier () {
|
||||
return 'Strip[' + $this.index + '].EQ'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user