diff --git a/Source/PS_Source/Stretch.h b/Source/PS_Source/Stretch.h index da8d3df..269fd42 100644 --- a/Source/PS_Source/Stretch.h +++ b/Source/PS_Source/Stretch.h @@ -181,7 +181,7 @@ class Stretch void set_onset_detection_sensitivity(REALTYPE detection_sensitivity);; void here_is_onset(REALTYPE onset); - virtual void setSampleRate(REALTYPE sr) { samplerate = jlimit(1000.0f, 38400.0f, sr); } + virtual void setSampleRate(REALTYPE sr) { samplerate = jlimit(1000.0f, 384000.0f, sr); } REALTYPE getSampleRate() { return samplerate; } FFTWindow window_type; protected: