Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
391
void
392
SamplerDialog::onStrideChanged(unsigned int stride)
393
{
394
this->ui->rowSize->setValue(static_cast<int>(stride));
395
this->refreshHScrollBar();
396
}
397
398
399
void
Callers
nothing calls this directly
Calls
2
refreshHScrollBar
Method · 0.95
setValue
Method · 0.80
Tested by
no test coverage detected