Bläddra i källkod

cmDspPgmKr.c : Changed label of MidiFilePlayer 'mu' output to 'id' in 'time-line' patch.

master
kevin 9 år sedan
förälder
incheckning
d22cf3aa56
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      dsp/cmDspPgmKr.c

+ 2
- 2
dsp/cmDspPgmKr.c Visa fil

382
   cmErr_t         err;
382
   cmErr_t         err;
383
   krRsrc_t        r;
383
   krRsrc_t        r;
384
   bool     fragFl       = false;
384
   bool     fragFl       = false;
385
-  bool     useWtFl      = false;
385
+  bool     useWtFl      = true;
386
   bool     useChain1Fl  = true;
386
   bool     useChain1Fl  = true;
387
   bool     useInputEqFl = false;
387
   bool     useInputEqFl = false;
388
   bool     useInCompFl  = true;
388
   bool     useInCompFl  = true;
1048
   cmDspSysInstallCb(h, siRt, "f-out-1", sfp,  "smpidx",NULL ); 
1048
   cmDspSysInstallCb(h, siRt, "f-out-1", sfp,  "smpidx",NULL ); 
1049
   // leave siRt.f-out-1 unconnected because it should be ignored in 'simulate mode'
1049
   // leave siRt.f-out-1 unconnected because it should be ignored in 'simulate mode'
1050
 
1050
 
1051
-  cmDspSysInstallCb(h, mfp,  "mu",      muRt, "f-in",  NULL );
1051
+  cmDspSysInstallCb(h, mfp,  "id",      muRt, "f-in",  NULL );
1052
   cmDspSysInstallCb(h, muRt, "f-out-1", sfp,  "muid",    NULL );
1052
   cmDspSysInstallCb(h, muRt, "f-out-1", sfp,  "muid",    NULL );
1053
   // leave muRt.f-out-1 unconnected because it should be ignored in 'simulate mode'
1053
   // leave muRt.f-out-1 unconnected because it should be ignored in 'simulate mode'
1054
 
1054
 

Laddar…
Avbryt
Spara