mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 13:33:31 +00:00
stripeq, buseq
- replace iremote with eq for stripeq and buseq - move identifier to eq - avoid passing entire parent objects
This commit is contained in:
@@ -11,6 +11,9 @@ $KindMap = @{
|
||||
'insert' = 0
|
||||
'vban_in' = 4
|
||||
'vban_out' = 4
|
||||
'strip_ch' = 0
|
||||
'bus_ch' = 0
|
||||
'cells' = 0
|
||||
};
|
||||
'banana' = @{
|
||||
'name' = 'banana'
|
||||
@@ -24,6 +27,9 @@ $KindMap = @{
|
||||
'insert' = 22
|
||||
'vban_in' = 8
|
||||
'vban_out' = 8
|
||||
'strip_ch' = 0
|
||||
'bus_ch' = 8
|
||||
'cells' = 6
|
||||
};
|
||||
'potato' = @{
|
||||
'name' = 'potato'
|
||||
@@ -37,6 +43,9 @@ $KindMap = @{
|
||||
'insert' = 34
|
||||
'vban_in' = 8
|
||||
'vban_out' = 8
|
||||
'strip_ch' = 2
|
||||
'bus_ch' = 8
|
||||
'cells' = 6
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user