Show logs
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Re: Show logs
I've suggested to Professor Dannenberg (creator of the Nyquist programming language) that the minimum floor level for the GATE function could be set lower than 0.001. I've tried modifying the Nyquist source code to allow values down to 0.00001 (-100 dB) and it appears to work without any problems. I'm hoping that he will agree and modify Nyquist, but if not, you can override the built-in GATE function as I did here: https://github.com/audacity/audacity/bl ... isegate.ny (scroll down to line 137).
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Show logs
Thank you for modifying the Nyquist source code to allow low values!