mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-03 06:54:17 +01:00
fix(spectrogramplot): Initialize the tuner transform as passthrough
This commit is contained in:
@@ -45,7 +45,6 @@ SpectrogramPlot::SpectrogramPlot(std::shared_ptr<SampleSource<std::complex<float
|
||||
|
||||
tunerTransform = std::make_shared<TunerTransform>(src.get());
|
||||
connect(&tuner, &Tuner::tunerMoved, this, &SpectrogramPlot::tunerMoved);
|
||||
tunerMoved();
|
||||
src->subscribe(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user