From 8f6637be0b6ea24425b9c59df95359fa16511033 Mon Sep 17 00:00:00 2001 From: martynshaw99 Date: Tue, 1 Jan 2013 22:19:56 +0000 Subject: [PATCH] Delete replaced effect. --- plug-ins/one-click-fade.ny | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 plug-ins/one-click-fade.ny diff --git a/plug-ins/one-click-fade.ny b/plug-ins/one-click-fade.ny deleted file mode 100644 index d4743ad09..000000000 --- a/plug-ins/one-click-fade.ny +++ /dev/null @@ -1,24 +0,0 @@ -;nyquist plug-in -;version 1 -;type process -;categories "http://lv2plug.in/ns/lv2core#MixerPlugin" -;name "One-click Fade out" -;action "Applying Fade..." -;info "by Steve Daulton. (www.easyspacepro.com).\nReleased under GPL v2.\n" - -;; one-click-fade.ny by Steve Daulton July 2012. -;; Released under terms of the GNU General Public License version 2: -;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html -;; -;; Produce a professional sounding fade out. -;; Applies a sinusoidal fade out with a progressive low-pass -;; filter from full spectrum at start to 100 Hz at end. -;; -;; For information about writing and modifying Nyquist plug-ins: -;; http://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference - -(lp - (mult s 0.5 - (sum 1 - (osc (hz-to-step (/ (get-duration 2))) 1 *table* 90))) - (pwlv (/ *sound-srate* 2) 1 100))