1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

In all .ny, http: > https: for Audacity websites

This commit is contained in:
Paul Licameli 2018-03-01 17:29:59 -05:00
parent 6b2a219e26
commit 4e0420b9bd
10 changed files with 11 additions and 11 deletions

View File

@ -17,7 +17,7 @@
;; filter from full spectrum at start to 100 Hz at end. ;; filter from full spectrum at start to 100 Hz at end.
;; ;;
;; For information about writing and modifying Nyquist plug-ins: ;; For information about writing and modifying Nyquist plug-ins:
;; http://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference ;; https://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference
;;; sweeping low pass filter ;;; sweeping low pass filter
(defun filter (sig dur) (defun filter (sig dur)

View File

@ -16,7 +16,7 @@
;; 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:
;; http://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference ;; https://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference
;control type "Fade Type" choice "Fade Up,Fade Down,S-Curve Up,S-Curve Down" 0 ;control type "Fade Type" choice "Fade Up,Fade Down,S-Curve Up,S-Curve Down" 0
;control curve "Mid-fade Adjust (%)" real "" 0 -100 100 ;control curve "Mid-fade Adjust (%)" real "" 0 -100 100

View File

@ -1,7 +1,7 @@
;nyquist plug-in ;nyquist plug-in
;version 1 ;version 1
;type analyze ;type analyze
;categories "http://audacityteam.org/namespace#OnsetDetector" ;categories "https://audacityteam.org/namespace#OnsetDetector"
;name "Beat Finder..." ;name "Beat Finder..."
;manpage "Beat_Finder" ;manpage "Beat_Finder"
;action "Finding beats..." ;action "Finding beats..."

View File

@ -15,7 +15,7 @@
;; 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:
;; http://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference ;; https://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference
;control delay-type "Delay type" choice "regular,bouncing ball,reverse bouncing ball" 0 ;control delay-type "Delay type" choice "regular,bouncing ball,reverse bouncing ball" 0
;control dgain "Delay level per echo (dB)" real "" -6 -30 1 ;control dgain "Delay level per echo (dB)" real "" -6 -30 1

View File

@ -15,7 +15,7 @@
;; 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:
;; http://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference ;; https://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference
;control type "Type" choice "Soft Limit,Hard Limit,Soft Clip,Hard Clip" 0 ;control type "Type" choice "Soft Limit,Hard Limit,Soft Clip,Hard Clip" 0
;control gain-L "Input Gain (dB)\nmono/Left" real "" 0 0 10 ;control gain-L "Input Gain (dB)\nmono/Left" real "" 0 0 10

View File

@ -15,7 +15,7 @@
;; 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:
;; http://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference ;; https://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference
;control freq "Frequency (Hz)" real "" 100 50 2000 ;control freq "Frequency (Hz)" real "" 100 50 2000
;control decay "Decay (seconds)" real "" 2 0.1 60 ;control decay "Decay (seconds)" real "" 2 0.1 60

View File

@ -15,7 +15,7 @@
;; 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:
;; http://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference ;; https://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference
;control number "Limit output to first" string "samples" "100" ;control number "Limit output to first" string "samples" "100"
;control units "Measurement scale" choice "dB,Linear" 0 ;control units "Measurement scale" choice "dB,Linear" 0
@ -491,7 +491,7 @@ ul {
(defun html-foot () (defun html-foot ()
"</table> "</table>
<p id=\"footer\">Produced with <span>Sample Data Export</span> for <p id=\"footer\">Produced with <span>Sample Data Export</span> for
<a href=\"http://www.audacityteam.org/\">Audacity</a> by Steve <a href=\"https://www.audacityteam.org/\">Audacity</a> by Steve
Daulton (<a href= Daulton (<a href=
\"http://www.easyspacepro.com\">www.easyspacepro.com</a>)</p> \"http://www.easyspacepro.com\">www.easyspacepro.com</a>)</p>
</body> </body>

View File

@ -88,7 +88,7 @@
;; will produce a zero (silent) sample value. ;; will produce a zero (silent) sample value.
;; ;;
;; Further information: ;; Further information:
;; http://manual.audacityteam.org/man/sample_data_import.html ;; https://manual.audacityteam.org/man/sample_data_import.html
;; home directory ;; home directory

View File

@ -16,7 +16,7 @@
;; 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:
;; http://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference ;; https://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference
;control wave "Waveform type" choice "sine,triangle,sawtooth,inverse sawtooth,square" 0 ;control wave "Waveform type" choice "sine,triangle,sawtooth,inverse sawtooth,square" 0
;control phase "Starting phase (degrees)" int "" 0 -180 180 ;control phase "Starting phase (degrees)" int "" 0 -180 180

View File

@ -19,7 +19,7 @@
;; 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:
;; http://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference ;; https://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference
;control dst "Distance: (1 to 120, default = 20)" real "" 20 1 120 ;control dst "Distance: (1 to 120, default = 20)" real "" 20 1 120
;control mst "Output choice" choice "both channels, right only" 0 ;control mst "Output choice" choice "both channels, right only" 0