Merge branch 'refactor/NRTSynths' into FluidRobustScale

nix
Pierre Alexandre Tremblay 5 years ago
commit 5cc8ec4a4c

@ -128,12 +128,12 @@ namespace impl{
bool shouldProcess = IsModel_t<Client>::value ? trig : true; bool shouldProcess = IsModel_t<Client>::value ? trig : true;
mPrevTrig = trig; mPrevTrig = trig;
if(shouldProcess) // if(shouldProcess)
{ // {
// controls.reset(unit.mInBuf + unit.mSpecialIndex + 1); // controls.reset(unit.mInBuf + unit.mSpecialIndex + 1);
Wrapper::setParams(&unit, params, controls); Wrapper::setParams(&unit, params, controls);
params.constrainParameterValues(); params.constrainParameterValues();
} // }
for (index i = 0; i < client.audioChannelsIn(); ++i) for (index i = 0; i < client.audioChannelsIn(); ++i)
{ {

Loading…
Cancel
Save