Home
last modified time | relevance | path

Searched refs:channel_combo (Results 1 – 6 of 6) sorted by relevance

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Dformatselector.c101 fs->channel_combo = NULL; in format_selector_init()
137 fs->channel_combo = COMBO(b); in format_selector_show_full()
172 if (fs->channel_combo != NULL) in format_selector_set()
173 combo_set_selection(fs->channel_combo, fmt->channels-1); in format_selector_set()
197 if (fs->channel_combo != NULL) in format_selector_get()
198 result->channels = combo_selected_index(fs->channel_combo)+1; in format_selector_get()
212 if (dataformat_get_from_inifile(ini_prefix,fs->channel_combo!=NULL,&fmt)) in format_selector_set_from_inifile()
220 dataformat_save_to_inifile(ini_prefix,&f,fs->channel_combo!=NULL); in format_selector_save_to_inifile()
H A Dformatselector.h39 Combo *channel_combo; member
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dadd_route_dialog.cc94 channel_combo.set_name (X_("ChannelCountSelector")); in AddRouteDialog()
459 channel_combo.set_active_text ((*i).name); in trk_template_row_selected()
480 channel_combo.set_sensitive (false); in trk_template_row_selected()
629 channel_combo.set_sensitive (true); in track_type_chosen()
650 channel_combo.set_sensitive (false); in track_type_chosen()
671 channel_combo.set_sensitive (true); in track_type_chosen()
692 channel_combo.set_sensitive (false); in track_type_chosen()
713 channel_combo.set_sensitive (false); in track_type_chosen()
734 channel_combo.set_sensitive (true); in track_type_chosen()
815 string str = channel_combo.get_active_text(); in channel_count()
[all …]
H A Dsfdb_ui.cc1412 channel_combo.set_sensitive (false); in reset_options()
1422 channel_combo.set_sensitive (true); in reset_options()
1469 if (channel_combo.get_active_text().length()) { in reset_options()
1573 existing_choice = channel_combo.get_active_text(); in reset_options()
1575 set_popdown_strings (channel_combo, channel_strings); in reset_options()
1583 channel_combo.set_active_text (existing_choice); in reset_options()
1843 set_popdown_strings (channel_combo, str); in SoundFileOmega()
1844 channel_combo.set_active_text (str.front()); in SoundFileOmega()
1845 channel_combo.set_sensitive (false); in SoundFileOmega()
1900 set_popdown_strings (channel_combo, str); in SoundFileOmega()
[all …]
H A Dadd_route_dialog.h101 Gtk::ComboBoxText channel_combo; variable
H A Dsfdb_ui.h298 Gtk::ComboBoxText channel_combo; variable