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

Function ASIOStart

ThirdParty/ASIO/common/asio.cpp:110–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110ASIOError ASIOStart(void)
111{
112 if(!theAsioDriver)
113 return ASE_NotPresent;
114 return theAsioDriver->start();
115}
116
117ASIOError ASIOStop(void)
118{

Callers

nothing calls this directly

Calls 1

startMethod · 0.80

Tested by

no test coverage detected