Search found 6404 matches

by Trebor
Fri Jul 20, 2018 4:14 pm
Forum: macOS
Topic: need help ?
Replies: 1
Views: 161

Re: need help ?

Zoom-out if things are moving too fast.
Could try pinning the cursor.
Spectrogram view could help identifying problems.
by Trebor
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...
by Trebor
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 ...
by Trebor
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)
''Clean and Modern'' Vs Light.gif
''Clean and Modern'' Vs Light.gif (65.11 KiB) Viewed 3528 times
by Trebor
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...
by Trebor
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

BernardM wrote:
Tue Jul 17, 2018 2:11 pm
...is there a way to somehow automatically do this? ...
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.
by Trebor
Tue Jul 17, 2018 1:31 am
Forum: Windows
Topic: Extensive blank space at end of tracks
Replies: 3
Views: 1196

Re: Extensive blank space at end of tracks

Monte wrote:
Tue Jul 17, 2018 12:00 am
... Please let me know how I can get rid of the blank space at the end.
select the excess blank space, then press delete key, or "Ctrl"+"X" keys, or select delete from edit menu.
by Trebor
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 ...
''autobee'' started this thread, not me.png
''autobee'' started this thread, not me.png (26.32 KiB) Viewed 687 times
by Trebor
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.

юра00 wrote:
Sat Jul 14, 2018 9:19 am
Mr. Trebor, I don't see your reply. You've deleted it?
This code works on mono* tracks if you paste it into nyquist prompt

Code: Select all

(sum (mult 0.1 (noise)) *track*)
0.1 is the volume of the noise, adjust to taste.
( * I don't know the code to make it work on stereo tracks)