Explorar el Código

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

in when printing the device report in cmAudDspReceiveClientMsg().
master
kevin hace 11 años
padre
commit
4b60819a35
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      cmAudDsp.c

+ 2
- 0
cmAudDsp.c Ver fichero

@@ -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
         

Loading…
Cancelar
Guardar