1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-30 07:29:29 +02:00

Add help pages for shipped Nyquist effects

This commit is contained in:
Steve Daulton 2017-05-19 20:43:55 +01:00
parent 1dd6b848c2
commit fd3d41e82f
26 changed files with 26 additions and 2 deletions

View File

@ -3,6 +3,7 @@
;type analyze
;categories "http://lv2plug.in/ns/lv2core#AnalyserPlugin"
;name "Silence Finder..."
;manpage "Silence_Finder_and_Sound_Finder#silence"
;action "Finding silence..."
;info "Adds point labels in areas of silence according to the specified\nlevel and duration of silence. If too many silences are detected,\nincrease the silence level and duration; if too few are detected,\nreduce the level and duration."
;author "Alex S. Brown"

View File

@ -3,6 +3,7 @@
;type analyze
;categories "http://lv2plug.in/ns/lv2core#AnalyserPlugin"
;name "Sound Finder..."
;manpage "Silence_Finder_and_Sound_Finder#sound"
;action "Finding sound..."
;info "Adds region labels for areas of sound according to the specified level\nand duration of surrounding silence. If too many labels are produced,\nincrease the silence level and duration; if too few are produced,\nreduce the level and duration."
;author "Jeremy R. Brown"

View File

@ -3,6 +3,7 @@
;type process spectral
;preview linear
;name "Spectral edit parametric EQ..."
;manpage "Spectral_edit_parametric_EQ"
;action "Filtering..."
;author "Paul Licameli"
;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -3,6 +3,7 @@
;type process spectral
;preview linear
;name "Spectral edit shelves..."
;manpage "Spectral_edit_shelves"
;action "Filtering..."
;author "Paul Licameli"
;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -3,6 +3,7 @@
;type process
;categories "http://lv2plug.in/ns/lv2core#MixerPlugin"
;name "Studio Fade Out"
;manpage "Fades#studio_fadeout"
;action "Applying Fade..."
;author "Steve Daulton"
;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -5,6 +5,7 @@
;preview selection
;categories "http://lv2plug.in/ns/lv2core#MixerPlugin"
;name "Adjustable Fade..."
;manpage "Adjustable_Fade"
;action "Applying Fade..."
;author "Steve Daulton"
;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -3,6 +3,7 @@
;type analyze
;categories "http://audacityteam.org/namespace#OnsetDetector"
;name "Beat Finder..."
;manpage "Beat_Finder"
;action "Finding beats..."
;author "Audacity"
;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -3,6 +3,7 @@
;type process
;preview enabled
;name "Clip Fix..."
;manpage "Clip_Fix"
;action "Reconstructing clips..."
;author "Benjamin Schwartz and Steve Daulton"
;copyright "Licensing confirmed under terms of the GNU General Public License version 2"

View File

@ -4,6 +4,7 @@
;mergeclips 1
;restoresplits 0
;name "Crossfade Clips"
;manpage "Crossfade_Clips"
;action "Crossfading..."
;author "Steve Daulton"
;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -2,6 +2,7 @@
;version 4
;type process
;name "Crossfade Tracks..."
;manpage "Crossfade_Tracks"
;action "Crossfading..."
;preview selection
;author "Steve Daulton"

View File

@ -4,6 +4,7 @@
;preview linear
;categories "http://lv2plug.in/ns/lv2core#DelayPlugin"
;name "Delay..."
;manpage "Delay"
;action "Applying Delay Effect..."
;author "Steve Daulton"
;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -2,6 +2,7 @@
;version 4
;type analyze
;name "Regular Interval Labels..."
;manpage "Regular_Interval_Labels"
;action "Adding equally-spaced labels to the label track..."
;author "Steve Daulton"
;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -3,6 +3,7 @@
;type process
;preview linear
;name "High Pass Filter..."
;manpage "High_Pass_Filter"
;action "Performing High Pass Filter..."
;author "Dominic Mazzoni"
;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -3,6 +3,7 @@
;type process
;categories "http://lv2plug.in/ns/lv2core/#DynamicsPlugin"
;name "Limiter..."
;manpage "Limiter"
;action "Limiting..."
;preview enabled
;author "Steve Daulton"

View File

@ -3,6 +3,7 @@
;type process
;preview linear
;name "Low Pass Filter..."
;manpage "Low_Pass_Filter"
;action "Performing Low Pass Filter..."
;author "Dominic Mazzoni"
;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -3,6 +3,7 @@
;type process
;preview linear
;name "Notch Filter..."
;manpage "Notch_Filter"
;action "Applying Notch Filter..."
;author "Steve Daulton and Bill Wharrie"
;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -3,6 +3,7 @@
;type generate
;categories "http://lv2plug.in/ns/lv2core#GeneratorPlugin"
;name "Rhythm Track..."
;manpage "Rhythm_Track"
;preview linear
;action "Generating Rhythm..."
;author "Dominic Mazzoni"

View File

@ -4,6 +4,7 @@
;categories "http://lv2plug.in/ns/lv2core#GeneratorPlugin"
;preview linear
;name "Risset Drum..."
;manpage "Risset_Drum"
;action "Generating Risset Drum..."
;author "Steven Jones"
;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -2,6 +2,7 @@
;version 3
;type analyze
;name "Sample Data Export..."
;manpage "Sample_Data_Export"
;action "Analyzing..."
;maxlen 1000001
;categories "http://lv2plug.in/ns/lv2core#AnalyserPlugin"

View File

@ -2,6 +2,7 @@
;version 4
;type generate
;name "Sample Data Import..."
;manpage "Sample_Data_Import"
;action "Reading and rendering samples..."
;author "Steve Daulton"
;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -4,6 +4,7 @@
;preview linear
;categories "http://lv2plug.in/ns/lv2core#ModulatorPlugin"
;name "Tremolo..."
;manpage "Tremolo"
;action "Applying Tremolo..."
;author "Steve Daulton"
;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -3,6 +3,7 @@
;type process
;categories "http://lv2plug.in/ns/lv2core#MixerPlugin"
;name "Vocal Reduction and Isolation..."
;manpage "Vocal_Reduction_and_Isolation"
;action "Applying Action..."
;author "Robert Haenggi"
;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -3,6 +3,7 @@
;type process
;preview linear
;name "Vocal Remover..."
;manpage "Vocal_Remover"
;action "Removing center-panned audio..."
;info "For reducing center-panned vocals"
;author "Steve Daulton"

View File

@ -4,6 +4,7 @@
;preview enabled
;categories "http://lv2plug.in/ns/lv2core#SpectralPlugin"
;name "Vocoder..."
;manpage "Vocoder"
;action "Processing Vocoder..."
;author "Edgar-RFT"
;copyright "Released under terms of the GNU General Public License version 2"

View File

@ -3060,7 +3060,7 @@ bool EffectUIHost::Initialize()
buttons = eApplyButton + eCloseButton + eHelpButton;
wxAcceleratorEntry entries[1];
#if defined(__WXMAC__)
entries[0].Set(wxACCEL_CTRL, (int) '?', wxID_HELP);
// Is there a standard shortcut on Mac?
#else
entries[0].Set(wxACCEL_NORMAL, (int) WXK_F1, wxID_HELP);
#endif

View File

@ -121,7 +121,7 @@ int wxTreebookExt::SetSelection(size_t n)
if (showHelp) {
wxAcceleratorEntry entries[1];
#if defined(__WXMAC__)
entries[0].Set(wxACCEL_CTRL, (int) '?', wxID_HELP);
// Is there a standard shortcut on Mac?
#else
entries[0].Set(wxACCEL_NORMAL, (int) WXK_F1, wxID_HELP);
#endif