Search found 59476 matches

by steve
Wed Sep 25, 2019 6:26 pm
Forum: macOS
Topic: Locking up
Replies: 20
Views: 461

Re: Locking up

According to the manual: https://manual.audacityteam.org/man/apply_macro.html
It is recommended not to process more than 500 files at a time.
Try rebooting your computer, and then apply the Macro to 500 files or less. Does that work?
by steve
Wed Sep 25, 2019 1:48 pm
Forum: Adding Features to Audacity
Topic: Allow math expressions to be entered in dialogs
Replies: 1
Views: 254

Re: Allow math expressions to be entered in dialogs

cazorla wrote:
Wed Sep 25, 2019 1:29 pm
also request for specifying changing amplitude
as direct factor, not just in db
Nyquist Prompt:
To amplify by a (linear) factor of 3.142

Code: Select all

(mult *track* 3.142)
by steve
Wed Sep 25, 2019 1:44 pm
Forum: Recording Equipment
Topic: Loud buzzing noise on playback
Replies: 14
Views: 2317

Re: Loud buzzing noise on playback

I've skimmed through your posts, but I don't see how, exactly, you are connecting the organ to your computer. Please describe that (in detail). I've found the manual (https://static.roland.com/assets/media/pdf/AT-900_900C_OM.pdf) so hopefully I will be able to follow a detailed description. Also, ho...
by steve
Wed Sep 25, 2019 12:02 pm
Forum: macOS
Topic: Macro Export destination
Replies: 8
Views: 305

Re: Macro Export destination

[email protected] wrote:
Wed Sep 25, 2019 11:29 am
especially seeing the check next to subscribed.
Yes, that's a bit weird. I don't know why it's done like that, but we don't make the forum software, and there does not appear to be any practical way to change that.
by steve
Wed Sep 25, 2019 11:58 am
Forum: macOS
Topic: Macro commands
Replies: 9
Views: 223

Re: Macro commands

Many of the commands you will recognise from the names of Audacity's effects. There's a list of all the standard shipped effects here: https://manual.audacityteam.org/man/index_of_effects_generators_and_analyzers.html The Macro commands are basically the same as the "Scripting" commands (u...
by steve
Wed Sep 25, 2019 11:46 am
Forum: Windows
Topic: VSTs
Replies: 5
Views: 184

Re: VSTs

If you "need" to use the VST's, then a program such as Reaper may be better (https://www.reaper.fm/ free unlimited trial, full license from $60), though this program is probably too complicated for an 8 year old. You've not said what the VST's are, or why you want them, so we don't know if...
by steve
Wed Sep 25, 2019 11:37 am
Forum: Recording Equipment
Topic: Loud buzzing noise on playback
Replies: 14
Views: 2317

Re: Loud buzzing noise on playback

Regarding the US/UK power hum issue, couldn't it be due to the original British power line that's transformed to an American frequency to power some parts of the computer that are built to American standards? Not likely. "Mains hum" is essentially a problem concerned with the power supply...
by steve
Wed Sep 25, 2019 11:12 am
Forum: Windows
Topic: Best settings to reduce noise and breaths
Replies: 5
Views: 533

Re: Best settings to reduce noise and breaths

Microphone positioning can help to avoid excessive breath sounds, and a " pop shield " helps to minimise "wind blast" from your breath. For voice recording, positioning the mic around 20cm, directly in front of your nose is quite common, and avoids breathing directly onto the mic...
by steve
Wed Sep 25, 2019 11:02 am
Forum: Audacity 2.x Feedback and Reviews
Topic: youtuber claims to be infected by audacity plugin?
Replies: 9
Views: 899

Re: youtuber claims to be infected by audacity plugin?

could audacity plugins download and run something off the internet? Audacity can't itself connect to the Internet. Audacity does contains some "links" (such as links to the manual), but these are web browser links (like any other html link ) that allows your web browser to go to a page. I...
by steve
Wed Sep 25, 2019 9:06 am
Forum: macOS
Topic: Macro commands
Replies: 9
Views: 223

Re: Macro commands

Is there a list of what the macro commands do? For example, macro_normalize. Any commands that have the description "Macro_...." are Macros themselves. The only Macros currently shipped with Audacity are: Fade Ends (Macro_FadeEnds) MP3 Conversion (Macro_MP3Conversion) Any other "Macr...