Search found 59476 matches

by steve
Tue Aug 04, 2015 10:33 am
Forum: Nyquist
Topic: modify Reverse Bouncing Ball With Tone Shift
Replies: 6
Views: 1415

Re: modify Reverse Bouncing Ball With Tone Shift

DERF wrote: I would want that the effect applies to a single channel.
Do you mean that you want it to apply to a single channel of a stereo track, or that you want it to work with a mono track?

I've tried the code and it already works with a single channel of a stereo track :?
by steve
Mon Aug 03, 2015 8:14 pm
Forum: Windows
Topic: Problem with scripts under Audacity 2.1.1
Replies: 2
Views: 238

Re: Problem with scripts under Audacity 2.1.1

As you have probably noticed, there have been big changes to effects in Audacity 2.1.1, notably the addition of "real time preview" for many effects. Unfortunately an unavoidable downside of these changes are that it has broken compatibility with many Chain scripts that were created in pre...
by steve
Mon Aug 03, 2015 6:47 pm
Forum: GNU/Linux
Topic: inserting spaces
Replies: 1
Views: 344

Re: inserting spaces

What exactly are you wanting to do? Do you want to put the tracks onto a CD, or are they for an iPlayer or ....?
by steve
Mon Aug 03, 2015 3:41 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Unsatisfying spectrogram
Replies: 12
Views: 2030

Re: Unsatisfying spectrogram

I also think it's more than eye candy because this way you are not distracted by those hard lines as if the band height were an additional information. That is my point: it IS additional information. It shows you the bandwidth of each frequency band that is being analyzed. In its current form, you ...
by steve
Mon Aug 03, 2015 3:22 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Unsatisfying spectrogram
Replies: 12
Views: 2030

Re: Unsatisfying spectrogram

h-h wrote:Still I want to say I would prefer vertical blurring instead of hard lines.
Is that anything more than eye candy that obscures the actual data?
by steve
Mon Aug 03, 2015 3:18 pm
Forum: Feature Request Archive
Topic: Not undoing layout changes when undoing edits
Replies: 7
Views: 1289

Re: Not undoing layout changes when undoing edits

I would suggest to have two undo/redo lists: one for edits, one for layout. As Gale wrote, that would be a very big change. In addition, I think that it could be highly problematic in some circumstances. The main problem that comes to mind is that the two lists could easily become desynchronised. P...
by steve
Mon Aug 03, 2015 3:08 pm
Forum: Windows
Topic: how to build lame_enc.dll for 3.97 beta ?
Replies: 6
Views: 676

Re: how to build lame_enc.dll for 3.97 beta ?

ev3r510 wrote:Now I am lost lol
I'd recommend that you just use the version that is known to work with Audacity: http://manual.audacityteam.org/o/man/fa ... .html#lame
by steve
Mon Aug 03, 2015 3:05 pm
Forum: Audio Processing
Topic: Multiple export overwrite option
Replies: 10
Views: 985

Re: Multiple export overwrite option

Done in commit 246a8c
by steve
Mon Aug 03, 2015 2:54 pm
Forum: Windows
Topic: Menu items and ellipses
Replies: 18
Views: 1131

Re: Menu items and ellpises

I've moved this to the Windows forum as 6 dots should not be happening, so it's not a "feature request".

Try updating to the current version of Audacity (2.1.1) and select "Reset Preferences" during the installation, then see if the problem still occurs.
by steve
Mon Aug 03, 2015 2:25 pm
Forum: Feature Request Archive
Topic: Waveform antialiasing
Replies: 40
Views: 5955

Re: Waveform antialiasing

The line that connects the sample points are drawn through simple linear interpolation (joining the dots with straight lines). This is the fastest way to draw the line. Of course, the line is only a graphical device to aid visualisation, it does not really exist as a physical thing. The actual analo...