cmDspPgmKr.c : Set useInCompFl to false in _cmDspSysPgm_TimeLine().
This commit is contained in:
parent
c9eaf40705
commit
17bbae66a8
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user