Home
last modified time | relevance | path

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

/dports/audio/whysynth/whysynth-20120903/src/
H A Dwhysynth_ports.h127 #define Y_PORT_EFFECT_PARAM5 86 macro
H A Dgui_callbacks.c630 effect_clipboard.effect_param5 = get_value_from_knob(Y_PORT_EFFECT_PARAM5); in on_voice_element_copy()
722 update_voice_widget(Y_PORT_EFFECT_PARAM5, effect_clipboard.effect_param5, TRUE); in on_voice_element_paste()
1261 update_top_label(Y_PORT_EFFECT_PARAM5, y_effect_modes[mode].mparam5_top_label); in update_effect_layout_on_mode_change()
1642 update_voice_widget(Y_PORT_EFFECT_PARAM5, patch->effect_param5, FALSE); in update_voice_widgets_from_patch()
1935 patch->effect_param5 = get_value_from_knob(Y_PORT_EFFECT_PARAM5); in update_patch_from_voice_widgets()
H A Ddssp_synth.c315 case Y_PORT_EFFECT_PARAM5: synth->effect_param5 = data; break; in y_connect_port()
H A Dgui_interface.c2184 …create_edit_place_knob_in_table(Y_PORT_EFFECT_PARAM5, "Param 5", NULL, NULL, edit_window, effect_t… in create_edit_window()