Searched refs:unison_detune_label (Results 1 – 2 of 2) sorted by relevance
79 unison_detune_label = new Label (body_widget, "0"); in MorphOutputView()81 op_layout.add_row (2, unison_detune_title, unison_detune_slider, unison_detune_label); in MorphOutputView()183 unison_detune_label->set_text (string_locale_printf ("%.1f Cent", detune)); in on_unison_detune_changed()195 unison_detune_label->set_visible (morph_output->unison()); in update_visible()
25 Label *unison_detune_label; member in SpectMorph::MorphOutputView