Experiment with a colour gradient fill in the performance meter
This commit is contained in:
@ -110,6 +110,8 @@ public:
|
||||
void paint(Graphics& g) override;
|
||||
void mouseDown(const MouseEvent& ev) override;
|
||||
PaulstretchpluginAudioProcessor* m_proc = nullptr;
|
||||
private:
|
||||
ColourGradient m_gradient;
|
||||
};
|
||||
|
||||
class MyThumbCache : public AudioThumbnailCache
|
||||
|
Reference in New Issue
Block a user