Searched refs:m_fDecaySlope (Results 1 – 2 of 2) sorted by relevance
60 LADSPA_Data m_fDecaySlope; member in Grain74 m_fDecaySlope = LADSPA_Data(1.0 / lGrainLength); in Grain()79 m_fDecaySlope = 0; in Grain()81 m_fDecaySlope = LADSPA_Data(1.0 / (lGrainLength - lAttackTime)); in Grain()101 fAmp = m_fDecaySlope * (m_lGrainLength - m_lRunTime); in run()119 fAmp -= m_fDecaySlope; in run()