mirror of
https://github.com/onyx-and-iris/voicemeeter.git
synced 2026-04-18 05:23:31 +00:00
Remote Kind field now exported.
Kind fields/methods now exported vmRem renamed vm in examples/tests. prefer short variable name. minor version bump
This commit is contained in:
4
strip.go
4
strip.go
@@ -292,11 +292,11 @@ func (gl *gainLayer) Set(val float32) {
|
||||
func newStripLevels(i int, k *kind) levels {
|
||||
var init int
|
||||
var os int
|
||||
if i < k.physIn {
|
||||
if i < k.PhysIn {
|
||||
init = i * 2
|
||||
os = 2
|
||||
} else {
|
||||
init = (k.physIn * 2) + ((i - k.physIn) * 8)
|
||||
init = (k.PhysIn * 2) + ((i - k.PhysIn) * 8)
|
||||
os = 8
|
||||
}
|
||||
return levels{iRemote{fmt.Sprintf("strip[%d]", i), i}, k, init, os, "strip"}
|
||||
|
||||
Reference in New Issue
Block a user