Argh, what a mistake
This commit is contained in:
parent
aca3667888
commit
657c3d6c20
@ -181,7 +181,7 @@ class Stretch
|
|||||||
|
|
||||||
void set_onset_detection_sensitivity(REALTYPE detection_sensitivity);;
|
void set_onset_detection_sensitivity(REALTYPE detection_sensitivity);;
|
||||||
void here_is_onset(REALTYPE onset);
|
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; }
|
REALTYPE getSampleRate() { return samplerate; }
|
||||||
FFTWindow window_type;
|
FFTWindow window_type;
|
||||||
protected:
|
protected:
|
||||||
|
Loading…
Reference in New Issue
Block a user