Home
last modified time | relevance | path

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

/dports/audio/whysynth/whysynth-20120903/src/
H A Dwhysynth_ports.h114 #define Y_PORT_BUSB_PAN 75 macro
H A Ddssp_synth.c303 case Y_PORT_BUSB_PAN: synth->busb_pan = data; break; in y_connect_port()
H A Dgui_callbacks.c1630 update_voice_widget(Y_PORT_BUSB_PAN, patch->busb_pan, FALSE); in update_voice_widgets_from_patch()
1923 patch->busb_pan = get_value_from_knob(Y_PORT_BUSB_PAN); in update_patch_from_voice_widgets()
H A Dgui_interface.c2156 …create_edit_place_knob_in_table(Y_PORT_BUSB_PAN, NULL, "L", "R", edit_window, mix_table, 2, 3,… in create_edit_window()