MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / ASIOSetSampleRate

Function ASIOSetSampleRate

ThirdParty/ASIO/common/asio.cpp:168–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168ASIOError ASIOSetSampleRate(ASIOSampleRate sampleRate)
169{
170 if(!theAsioDriver)
171 return ASE_NotPresent;
172 return theAsioDriver->setSampleRate(sampleRate);
173}
174
175ASIOError ASIOGetClockSources(ASIOClockSource *clocks, long *numSources)
176{

Callers

nothing calls this directly

Calls 1

setSampleRateMethod · 0.45

Tested by

no test coverage detected