cmDspPgmKr.c : Set useInCompFl to false in _cmDspSysPgm_TimeLine().

This commit is contained in:
kevin 2015-11-19 19:14:01 -05:00
parent c9eaf40705
commit 17bbae66a8

View File

@ -392,7 +392,7 @@ cmDspRC_t _cmDspSysPgm_TimeLine(cmDspSysH_t h, void** userPtrPtr )
bool useWtFl = false;
bool useChain1Fl = true;
bool useInputEqFl = false;
bool useInCompFl = true;
bool useInCompFl = false;
unsigned wtLoopCnt = 1; // 1=play once (-1=loop forever)
unsigned wtInitMode = 0; // initial wt mode is 'silence'