Search found 59476 matches

by steve
Mon Aug 12, 2019 10:54 am
Forum: Audiobook Production
Topic: Noise gate vs insert room sound
Replies: 15
Views: 1467

Re: Noise gate vs insert room sound

That does seem to be a mistake doesn't it? Sound Finder does exactly the opposite of what you want, and Silence Finder is missing options. There's a long history behind this. The original effect was written by Alex S. Brown and was called "Silence Marker", and it was designed to mark trac...
by steve
Mon Aug 12, 2019 10:33 am
Forum: Windows
Topic: Aud 2.3.2. 'Fit to Width' does not go full width of screen
Replies: 11
Views: 258

Re: Aud 2.3.2. 'Fit to Width' does not go full width of screen

I'm not sure is this a bug or a "feature" :? Pretty sure it's a feature. The code explicitly leaves a bit of empty space visible beyond the end of the track. Maybe the little strip is there by design to show you that you have the whole project on-screen. I assume that's the reason. Withou...
by steve
Mon Aug 12, 2019 8:57 am
Forum: Windows
Topic: electronic chatter on recordings
Replies: 22
Views: 587

Re: electronic chatter on recordings

But now... This laptop is woefully underpowered for the kind of lifting I'd be asking of it. So the question is do I try to upgrade the USB ports on the powerful computer, or is there a best practice way to record on the laptop and move the audio to the powerful computer for processing? If you're g...
by steve
Mon Aug 12, 2019 7:52 am
Forum: Making Music with Audacity
Topic: Music required
Replies: 1
Views: 438

Re: Music required

This is not a good question for this forum as it invites replies that contravene the forum policy of not allowing advertising. Try these search terms in Google and you will find hundreds of options to choose from: "Creative Commons" "Royalty free music" I shall close this topic b...
by steve
Sun Aug 11, 2019 9:56 pm
Forum: Windows
Topic: Creating Sample Libraries
Replies: 6
Views: 192

Re: Creating Sample Libraries

Oddcase wrote:
Sun Aug 11, 2019 8:48 pm
In other words they have a different amount of time before the sound.
What is before the sound that you want? If it's silence, then it should be very easy to select with the mouse, provided that you zoom in far enough.
by steve
Sun Aug 11, 2019 3:39 pm
Forum: Windows
Topic: Selection Tool size
Replies: 1
Views: 140

Re: Selection Tool size

Where is the file in audacity for the selection tool icon? I don't think it's in the Audacity code, but in the wxWidgets code, so you would need to customise wxWidgets, then rebuild Audacity using your custom wxWidgets. Some info about cursors in wxWidgets: https://docs.wxwidgets.org/3.0/classwx_cu...
by steve
Sun Aug 11, 2019 3:29 pm
Forum: Windows
Topic: Keyboard shortcut for Time Shifting fractions of a second
Replies: 2
Views: 228

Re: Keyboard shortcut for Time Shifting fractions of a second

Using the mouse seems clumsy for really small amounts. Personally I find it very easy and convenient, provided that I zoom in far enough. I use "Ctrl + Mouse wheel" for zooming in/out. An alternative way to shift audio a precise amount the the right, is to click on the track to the left o...
by steve
Sun Aug 11, 2019 3:24 pm
Forum: Audiobook Production
Topic: Thank You
Replies: 1
Views: 391

Re: Thank You

Thank you for posting this feedback, I'm sure that it will be helpful for other aspiring audiobook producers. Very pleased to hear that your audiobook has been published, congratulations, hopefully the first of many. :D
by steve
Sun Aug 11, 2019 10:26 am
Forum: Nyquist
Topic: Conventions for Nyquist Plug-ins
Replies: 23
Views: 41384

Re: Conventions for Nyquist Plug-ins

Is it not time to change the minimum supported resolution from 800x600 (2011) to at least 1024 x 768. Who usesa 800x600 screen 2019? And then of course extend the window size of the plugin dialog I don't know exactly what you are referring to, but this is a very old topic (started in 2010), so some...
by steve
Sun Aug 11, 2019 10:13 am
Forum: Nyquist
Topic: is there a good Nyquist compressor plug in för drums and guitar out there
Replies: 7
Views: 739

Re: is there a good Nyquist compressor plug in för drums and guitar out there

Perhaps the "Soft Limiter" code from Audacity's "Limiter" effect: https://github.com/audacity/audacity/blob/master/plug-ins/limiter.ny Note that the lines beginning with "$" are equivalent to lines beginning with ";" but with the additional functionality (for ...