Home
last modified time | relevance | path

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

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Drecorddialog.h59 GtkLabel **peak_labels,**maxpeak_labels,**clip_labels,**rms_labels; member
H A Drecorddialog.c305 gtk_label_set_text(rd->maxpeak_labels[c],buf); in process_input()
689 g_free(rd->maxpeak_labels); in record_dialog_set_format()
694 rd->maxpeak_labels = NULL; in record_dialog_set_format()
714 rd->maxpeak_labels = g_malloc(df->channels*sizeof(GtkLabel *)); in record_dialog_set_format()
737 rd->maxpeak_labels[i] = attach_label("",a,(i/2)*6+3,(i&1)+1); in record_dialog_set_format()
863 obj->peak_labels = obj->maxpeak_labels = obj->clip_labels = NULL; in record_dialog_init()