Merge 86b0ee

This commit is contained in:
Eoin Mcloughlin
2016-12-06 21:46:33 +00:00
parent 23490a0954
commit b5485aa055

View File

@@ -31,7 +31,7 @@
#include "util.h"
SpectrogramPlot::SpectrogramPlot(std::shared_ptr<SampleSource<std::complex<float>>> src) : Plot(src), inputSource(src), tuner(this)
SpectrogramPlot::SpectrogramPlot(std::shared_ptr<SampleSource<std::complex<float>>> src) : Plot(src), inputSource(src), fftSize(512), tuner(this)
{
setFFTSize(512);
zoomLevel = 1;