igorski / efflux-tracker

Browser based music making application driving synthesizers, samplers and effects using both a tracker and piano roll/loop based interface. Supports MIDI controllers and provides both local and cloud based project storage.

Home Page:https://www.igorski.nl/application/efflux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pattern insert/delete/clear/paste actions should be added to state history

igorski opened this issue · comments

When using any of the insert/delete/paste buttons above the pattern track list, these actions are not added to state history, making them impossible to undo or redo.

Pattern clear integrated within state history in 57fda5f

Pattern pasting integrated within state history in 3618e17

Pattern addition and deletion integrated within state history in 02bfa6e

However undoing a pattern addition will result in all events not being audible (they are however visible on screen).

Long standing bug with undoing a pattern edition has been resolved in b322a54