Implemented free filter processing. Note that the envelope manipulation from the GUI is not handled thread safely yet

This commit is contained in:
xenakios
2018-02-27 15:02:34 +02:00
parent e8d134ce48
commit 195a630060
8 changed files with 62 additions and 7 deletions

View File

@ -170,7 +170,7 @@ public:
bool m_show_technical_info = false;
Range<double> m_wave_view_range;
int m_prepare_count = 0;
std::shared_ptr<breakpoint_envelope> m_free_filter_envelope;
shared_envelope m_free_filter_envelope;
private: