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

Function ASIOGetSampleRate

ThirdParty/ASIO/common/asio.cpp:161–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161ASIOError ASIOGetSampleRate(ASIOSampleRate *currentRate)
162{
163 if(!theAsioDriver)
164 return ASE_NotPresent;
165 return theAsioDriver->getSampleRate(currentRate);
166}
167
168ASIOError ASIOSetSampleRate(ASIOSampleRate sampleRate)
169{

Callers

nothing calls this directly

Calls 1

getSampleRateMethod · 0.80

Tested by

no test coverage detected