This commit is contained in:
xenakios 2018-07-08 14:17:51 +03:00
parent 251d030f75
commit 46c7c59987
2 changed files with 2 additions and 1 deletions

View File

@ -506,6 +506,7 @@ public:
void setFreeFilterEnvelope(shared_envelope env); void setFreeFilterEnvelope(shared_envelope env);
std::vector<SpectrumProcess> m_spectrum_processes; std::vector<SpectrumProcess> m_spectrum_processes;
void setBufferSize(int sz) override; void setBufferSize(int sz) override;
private: private:
REALTYPE get_stretch_multiplier(REALTYPE pos_percents) override; REALTYPE get_stretch_multiplier(REALTYPE pos_percents) override;
// void process_output(REALTYPE *smps,int nsmps); // void process_output(REALTYPE *smps,int nsmps);

View File

@ -7,7 +7,7 @@ Copyright (C) 2017-2018 Xenakios
Released under GNU General Public License v.3 license. Released under GNU General Public License v.3 license.
History : History :
06-29-2018 1.2.2 07-08-2018 1.2.2
-Add option to mute audio when capturing audio -Add option to mute audio when capturing audio
-Automatically adjust play range after capturing to captured length -Automatically adjust play range after capturing to captured length
-Moved Free Filter parameters from the main parameters GUI to the Free Filter tab page -Moved Free Filter parameters from the main parameters GUI to the Free Filter tab page