Skip to content

checkFadeLength

Andy Perrett edited this page Jul 31, 2020 · 1 revision

CheckFadeLength

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()

Clone this wiki locally