Search found 59476 matches

by steve
Sun Nov 01, 2015 3:11 pm
Forum: Feature Request Archive
Topic: Zoom Normal (Cmd+2) cursor position
Replies: 59
Views: 5927

Re: Zoom Normal (Cmd+2) cursor position

OK, I've put some debug messages into the code so that we can get exact numbers. "start" = time at beginning of visible audio track area "end" = time at end of visible audio track area "middle" = time at centre of visible audio track area Generate tone 1 minute. start: ...
by steve
Sat Oct 31, 2015 8:15 pm
Forum: Windows
Topic: [2.1.1] Replacing tones with other audio
Replies: 1
Views: 120

Re: [2.1.1] Replacing tones with other audio

I think what you really need to use is a "MIDI sequencer" and a "sampler" ("sample player").
by steve
Sat Oct 31, 2015 11:59 am
Forum: Compiling Audacity
Topic: Programing using Audacity features
Replies: 1
Views: 909

Re: Programing using Audacity features

Audacity is primarily written in C++.
See here for information for developers: http://wiki.audacityteam.org/wiki/Categ ... Developers
Note that Audacity is open source, licensed under the terms of GPL v2 https://www.gnu.org/licenses/old-licens ... .0.en.html
by steve
Sat Oct 31, 2015 11:57 am
Forum: Windows
Topic: Edit Labels somewhat broken in 2.1.1?
Replies: 6
Views: 451

Re: Edit Labels somewhat broken in 2.1.1?

One of the developers has located and fixed the bug, but because we are so close to the release of Audacity 2.1.2 it is unlikely to appear in the release version until 2.1.3.
by steve
Sat Oct 31, 2015 9:35 am
Forum: Windows
Topic: Unwanted noise louder than recording
Replies: 1
Views: 125

Re: Unwanted noise louder than recording

micablue5112 wrote: Is it possible to extract just the lecturers voice out?
Sorry no.
In future, try to get a seat at the front.
by steve
Sat Oct 31, 2015 9:32 am
Forum: Windows
Topic: Edit Labels somewhat broken in 2.1.1?
Replies: 6
Views: 451

Re: Edit Labels somewhat broken in 2.1.1?

It changed between 2.1.0 and 2.1.1 and I believe that the change was unintentional (a "bug"). I can see the usefulness of this feature, particularly for visually impaired users. It is now logged on our bug tracking system for fixing.
by steve
Fri Oct 30, 2015 9:48 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Adware appeared after updating audacity
Replies: 8
Views: 2007

Re: Adware appeared after updating audacity

Glad you managed to remove the ads. Yes the official website for Audacity is http://audacityteam.org/ and yes the downloads are served by Fosshub. The Fosshub website displays adverts (it is ad supported) but takes all due care to avoid malicious adverts or adverts that covertly install malware. The...
by steve
Fri Oct 30, 2015 5:00 pm
Forum: Audio Processing
Topic: Artificial wow and flutter
Replies: 10
Views: 4534

Re: Artificial wow and flutter

by which parameters can I change the frequency and intensity of flutter? (setf depth 0.004) That's the "intensity. Larger values for more intensity. (setf speed 45) That's the "frequency". Larger values for increased frequency. Note that increasing the frequency will also increase th...
by steve
Fri Oct 30, 2015 4:54 pm
Forum: Feature Request Archive
Topic: Zoom Normal (Cmd+2) cursor position
Replies: 59
Views: 5927

Re: Zoom Normal (Cmd+2) cursor position

I am not sure what you mean by the zoom in to 29.5 seconds after the fit vertically and set the cursor at 50 seconds. Can you elaborate? As per your steps, except for zooming to selection after step 1. Generate tone 1 minute. Zoom to selection Accurately note the centre of the visible track (the &q...
by steve
Fri Oct 30, 2015 12:27 pm
Forum: Nyquist
Topic: REQ: R1 MF ("Blue box") Tone Generator
Replies: 40
Views: 13527

Re: REQ: R1 MF ("Blue box") Tone Generator

Do you understand how "IF" works? The basic idea is that the code will do something "IF" a specified thing is true, and (optionally) can do something different if it's not true. This type of structure is called a "conditional" because it does something subject to a spec...