diff --git a/tracker/tracker.go b/tracker/tracker.go index 95e83a3..6567661 100644 --- a/tracker/tracker.go +++ b/tracker/tracker.go @@ -220,6 +220,7 @@ func (t *Tracker) DeleteInstrument() { if t.CurrentInstrument >= len(t.song.Patch.Instruments) { t.CurrentInstrument = len(t.song.Patch.Instruments) - 1 } + t.sequencer.SetPatch(t.song.Patch) } // SetCurrentNote sets the (note) value in current pattern under cursor to iv