From 5a26afd7fd848682d4bce85615ed3297d1241c22 Mon Sep 17 00:00:00 2001 From: Steve Daulton Date: Mon, 22 May 2017 13:03:40 +0100 Subject: [PATCH] Update Help links: SilenceMarker.ny SoundFinder.ny --- plug-ins/SilenceMarker.ny | 2 +- plug-ins/SoundFinder.ny | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plug-ins/SilenceMarker.ny b/plug-ins/SilenceMarker.ny index c60f8b81f..9377a5f15 100644 --- a/plug-ins/SilenceMarker.ny +++ b/plug-ins/SilenceMarker.ny @@ -3,7 +3,7 @@ ;type analyze ;categories "http://lv2plug.in/ns/lv2core#AnalyserPlugin" ;name "Silence Finder..." -;manpage "Silence_Finder_and_Sound_Finder#silence" +;manpage "Silence_Finder" ;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" diff --git a/plug-ins/SoundFinder.ny b/plug-ins/SoundFinder.ny index 409b65ff2..042ff9d9c 100644 --- a/plug-ins/SoundFinder.ny +++ b/plug-ins/SoundFinder.ny @@ -3,7 +3,7 @@ ;type analyze ;categories "http://lv2plug.in/ns/lv2core#AnalyserPlugin" ;name "Sound Finder..." -;manpage "Silence_Finder_and_Sound_Finder#sound" +;manpage "Sound_Finder" ;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"