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:
@@ -84,7 +84,11 @@ class BusMode : IRemote {
|
||||
}
|
||||
|
||||
class BusEq : Eq {
|
||||
BusEq ([int]$index, [Object]$remote) : base ($index, $remote, 'Bus', $remote.kind.bus_ch) {
|
||||
BusEq ([int]$index, [Object]$remote) : base ($index, $remote, 'Bus') {
|
||||
}
|
||||
|
||||
[string] identifier () {
|
||||
return 'Bus[' + $this.index + '].EQ'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user