Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BatchDrake/SigDigger
/ makeSampler
Method
makeSampler
Components/SamplerDialog.cpp:232–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
}
231
232
WaveSampler *
233
SamplerDialog::makeSampler(void)
234
{
235
return new WaveSampler(this->properties, &this->decider);
236
}
237
238
unsigned int
239
SamplerDialog::getVScrollPageSize(void) const
Callers
1
startSampling
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected