mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-14 07:10:24 +02:00
In all .ny, http: > https: for Audacity websites
This commit is contained in:
parent
6b2a219e26
commit
4e0420b9bd
@ -17,7 +17,7 @@
|
||||
;; 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
|
||||
;; https://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference
|
||||
|
||||
;;; sweeping low pass filter
|
||||
(defun filter (sig dur)
|
||||
|
@ -16,7 +16,7 @@
|
||||
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||
;;
|
||||
;; 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 curve "Mid-fade Adjust (%)" real "" 0 -100 100
|
||||
|
@ -1,7 +1,7 @@
|
||||
;nyquist plug-in
|
||||
;version 1
|
||||
;type analyze
|
||||
;categories "http://audacityteam.org/namespace#OnsetDetector"
|
||||
;categories "https://audacityteam.org/namespace#OnsetDetector"
|
||||
;name "Beat Finder..."
|
||||
;manpage "Beat_Finder"
|
||||
;action "Finding beats..."
|
||||
|
@ -15,7 +15,7 @@
|
||||
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||
;;
|
||||
;; 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 dgain "Delay level per echo (dB)" real "" -6 -30 1
|
||||
|
@ -15,7 +15,7 @@
|
||||
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||
;;
|
||||
;; 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 gain-L "Input Gain (dB)\nmono/Left" real "" 0 0 10
|
||||
|
@ -15,7 +15,7 @@
|
||||
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||
;;
|
||||
;; 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 decay "Decay (seconds)" real "" 2 0.1 60
|
||||
|
@ -15,7 +15,7 @@
|
||||
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||
;;
|
||||
;; 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 units "Measurement scale" choice "dB,Linear" 0
|
||||
@ -491,7 +491,7 @@ ul {
|
||||
(defun html-foot ()
|
||||
"</table>
|
||||
<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=
|
||||
\"http://www.easyspacepro.com\">www.easyspacepro.com</a>)</p>
|
||||
</body>
|
||||
|
@ -88,7 +88,7 @@
|
||||
;; will produce a zero (silent) sample value.
|
||||
;;
|
||||
;; Further information:
|
||||
;; http://manual.audacityteam.org/man/sample_data_import.html
|
||||
;; https://manual.audacityteam.org/man/sample_data_import.html
|
||||
|
||||
|
||||
;; home directory
|
||||
|
@ -16,7 +16,7 @@
|
||||
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||
;;
|
||||
;; 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 phase "Starting phase (degrees)" int "" 0 -180 180
|
||||
|
@ -19,7 +19,7 @@
|
||||
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||
;;
|
||||
;; 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 mst "Output choice" choice "both channels, right only" 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user