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

Function ASIOGetClockSources

ThirdParty/ASIO/common/asio.cpp:175–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175ASIOError ASIOGetClockSources(ASIOClockSource *clocks, long *numSources)
176{
177 if(!theAsioDriver)
178 {
179 *numSources = 0;
180 return ASE_NotPresent;
181 }
182 return theAsioDriver->getClockSources(clocks, numSources);
183}
184
185ASIOError ASIOSetClockSource(long reference)
186{

Callers

nothing calls this directly

Calls 1

getClockSourcesMethod · 0.80

Tested by

no test coverage detected