Home
last modified time | relevance | path

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

/dports/audio/whysynth/whysynth-20120903/src/
H A Dwhysynth_ports.h165 #define Y_PORT_EGO_VEL_LEVEL_SENS 119 macro
H A Dgui_callbacks.c654 eg_clipboard.vel_level_sens = get_value_from_knob(offset + Y_PORT_EGO_VEL_LEVEL_SENS); in on_voice_element_copy()
747 … update_voice_widget(offset + Y_PORT_EGO_VEL_LEVEL_SENS, eg_clipboard.vel_level_sens, TRUE); in on_voice_element_paste()
1680 update_voice_widget(Y_PORT_EGO_VEL_LEVEL_SENS, patch->ego.vel_level_sens, FALSE); in update_voice_widgets_from_patch()
1974 patch->ego.vel_level_sens = get_value_from_knob(Y_PORT_EGO_VEL_LEVEL_SENS); in update_patch_from_voice_widgets()
H A Ddssp_synth.c355 case Y_PORT_EGO_VEL_LEVEL_SENS: synth->ego.vel_level_sens = data; break; in y_connect_port()
H A Dgui_interface.c2229 …create_edit_place_knob_in_table(Y_PORT_EGO_VEL_LEVEL_SENS, "Vel->Level", NULL, NULL, edit_window, … in create_edit_window()