Searched defs:TDLimiter (Results 1 – 1 of 1) sorted by relevance
118 struct TDLimiter { struct119 unsigned int attack;120 FIXP_DBL attackConst, releaseConst;121 unsigned int attackMs, releaseMs, maxAttackMs;122 FIXP_DBL threshold;123 unsigned int channels, maxChannels;124 UINT sampleRate, maxSampleRate;125 FIXP_DBL cor, max;149 struct TDLimiter; argument