Home
last modified time | relevance | path

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

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Drecorddialog.h58 float maxpeak_values[8]; member
H A Drecorddialog.c195 for (i=0; i<8; i++) rd->maxpeak_values[i] = 0.0; in reset_peaks()
302 if (((float)peak) > rd->maxpeak_values[c] ) in process_input()
304 rd->maxpeak_values[c] = (float)peak; in process_input()
718 memset(rd->maxpeak_values,0,sizeof(rd->maxpeak_values)); in record_dialog_set_format()