mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-19 05:24:48 -04:00
feat(sointu, tracker, gioui): add a comment field to the instrument
This commit is contained in:
@ -174,5 +174,8 @@ func (t *Tracker) loadInstrument(filename string) bool {
|
||||
return false
|
||||
}
|
||||
t.SetInstrument(instrument)
|
||||
if t.Instrument().Comment != "" {
|
||||
t.InstrumentExpanded = true
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
Reference in New Issue
Block a user