diff --git a/plug-ins/SilenceMarker.ny b/plug-ins/SilenceMarker.ny index 0f2968432..884cf8895 100644 --- a/plug-ins/SilenceMarker.ny +++ b/plug-ins/SilenceMarker.ny @@ -4,7 +4,12 @@ ;categories "http://lv2plug.in/ns/lv2core#AnalyserPlugin" ;name "Silence Finder..." ;action "Finding silence..." -;info "Written by Alex S. Brown, PMP (http://www.alexsbrown.com) \nReleased under terms of the GNU General Public License version 2\nAdds point labels in areas of silence according to the specified\nlevel and duration of silence. If too many silences are detected,\nincrease the silence level and duration; if too few are detected,\nreduce the level and duration." +;info Adds point labels in areas of silence according to the specified\nlevel and duration of silence. If too many silences are detected,\nincrease the silence level and duration; if too few are detected,\nreduce the level and duration." + +;; by Alex S. Brown, PMP (http://www.alexsbrown.com) +;; Released under terms of the GNU General Public License version 2: +;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + ;control sil-lev "Treat audio below this level as silence [ -dB]" real "" 26 0 100 ;control sil-dur "Minimum duration of silence [seconds]" real "" 1.0 0.1 5.0 ;control labelbeforedur "Label placement [seconds before silence ends]" real "" 0.3 0.0 1.0 diff --git a/plug-ins/SoundFinder.ny b/plug-ins/SoundFinder.ny index cf309a530..5c6bf6bd0 100644 --- a/plug-ins/SoundFinder.ny +++ b/plug-ins/SoundFinder.ny @@ -4,7 +4,14 @@ ;categories "http://lv2plug.in/ns/lv2core#AnalyserPlugin" ;name "Sound Finder..." ;action "Finding sound..." -;info "Written by Jeremy R. Brown (http://www.jeremy-brown.com/) \nbased on the Silence Finder script by\nAlex S. Brown, PMP (http://www.alexsbrown.com) \n\Released under terms of the GNU General Public License version 2\nAdds region labels for areas of sound according to the specified level\nand duration of surrounding silence. If too many labels are produced,\nincrease the silence level and duration; if too few are produced,\nreduce the level and duration." +;info "Adds region labels for areas of sound according to the specified level\nand duration of surrounding silence. If too many labels are produced,\nincrease the silence level and duration; if too few are produced,\nreduce the level and duration." + + +;; by Jeremy R. Brown (http://www.jeremy-brown.com/) +;; based on the Silence Finder script by Alex S. Brown (http://www.alexsbrown.com) +;; Released under terms of the GNU General Public License version 2: +;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + ;control sil-lev "Treat audio below this level as silence [ -dB]" real "" 26 0 100 ;control sil-dur "Minimum duration of silence between sounds [seconds]" real "" 1.0 0.1 5.0 ;control labelbeforedur "Label starting point [seconds before sound starts]" real "" 0.1 0.0 1.0 diff --git a/plug-ins/StudioFadeOut.ny b/plug-ins/StudioFadeOut.ny index 4fdc0c232..7fe6fd422 100644 --- a/plug-ins/StudioFadeOut.ny +++ b/plug-ins/StudioFadeOut.ny @@ -4,7 +4,6 @@ ;categories "http://lv2plug.in/ns/lv2core#MixerPlugin" ;name "Studio Fade Out" ;action "Applying Fade..." -;info "by Steve Daulton. (www.easyspacepro.com).\nReleased under GPL v2.\n" ;; StudioFadeOut.ny by Steve Daulton December 2012. ;; Released under terms of the GNU General Public License version 2: diff --git a/plug-ins/adjustable-fade.ny b/plug-ins/adjustable-fade.ny index 883a32955..5919e9372 100644 --- a/plug-ins/adjustable-fade.ny +++ b/plug-ins/adjustable-fade.ny @@ -4,7 +4,6 @@ ;categories "http://lv2plug.in/ns/lv2core#MixerPlugin" ;name "Adjustable Fade..." ;action "Applying Fade..." -;info "by Steve Daulton (www.easyspacepro.com).\nReleased under GPL v2.\n" ;; adjustable-fade.ny by Steve Daulton Dec 2012 ;; Released under terms of the GNU General Public License version 2: diff --git a/plug-ins/analyze.ny b/plug-ins/analyze.ny index f07103440..98ae38e55 100644 --- a/plug-ins/analyze.ny +++ b/plug-ins/analyze.ny @@ -5,6 +5,3 @@ ;name "Sample Analyze Nyquist Plug-in" ;action "Analyzing absolutely nothing..." (list (list 0 "beginning") (list (local-to-global 1) "end")) - -; arch-tag: b50ba32c-68a6-4b1e-a7de-78ecdc4d6eed - diff --git a/plug-ins/beat.ny b/plug-ins/beat.ny index d7a22ad06..d2fc7f7bc 100644 --- a/plug-ins/beat.ny +++ b/plug-ins/beat.ny @@ -4,7 +4,9 @@ ;categories "http://audacityteam.org/namespace#OnsetDetector" ;name "Beat Finder..." ;action "Finding beats..." -;info "Released under terms of the GNU General Public License version 2" + +;; Released under terms of the GNU General Public License version 2: +;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html ;control thresval "Threshold Percentage" int "" 65 5 100 (setf s1 (if (arrayp s) (snd-add (aref s 0) (aref s 1)) s)) @@ -17,6 +19,3 @@ (setq p (< v thres)) (setq c (+ c 0.001)) (setq v (snd-fetch s2))) - -; arch-tag: 2204686b-2dcc-4891-964a-2749ac30661b - diff --git a/plug-ins/clicktrack.ny b/plug-ins/clicktrack.ny index 11b00a359..c48255998 100644 --- a/plug-ins/clicktrack.ny +++ b/plug-ins/clicktrack.ny @@ -4,8 +4,9 @@ ;categories "http://lv2plug.in/ns/lv2core#GeneratorPlugin" ;name "Click Track..." ;action "Generating Click Track..." -;info "by Dominic Mazzoni, modified by David R. Sky and Steve Daulton.\nReleased under terms of the GNU General Public License version 2.\nFor help, select one of two help screens in 'Action choice' below." +;info "For help, select one of two help screens in 'Action choice' below." +;; by Dominic Mazzoni, modified by David R. Sky and Steve Daulton. ;; Released under terms of the GNU General Public License version 2: ;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html . ;; original clicktrack.ny by Dominic Mazzoni, diff --git a/plug-ins/clipfix.ny b/plug-ins/clipfix.ny index 2d0acb115..8b170740b 100644 --- a/plug-ins/clipfix.ny +++ b/plug-ins/clipfix.ny @@ -4,7 +4,6 @@ ;categories "http://audacityteam.org/namespace#NoiseRemoval" ;name "Clip Fix..." ;action "Reconstructing clips..." -;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: diff --git a/plug-ins/delay.ny b/plug-ins/delay.ny index 7e14a40df..07d2b0674 100644 --- a/plug-ins/delay.ny +++ b/plug-ins/delay.ny @@ -4,7 +4,6 @@ ;categories "http://lv2plug.in/ns/lv2core#DelayPlugin" ;name "Delay..." ;action "Applying Delay Effect..." -;info "by Steve Daulton. Based on an effect by David R. Sky.\nReleased under GPL v2.\n" ;; by Steve Daulton, July 2012. ;; based on 'Delay' by David R. Sky diff --git a/plug-ins/equalabel.ny b/plug-ins/equalabel.ny index b290f6b42..f21bbd05f 100644 --- a/plug-ins/equalabel.ny +++ b/plug-ins/equalabel.ny @@ -3,10 +3,11 @@ ;type analyze ;name "Regular Interval Labels..." ;action "Adding equally-spaced labels to the label track..." -;info "By David R. Sky (http://www.garyallendj.com/davidsky/), after Alex S.Brown.\nModified by Steve Daulton (http://easyspacepro.com).\nReleased under GPL v2." -;; Regular interval labels by David R. Sky, June-October 2007. +;; by David R. Sky (http://www.garyallendj.com/davidsky/), June-October 2007. ;; Code for label placement based on silencemarker.ny by Alex S.Brown. +;; Updated by Steve Daulton (http://easyspacepro.com) + ;; Released under terms of the GNU General Public License version 2 ;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html . ;; Thanks Sami Jumppanen for plug-in suggestion. diff --git a/plug-ins/highpass.ny b/plug-ins/highpass.ny index eb55bad3d..d13eec217 100644 --- a/plug-ins/highpass.ny +++ b/plug-ins/highpass.ny @@ -4,7 +4,6 @@ ;categories "http://lv2plug.in/ns/lv2core#HighpassPlugin" ;name "High Pass Filter..." ;action "Performing High Pass Filter..." -;info "by Dominic Mazzoni, modified by David R. Sky\nReleased under GPL v2.\n" ;; highpass.ny by Dominic Mazzoni ;; Modified by David R. Sky diff --git a/plug-ins/lowpass.ny b/plug-ins/lowpass.ny index 8a8c8908c..1e53c60ec 100644 --- a/plug-ins/lowpass.ny +++ b/plug-ins/lowpass.ny @@ -4,7 +4,6 @@ ;categories "http://lv2plug.in/ns/lv2core#LowpassPlugin" ;name "Low Pass Filter..." ;action "Performing Low Pass Filter..." -;info "by Dominic Mazzoni, modified by David R. Sky\nReleased under GPL v2.\n" ;; lowpass.ny by Dominic Mazzoni ;; Modified by David R. Sky diff --git a/plug-ins/notch.ny b/plug-ins/notch.ny index 16a0587d6..a035ef5b3 100644 --- a/plug-ins/notch.ny +++ b/plug-ins/notch.ny @@ -4,7 +4,6 @@ ;categories "http://lv2plug.in/ns/lv2core/#FilterPlugin" ;name "Notch Filter..." ;action "Performing Notch Filter..." -;info "By Steve Daulton and Bill Wharrie. Released under GPL v2." ;control freq "Frequency" real "Hz" 60 0 10000 ;control q "Q (higher value reduces width)" real "" 1 0.1 20 diff --git a/plug-ins/pluck.ny b/plug-ins/pluck.ny index 21de4e805..199fe648f 100644 --- a/plug-ins/pluck.ny +++ b/plug-ins/pluck.ny @@ -5,7 +5,10 @@ ;categories "http://lv2plug.in/ns/lv2core#GeneratorPlugin" ;name "Pluck..." ;action "Generating pluck sound..." -;info "modified by David R. Sky\nReleased under terms of the GNU General Public License version 2 \nMIDI values for C notes: 36, 48, 60 [middle C], 72, 84, 96." +;info "MIDI values for C notes: 36, 48, 60 [middle C], 72, 84, 96." + +;; Released under terms of the GNU General Public License version 2: +;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html . ;control p "Pluck MIDI pitch" int "" 60 1 127 ;control fade "Fade-out type" choice "abrupt,gradual" 0 @@ -29,6 +32,3 @@ (let* ((pluck-sound (snd-pluck *sound-srate* (step-to-hz p) 0 dur final-amp)) (max-peak (peak pluck-sound ny:all))) (scale (/ 0.8 max-peak) pluck-sound)) - - -;arch-tag: bebc6cb8-3bb0-42d5-a467-df6bd1a7f1e4 \ No newline at end of file diff --git a/plug-ins/rissetdrum.ny b/plug-ins/rissetdrum.ny index 0798bdb5a..2189a04f5 100644 --- a/plug-ins/rissetdrum.ny +++ b/plug-ins/rissetdrum.ny @@ -4,9 +4,8 @@ ;categories "http://lv2plug.in/ns/lv2core#GeneratorPlugin" ;name "Risset Drum..." ;action "Generating Risset Drum..." -;info "Risset Drum generator by Steven Jones, after Jean Claude Risset.\nReleased under GPL v2." -;; rissetdrum.ny by Steven Jones. +;; rissetdrum.ny by Steven Jones, after Jean Claude Risset. ;; Updated 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 diff --git a/plug-ins/sample-data-export.ny b/plug-ins/sample-data-export.ny index e33a3fc4a..cdc6bbd4e 100644 --- a/plug-ins/sample-data-export.ny +++ b/plug-ins/sample-data-export.ny @@ -4,7 +4,6 @@ ;name "Sample Data Export..." ;action "Analyzing..." ;categories "http://lv2plug.in/ns/lv2core#AnalyserPlugin" -;info "by Steve Daulton. Released under GPL v2." ;; sample-data-export.ny by Steve Daulton June 2012. ;; Updated July 16 2012. diff --git a/plug-ins/tremolo.ny b/plug-ins/tremolo.ny index 390cf83bf..c32fbc129 100644 --- a/plug-ins/tremolo.ny +++ b/plug-ins/tremolo.ny @@ -4,9 +4,9 @@ ;categories "http://lv2plug.in/ns/lv2core#ModulatorPlugin" ;name "Tremolo..." ;action "Applying Tremolo..." -;info "by Steve Daulton. Released under GPL v2.\nBased on Tremolo by Dominic Mazzoni and David R. Sky.\n" ;; tremolo.ny by Steve Daulton (www.easyspacepro.com) July 2012. +;; Based on Tremolo by Dominic Mazzoni and David R. Sky." ;; Released under terms of the GNU General Public License version 2: ;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html ;; diff --git a/plug-ins/vocalremover.ny b/plug-ins/vocalremover.ny index 5c204c09c..72bbaadd1 100644 --- a/plug-ins/vocalremover.ny +++ b/plug-ins/vocalremover.ny @@ -4,8 +4,10 @@ ;categories "http://lv2plug.in/ns/lv2core#UtilityPlugin" ;name "Vocal Remover (for center-panned vocals)..." ;action "Removing vocals or other center-panned audio..." -;info "by David R. Sky www.shellworld.net/~davidsky/ \nReleased under terms of the GNU General Public License version 2 \nRemoves center-panned audio in a stereo track by inversion and panning to center.\n\n'Simple' removal removes all the center-panned audio. If too much audio is removed,\ntry removing only selected frequencies - enter these in the box 'Frequency band\nlower and upper limit'. Then choose 'Remove band' to remove only frequencies in\nthat band, or 'Retain band' to remove only frequencies outside that band. After\nremoval, the audio will sound mono because both channels are panned to center.\n\nFor further help, select 'View Help' in the first dropdown menu and click OK. After\nreading Help, please reopen Vocal Remover to use it.\n" +;info "Removes center-panned audio in a stereo track by inversion and panning to center.\n\n'Simple' removal removes all the center-panned audio. If too much audio is removed,\ntry removing only selected frequencies - enter these in the box 'Frequency band\nlower and upper limit'. Then choose 'Remove band' to remove only frequencies in\nthat band, or 'Retain band' to remove only frequencies outside that band. After\nremoval, the audio will sound mono because both channels are panned to center.\n\nFor further help, select 'View Help' in the first dropdown menu and click OK. After\nreading Help, please reopen Vocal Remover to use it.\n" +;; Released under terms of the GNU General Public License version 2: +;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html ;control action "Remove vocals or view Help" choice "Remove vocals,View Help" 0 ;control bc "Removal choice" choice "Simple (entire spectrum),Remove frequency band,Retain frequency band" 0 diff --git a/plug-ins/vocoder.ny b/plug-ins/vocoder.ny index 3da1a8223..797b25875 100644 --- a/plug-ins/vocoder.ny +++ b/plug-ins/vocoder.ny @@ -4,7 +4,6 @@ ;categories "http://lv2plug.in/ns/lv2core#SpectralPlugin" ;name "Vocoder..." ;action "Processing Vocoder..." -;info "by Edgar-RFT and David R. Sky\nReleased under GPL v2.\n" ;; vocoder.ny by Edgar-RFT ;; a bit of code added by David R. Sky