Procházet zdrojové kódy

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

in when printing the device report in cmAudDspReceiveClientMsg().
master
kevin před 11 roky
rodič
revize
4b60819a35
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2
    0
      cmAudDsp.c

+ 2
- 0
cmAudDsp.c Zobrazit soubor

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

Načítá se…
Zrušit
Uložit