Home
last modified time | relevance | path

Searched refs:nextVelocity (Results 1 – 5 of 5) sorted by relevance

/dports/audio/qmidiarp/qmidiarp-qmidiarp-0.6.5/src/
H A Dmidiarp.h53 int nextVelocity[MAXCHORD]; /*!< Holds the associated velocities to be output next variable
H A Dmidiarp.cpp615 getNote(&nextTick, nextNote, nextVelocity, &nextLength);
618 returnVelocity[l1] = nextVelocity[l1];
653 nextVelocity[0] = 0;
/dports/audio/drumstick/drumstick-2.5.0/library/rt-backends/eassynth/sonivox/lib_src/
H A Deas_synth.h288 EAS_U8 nextVelocity; /* 0 <= velocity <= 127 */ member
H A Deas_voicemgt.c182 pVoice->velocity = pVoice->nextVelocity = DEFAULT_VELOCITY; in InitVoice()
1285 pVoice->nextVelocity = velocity; in VMStolenVoice()
1410 pVoice->velocity = pVoice->nextVelocity; in VMRetargetStolenVoice()
2060 currentPriority = 128 - pCurrVoice->nextVelocity; in VMStealVoice()
3138 currentPriority = 128 - pVoice->nextVelocity; in VMSetSynthPolyphony()
3305 currentPriority = 128 - pVoice->nextVelocity; in VMSetPolyphony()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DVehicle.cpp6204 int32_t nextVelocity = velocity + acceleration; in UpdateMotionDodgems() local
6208 nextVelocity = 0; in UpdateMotionDodgems()
6210 velocity = nextVelocity; in UpdateMotionDodgems()
6212 _vehicleVelocityF64E08 = nextVelocity; in UpdateMotionDodgems()
6213 _vehicleVelocityF64E0C = (nextVelocity / 1024) * 42; in UpdateMotionDodgems()
6617 int32_t nextVelocity = acceleration + velocity; in UpdateVelocity() local
6620 nextVelocity = 0; in UpdateVelocity()
6631 nextVelocity = 0; in UpdateVelocity()
6635 velocity = nextVelocity; in UpdateVelocity()
6637 _vehicleVelocityF64E08 = nextVelocity; in UpdateVelocity()
[all …]