mother of a truck...

This commit is contained in:
tildearrow 2025-10-25 16:19:45 -05:00
parent 40d0b1db3a
commit 02660ae721

View file

@ -449,7 +449,7 @@ bool TAAudioASIO::init(TAAudioDesc& request, TAAudioDesc& response) {
for (int i=0; i<desc.inChans; i++) {
chanInfo[totalChans].channel=i;
chanInfo[totalChans].isInput=ASIOTrue;
result=ASIOGetChannelInfo(&chanInfo[totalChans];
result=ASIOGetChannelInfo(&chanInfo[totalChans]);
if (result!=ASE_OK) {
logW("failed to get channel info for input channel %d! (%s)",i,getErrorStr(result));
}