Search found 59476 matches

by steve
Sat Aug 29, 2020 7:26 pm
Forum: GNU/Linux
Topic: What happened?
Replies: 8
Views: 386

Re: What happened?

Audacity's preferences are saved in ~/.audacity-data/ Deleting the ".cfg" files from that folder (or the entire folder) will reset Audacity to defaults. Audacity 2.4.2 has an option to reset preferences: "Tools menu > Rest Configuration" This option resets most of Audacity's sett...
by steve
Sat Aug 29, 2020 4:37 pm
Forum: Macros and Scripting
Topic: Move Focus to Last Macro step doesn't seem to work
Replies: 13
Views: 713

Re: Move Focus to Last Macro step doesn't seem to work

I don't think so, because I'm not sure that it actually is a "bug", at least not in the current development code - the behaviour in the current alpha version is much improved. I'll make that a bit stronger (having just tested on Audacity 2.4.2): Yes it's a bug in 2.4.2 and earlier, but it...
by steve
Sat Aug 29, 2020 4:30 pm
Forum: Macros and Scripting
Topic: Move Focus to Last Macro step doesn't seem to work
Replies: 13
Views: 713

Re: Move Focus to Last Macro step doesn't seem to work

Does it make sense, then to log that as a "bug"? I don't think so, because I'm not sure that it actually is a "bug", at least not in the current development code - the behaviour in the current alpha version is much improved. I think the issue here is that you are pushing the bou...
by steve
Sat Aug 29, 2020 2:22 pm
Forum: macOS
Topic: Audacity message
Replies: 7
Views: 234

Re: Audacity message

arlie wrote:
Sat Aug 29, 2020 1:41 pm
Does this require MacOS 10.15?
(https://www.audacityteam.org/download/mac/#sysreq)
Audacity 2.4.2 is for Intel Macs running macOS 10.15 Catalina, 10.14 Mojave and 10.13 High Sierra.
by steve
Sat Aug 29, 2020 1:52 pm
Forum: Compiling Audacity
Topic: Audacity 2.4.2: build failure on antix 4.9.160 32-bit [SOLVED]
Replies: 21
Views: 3232

Re: Audacity 2.4.2: build failure on antix 4.9.160

I'm getting the same error with Ubuntu 18.04 32-bit.
I can see where the problem lies, but not how to fix it, so I've sent an enquiry to the Audacity developers. I'll update here when I have more info.
by steve
Sat Aug 29, 2020 12:37 pm
Forum: macOS
Topic: Audacity message
Replies: 7
Views: 234

Re: Audacity message

Updating to Audacity 2.4.2 should fix the problem: https://www.audacityteam.org/download/mac/
by steve
Sat Aug 29, 2020 11:56 am
Forum: Windows
Topic: Just updated Audacity to latest version now no audio devices found
Replies: 11
Views: 1309

Re: Just updated Audacity to latest version now no audio devices found

Try clicking "Reset Configuration" in the "Tools" menu, then restart Audacity.
Can you see a USB option for the recording device in the Device Toolbar?
by steve
Sat Aug 29, 2020 11:49 am
Forum: macOS
Topic: Useless Videos
Replies: 6
Views: 312

Re: Useless Videos

I've been watching videos about Audacity topics like mastering and getting plug ins so on and none of them agree with each other, there's no consistency. One guy says do this, but what he's doing isn't in my version. Another guy says click on this, but that isn't there either, and it's different fr...
by steve
Sat Aug 29, 2020 10:36 am
Forum: Windows
Topic: How to get maximum loudness for Youtube on voice recording?
Replies: 9
Views: 1183

Re: How to get maximum loudness for Youtube on voice recording?

Looking through the forum, I've found a couple of other topics that report that the Youlean meter, when run in Audacity, gives incorrect results. I'm not able to test this as I don't have the plug-in and I'm not on Windows. An easy way to test is to use Audacity's Loudness Normalization and then see...
by steve
Fri Aug 28, 2020 8:38 pm
Forum: Windows
Topic: Invert Musically
Replies: 15
Views: 702

Re: Invert Musically

This article describes most of what you would need to implement in code: http://blogs.zynaptiq.com/bernsee/pitch ... ng-the-ft/
In my opinion, this is definitely not a beginners project.