Search found 24069 matches

by Gale Andrews
Mon May 23, 2016 10:44 am
Forum: Audacity 2.x Feedback and Reviews
Topic: THANK YOU!
Replies: 3
Views: 1552

Re: THANK YOU!

Thanks, Tony. If you are not already doing so, you may subscribe at http://lists.audacityteam.org/cgi-bin/mailman/listinfo/audacity-announce to receive an e-mail when we release new versions of Audacity. If you would like to consider a donation, any amount (large or small) would be most appreciated....
by Gale Andrews
Sun May 22, 2016 6:48 pm
Forum: Adding Features to Audacity
Topic: Consider a project of only unmodified tracks to be "clean"
Replies: 150
Views: 18916

Re: Consider a project of only unmodified tracks to be "clea

So I think that the original pull request is still a big "no". I closed the pull request after seeing the feedback on Github. I'm not looking to reopen it, at least not as it stands. I'm looking for a solution that fits with the goals of the project and community if that's possible. Thank...
by Gale Andrews
Sun May 22, 2016 5:42 pm
Forum: Windows
Topic: ReaPlugs VST bug in 2.1.2
Replies: 5
Views: 906

Re: ReaPlugs VST bug in 2.1.2

Gale Andrews wrote:Thanks. Added at http://bugzilla.audacityteam.org/show_bug.cgi?id=1279.
A possible fix has been committed now. Testing welcomed. The fix will be available in any Windows Nightly Builds on or after 23 May 2016.


Gale
by Gale Andrews
Sun May 22, 2016 3:36 pm
Forum: Adding Features to Audacity
Topic: Consider a project of only unmodified tracks to be "clean"
Replies: 150
Views: 18916

Re: Consider a project of only unmodified tracks to be "clea

Based on a new preferences setting, the UndoManager::UnsavedChanges() method could consider a history of only an import to be not a change requiring a save if and only if the project is new. This would keep from prompting users to save who have opened a project ( distinct from my case of importing ...
by Gale Andrews
Sun May 22, 2016 3:28 pm
Forum: Adding Features to Audacity
Topic: Consider a project of only unmodified tracks to be "clean"
Replies: 150
Views: 18916

Re: Consider a project of only unmodified tracks to be "clea

I think it would be reasonable to allow a project to be closed without warning if the only item in the project history was importing one audio file. The same objection remains as before - users delete their files after importing them. That is a significant part of the reason why we had to implement...
by Gale Andrews
Sun May 22, 2016 3:05 pm
Forum: Adding Features to Audacity
Topic: Consider a project of only unmodified tracks to be "clean"
Replies: 150
Views: 18916

Re: Consider a project of only unmodified tracks to be "clea

steve wrote:There is a very simple workaround that requires no code changes, just "undo" the history (Ctrl+Z) before you close the project.
You will though have to disable the warning in Warnings Preferences for "Saving empty project".


Gale
by Gale Andrews
Sun May 22, 2016 2:53 pm
Forum: macOS
Topic: can't export any aup files
Replies: 2
Views: 222

Re: can't export any aup files

Also, do not use forward slashes (/) in label or track names which will cause a similar error, due to a bug.


Gale
by Gale Andrews
Sun May 22, 2016 2:48 pm
Forum: Windows
Topic: The time line does not move/no recording.
Replies: 5
Views: 566

Re: The time line does not move/no recording.

Also how long is it since you did a cold boot? To do that, Windows key, click "Power", hold SHIFT and click "Shut down".


Gale
by Gale Andrews
Sun May 22, 2016 2:42 pm
Forum: Windows
Topic: can't reopen a saved project
Replies: 55
Views: 3053

Re: can't reopen a saved project

When Audacity supports unitary projects I don't think it should still create old style projects with an AUP file and _data folder. Nor do I think we should drop support for importing files without copy in, which would be a big regression. "I could import a three hour WAV file in 10 seconds but ...
by Gale Andrews
Sun May 22, 2016 2:19 pm
Forum: Windows
Topic: can't reopen a saved project
Replies: 55
Views: 3053

Re: can't reopen a saved project

It would seem to me that the logical/correct time to check dependencies is when the project is reopened and that this check should be automatic and, if a given link fails, the user should be offered the opportunity to find the missing file. I know that this is a paradigm shift and I would not remov...