Home
last modified time | relevance | path

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

/dports/audio/eq10q-lv2/eq10q-2.2/
H A Ddynamics.c330 const int hold_max = (int)round(hold * sample_rate * 0.001f); in runDyn() local
456 if(hold_count > hold_max) in runDyn()