Search found 59476 matches

by steve
Sun Mar 28, 2021 11:48 pm
Forum: Windows
Topic: How do I alter metadata?
Replies: 11
Views: 1318

Re: How do I alter metadata?

Sorry to pick your brains again, but do you know of a Windows music player that does not insist on building a library from your tracks? Foobar2000 https://www.foobar2000.org/ It has an "option" to build a library, but only if you tell it to. It's very lightweight and can play virtually an...
by steve
Sun Mar 28, 2021 8:32 pm
Forum: GNU/Linux
Topic: Generate Menu Add/Remove Plugins doesn't work
Replies: 5
Views: 466

Re: Generate Menu Add/Remove Plugins doesn't work

schdm wrote:
Sun Mar 28, 2021 7:56 pm
i guess because i built it from source (?)
No, it's because you haven't installed Audacity and are running it with a "Portable Settings" folder.

To install Audacity you need to run:

Code: Select all

sudo make install
from your build folder.
by steve
Sun Mar 28, 2021 8:29 pm
Forum: Windows
Topic: After saving project, certain effects do not apply
Replies: 2
Views: 87

Re: After saving project, certain effects do not apply

Compressor, change tempo, and change pitch all work fine here, although compressor has a problem if the selection extends before time=0.0. Nyquist effects have a problem with long selections (more than 30 minutes). This has been fixed for the next Audacity release which is scheduled for next month. ...
by steve
Sun Mar 28, 2021 7:16 pm
Forum: Windows
Topic: Audacity 3.0.0 Win 10.0.19041 "Failed to open the project's database"
Replies: 32
Views: 4378

Re: Audacity 3.0.0 Win 10.0.19041 "Failed to open the project's database"

jesseaudacity wrote:
Sun Mar 28, 2021 7:02 pm
I post to another thread which content non-english file/path name.
The problems with non-English characters is being investigated by the Audacity developers. At least part of the problem is due to a bug in a recent Windows update. There may be other issues relating to this.
by steve
Sun Mar 28, 2021 7:01 pm
Forum: Adding Features to Audacity
Topic: Gentoo, wxWidgets and Audacity positioning
Replies: 15
Views: 616

Re: Xinerama

Audacity does not yet fully support gtk3. I'm not aware of any major problems, but there's a few places where text in the GUI is a bit weird - other than that it seems OK, but I've not tested thoroughly with gtk3.
by steve
Sun Mar 28, 2021 6:57 pm
Forum: Windows
Topic: VST_PATH Audacity 2.1.3
Replies: 11
Views: 637

Re: VST_PATH Audacity 2.1.3

If you have a GitHub account, perhaps I could encourage you to post a pull request with this fix.
The Audacity GitHub repository is here: https://github.com/audacity/audacity

There's due to be a bug-fix release (Audacity 3.0.1) very soon, so I think it would be nice to get this fix in quickly.
by steve
Sun Mar 28, 2021 6:53 pm
Forum: Windows
Topic: Audacity 3.0.0 Win 10.0.19041 "Failed to open the project's database"
Replies: 32
Views: 4378

Re: Audacity 3.0.0 Win 10.0.19041 "Failed to open the project's database"

2) I decided based on what I read on this forum to completely uninstall the current version of Audacity 3.0.0 win 10 As it says countless times on this forum, uninstall / reinstall is very unlikely to solve anything. "Resetting" Audacity by deleting Audacity's configuration files is much ...
by steve
Sun Mar 28, 2021 6:48 pm
Forum: GNU/Linux
Topic: Generate Menu Add/Remove Plugins doesn't work
Replies: 5
Views: 466

Re: Generate Menu Add/Remove Plugins doesn't work

"Click track" has been replaced by "Rhythm Track" (see: https://manual.audacityteam.org/man/rhythm_track.html) I think it's going to be best to reset Audacity completely. To do that, open the hidden folder: ~/.audacity-data/ (where "~/" means your home folder) Ensure th...
by steve
Sun Mar 28, 2021 6:23 pm
Forum: Adding Features to Audacity
Topic: Gentoo, wxWidgets and Audacity positioning
Replies: 15
Views: 616

Re: Xinerama

To sum it up, other applications are able to restore their position, so far the only one is Audacity which is not. So it must do something differently. I think this is handled by wxWidgets. In ProjectWindow.cpp we have: wxRect windowRect; gPrefs->Read(wxT("/Window/X"), &windowRect.x, ...
by steve
Sun Mar 28, 2021 6:11 pm
Forum: Windows
Topic: VST_PATH Audacity 2.1.3
Replies: 11
Views: 637

Re: VST_PATH Audacity 2.1.3

Rather a late reply, but this is logged on the Audacity bug tracker as bug 2723.