manucontrovento / SpinTool

Loop application synced with jack transport
GNU General Public License v3.0
13 stars 2 forks source link

Edit clip loop with external software #35

Open sonejostudios opened 4 years ago

sonejostudios commented 4 years ago

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.

sonejostudios commented 3 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?