Search found 10446 matches

by waxcylinder
Thu Jul 11, 2019 11:07 am
Forum: Adding Features to Audacity
Topic: Documentation of SoundTouch Library
Replies: 6
Views: 481

Re: Documentation of SoundTouch Library

I have added this advice on the following two pages in the alpha Manual for the upcoming 2.3.3 release 1) https://alphamanual.audacityteam.org/man/Effect_Menu#Using_Effects 2) https://alphamanual.audacityteam.org/man/Index_of_Effects,_Generators_and_Analyzers and in the Wiki here 3) https://wiki.aud...
by waxcylinder
Tue Jul 09, 2019 5:25 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: request for a simpler interface in noise reduction
Replies: 2
Views: 346

Re: request for a simpler interface in noise reduction

steve wrote:
Tue Jul 09, 2019 4:22 pm
Computers are not good at making subjective decisions, hence the need for manual tweaking of the noise reduction parameters.
And also the need for manual selection of the noise profile.

WC
by waxcylinder
Sun Jul 07, 2019 10:12 am
Forum: Windows
Topic: Audacity nightly builds.
Replies: 4
Views: 486

Re: Audacity nightly builds.

юра00 wrote:
Sun Jul 07, 2019 12:56 am
… then, 2.3.3 will be released suddenly - the changes will be shocking, all the buttons are in a different place.
There are no layout changes and no GUI changes in 2.3.3 - our work on 2.3.3 is under-the-hood maintenance work to facilitate future improvements plus some bug-fixing.

WC
by waxcylinder
Sun Jul 07, 2019 10:05 am
Forum: Macros and Scripting
Topic: Macro to delete original file?
Replies: 2
Views: 367

Re: Macro to delete original file?

steve wrote:
Sat Jul 06, 2019 8:02 pm
Batch processing with an ordinary macro always exports to a "cleaned" folder. If you require more flexibility you would need to use Python scripting
From 2.3.2 onwards we changed the name of that output folder to "macro-output".

Peter.
by waxcylinder
Sun Jul 07, 2019 10:00 am
Forum: macOS
Topic: Possible Bug 2.3.2
Replies: 2
Views: 190

Re: Possible Bug 2.3.2

by waxcylinder
Sun Jul 07, 2019 9:57 am
Forum: Adding Features to Audacity
Topic: Functionality to SHARE created macros with other audacity users
Replies: 1
Views: 182

Re: Functionality to SHARE created macros with other audacity users

We are planning to add Export/Import buttons to the macros dialog - but in the meantime you can do this manually. Your macros are stored as text files in a folder called Macros in the audacity settings folder. On Windows the full pathname is: C:\Users\<your username>\Appdata\Roaming\audacity\Macros ...
by waxcylinder
Sun Jul 07, 2019 9:51 am
Forum: Windows
Topic: Four Effects Greyed Out
Replies: 2
Views: 567

Re: Four Effects Greyed Out

steve wrote:
Sun Jun 30, 2019 9:34 pm
Audacity currently only supports one "real time preview" effect to be open at a time.
I addec this to the TTP page in the alpha Manual: https://alphamanual.audacityteam.org/ma ... of_effects

Peter
by waxcylinder
Fri Jul 05, 2019 8:24 am
Forum: Windows
Topic: Problem with highlighting
Replies: 2
Views: 147

Re: Problem with highlighting

You've accidentally activated the Envelope tool (or the Multi-tool).

Reinstate the Selection Tool by clicking on the "I" beam in the Tools toolbar: https://manual.audacityteam.org/man/tools_toolbar.html

WC
by waxcylinder
Thu Jul 04, 2019 10:26 am
Forum: Adding Features to Audacity
Topic: Documentation of SoundTouch Library
Replies: 6
Views: 481

Re: Documentation of SoundTouch Library

... add some sort of obvious warning in the Index of Effects, Generators, Analyzers and Tools This is precisely what I am considering. There is no rush, as I can only edit the alpha Manual for the upcoming 2.3.3 version. We cannot edit the Manuals for released Audacity versions. But this is duly no...
by waxcylinder
Tue Jun 25, 2019 8:36 am
Forum: Macros and Scripting
Topic: "Distortion: Could not use settings below. Default settings will be used." error
Replies: 5
Views: 505

Re: "Distortion: Could not use settings below. Default settings will be used." error

As it doesn't say so in that part of the manual, I think that part of the manual should be modified to say False is 0, True is 1 The manual does actually say that, but only once, so easy to miss. In the yellow box at the top of this page https://manual.audacityteam.org/man/scripting_reference.html ...