MCPcopy 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
117ASIOError ASIOStop(void)
118{
119 if(!theAsioDriver)
120 return ASE_NotPresent;
121 return theAsioDriver->stop();
122}
123
124ASIOError ASIOGetChannels(long *numInputChannels, long *numOutputChannels)
125{

Callers

nothing calls this directly

Calls 1

stopMethod · 0.80

Tested by

no test coverage detected