@@ -96,11 +96,11 @@ class SpectrogramComponent : public juce::Component,
96
96
void timerCallback () override ;
97
97
void drawNextLineOfSpectrogram ();
98
98
99
- void SpectrogramComponent:: drawLinearSpectrogram (int x, std::vector<float >& dBColumn, const int imageHeight, const float maxFreq);
100
- void SpectrogramComponent:: drawMelSpectrogram (int x, std::vector<float >& dBColumn, const int imageHeight);
101
- void SpectrogramComponent:: drawMFCC (int x, std::vector<float >& dBColumn, const int imageHeight);
102
- void SpectrogramComponent:: drawLinearWithCentroid (int x, std::vector<float >& dBColumn, const int imageHeight, const float maxFreq);
103
- void SpectrogramComponent:: drawChroma (int x, std::vector<float >& dBColumn, const int imageHeight);
99
+ void drawLinearSpectrogram (int x, std::vector<float >& dBColumn, const int imageHeight, const float maxFreq);
100
+ void drawMelSpectrogram (int x, std::vector<float >& dBColumn, const int imageHeight);
101
+ void drawMFCC (int x, std::vector<float >& dBColumn, const int imageHeight);
102
+ void drawLinearWithCentroid (int x, std::vector<float >& dBColumn, const int imageHeight, const float maxFreq);
103
+ void drawChroma (int x, std::vector<float >& dBColumn, const int imageHeight);
104
104
105
105
SpectrogramMode currentMode = SpectrogramMode::Linear;
106
106
0 commit comments