mirror of
https://github.com/vsariola/sointu.git
synced 2026-02-12 19:23:12 -05:00
refactor(tracker): make Model methods return List, avoiding .List()
This commit is contained in:
parent
74beb6760c
commit
1693d7ed5e
@ -93,8 +93,8 @@ func NewNoteEditor(model *tracker.Model) *NoteEditor {
|
||||
TrackMidiInBtn: new(Clickable),
|
||||
scrollTable: NewScrollTable(
|
||||
model.Notes().Table(),
|
||||
model.Tracks().List(),
|
||||
model.NoteRows().List(),
|
||||
model.Tracks(),
|
||||
model.NoteRows(),
|
||||
),
|
||||
}
|
||||
for k, a := range keyBindingMap {
|
||||
|
||||
Reference in New Issue
Block a user