1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 00:53:46 +02:00

Removed optional control fields.

This commit is contained in:
james.k.crook@gmail.com
2014-10-27 19:07:50 +00:00
parent c6ffa89d23
commit 48f067a355
3 changed files with 0 additions and 7 deletions

View File

@@ -5,8 +5,6 @@
;action "Calculating..."
;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)
"Combines high shelf and low shelf filters"