mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 15:19:44 +02:00
Update license for Steve Daulton's bundled Nyquist plug-ins
Cherry-picked from upstream Audacity project as seen here:
df091bbde3
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
This commit is contained in:
parent
75b90ce4be
commit
e776c2f7e4
@ -5,8 +5,8 @@ $name (_ "Studio Fade Out")
|
|||||||
$manpage "Fades#studio_fadeout"
|
$manpage "Fades#studio_fadeout"
|
||||||
$action (_ "Applying Fade...")
|
$action (_ "Applying Fade...")
|
||||||
$author (_ "Steve Daulton")
|
$author (_ "Steve Daulton")
|
||||||
$release 2.3.0
|
$release 3.0.4
|
||||||
$copyright (_ "Released under terms of the GNU General Public License version 2")
|
$copyright (_ "GNU General Public License v2.0 or later")
|
||||||
|
|
||||||
;; StudioFadeOut.ny by Steve Daulton December 2012.
|
;; StudioFadeOut.ny by Steve Daulton December 2012.
|
||||||
;;
|
;;
|
||||||
@ -14,7 +14,7 @@ $copyright (_ "Released under terms of the GNU General Public License version 2"
|
|||||||
;; Applies a sinusoidal fade out with a progressive low-pass
|
;; Applies a sinusoidal fade out with a progressive low-pass
|
||||||
;; filter from full spectrum at start to 100 Hz at end.
|
;; filter from full spectrum at start to 100 Hz at end.
|
||||||
|
|
||||||
;; Released under terms of the GNU General Public License version 2:
|
;; Released under terms of the GNU General Public License v2.0 or later:
|
||||||
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||||
;;
|
;;
|
||||||
;; For information about writing and modifying Nyquist plug-ins:
|
;; For information about writing and modifying Nyquist plug-ins:
|
||||||
|
@ -8,10 +8,10 @@ $manpage "Adjustable_Fade"
|
|||||||
$debugbutton false
|
$debugbutton false
|
||||||
$action (_ "Applying Fade...")
|
$action (_ "Applying Fade...")
|
||||||
$author (_ "Steve Daulton")
|
$author (_ "Steve Daulton")
|
||||||
$release 2.3.1
|
$release 3.0.4
|
||||||
$copyright (_ "Released under terms of the GNU General Public License version 2")
|
$copyright (_ "GNU General Public License v2.0 or later")
|
||||||
|
|
||||||
;; Released under terms of the GNU General Public License version 2:
|
;; Released under terms of the GNU General Public License v2.0 or later:
|
||||||
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||||
;;
|
;;
|
||||||
;; For information about writing and modifying Nyquist plug-ins:
|
;; For information about writing and modifying Nyquist plug-ins:
|
||||||
|
@ -7,13 +7,13 @@ $name (_ "Crossfade Clips")
|
|||||||
$manpage "Crossfade_Clips"
|
$manpage "Crossfade_Clips"
|
||||||
$action (_ "Crossfading...")
|
$action (_ "Crossfading...")
|
||||||
$author (_ "Steve Daulton")
|
$author (_ "Steve Daulton")
|
||||||
$release 2.3.0
|
$release 3.0.4
|
||||||
$copyright (_ "Released under terms of the GNU General Public License version 2")
|
$copyright (_ "GNU General Public License v2.0 or later")
|
||||||
|
|
||||||
|
|
||||||
;; crossfadeclips.ny by Steve Daulton Dec 2014.
|
;; crossfadeclips.ny by Steve Daulton Dec 2014.
|
||||||
|
|
||||||
;; Released under terms of the GNU General Public License version 2:
|
;; Released under terms of the GNU General Public License v2.0 or later:
|
||||||
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||||
;;
|
;;
|
||||||
;; For information about writing and modifying Nyquist plug-ins:
|
;; For information about writing and modifying Nyquist plug-ins:
|
||||||
|
@ -7,12 +7,12 @@ $debugbutton disabled
|
|||||||
$action (_ "Crossfading...")
|
$action (_ "Crossfading...")
|
||||||
$preview selection
|
$preview selection
|
||||||
$author (_ "Steve Daulton")
|
$author (_ "Steve Daulton")
|
||||||
$release 2.3.0
|
$release 3.0.4
|
||||||
$copyright (_ "Released under terms of the GNU General Public License version 2")
|
$copyright (_ "GNU General Public License v2.0 or later")
|
||||||
|
|
||||||
;; crossfadetracks.ny by Steve Daulton Nov 2014 / Sep 2015
|
;; crossfadetracks.ny by Steve Daulton Nov 2014 / Sep 2015
|
||||||
|
|
||||||
;; Released under terms of the GNU General Public License version 2:
|
;; Released under terms of the GNU General Public License v2.0 or later:
|
||||||
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||||
;;
|
;;
|
||||||
;; For information about writing and modifying Nyquist plug-ins:
|
;; For information about writing and modifying Nyquist plug-ins:
|
||||||
|
@ -6,11 +6,11 @@ $manpage "EQ_XML_to_TXT_Converter"
|
|||||||
$debugbutton false
|
$debugbutton false
|
||||||
$preview disabled
|
$preview disabled
|
||||||
$author (_ "Steve Daulton")
|
$author (_ "Steve Daulton")
|
||||||
$release 3.0.0
|
$release 3.0.4
|
||||||
$copyright (_ "Released under terms of the GNU General Public License version 2")
|
$copyright (_ "GNU General Public License v2.0 or later")
|
||||||
|
|
||||||
|
|
||||||
;; Released under terms of the GNU General Public License version 2:
|
;; Released under terms of the GNU General Public License v2.0 or later:
|
||||||
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||||
;;
|
;;
|
||||||
;; For information about writing and modifying Nyquist plug-ins:
|
;; For information about writing and modifying Nyquist plug-ins:
|
||||||
|
@ -8,10 +8,10 @@ $debugbutton false
|
|||||||
;; As this is a new plug-in (Jan2021), display errors if they occur.
|
;; As this is a new plug-in (Jan2021), display errors if they occur.
|
||||||
$debugflags trace
|
$debugflags trace
|
||||||
$author (_ "Steve Daulton")
|
$author (_ "Steve Daulton")
|
||||||
$release 3.0.2
|
$release 3.0.4
|
||||||
$copyright (_ "Released under terms of the GNU General Public License version 2 or later.")
|
$copyright (_ "GNU General Public License v2.0 or later")
|
||||||
|
|
||||||
;; Released under terms of the GNU General Public License version 2 or later:
|
;; Released under terms of the GNU General Public License v2.0 or later:
|
||||||
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||||
;;
|
;;
|
||||||
;; For information about writing and modifying Nyquist plug-ins:
|
;; For information about writing and modifying Nyquist plug-ins:
|
||||||
|
@ -7,12 +7,12 @@ $debugbutton false
|
|||||||
$action (_ "Limiting...")
|
$action (_ "Limiting...")
|
||||||
$preview enabled
|
$preview enabled
|
||||||
$author (_ "Steve Daulton")
|
$author (_ "Steve Daulton")
|
||||||
$release 2.3.0
|
$release 3.0.4
|
||||||
$copyright (_ "Released under terms of the GNU General Public License version 2")
|
$copyright (_ "GNU General Public License v2.0 or later")
|
||||||
|
|
||||||
;; limiter.ny by Steve Daulton November 2011, updated May 2015.
|
;; limiter.ny by Steve Daulton November 2011, updated May 2015.
|
||||||
|
|
||||||
;; Released under terms of the GNU General Public License version 2:
|
;; Released under terms of the GNU General Public License v2.0 or later:
|
||||||
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||||
;;
|
;;
|
||||||
;; For information about writing and modifying Nyquist plug-ins:
|
;; For information about writing and modifying Nyquist plug-ins:
|
||||||
|
@ -6,9 +6,10 @@ $manpage "Noise_Gate"
|
|||||||
$debugbutton false
|
$debugbutton false
|
||||||
$preview enabled
|
$preview enabled
|
||||||
$author (_ "Steve Daulton")
|
$author (_ "Steve Daulton")
|
||||||
$release 3.0.1
|
$release 3.0.4
|
||||||
$copyright (_ "Released under terms of the GNU General Public License version 2 or later.")
|
$copyright (_ "GNU General Public License v2.0 or later")
|
||||||
;; Released under terms of the GNU General Public License version 2 or later:
|
|
||||||
|
;; Released under terms of the GNU General Public License v2.0 or later:
|
||||||
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html .
|
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html .
|
||||||
|
|
||||||
$control mode (_ "Select Function") choice (("Gate" (_ "Gate"))
|
$control mode (_ "Select Function") choice (("Gate" (_ "Gate"))
|
||||||
|
@ -6,8 +6,8 @@ $manpage "Sample_Data_Export"
|
|||||||
$debugbutton false
|
$debugbutton false
|
||||||
$action (_ "Analyzing...")
|
$action (_ "Analyzing...")
|
||||||
$author (_ "Steve Daulton")
|
$author (_ "Steve Daulton")
|
||||||
$release 2.3.0
|
$release 3.0.4
|
||||||
$copyright (_ "Released under terms of the GNU General Public License version 2")
|
$copyright (_ "GNU General Public License v2.0 or later")
|
||||||
|
|
||||||
|
|
||||||
$control number (_ "Limit output to first") int-text (_ "samples") 100 1 1000000
|
$control number (_ "Limit output to first") int-text (_ "samples") 100 1 1000000
|
||||||
@ -35,7 +35,7 @@ $control messages (_ "Show messages") choice ((_ "Yes")
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
;; Released under terms of the GNU General Public License version 2:
|
;; Released under terms of the GNU General Public License v2.0 or later:
|
||||||
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||||
;;
|
;;
|
||||||
;; For information about writing and modifying Nyquist plug-ins:
|
;; For information about writing and modifying Nyquist plug-ins:
|
||||||
|
@ -5,8 +5,8 @@ $name (_ "Sample Data Import")
|
|||||||
$manpage "Sample_Data_Import"
|
$manpage "Sample_Data_Import"
|
||||||
$action (_ "Reading and rendering samples...")
|
$action (_ "Reading and rendering samples...")
|
||||||
$author (_ "Steve Daulton")
|
$author (_ "Steve Daulton")
|
||||||
$release 2.3.0
|
$release 3.0.4
|
||||||
$copyright (_ "Released under terms of the GNU General Public License version 2")
|
$copyright (_ "GNU General Public License v2.0 or later")
|
||||||
|
|
||||||
$control filename (_ "Select file") file "" "*default*/sample-data.txt" (((_ "Text file") (txt TXT))
|
$control filename (_ "Select file") file "" "*default*/sample-data.txt" (((_ "Text file") (txt TXT))
|
||||||
((_ "All files") (""))) "open,exists"
|
((_ "All files") (""))) "open,exists"
|
||||||
@ -14,7 +14,7 @@ $control bad-data (_ "Invalid data handling") choice (("ThrowError" (_ "Throw Er
|
|||||||
("ReadAsZero" (_ "Read as Zero"))) 0
|
("ReadAsZero" (_ "Read as Zero"))) 0
|
||||||
|
|
||||||
|
|
||||||
;; Released under terms of the GNU General Public License version 2:
|
;; Released under terms of the GNU General Public License v2.0 or later:
|
||||||
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||||
;;
|
;;
|
||||||
;; For information about writing and modifying Nyquist plug-ins:
|
;; For information about writing and modifying Nyquist plug-ins:
|
||||||
|
@ -4,10 +4,10 @@ $type process spectral
|
|||||||
$name (_ "Spectral Delete")
|
$name (_ "Spectral Delete")
|
||||||
$manpage "Spectral_Delete"
|
$manpage "Spectral_Delete"
|
||||||
$author (_ "Steve Daulton")
|
$author (_ "Steve Daulton")
|
||||||
$release 2.4.0
|
$release 3.0.4
|
||||||
$copyright (_ "Released under terms of the GNU General Public License version 2")
|
$copyright (_ "GNU General Public License v2.0 or later")
|
||||||
|
|
||||||
;; Released under terms of the GNU General Public License version 2:
|
;; Released under terms of the GNU General Public License v2.0 or later:
|
||||||
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||||
;;
|
;;
|
||||||
;; For information about writing and modifying Nyquist plug-ins:
|
;; For information about writing and modifying Nyquist plug-ins:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user