Browse Source

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

master
kevin 10 years ago
parent
commit
85776619e2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dsp/cmDspPgmKr.c

+ 1
- 1
dsp/cmDspPgmKr.c View File

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

Loading…
Cancel
Save