Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
110
ASIOError ASIOStart(void)
111
{
112
if(!theAsioDriver)
113
return ASE_NotPresent;
114
return theAsioDriver->start();
115
}
116
117
ASIOError ASIOStop(void)
118
{
Callers
nothing calls this directly
Calls
1
start
Method · 0.80
Tested by
no test coverage detected