Home
last modified time | relevance | path

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

/dports/audio/rkr-lv2/rkrlv2-beta_2-2-gd8c17d3/src/
H A Dbeattracker.C18 peakdecay = 10.0f/fSAMPLE_RATE; in beattracker()
50 peakdecay = 10.0f/fSAMPLE_RATE; in cleanup()
83 if ( envrms < peak) peak -= peakdecay; in detect()
H A Dbeattracker.h67 float peakpulse, peak, envrms, peakdecay, trigthresh; variable
H A DSequence.h91 float peakpulse, peak, envrms, peakdecay, trigthresh; variable
H A DSequence.C77 peakdecay = 10.0f/sample_rate; in Sequence()
583 if ( envrms < peak) peak -= peakdecay; in out()