bgribble / mfp

Music For Programmers, a graphical patching language
GNU General Public License v2.0
56 stars 2 forks source link

Undo/redo #61

Open bgribble opened 11 years ago

bgribble commented 11 years ago

This is going to be pretty deep, though there are pretty straightforward patterns to follow. Undo-able actions need to be represented as first-class objects that can reverse themselves. This means touching all the input modes.

bgribble commented 11 years ago

Created branch https://github.com/bgribble/mfp/tree/undo-61 to work on undo/redo