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,9 +14,9 @@ $copyright (_"Released under terms of the GNU General Public License version 2")
|
||||
;; Released under terms of the GNU General Public License version 2:
|
||||
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html .
|
||||
|
||||
;control pitch "Pluck MIDI pitch" int "" 60 1 120
|
||||
;control fade "Fade-out type" choice "abrupt,gradual" 0
|
||||
;control dur "Duration [seconds]" real "" 1 0.1 30
|
||||
$control pitch (_"Pluck MIDI pitch") int "" 60 1 120
|
||||
$control fade (_"Fade-out type") choice "abrupt,gradual" 0
|
||||
$control dur (_"Duration [seconds]") real "" 1 0.1 30
|
||||
|
||||
; original pluck.ny modified by David R.Sky October 2007
|
||||
; [vastly simplified later]
|
||||
|
||||
Reference in New Issue
Block a user