Home
last modified time | relevance | path

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

/dports/audio/whysynth/whysynth-20120903/src/
H A Dwhysynth_ports.h81 #define Y_PORT_OSC4_PITCH 46 macro
H A Ddssp_synth.c271 case Y_PORT_OSC4_PITCH: synth->osc4.pitch = data; break; in y_connect_port()
H A Dgui_callbacks.c1598 update_voice_widget(Y_PORT_OSC4_PITCH, (float)patch->osc4.pitch, FALSE); in update_voice_widgets_from_patch()
1891 patch->osc4.pitch = get_value_from_detent(Y_PORT_OSC4_PITCH); in update_patch_from_voice_widgets()
H A Dgui_interface.c2034 …create_edit_place_detent_in_table(Y_PORT_OSC4_PITCH, "Pitch", edit_window, osc4_table, 2… in create_edit_window()