cmAudDsp.c: Added a text output to delinate the audio and MIDI devices
in when printing the device report in cmAudDspReceiveClientMsg().
This commit is contained in:
parent
d52ea1c369
commit
4b60819a35
@ -1292,7 +1292,9 @@ cmAdRC_t cmAudDspReceiveClientMsg( cmAdH_t h, unsigned msgByteCnt, const void* m
|
|||||||
switch( m->selId )
|
switch( m->selId )
|
||||||
{
|
{
|
||||||
case kDevReportDuiId:
|
case kDevReportDuiId:
|
||||||
|
cmRptPrintf(p->err.rpt,"\nAUDIO DEVICES\n");
|
||||||
cmApReport(p->err.rpt);
|
cmApReport(p->err.rpt);
|
||||||
|
cmRptPrintf(p->err.rpt,"\nMIDI DEVICES\n");
|
||||||
cmMpReport(p->err.rpt);
|
cmMpReport(p->err.rpt);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user