Perhaps you accidentally applied it twice?
If you run the Macro again on the same files, you will get 002 versions as well.
Search found 59476 matches
- Mon Jun 03, 2019 2:08 am
- Forum: Macros and Scripting
- Topic: Macro Steps for Normalizing Multiple M4A Files
- Replies: 1
- Views: 321
- Mon Jun 03, 2019 2:02 am
- Forum: Macros and Scripting
- Topic: EQ settings in Macro
- Replies: 9
- Views: 839
Re: EQ settings in Macro
See my reply here: viewtopic.php?p=370929#p370929kozikowski wrote: ↑Mon Jun 03, 2019 1:41 amBut if you go away to a named setting, Audacity will snap back to the last changed. That was the problem I had.
- Mon Jun 03, 2019 1:17 am
- Forum: Macros and Scripting
- Topic: EQ settings in Macro
- Replies: 9
- Views: 839
Re: EQ settings in Macro
Audacity will save Last Curve Changed. So get yourself a curve in Draw mode. Doesn't matter how you get there. Make one super tiny change anywhere in the curve. That curve will now stick until the sun cools off. But that curve will be lost as soon as you use the Equalization effect with different s...
- Mon Jun 03, 2019 1:13 am
- Forum: Macros and Scripting
- Topic: batch process / chain / macro = 2 questions
- Replies: 9
- Views: 647
Re: batch process / chain / macro = 2 questions
just altered my questions in first post, please re-read, Please don't do that, it makes topic threads difficult / impossible for other people to follow (and more difficult for me because I deal with many other topics as well at this one and I loose the thread of what we were talking about). If you ...
- Sun Jun 02, 2019 2:16 pm
- Forum: Windows
- Topic: pitch correction not accurate
- Replies: 1
- Views: 96
Re: pitch correction not accurate
The detected pitch is an approximation based on SFFT analysis. It's close enough for most purposes, but not exact.
The "Percentage Change" is an exact ratio.
The "Percentage Change" is an exact ratio.
- Sun Jun 02, 2019 2:12 pm
- Forum: Macros and Scripting
- Topic: batch process / chain / macro = 2 questions
- Replies: 9
- Views: 647
Re: batch process / chain / macro = 2 questions
It has been replaced by "Apply Macro". See: https://manual.audacityteam.org/man/macros.html
Audacity calls processing multiple files "batch processing".
- Sun Jun 02, 2019 11:06 am
- Forum: Nyquist
- Topic: Should I learn Nyquist programming?
- Replies: 19
- Views: 1582
Re: Should I learn Nyquist programming?
I saw ((>= i j) (snd-from-array 0 *sound-srate* s-array)) but didn't fully understand what it was doing. In pseudo code, that might be written as: if (i >= j) { return(snd-from-array 0 *sound-srate* s-array) } else { ... body of the loop ... } The XLisp manual is very helpful for XLisp functions as...
- Sat Jun 01, 2019 8:03 pm
- Forum: Windows
- Topic: Devices toolbar and Preferences menu all blanked out [SOLVED]
- Replies: 2
- Views: 535
Re: Devices toolbar and Preferences menu all blanked out
Look in the Window "Sound" settings. Are there any audio devices enabled?
Which version of Audacity? (Look in "Help menu > About Audacity").
Are any other audio apps running? (including background processes such as Skype)
Which version of Audacity? (Look in "Help menu > About Audacity").
Are any other audio apps running? (including background processes such as Skype)
- Sat Jun 01, 2019 7:52 pm
- Forum: macOS
- Topic: Random crackling only through bluetooth headsets
- Replies: 12
- Views: 1057
Re: Random crackling only through bluetooth headsets
Try temporarily turning off the wifi on the computer. Does that make any difference? (better or worse?)
- Sat Jun 01, 2019 2:30 pm
- Forum: Nyquist
- Topic: Should I learn Nyquist programming?
- Replies: 19
- Views: 1582
Re: Should I learn Nyquist programming?
I'm not able to find any docs on multichan-expand. Here: https://wiki.audacityteam.org/wiki/Nyquist_Stereo_Track_Tutorial Is there a place (in the forum or elsewhere) than I can ask questions This is exactly the correct forum board. It was set up specifically to provide a place for people to ask qu...