Home
last modified time | relevance | path

Searched refs:actStep (Results 1 – 7 of 7) sorted by relevance

/dports/audio/bslizr-lv2/BSlizr-1.2.16/src/
H A DBSlizr.cpp33 prevStep(NULL), actStep(NULL), nextStep(NULL), pos (0), in BSlizr()
291 if (actStep != &(step[iStep])) in play()
293 prevStep = actStep; in play()
294 actStep = &(step[iStep]); in play()
298 if (!prevStep) prevStep = actStep; // prevStep not initialized (= on Start)? in play()
301 vol = *actStep; in play()
304 if (*prevStep < *actStep) vol = *prevStep + (iStepFrac / attack) * (*actStep - *prevStep); in play()
309 …if (*nextStep < *actStep) vol = vol - ((iStepFrac - (1 - release)) / release) * (*actStep - *nextS… in play()
H A DBSlizr.h65 float* actStep; variable
/dports/audio/bchoppr-lv2/BChoppr-1.10.10/src/
H A DBChoppr.cpp37 prevStep(0), actStep(0), nextStep(1), pos (0), in BChoppr()
495 if (actStep != uint32_t (iStep)) in play()
497 prevStep = actStep; in play()
498 actStep = iStep; in play()
505 …const float act = stepLevels[actStep] * LIM ((actStep % 2 == 0 ? ampSwing : 1.0f / ampSwing), 0.0f… in play()
508 …float vol = stepLevels[actStep] * LIM ((actStep % 2 == 0 ? ampSwing : 1.0f / ampSwing), 0.0f, 1.0f… in play()
H A DBChoppr.hpp121 uint32_t actStep; member in BChoppr
/dports/cad/sumo/sumo-1.2.0/src/microsim/traffic_lights/
H A DMSTLLogicControl.cpp417 int actStep = myTo->getIndexFromOffset(startPos); in cutLogic() local
426 if (stepOfBegin == actStep) { in cutLogic()
436 … SUMOTime remainingDur = myTo->getPhase(actStep).duration - getDiffToStartOfPhase(*myTo, startPos); in cutLogic()
438 myTo->changeStepAndDuration(myControl, step, actStep, newDur); in cutLogic()
441 int currStep = (actStep + 1) % (int)myTo->getPhases().size(); in cutLogic()
/dports/audio/bschaffl-lv2/BSchaffl-1.4.8/src/
H A DBSchaffl.hpp162 int actStep; member in BSchaffl
H A DBSchaffl.cpp42 actStep (-1), in BSchaffl()
367 if ((actStep < 0) || (step != actStep)) in run()
370 if (step < actStep) in run()
375 actStep = step; in run()