Home
last modified time | relevance | path

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

/dports/audio/whysynth/whysynth-20120903/src/
H A Dwhysynth_ports.h191 #define Y_PORT_EG2_TIME1 143 macro
H A Ddssp_synth.c382 case Y_PORT_EG2_TIME1: synth->eg2.time[0] = data; break; in y_connect_port()
H A Dgui_callbacks.c1706 update_voice_widget(Y_PORT_EG2_TIME1, patch->eg2.time1, FALSE); in update_voice_widgets_from_patch()
2000 patch->eg2.time1 = get_value_from_knob(Y_PORT_EG2_TIME1); in update_patch_from_voice_widgets()
H A Dgui_interface.c2327 …create_edit_place_knob_in_table(Y_PORT_EG2_TIME1, "Attack 1 Time", NULL, NULL, edit_window, eg_t… in create_edit_window()