Ver código fonte

cmAudDsp.c: Added a text output to delinate the audio and MIDI devices

in when printing the device report in cmAudDspReceiveClientMsg().
master
kevin 11 anos atrás
pai
commit
4b60819a35
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2
    0
      cmAudDsp.c

+ 2
- 0
cmAudDsp.c Ver arquivo

@@ -1292,7 +1292,9 @@ cmAdRC_t cmAudDspReceiveClientMsg( cmAdH_t h, unsigned msgByteCnt, const void* m
1292 1292
   switch( m->selId )
1293 1293
   {
1294 1294
     case kDevReportDuiId:
1295
+      cmRptPrintf(p->err.rpt,"\nAUDIO DEVICES\n");
1295 1296
       cmApReport(p->err.rpt);
1297
+      cmRptPrintf(p->err.rpt,"\nMIDI DEVICES\n");
1296 1298
       cmMpReport(p->err.rpt);
1297 1299
       break;
1298 1300
         

Carregando…
Cancelar
Salvar