Home
last modified time | relevance | path

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

/dports/audio/spectmorph/spectmorph-0.5.2/glui/
H A Dsmmorphoutputview.cc79 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()
H A Dsmmorphoutputview.hh25 Label *unison_detune_label; member in SpectMorph::MorphOutputView