-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
On start-up this gui.* should be moved as it interferes with the resetting and initial start of the metronome - nil pointer, etc.
func (m *metronome) StartMetronome() {
gui.TempgoStatData.MetronomeBeatsPerMeasure.Set(fmt.Sprint(MainMetronome.beatsPerMeasure))
gui.TempgoStatData.MetronomeCurrentBPM.Set(fmt.Sprintf("%d BPM", MainMetronome.CurrentTempo))
gui.TempgoStatData.MetronomeBeatInterval.Set(fmt.Sprintf(" %.0fms", 60_000.0/float32(MainMetronome.CurrentTempo)))
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request