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

Function ASIOExit

ThirdParty/ASIO/common/asio.cpp:96–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96ASIOError ASIOExit(void)
97{
98 if(theAsioDriver)
99 {
100#if WINDOWS
101 asioDrivers->removeCurrentDriver();
102#else
103 delete theAsioDriver;
104#endif
105 }
106 theAsioDriver = 0;
107 return ASE_OK;
108}
109
110ASIOError ASIOStart(void)
111{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected