mother of a truck...
This commit is contained in:
parent
40d0b1db3a
commit
02660ae721
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue