Initial work to add back the free filter feature

This commit is contained in:
xenakios
2018-02-27 02:33:41 +02:00
parent 600f2d1251
commit cf9b54d19b
7 changed files with 73 additions and 10 deletions

View File

@ -22,6 +22,7 @@ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "../JuceLibraryCode/JuceHeader.h"
#include "PS_Source/PaulStretchControl.h"
#include "jcdp_envelope.h"
class MyThumbCache;
@ -169,6 +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;
private: