Search found 59476 matches
- Mon Aug 19, 2019 9:51 pm
- Forum: New Plug-Ins
- Topic: Walter Quad Effects (Tone, Compressor, Binson Echo, Reverb
- Replies: 9
- Views: 1371
Re: Walter Quad Effects (Tone, Compressor, Binson Echo, Reverb
Check your "track selection" with a mix of mono and stereo tracks. Does that work?
- Mon Aug 19, 2019 6:13 pm
- Forum: Windows
- Topic: Project Rate HELP!!
- Replies: 4
- Views: 343
Re: Project Rate HELP!!
I removed the project rate on the bottom left corner and want to get it back If you are using the current 2.3.2 version of Audacity, just click on the "v" on the right hand side of the "Project Rate" box and select the rate that you want from the dropdown list. By default the Pr...
- Mon Aug 19, 2019 6:10 pm
- Forum: GNU/Linux
- Topic: Problem with audacity
- Replies: 2
- Views: 406
Re: Problem with audacity
The usual way to record audio that is playing on the computer in Linux, is to use PulseAudio. See: https://manual.audacityteam.org/man/tut ... linux.html
- Mon Aug 19, 2019 5:19 pm
- Forum: Nyquist
- Topic: Nyquist Plug-ins
- Replies: 2
- Views: 532
Re: Nyquist Plug-ins
If you are using Internet Explorer, I'd recommend that you get a better web browser, such as Firefox or Chrome.
- Mon Aug 19, 2019 4:13 pm
- Forum: Windows
- Topic: Batch export of projects to FLAC
- Replies: 4
- Views: 237
Re: Batch export of projects to FLAC
Actually, there probably IS a way, but it's not simple and it requires additional software. It's probably possible to automate opening the projects and exporting, using AutoHotKey: https://www.autohotkey.com/ I'm only saying "probably" because I don't use AutoHotKey myself, but it looks li...
- Mon Aug 19, 2019 4:09 pm
- Forum: Windows
- Topic: Batch export of projects to FLAC
- Replies: 4
- Views: 237
Re: Batch export of projects to FLAC
Unfortunately not. It's a shame that you didn't do it the other way round - if you has exported as FLAC, then you could easily have converted the FLAC files to MP3. You "could" batch convert the MP3 files to FLAC, but MP3 files are always lower quality than the original. Although FLAC file...
- Mon Aug 19, 2019 3:45 pm
- Forum: Windows
- Topic: Multiple Macros on Batch processing
- Replies: 4
- Views: 407
Re: Multiple Macros on Batch processing
I disagree.
It appears that you are able to write normal Macro scripts, and that is a form of coding, albeit a very simple form. Writing Nyquist-Macros is a bit more complex, but a lot more flexible and versatile. Help is available if want to learn to write Nyquist-Macros.
- Mon Aug 19, 2019 3:34 pm
- Forum: Nyquist
- Topic: Nyquist Plug-ins
- Replies: 2
- Views: 532
Re: Nyquist Plug-ins
What happens if you right click on the link and choose "Save As..."?
- Mon Aug 19, 2019 3:09 pm
- Forum: Windows
- Topic: I clicked a check box and i didn't mean to. Help!
- Replies: 1
- Views: 113
Re: I clicked a check box and i didn't mean to. Help!
"Edit menu > Preferences > Import / Export"
Enable the option "Show Metadata Tags editor before export".
The Metadata editor is also available at any time from the "Edit" menu.
Enable the option "Show Metadata Tags editor before export".
The Metadata editor is also available at any time from the "Edit" menu.
- Mon Aug 19, 2019 2:48 pm
- Forum: Windows
- Topic: Batch processing on multiple folders?
- Replies: 17
- Views: 1679
Re: Batch processing on multiple folders?
In Audacity 2.3.2 it would be possible to write a Nyquist-Macro to process files in a directory recursively. The relevant Nyquist commands are: SETDIR https://www.cs.cmu.edu/~rbd/doc/nyquist/part19.html#index1719 LISTDIR https://www.cs.cmu.edu/~rbd/doc/nyquist/part19.html#index1721 Some info about N...