mirror of
https://github.com/vsariola/sointu.git
synced 2025-11-12 21:02:52 -05:00
refactor(tracker/gioui): combine UnitList & UnitEditor structs
This commit is contained in:
parent
48dc4a35bb
commit
91c9701f14
@ -62,7 +62,7 @@ type (
|
||||
|
||||
func NewPatchPanel(model *tracker.Model) *PatchPanel {
|
||||
return &PatchPanel{
|
||||
instrEditor: MakeInstrumentEditor(model),
|
||||
instrEditor: *NewInstrumentEditor(model),
|
||||
instrList: MakeInstrList(model),
|
||||
tools: MakeInstrumentTools(model),
|
||||
instrProps: *NewInstrumentProperties(),
|
||||
|
||||
Reference in New Issue
Block a user