eq x.1.2.0

changes staged
- bus channel trim
- bus channel delay
- cell gain range
This commit is contained in:
pblivingston
2025-12-10 07:33:11 -05:00
parent f5bdeb6d57
commit c446ad8c93
3 changed files with 36 additions and 13 deletions

View File

@@ -69,6 +69,8 @@ class EqChannel : IRemote {
EqChannel ([int]$index, [Object]$remote, [string]$eqId) : base ($index, $remote) {
$this.eqId = $eqId
AddFloatMembers -PARAMS @('trim', 'delay')
$this.cell = @()
$cellCount = $this.remote.kind.cells
for ($c = 0; $c -lt $cellCount; $c++) {