mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-12-05 05:07:47 +00:00
forgot to save kinds
This commit is contained in:
parent
8038fc24ce
commit
02bc174746
@ -11,8 +11,7 @@ $KindMap = @{
|
||||
'insert' = 0
|
||||
'vban_in' = 4
|
||||
'vban_out' = 4
|
||||
'strip_ch' = 0
|
||||
'bus_ch' = 0
|
||||
'eq_ch' = @{ 'strip' = 0; 'bus' = 0 }
|
||||
'cells' = 0
|
||||
};
|
||||
'banana' = @{
|
||||
@ -27,8 +26,7 @@ $KindMap = @{
|
||||
'insert' = 22
|
||||
'vban_in' = 8
|
||||
'vban_out' = 8
|
||||
'strip_ch' = 0
|
||||
'bus_ch' = 8
|
||||
'eq_ch' = @{ 'strip' = 0; 'bus' = 8 }
|
||||
'cells' = 6
|
||||
};
|
||||
'potato' = @{
|
||||
@ -43,8 +41,7 @@ $KindMap = @{
|
||||
'insert' = 34
|
||||
'vban_in' = 8
|
||||
'vban_out' = 8
|
||||
'strip_ch' = 2
|
||||
'bus_ch' = 8
|
||||
'eq_ch' = @{ 'strip' = 2; 'bus' = 8 }
|
||||
'cells' = 6
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user