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

Function ASIOSetClockSource

ThirdParty/ASIO/common/asio.cpp:185–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185ASIOError ASIOSetClockSource(long reference)
186{
187 if(!theAsioDriver)
188 return ASE_NotPresent;
189 return theAsioDriver->setClockSource(reference);
190}
191
192ASIOError ASIOGetSamplePosition(ASIOSamples *sPos, ASIOTimeStamp *tStamp)
193{

Callers

nothing calls this directly

Calls 1

setClockSourceMethod · 0.80

Tested by

no test coverage detected