Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DamRsn/NeuralNote
/ ASIOStop
Function
ASIOStop
ThirdParty/ASIO/common/asio.cpp:117–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
ASIOError ASIOStop(void)
118
{
119
if(!theAsioDriver)
120
return ASE_NotPresent;
121
return theAsioDriver->stop();
122
}
123
124
ASIOError ASIOGetChannels(long *numInputChannels, long *numOutputChannels)
125
{
Callers
nothing calls this directly
Calls
1
stop
Method · 0.80
Tested by
no test coverage detected