mirror of
https://github.com/vsariola/sointu.git
synced 2026-02-23 16:43:25 -05:00
feat(tracker): add a rudimentary VU-meter to show master volume, peaks & clipping
Closes #16
This commit is contained in:
@ -192,5 +192,6 @@ func (t *Tracker) layoutSongOptions(gtx C) D {
|
||||
gtx.Constraints.Min = image.Pt(0, 0)
|
||||
return panicBtnStyle.Layout(gtx)
|
||||
}),
|
||||
layout.Rigid(t.VuMeter.Layout),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user