mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-12-05 05:07:47 +00:00
basic a2 delay
This commit is contained in:
parent
88468d4e52
commit
1587b2ea6a
@ -7,8 +7,13 @@ class Option : IRemote {
|
|||||||
|
|
||||||
$this.buffer = [OptionBuffer]::new($remote)
|
$this.buffer = [OptionBuffer]::new($remote)
|
||||||
|
|
||||||
|
$num_A = $this.remote.kind.p_out
|
||||||
|
if ($this.remote.kind.name -eq 'basic') {
|
||||||
|
$num_A += $this.remote.kind.v_out
|
||||||
|
}
|
||||||
|
|
||||||
$this.delay = @()
|
$this.delay = @()
|
||||||
for ($i = 0; $i -lt $remote.kind.p_out; $i++) {
|
for ($i = 0; $i -lt $num_A; $i++) {
|
||||||
$this.delay.Add([FloatArrayMember]::new($i, 'delay', $this, 2))
|
$this.delay.Add([FloatArrayMember]::new($i, 'delay', $this, 2))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user