mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +02:00
move author credits and license information into comments, not the plug-in UIs. Matches built-in effects in Audacity.
This commit is contained in:
parent
62de33efe1
commit
325888d34d
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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,
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
;;
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user