MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / fitToSamples

Method fitToSamples

Components/SamplerDialog.cpp:193–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void
194SamplerDialog::fitToSamples(void)
195{
196 if (isfinite(this->minVal) && isfinite(this->maxVal)) {
197 this->decider.setMinimum(this->minVal);
198 this->decider.setMaximum(this->maxVal);
199
200 this->ui->histogram->setDecider(&this->decider);
201 }
202}
203
204void
205SamplerDialog::feedSet(WaveSampleSet const &set)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected