divide/combine projects?

Help for Audacity on Windows.
Forum rules
ImageThis forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".


Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Post Reply
cheyrn
Posts: 10
Joined: Sun Oct 05, 2014 9:02 pm
Operating System: Please select

divide/combine projects?

Post by cheyrn » Thu Oct 09, 2014 1:17 am

My projects quickly become very awkward to deal with. I would like to choose a few tracks, stuff them into another project then later combine tracks from different projects. I don't think that can be done, right?

If I export mutltiple, it omits silence, at least if I export by track.

If I copied the .aup file and data directory and removed half of the wavetrack elements from each, making sure the names point to the correct files, can I expect that to work now and in the future?

steve
Site Admin
Posts: 81627
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: divide/combine projects?

Post by steve » Thu Oct 09, 2014 2:59 am

cheyrn wrote:If I copied the .aup file and data directory and removed half of the wavetrack elements from each, making sure the names point to the correct files, can I expect that to work now and in the future?
Probably not. Manually editing projects is extremely risky and it is very easy to destroy the project by attempting to do so.

The safe way to make a copy of a project is to open the project in Audacity, "check dependencies" (file menu) and ensure that the project is self contained, then use "Save Project As" (file menu) to save the project with a new name.

Once you have a duplicate copy of the project, you can edit the two copies separately.

When working with complex projects, be sure to make regular backups. "Save Project As", and giving the new project a unique name, is a good way to make a backup copy.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

cheyrn
Posts: 10
Joined: Sun Oct 05, 2014 9:02 pm
Operating System: Please select

Re: divide/combine projects?

Post by cheyrn » Thu Oct 09, 2014 2:15 pm

Thank you. For dividing the project that works easily.

It makes me think it could be useful for audacity to make the aup format an interchange format, if it isn't already. Or, to say that it has a known structure that could be specified if a spec were made. That way people could write scripts that manipulate the files. When there are changes to the aup format, new release notices could say that the format changed and not necessarily specify what the changes were.

For an example of something maybe useful based on editing the aup file: Along with dividing my projects I also wanted to move half of the tracks. So, I edited the aup file and moved the tracks (essentially I moved tracks that are on hold to the top so that I don't have to drag duplicated tracks over the muted tracks each time). If I had used the UI it would have taken 10 minutes maybe to move the tracks. When moving the tracks is something that I need to deal with in the middle of work on the project, 10 minutes is a very long time.

steve
Site Admin
Posts: 81627
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: divide/combine projects?

Post by steve » Thu Oct 09, 2014 2:30 pm

cheyrn wrote:It makes me think it could be useful for audacity to make the aup format an interchange format, if it isn't already. Or, to say that it has a known structure that could be specified if a spec were made. That way people could write scripts that manipulate the files. When there are changes to the aup format, new release notices could say that the format changed and not necessarily specify what the changes were.
The .AUP format is XML.
It is quite possible that people could write scripts that manipulate the files, but to my knowledge no one has done so. The AUP format has hardly changed in years.

We don't encourage people to manually edit the AUP file because we hear so many horror stories of people totally destroying their projects when they attempt to do so.
If you're interested in writing scripts, it could be quite a nice little project. Perhaps something simple at first, like a script to split a project at a given time. Ideally it would be good if the script could run cross-platform so that it is available for all Audacity users.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Post Reply