diff options
| author | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2021-10-21 23:12:06 +0300 |
|---|---|---|
| committer | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2021-10-21 23:12:06 +0300 |
| commit | 4b9517a148bcd6f47cc2f20a83355093811cc04b (patch) | |
| tree | af982328464a716d6ec98d7fb6c542ce15bbef88 /src/renderer.hpp | |
| parent | e18e8eee0e04e936abee1afdf86b8d29e13ec3a7 (diff) | |
Renderer does not cache colromap and valuemap.
* Renderer build colormap from configuration.
* Renderer builds (temporary) valuemap from configuration.
* LiveOutput no longer needs cmap/vmap parameters.
Diffstat (limited to 'src/renderer.hpp')
| -rw-r--r-- | src/renderer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer.hpp b/src/renderer.hpp index b0abf91..9bb69ca 100644 --- a/src/renderer.hpp +++ b/src/renderer.hpp @@ -110,7 +110,7 @@ protected: /* for all intents and purposes this should be private, but we want t public: Renderer() = delete; - Renderer(const Configuration& conf, const ColorMap& cmap, const ValueMap& vmap, std::size_t fft_count); + Renderer(const Configuration& conf, std::size_t fft_count); /** * Render the spectrogram area. |
