Home
last modified time | relevance | path

Searched refs:Y_PORT_EGO_AMP_MOD_SRC (Results 1 – 4 of 4) sorted by relevance

/dports/audio/whysynth/whysynth-20120903/src/
H A Dwhysynth_ports.h168 #define Y_PORT_EGO_AMP_MOD_SRC 122 macro
H A Dgui_callbacks.c657 eg_clipboard.amp_mod_src = get_value_from_combo(offset + Y_PORT_EGO_AMP_MOD_SRC); in on_voice_element_copy()
750 … update_voice_widget(offset + Y_PORT_EGO_AMP_MOD_SRC, (float)eg_clipboard.amp_mod_src, TRUE); in on_voice_element_paste()
1683 update_voice_widget(Y_PORT_EGO_AMP_MOD_SRC, (float)patch->ego.amp_mod_src, FALSE); in update_voice_widgets_from_patch()
1977 patch->ego.amp_mod_src = get_value_from_combo(Y_PORT_EGO_AMP_MOD_SRC); in update_patch_from_voice_widgets()
H A Ddssp_synth.c358 case Y_PORT_EGO_AMP_MOD_SRC: synth->ego.amp_mod_src = data; break; in y_connect_port()
H A Dgui_interface.c2232 …create_edit_place_combo_in_table(Y_PORT_EGO_AMP_MOD_SRC, "Amp Mod Source", Y_COMBOMODEL_TYPE_MOD_S… in create_edit_window()