QuadCubedStudios / GoDAW

A Godot DAW
MIT License
101 stars 11 forks source link

Undo / Redo #42

Open IsotoxalDev opened 2 years ago

IsotoxalDev commented 2 years ago

Undo / Redo

Having a proper undo / redo system from the beginning can be really helpful to the users.

Technohacker commented 2 years ago

We might be able to use https://docs.godotengine.org/en/stable/classes/class_undoredo.html to implement this