mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-27 15:50:10 +01:00
Rewrite prompts in ;control lines
This commit is contained in:
@@ -14,12 +14,12 @@ $copyright (_"Released under terms of the GNU General Public License version 2")
|
||||
;; Plug-in version 1.56, June 2015
|
||||
;; Requires Audacity 2.1.1 or later, developed under Audacity 2.1.1
|
||||
;;
|
||||
;control action "Action" choice "Remove Vocals,Isolate Vocals,Isolate Vocals and Invert,Remove Center,Isolate Center,Isolate Center and Invert,Remove Center Classic: Mono,Analyze" 0
|
||||
$control action (_"Action") choice "Remove Vocals,Isolate Vocals,Isolate Vocals and Invert,Remove Center,Isolate Center,Isolate Center and Invert,Remove Center Classic: Mono,Analyze" 0
|
||||
(setf rotation 0.0)
|
||||
;;control rotation "Rotation (Degrees)" real "" 0 -180 180
|
||||
;control strength "Strength" real "" 1.0 0.0 50.0
|
||||
;control low-transition "Low Cut for Vocals (Hz)" real "" 120 1 24000
|
||||
;control high-transition "High Cut for Vocals (Hz)" real "" 9000 1 24000
|
||||
$control strength (_"Strength") real "" 1.0 0.0 50.0
|
||||
$control low-transition (_"Low Cut for Vocals (Hz)") real "" 120 1 24000
|
||||
$control high-transition (_"High Cut for Vocals (Hz)") real "" 9000 1 24000
|
||||
;
|
||||
;preview linear
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user