mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-27 15:50:10 +01:00
Naming conventions for Nyquist choice controls too...
... see previous commit comment. Also some i18n-hints
This commit is contained in:
@@ -18,7 +18,13 @@ $copyright (_ "Released under terms of the GNU General Public License version 2"
|
||||
;; For information about writing and modifying Nyquist plug-ins:
|
||||
;; https://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference
|
||||
|
||||
$control wave (_ "Waveform type") choice ((_ "sine") (_ "triangle") (_ "sawtooth") (_ "inverse sawtooth") (_ "square")) 0
|
||||
$control wave (_ "Waveform type") choice (
|
||||
(_ "Sine")
|
||||
(_ "Triangle")
|
||||
(_ "Sawtooth")
|
||||
("InverseSawtooth" (_ "Inverse Sawtooth"))
|
||||
(_ "Square")
|
||||
) 0
|
||||
$control phase (_ "Starting phase (degrees)") int "" 0 -180 180
|
||||
$control wet (_ "Wet level (percent)") int "" 40 1 100
|
||||
$control lfo (_ "Frequency (Hz)") float-text "" 4 0.001 1000
|
||||
|
||||
Reference in New Issue
Block a user