mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
Removed optional control fields.
This commit is contained in:
parent
c6ffa89d23
commit
48f067a355
@ -4,9 +4,6 @@
|
|||||||
;name "Spectral edit multi tool"
|
;name "Spectral edit multi tool"
|
||||||
;action "Calculating..."
|
;action "Calculating..."
|
||||||
|
|
||||||
;control control-f0 "Low Frequency" real "" 4000 0 20000
|
|
||||||
;control control-f1 "High Frequency" real "" 4000 0 20000
|
|
||||||
|
|
||||||
(defun wet (sig)
|
(defun wet (sig)
|
||||||
(cond
|
(cond
|
||||||
((not (or *f0* *f1*)) (throw 'error-message "Please select frequencies"))
|
((not (or *f0* *f1*)) (throw 'error-message "Please select frequencies"))
|
||||||
|
@ -5,8 +5,6 @@
|
|||||||
;action "Calculating..."
|
;action "Calculating..."
|
||||||
|
|
||||||
;control control-gain "Gain (dB)" real "" 0 -24 24
|
;control control-gain "Gain (dB)" real "" 0 -24 24
|
||||||
;control control-f0 "Low Frequency" real "" 4000 0 20000
|
|
||||||
;control control-f1 "High Frequency" real "" 4000 0 20000
|
|
||||||
|
|
||||||
(defun wet (sig gain)
|
(defun wet (sig gain)
|
||||||
(cond
|
(cond
|
||||||
|
@ -5,8 +5,6 @@
|
|||||||
;action "Calculating..."
|
;action "Calculating..."
|
||||||
|
|
||||||
;control control-gain "Gain (dB)" real "" 0 -24 24
|
;control control-gain "Gain (dB)" real "" 0 -24 24
|
||||||
;control control-f0 "Low Frequency" real "" 4000 0 20000
|
|
||||||
;control control-f1 "High Frequency" real "" 4000 0 20000
|
|
||||||
|
|
||||||
(defun mid-shelf (sig lf hf gain)
|
(defun mid-shelf (sig lf hf gain)
|
||||||
"Combines high shelf and low shelf filters"
|
"Combines high shelf and low shelf filters"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user