-
Notifications
You must be signed in to change notification settings - Fork 2
checkFadeLength
Andy Perrett edited this page Jul 31, 2020
·
1 revision
Access: Private
Prototype: bool checkFadeLength(Uint32 fLen)
Parameters: fLen is the duration of the fade part of the envelope.
Return Value: Boolean true if within range, false otherwise.
Description: MIN_FADE_LENGTH >= fLen <= SDL_MAX_UINT32
Note: See the constant and periodic effect description.
Related Functions: checkDuration(), checkDelay(), checkAttackLength(), checkFadeLength(), checkEnvelopeTime(), checkIterations(), checkLevel(), checkFadeLevel(), checkSatLevel(), checkCoEfLevel(), checkDeadband(), checkCentre(), checkAttackLevel(), checkEffectNumber(), checkHaptic(), checkParamsConstant(), checkParamsEnvelope(), checkParamsPeriod(), checkParamsCondition(), checkDirection(), checkPeriodType(), checkConditionType(), checkGain()