Add method to get sanitized samplerate as getSampleRate might return 0.0 when called from outside audio processing method. Comment out Spectral visualizer instance in editor.
This commit is contained in:
@ -324,7 +324,7 @@ public:
|
||||
private:
|
||||
PaulstretchpluginAudioProcessor& processor;
|
||||
std::vector<std::shared_ptr<ParameterComponent>> m_parcomps;
|
||||
SpectralVisualizer m_specvis;
|
||||
//SpectralVisualizer m_specvis;
|
||||
|
||||
TextButton m_import_button;
|
||||
Label m_info_label;
|
||||
|
Reference in New Issue
Block a user