TEAMuP-dev / HARP

A sample editing application allowing for hosted, asynchronous, remote processing of audio with machine learning by routing through Gradio endpoints.
BSD 3-Clause "New" or "Revised" License
51 stars 3 forks source link

undo history #108

Closed hugofloresgarcia closed 3 months ago

hugofloresgarcia commented 7 months ago

at the moment, HARP is VERY destructive! it won't even let you undo an operation after you've processed with a model.

Instead, we should apply all modifications to a temporary file and then let the user manually "commit" and save the changes to the original file.

hugofloresgarcia commented 7 months ago

added "commit changes" button in v1.0.0

bryan-pardo commented 3 months ago

replaced this issue with another one that is about the same thing