Open sonejostudios opened 4 years ago
Yesterday I had a look to the python ZipFile library, to figure out how easy/difficult it would be to add a button "Edit Clip with external Editor". Theoretically it is easy doable, but in the practice it throws a lot of questions.
Here a summary:
So what to do?
Have a button in the clip properties to edit the sound with an external software (which can be set up in the prefs). E.g Audacity. Find a way to edit the sound directly from the .sbs file OR export it to a temp folder, edit it and re-import/overwrite it inside the .sbs file.