feat(tracker): add a rudimentary VU-meter to show master volume, peaks & clipping

Closes #16
This commit is contained in:
vsariola
2021-02-16 12:23:18 +02:00
parent 962d0f1152
commit 088bbc6c58
4 changed files with 98 additions and 4 deletions

View File

@ -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),
)
}