mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-09 17:33:33 +00:00
eq x.1.2.0
changes staged - bus channel trim - bus channel delay - cell gain range
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user