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

Function ASIOGetSamplePosition

ThirdParty/ASIO/common/asio.cpp:192–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192ASIOError ASIOGetSamplePosition(ASIOSamples *sPos, ASIOTimeStamp *tStamp)
193{
194 if(!theAsioDriver)
195 return ASE_NotPresent;
196 return theAsioDriver->getSamplePosition(sPos, tStamp);
197}
198
199ASIOError ASIOGetChannelInfo(ASIOChannelInfo *info)
200{

Callers

nothing calls this directly

Calls 1

getSamplePositionMethod · 0.80

Tested by

no test coverage detected