How to be sure project is saved?

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.
dgpretzel
Posts: 50
Joined: Tue Jun 11, 2013 11:19 pm
Operating System: Windows 7

Re: How to be sure project is saved?

Post by dgpretzel » Wed Jun 24, 2020 2:33 am

Thank you.

I tried it, but got error messages from foobar200.

It's OK, I just started over.

Thank you for your help.

DG

kozikowski
Forum Staff
Posts: 69373
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Re: How to be sure project is saved?

Post by kozikowski » Wed Jun 24, 2020 6:51 am

They are usually playable in Windows Media Player.
error messages from foobar200.
I'm foggy why we went out to external music players. The AU files open and play individually in Audacity, right? Unless, of course, they're broken.
Could it have created orphan files
I don't think you created anything. My favorite Conspiracy Theory has the Audacity Project format stressing the computer. I don't know of any other program that makes a storage system manage thousands of individual, tiny files in sequence like this. This is different from saving large files. I can imagine a hard drive armature getting warm and starting to miss, particularly if the drive is partially fragmented and there are no continuous, empty spaces available. If I was going to design a drive stress test, this would be it. Not everybody's machine survives. Other than pulling the plug before a save was completed, I know of no other reason for a project to fail—yet they do.

Can you imagine if bookkeeping or spreadsheets randomly turned up broken? Accounting files may be large and complicated, but they're not a blizzard of small files. Projects are unique that way and sometimes they're unique into the bin.

Koz

kozikowski
Forum Staff
Posts: 69373
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Re: How to be sure project is saved?

Post by kozikowski » Wed Jun 24, 2020 8:10 am

Do you have any idea how hard it is to buy tin foil these days? If you try it on-line you get not so subtly redirected.

Tin Foil > > > Reynolds Wrap Heavy Duty Aluminum Foil.

Aluminum foil is not nearly so good with the, you know, rays.

Koz

waxcylinder
Forum Staff
Posts: 14685
Joined: Tue Jul 31, 2007 11:03 am
Operating System: Windows 10

Re: How to be sure project is saved?

Post by waxcylinder » Wed Jun 24, 2020 9:17 am

kozikowski wrote:
Wed Jun 24, 2020 6:51 am
My favorite Conspiracy Theory has the Audacity Project format stressing the computer. I don't know of any other program that makes a storage system manage thousands of individual, tiny files in sequence like this. This is different from saving large files. I can imagine a hard drive armature getting warm and starting to miss, particularly if the drive is partially fragmented and there are no continuous, empty spaces available. If I was going to design a drive stress test, this would be it. Not everybody's machine survives. Other than pulling the plug before a save was completed, I know of no other reason for a project to fail—yet they do.

Can you imagine if bookkeeping or spreadsheets randomly turned up broken? Accounting files may be large and complicated, but they're not a blizzard of small files. Projects are unique that way and sometimes they're unique into the bin.
Which is precisely why the next major development project we are about to work on is a Unified Project format - a single file container for the whole project. No more itty-bitty 6-second files.

Works is due to start on this as soon as the soon to be upcoming version 2.4.2 release is our the door. the initial planning and thinking is already underway.

Peter.
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *

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

Re: How to be sure project is saved?

Post by steve » Wed Jun 24, 2020 12:21 pm

kozikowski wrote:
Wed Jun 24, 2020 6:51 am
I don't know of any other program that makes a storage system manage thousands of individual, tiny files in sequence like this.
Despite the drawbacks, it is an (almost) unique stroke of genius. It's because of the thousands of individual "blockfiles" that you can delete or modify a couple of seconds in the middle of a massively long track, and the waveform is updated almost instantly (rather than having to wait, possibly minutes, for the modification to be written to disk. Without using blockfiles, it would be necessary to read and write the entire track for every edit. With blockfiles a small edit may require reading / writing only 6 seconds of audio.
kozikowski wrote:
Wed Jun 24, 2020 6:51 am
Accounting files may be large and complicated, but they're not a blizzard of small files.
That's a good analogy, and very relevant to how the new single file project format will work. Spreadsheets typically store many fragments of data within a single database-like structure that allows random access to the fragments. In the case of Audacity, those "fragments of data" are small blocks of audio. The new part of the new format is the database-like structure that contains all of those fragments in a single file, while still allowing fast access to any block anywhere in the file.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

dgpretzel
Posts: 50
Joined: Tue Jun 11, 2013 11:19 pm
Operating System: Windows 7

Re: How to be sure project is saved?

Post by dgpretzel » Wed Jun 24, 2020 11:34 pm

kozikowski wrote:
Wed Jun 24, 2020 8:10 am
Do you have any idea how hard it is to buy tin foil these days? If you try it on-line you get not so subtly redirected.

Tin Foil > > > Reynolds Wrap Heavy Duty Aluminum Foil.

Aluminum foil is not nearly so good with the, you know, rays.

Koz
ROTFLOL

:)

DG

dgpretzel
Posts: 50
Joined: Tue Jun 11, 2013 11:19 pm
Operating System: Windows 7

Re: How to be sure project is saved?

Post by dgpretzel » Wed Jun 24, 2020 11:35 pm

steve wrote:
Wed Jun 24, 2020 12:21 pm
kozikowski wrote:
Wed Jun 24, 2020 6:51 am
I don't know of any other program that makes a storage system manage thousands of individual, tiny files in sequence like this.
Despite the drawbacks, it is an (almost) unique stroke of genius. It's because of the thousands of individual "blockfiles" that you can delete or modify a couple of seconds in the middle of a massively long track, and the waveform is updated almost instantly (rather than having to wait, possibly minutes, for the modification to be written to disk. Without using blockfiles, it would be necessary to read and write the entire track for every edit. With blockfiles a small edit may require reading / writing only 6 seconds of audio.
kozikowski wrote:
Wed Jun 24, 2020 6:51 am
Accounting files may be large and complicated, but they're not a blizzard of small files.
That's a good analogy, and very relevant to how the new single file project format will work. Spreadsheets typically store many fragments of data within a single database-like structure that allows random access to the fragments. In the case of Audacity, those "fragments of data" are small blocks of audio. The new part of the new format is the database-like structure that contains all of those fragments in a single file, while still allowing fast access to any block anywhere in the file.

Thank you for the preview of future strategy.

DG

Post Reply