Parcourir la source

cmDspPgmKr.c : Removed printing from time-line audio begin sample index output.

master
kevin il y a 10 ans
Parent
révision
85776619e2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      dsp/cmDspPgmKr.c

+ 1
- 1
dsp/cmDspPgmKr.c Voir le fichier

@@ -1727,7 +1727,7 @@ cmDspRC_t _cmDspSysPgm_TimeLine(cmDspSysH_t h, void** userPtrPtr )
1727 1727
   cmDspSysInstallCb(h, wtp, "fidx", asp, "asmp",NULL );
1728 1728
   cmDspSysInstallCb(h, mfp, "id",   asp, "mid", NULL );
1729 1729
   cmDspSysInstallCb(h, offb,"sym",  asp, "sel", NULL ); 
1730
-
1730
+  //cmDspSysInstallCb(h, tlp, "absi", prp, "in",  NULL );
1731 1731
 
1732 1732
   cmDspSysInstallCb(h, ws00p,     "out",   kr00, "wndn", NULL );   // wndSmpCnt->kr
1733 1733
   cmDspSysInstallCb(h, hf00p,     "out",   kr00, "hopf", NULL );   // hopFact->kr

Chargement…
Annuler
Enregistrer