Explorar el Código

cmDspKr.c: kAudPathTlId now transmits to UI in _cmDspTimeLineRecv()

master
kevin hace 11 años
padre
commit
b7bcac7de6
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      dsp/cmDspKr.c

+ 4
- 0
dsp/cmDspKr.c Ver fichero

@@ -372,6 +372,10 @@ cmDspRC_t _cmDspTimeLineRecv(cmDspCtx_t* ctx, cmDspInst_t* inst, const cmDspEvt_
372 372
 
373 373
   switch( evt->dstVarId )
374 374
   {
375
+    case kAudPathTlId:
376
+      cmDspSetEvent(ctx,inst,evt);
377
+      break;
378
+
375 379
     case kCursTlId:
376 380
       cmDspSetEvent(ctx,inst,evt);
377 381
       break;

Loading…
Cancelar
Guardar