mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 05:23:32 +00:00
add gain,comp,limit to strip. Update tests.
Added gain, comp and limit attributes to strip class Updated pester unit tests to reflect changes. Update changelog
This commit is contained in:
@@ -41,7 +41,7 @@ class Bus {
|
||||
|
||||
hidden $_gain = $($this | Add-Member ScriptProperty 'gain' `
|
||||
{
|
||||
$this.Getter($this.cmd('gain'))
|
||||
[math]::Round($this.Getter($this.cmd('gain')), 1)
|
||||
}`
|
||||
{
|
||||
param ( [Single]$arg )
|
||||
|
||||
Reference in New Issue
Block a user