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

Method onHistogramSamples

Components/TimeWindow.cpp:1670–1674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1668}
1669
1670void
1671TimeWindow::onHistogramSamples(const float *samples, unsigned int size)
1672{
1673 this->histogramDialog->feed(samples, size);
1674}
1675
1676void
1677TimeWindow::onTriggerHistogram(void)

Callers

nothing calls this directly

Calls 1

feedMethod · 0.45

Tested by

no test coverage detected