Messy attempt to make the spectral module enabled parameters be tied to particular modules, this needs to be seriously examined...

This commit is contained in:
xenakios
2018-04-26 21:45:37 +03:00
parent 40fcc1bdb0
commit cd15a0ea48
4 changed files with 24 additions and 17 deletions

View File

@ -142,6 +142,7 @@ private:
std::vector<double> m_resampler_outbuf;
CriticalSection m_cs;
std::vector<SpectrumProcess> m_specproc_order;
std::unordered_map<int, int> m_specprocmap;
bool m_stop_play_requested = false;
double m_freeze_pos = 0.0;
int64_t m_output_counter = 0;