Support resampled playrate changes for non stretched playback

This commit is contained in:
xenakios
2018-08-20 15:49:51 +03:00
parent d0f912ba1f
commit 8d008e5d2e
6 changed files with 29 additions and 3 deletions

View File

@ -90,6 +90,7 @@ public:
void updateComponent();
void setHighLighted(bool b);
int m_group_id = -1;
Slider* getSlider() { return m_slider.get(); }
private:
Label m_label;
AudioProcessorParameter* m_par = nullptr;