mirror of
https://github.com/vsariola/sointu.git
synced 2026-02-13 19:53:16 -05:00
drafting
This commit is contained in:
parent
2303e89bbd
commit
c424d2b847
@ -35,13 +35,9 @@ func (s *SpectrumState) Layout(gtx C) D {
|
||||
var chnModeTxt string = "???"
|
||||
switch tracker.SpecChnMode(t.Model.SpecAnChannelsInt().Value()) {
|
||||
case tracker.SpecChnModeCombine:
|
||||
chnModeTxt = "Combine"
|
||||
chnModeTxt = "Sum"
|
||||
case tracker.SpecChnModeSeparate:
|
||||
chnModeTxt = "Separate"
|
||||
case tracker.SpecChnModeLeft:
|
||||
chnModeTxt = "Left"
|
||||
case tracker.SpecChnModeRight:
|
||||
chnModeTxt = "Right"
|
||||
case tracker.SpecChnModeOff:
|
||||
chnModeTxt = "Off"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user