mirror of
https://github.com/onyx-and-iris/voicemeeter.git
synced 2024-11-22 04:40:53 +00:00
merge assignment
This commit is contained in:
parent
a7abc43726
commit
790054f7ce
@ -252,8 +252,7 @@ func (bm *busMode) GetRearOnly() bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func newBusLevels(i int, k *kind) levels {
|
func newBusLevels(i int, k *kind) levels {
|
||||||
var init int
|
init := i * 8
|
||||||
init = i * 8
|
|
||||||
return levels{iRemote{fmt.Sprintf("bus[%d]", i), i}, k, init, 8}
|
return levels{iRemote{fmt.Sprintf("bus[%d]", i), i}, k, init, 8}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user