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

Function ASIOControlPanel

ThirdParty/ASIO/common/asio.cpp:231–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231ASIOError ASIOControlPanel(void)
232{
233 if(!theAsioDriver)
234 return ASE_NotPresent;
235 return theAsioDriver->controlPanel();
236}
237
238ASIOError ASIOFuture(long selector, void *opt)
239{

Callers

nothing calls this directly

Calls 1

controlPanelMethod · 0.80

Tested by

no test coverage detected