mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-09 17:33:33 +00:00
gainlayers
gainlayers are now FloatArrayMember objects - this is a breaking change prelim pester tests for potato pass
This commit is contained in:
@@ -286,6 +286,15 @@ Describe -Tag 'higher', -TestName 'All Higher Tests' {
|
||||
$vmr.strip[$index].limit = $gain
|
||||
$vmr.strip[$index].limit | Should -Be $gain
|
||||
}
|
||||
|
||||
Context 'Gainlayers' -Skip:$ifNotPotato -ForEach @(
|
||||
@{ Layer = $phys_out }, @{ Layer = $virt_out }
|
||||
) {
|
||||
It "Should set Strip[$index].Gainlayer[$layer]" {
|
||||
$vmr.strip[$index].gainlayer[$layer].set($gain)
|
||||
$vmr.strip[$index].gainlayer[$layer].get() | Should -Be $gain
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Context 'Strip, physical only' -ForEach @(
|
||||
|
||||
Reference in New Issue
Block a user