Search found 59476 matches
- Tue Aug 13, 2019 12:09 pm
- Forum: Windows
- Topic: auto reduction in volume of my music!
- Replies: 11
- Views: 236
- Tue Aug 13, 2019 12:07 pm
- Forum: Windows
- Topic: auto reduction in volume of my music!
- Replies: 11
- Views: 236
Re: auto reduction in volume of my music!
got this from log it happens when i do the tempo change That's not relevant to the issue. That's Audacity, on launch, looking for, and finding the LAME MP3 encoding library. In more detail: Audacity looks for LAME at: C:\Program Files (x86)\Audacity\Plug-Ins\lame_enc.dll There is no compatible vers...
- Tue Aug 13, 2019 11:28 am
- Forum: Windows
- Topic: auto reduction in volume of my music!
- Replies: 11
- Views: 236
Re: auto reduction in volume of my music!
From the Audacity bug tracker: The following effects '''remove envelope control points''': Change Speed/Pitch/Tempo; Equalization; Noise Removal; Sliding Time Scale/Pitch Shift; any Nyquist effect in the Effect menu. The Reverse effect retains the control points, but does not move (reverse) them.
- Tue Aug 13, 2019 11:11 am
- Forum: Macros and Scripting
- Topic: A macro to add silence depending on the cursor position
- Replies: 32
- Views: 2471
Re: A macro to add silence depending on the cursor position
Every time I save the project with the same name and previously delete the files, if they exist. That's the expected behaviour. If you want to avoid accidentally overwriting an existing project, you need to use Python to check if the file name exists. but the forum system does not like it In what w...
- Tue Aug 13, 2019 11:08 am
- Forum: Macros and Scripting
- Topic: A macro to add silence depending on the cursor position
- Replies: 32
- Views: 2471
- Tue Aug 13, 2019 9:11 am
- Forum: Adding Features to Audacity
- Topic: An attempt to apply Repair channel to mono
- Replies: 11
- Views: 627
Re: An attempt to apply Repair channel to mono
Assuming there is only one track in the project, and you are using the current version of Audacity, create a Macro with these commands, then create a keyboard shortcut to the Macro.
Code: Select all
SelectAll:
Copy:
RemoveTracks:
NewStereoTrack:
Paste:
- Tue Aug 13, 2019 9:03 am
- Forum: Macros and Scripting
- Topic: A macro to add silence depending on the cursor position
- Replies: 32
- Views: 2471
Re: A macro to add silence depending on the cursor position
This is a new forum board - I may have messed up on the attachment settings. I'll check and get back to you.marceloros wrote: ↑Tue Aug 13, 2019 7:11 amSorry. It won't allow me to attach the program as a txt file nor paste it here
- Tue Aug 13, 2019 9:01 am
- Forum: Windows
- Topic: Turn off snapping guides
- Replies: 6
- Views: 1228
Re: Turn off snapping guides
If you zoom in a bit, you will be able to select much more precisely. Here I have selected from the first sample after the sine wave in track 5. Personally I like to use "Ctrl + Mouse wheel" for zooming, but there are other methods: https://manual.audacityteam.org/man/zooming.html fullwind...
- Tue Aug 13, 2019 8:51 am
- Forum: Windows
- Topic: Recording Long Sessions
- Replies: 13
- Views: 910
Re: Recording Long Sessions
In the past, I've always used the D drive (HDD) to record audio and store all my project files (video and audio). That's the way I learned how to setup a DAW with two disc drives. If you have a setup that works, I'd go with that. I routinely record to a spinning disk hdd without problems. I can ach...
- Tue Aug 13, 2019 8:25 am
- Forum: Windows
- Topic: Recording Long Sessions
- Replies: 13
- Views: 910
Re: Recording Long Sessions
So it sounds like what you guys are telling me is that I shouldn't trust Audacity for a job this big? Or at least I should trust my computer's hard drives? You asked for potential problems. You got answers for potential problems ;) Personally I disagree with DVDdoug's statement that "computers...