Search found 59476 matches

by steve
Sun Nov 16, 2014 12:05 pm
Forum: Feature Request Archive
Topic: reset Preferences CFG file
Replies: 147
Views: 24381

Re: reset Preferences CFG file

I think a strong case can be made that both of these sledgehammers should be implemented. +1 Though there is a difference in application. In the case where Audacity cannot be launched, only the external application can be used - this may need to be a bigger sledgehammer, or could offer a number of ...
by steve
Sun Nov 16, 2014 11:02 am
Forum: Feature Request Archive
Topic: "Show Clipping" Options
Replies: 110
Views: 15622

Re: "Show Clipping" Options

The only way that we will get agreement about the meters is if users can choose what sort of meters they want. That would require either: a) A huge number of preferences for meters. b) Meters as plug-ins (with several meters to choose from and each meter plug-in handles its own preferences. Looking ...
by steve
Sat Nov 15, 2014 2:27 pm
Forum: Feature Request Archive
Topic: "Show Clipping" Options
Replies: 110
Views: 15622

Re: "Show Clipping" Options

I'd be happy with A, B, no change, or a combination of A and B.
I'm not so keen on C.
I'd prefer that "x" is always 1.
by steve
Sat Nov 15, 2014 1:50 pm
Forum: Feature Request Archive
Topic: reset Preferences CFG file
Replies: 147
Views: 24381

Re: reset Preferences CFG file

Which is "this" version? 2.0.7 For those users who go back (even temporarily) to old versions to fix a problem, actually letting them reset preferences in that version (which is what they were intending to do) may help them solve whatever the problem was. I thought we were talking about u...
by steve
Sat Nov 15, 2014 12:39 pm
Forum: Windows
Topic: Question about sound quality with Audacity.
Replies: 7
Views: 1111

Re: Question about sound quality with Audacity.

If you use the Zoom as an audio interface on Windows, you will only get 16 bit resolution in Audacity due to a limitation between Audacity and the Windows drivers. (you will probably also pick up the sound of the computer fan). If you record on the Zoom and import the WAV file into Audacity then Aud...
by steve
Fri Nov 14, 2014 7:48 pm
Forum: Feature Request Archive
Topic: reset Preferences CFG file
Replies: 147
Views: 24381

Re: reset Preferences CFG file

Ensuring that old preferences don't break the new version is about backward compatibility. Ensuring that old projects can be opened in the new version is backward compatibility. Are you opposed to those things? Not at all. Where backward compatibility can be maintained without crippling new develop...
by steve
Fri Nov 14, 2014 7:01 pm
Forum: Feature Request Archive
Topic: reset Preferences CFG file
Replies: 147
Views: 24381

Re: reset Preferences CFG file

Consider if user has a problem that they can't launch Audacity until they do a complete reset of .cfg The likely outcome is that Audacity 2.0.7 then launches and that's the end of the story. With your plan, if they go back to the old version (perhaps they have not downgraded but still have it), and...
by steve
Fri Nov 14, 2014 5:42 pm
Forum: macOS
Topic: No playback during record.
Replies: 1
Views: 485

Re: No playback during record.

Topic split and given a relevant title. I can not get the mp3 downloaded music to play "MP3" is a file format. I presume that you are talking about a track in Audacity that you have imported from an MP3? Audacity tracks are not files - Audacity can copy data from an MP3 file by Importing t...
by steve
Fri Nov 14, 2014 5:36 pm
Forum: Feature Request Archive
Topic: reset Preferences CFG file
Replies: 147
Views: 24381

Re: reset Preferences CFG file

Steve, we're talking specifically about the best way of resetting the .cfg file here. Yes, and you are basing your suggestion on the possibility of users upgrading to the new version, then downgrading to an obsolete version, and running into problems with the old version and expecting that resettin...
by steve
Fri Nov 14, 2014 4:21 pm
Forum: Nyquist
Topic: Memory problems with code
Replies: 3
Views: 1546

Re: Memory problems with code

The second piece of code is better, particularly if you were removing long sections of silence. Iterating through millions of samples is very slow and may crash unless you are very careful. (I formatted your code to make it more readable - I prefer not to count parentheses to see where a do loop end...