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

Function ASIOGetChannelInfo

ThirdParty/ASIO/common/asio.cpp:199–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199ASIOError ASIOGetChannelInfo(ASIOChannelInfo *info)
200{
201 if(!theAsioDriver)
202 {
203 info->channelGroup = -1;
204 info->type = ASIOSTInt16MSB;
205 strcpy(info->name, "None");
206 return ASE_NotPresent;
207 }
208 return theAsioDriver->getChannelInfo(info);
209}
210
211ASIOError ASIOCreateBuffers(ASIOBufferInfo *bufferInfos, long numChannels,
212 long bufferSize, ASIOCallbacks *callbacks)

Callers

nothing calls this directly

Calls 1

getChannelInfoMethod · 0.80

Tested by

no test coverage detected