From bbee41ab676d8cec83b46225e2e1e959e3e296a5 Mon Sep 17 00:00:00 2001 From: windinthew Date: Thu, 5 Jul 2012 08:10:43 +0000 Subject: [PATCH] Remove explanatory GUI text to Manual and group comments together, by Steve. --- plug-ins/clipfix.ny | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/plug-ins/clipfix.ny b/plug-ins/clipfix.ny index c1552b880..2d0acb115 100644 --- a/plug-ins/clipfix.ny +++ b/plug-ins/clipfix.ny @@ -4,15 +4,22 @@ ;categories "http://audacityteam.org/namespace#NoiseRemoval" ;name "Clip Fix..." ;action "Reconstructing clips..." -;info "By Benjamin Schwartz. Released under terms of the GNU General Public License version 2.\n\nClip Fix attempts to reconstruct clipped regions by interpolating the\nlost signal. Before use, reduce amplification by 10 dB to give room for\nthe reconstruction. 'Threshold' is how close to the maximum sample\nmagnitude any sample must be to be considered clipped. If processing\nis slow, select only a few seconds of clipped audio at a time." -;control thresh "Threshold of Clipping [%]" real "" 95 0 100 +;info "By Benjamin Schwartz.\nReleased under GPL v2.\n" + +;; clipfix.ny by Benjamin Schwartz. +;; Licensing confirmed under terms of the GNU General Public License version 2: +;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +;; with kind agreement of Benjamin Schwartz, December 2011. +;; GUI updated by Steve Daulton July 2012 +;; +;; For information about writing and modifying Nyquist plug-ins: +;; http://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference + +;control thresh "Threshold of Clipping (%)" real "" 95 0 100 + (setf largenumber 100000000) ;;Largest number of samples that can be imported (setf blocksize 100000) -;; Licensing confirmed under terms of the GNU General Public License version 2: -;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html . -;; with kind agreement of Benjamin Schwartz, December 2011. - ;;Clip Fix is a simple, stupid (but not blind) digital-clipping-corrector ;;The algorithm is fairly simple: ;;1. Find all clipped regions