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

Method onStrideChanged

Components/SamplerDialog.cpp:391–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391void
392SamplerDialog::onStrideChanged(unsigned int stride)
393{
394 this->ui->rowSize->setValue(static_cast<int>(stride));
395 this->refreshHScrollBar();
396}
397
398
399void

Callers

nothing calls this directly

Calls 2

refreshHScrollBarMethod · 0.95
setValueMethod · 0.80

Tested by

no test coverage detected