Page 3 of 3

Re: Show logs

Posted: Thu Jun 10, 2021 5:59 pm
by steve
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).

Re: Show logs

Posted: Thu Jun 10, 2021 6:19 pm
by юра00
Thank you for modifying the Nyquist source code to allow low values!