Browse Source

Argh, what a mistake

tags/1.1.0
xenakios 7 years ago
parent
commit
657c3d6c20
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Source/PS_Source/Stretch.h

+ 1
- 1
Source/PS_Source/Stretch.h View File

@@ -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:


Loading…
Cancel
Save