mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 21:43:32 +00:00
general updates, added fadeto/fadeby
fadeto, fadeby added to strip|bus kind maps reworked. bindings/profiles/kinds moved into their own files. changelog/readme updated version bump
This commit is contained in:
@@ -78,8 +78,8 @@ Function AddActionMembers() {
|
||||
}
|
||||
|
||||
Function AddChannelMembers() {
|
||||
$num_A = $layout.p_out
|
||||
$num_B = $layout.v_out
|
||||
$num_A = $this.remote.kind.p_out
|
||||
$num_B = $this.remote.kind.v_out
|
||||
|
||||
[System.Collections.ArrayList]$channels = @()
|
||||
1..$($num_A + $num_B) | ForEach-Object {
|
||||
|
||||
Reference in New Issue
Block a user