WebAudio-Node-Editor / webaudio-node-editor

1 stars 0 forks source link

Extend Undo/Redo to record field value changes #29

Open ruan-xian opened 8 months ago

ruan-xian commented 8 months ago

Rete's Undo/Redo functionality (which we implemented in #28, issue in #13) does not record changes to values in control fields (for example, changing the number in the Base Gain field). However, looking at the guide for Rete history, it may be possible to extend the history plugin so that it does do this. This might be relatively involved, so let's investigate what it would take and then decide whether it's worth it.