Zoom-out if things are moving too fast.
Could try pinning the cursor.
Spectrogram view could help identifying problems.
Search found 6404 matches
- Fri Jul 20, 2018 4:14 pm
- Forum: macOS
- Topic: need help ?
- Replies: 1
- Views: 161
- Fri Jul 20, 2018 12:48 pm
- Forum: Windows
- Topic: Plugin Problems
- Replies: 1
- Views: 193
Re: Plugin Problems
Well, now its my turn for plugin headaches- I have the latest version of Audacity ... I download the plugin-chorus, flanger-whatever. I add it to the plugins folder on the program file ... Recently the Audacity plugins folder moved from " Program Files " to this hidden folder ... C:\Users...
- Fri Jul 20, 2018 2:50 am
- Forum: Windows
- Topic: backing track present on new recording track
- Replies: 19
- Views: 1053
Re: backing track present on new recording track
Hi Trebor. I tried that but it doesn't work. I still get both the backing track and the voice on the new track ... Possibly it's the sound leaking from headphones (via air, not wires) being picked up by the microphone. If that's the case, the recording of backing-track on the overdub will be quiet ...
- Fri Jul 20, 2018 12:17 am
- Forum: Audacity Artwork and Graphics
- Topic: Audacity Clean and Modern theme
- Replies: 5
- Views: 3534
Re: Audacity Clean and Modern theme
"Clean and Modern" is very close to "light" theme, (which I hate with a vengeance)
- Thu Jul 19, 2018 6:48 am
- Forum: Windows
- Topic: Need help?
- Replies: 1
- Views: 188
Re: Need help?
I'm trying to get a certain EQ sound used on my voice in a previous project. When I open the project back up, how can I view all of my EQ settings? Please help. The last used equalization curve may still persist in the equalizer , (even if you didn't save it as a preset ). However the history is lo...
- Thu Jul 19, 2018 1:37 am
- Forum: Windows
- Topic: backing track present on new recording track
- Replies: 19
- Views: 1053
- Tue Jul 17, 2018 6:15 pm
- Forum: Windows
- Topic: Extensive blank space at end of tracks
- Replies: 3
- Views: 1196
Re: Extensive blank space at end of tracks
Truncate silence could do it. NB: "detect silence" duration will have to be longer than any silence in the show if you apply truncate silence to the whole show.
- Tue Jul 17, 2018 1:31 am
- Forum: Windows
- Topic: Extensive blank space at end of tracks
- Replies: 3
- Views: 1196
- Sun Jul 15, 2018 11:11 pm
- Forum: Maintaining / Improving this Forum
- Topic: Deletion of first post in thread causes wrong attribution
- Replies: 1
- Views: 687
Deletion of first post in thread causes wrong attribution
"autobee" started a thread, which I replied to. Subsequently they deleted their post.
So I am incorrectly named as the creator of autobee's thread, see ...
So I am incorrectly named as the creator of autobee's thread, see ...
- Sat Jul 14, 2018 9:37 pm
- Forum: Windows
- Topic: How to mix (add) "white noise" to the track.
- Replies: 8
- Views: 2956
Re: How to mix (add) "white noise" to the track.
This code works on mono* tracks if you paste it into nyquist prompt
Code: Select all
(sum (mult 0.1 (noise)) *track*)( * I don't know the code to make it work on stereo tracks)