# HG changeset patch # User cannam # Date 1227539828 0 # Node ID 34e7583558848014280395fcc3698f7528626b7d # Parent 4f43e873999fc43f80f794e144d90a860b752794 * Remove some carriage returns in titles! diff -r 4f43e873999f -r 34e758355884 rdf/plugins/mazurka-plugins.n3 --- a/rdf/plugins/mazurka-plugins.n3 Fri Nov 21 17:33:47 2008 +0000 +++ b/rdf/plugins/mazurka-plugins.n3 Mon Nov 24 15:17:08 2008 +0000 @@ -590,8 +590,7 @@ . plugbase:mzspectralflux_param_smooth a vamp:Parameter ; vamp:identifier "smooth" ; - dc:title "Spectral -Smoothing" ; + dc:title "Spectral Smoothing" ; dc:format "" ; vamp:min_value 0 ; vamp:max_value 1 ; @@ -611,8 +610,7 @@ . plugbase:mzspectralflux_param_spectrum a vamp:QuantizedParameter ; vamp:identifier "spectrum" ; - dc:title "Magnitude -Spectrum" ; + dc:title "Magnitude Spectrum" ; dc:format "" ; vamp:min_value 0 ; vamp:max_value 3 ; @@ -623,8 +621,7 @@ . plugbase:mzspectralflux_param_delta a vamp:Parameter ; vamp:identifier "delta" ; - dc:title "Local Mean -Threshold" ; + dc:title "Local Mean Threshold" ; dc:format "" ; vamp:min_value 0 ; vamp:max_value 100 ; @@ -634,8 +631,7 @@ . plugbase:mzspectralflux_param_alpha a vamp:Parameter ; vamp:identifier "alpha" ; - dc:title "Exponential -Decay Factor" ; + dc:title "Exponential Decay Factor" ; dc:format "" ; vamp:min_value 0 ; vamp:max_value 0.999 ; @@ -770,8 +766,7 @@ . plugbase:mzspectralreflux_param_recordingtype a vamp:QuantizedParameter ; vamp:identifier "recordingtype" ; - dc:title "Historic -Recording" ; + dc:title "Historic Recording" ; dc:format "" ; vamp:min_value 0 ; vamp:max_value 1 ; @@ -782,8 +777,7 @@ . plugbase:mzspectralreflux_param_delta a vamp:Parameter ; vamp:identifier "delta" ; - dc:title "Local Mean -Threshold" ; + dc:title "Local Mean Threshold" ; dc:format "" ; vamp:min_value 0 ; vamp:max_value 100 ; @@ -793,8 +787,7 @@ . plugbase:mzspectralreflux_param_alpha2 a vamp:Parameter ; vamp:identifier "alpha2" ; - dc:title "Exponential -Decay Factor" ; + dc:title "Exponential Decay Factor" ; dc:format "" ; vamp:min_value 0 ; vamp:max_value 0.999 ;