diff --git a/Source/PluginProcessor.cpp b/Source/PluginProcessor.cpp index 7028af9..9a7bff2 100644 --- a/Source/PluginProcessor.cpp +++ b/Source/PluginProcessor.cpp @@ -89,7 +89,7 @@ PaulstretchpluginAudioProcessor::PaulstretchpluginAudioProcessor() m_stretch_source->setFFTWindowingType(1); addParameter(new AudioParameterFloat("mainvolume0", "Main volume", -24.0f, 12.0f, -3.0f)); // 0 addParameter(new AudioParameterFloat("stretchamount0", "Stretch amount", - NormalisableRange(0.1f, 128.0f, 0.01f, 0.5),1.0f)); // 1 + NormalisableRange(0.1f, 1024.0f, 0.01f, 0.25),1.0f)); // 1 addParameter(new AudioParameterFloat("fftsize0", "FFT size", 0.0f, 1.0f, 0.7f)); // 2 addParameter(new AudioParameterFloat("pitchshift0", "Pitch shift", -24.0f, 24.0f, 0.0f)); // 3 addParameter(new AudioParameterFloat("freqshift0", "Frequency shift", -1000.0f, 1000.0f, 0.0f)); // 4 diff --git a/paulstretchplugin.jucer b/paulstretchplugin.jucer index 1f3c8b7..bb92008 100644 --- a/paulstretchplugin.jucer +++ b/paulstretchplugin.jucer @@ -2,14 +2,14 @@ @@ -51,12 +51,12 @@ @@ -82,11 +82,11 @@ @@ -109,9 +109,9 @@ + targetName="PaulXStretch"/> + targetName="PaulXStretch"/>