From 4b9517a148bcd6f47cc2f20a83355093811cc04b Mon Sep 17 00:00:00 2001 From: Vasile Vilvoiu Date: Thu, 21 Oct 2021 23:12:06 +0300 Subject: 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. --- src/renderer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/renderer.hpp') 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. -- cgit v1.2.3