Moved prebuffering amount menu to performance component

This commit is contained in:
xenakios
2018-02-07 15:12:10 +02:00
parent ccf47720ab
commit e7d34a026d
2 changed files with 28 additions and 20 deletions

View File

@ -80,6 +80,7 @@ class PerfMeterComponent : public Component
public:
PerfMeterComponent(PaulstretchpluginAudioProcessor* p);
void paint(Graphics& g) override;
void mouseDown(const MouseEvent& ev) override;
PaulstretchpluginAudioProcessor* m_proc = nullptr;
};