Home
last modified time | relevance | path

Searched refs:vel_time_scale (Results 1 – 7 of 7) sorted by relevance

/dports/audio/whysynth/whysynth-20120903/src/
H A Dwhysynth_voice.c103 fabs(*(seg->vel_time_scale)) < 1e-5) {
107 *(seg->vel_time_scale) * (float)(voice->velocity - 72);
684 *(synth->ego.vel_time_scale) = patch->ego.vel_time_scale;
702 *(synth->eg1.vel_time_scale) = patch->eg1.vel_time_scale;
720 *(synth->eg2.vel_time_scale) = patch->eg2.vel_time_scale;
738 *(synth->eg3.vel_time_scale) = patch->eg3.vel_time_scale;
756 *(synth->eg4.vel_time_scale) = patch->eg4.vel_time_scale;
H A Dgui_callbacks.c655 eg_clipboard.vel_time_scale = get_value_from_knob(offset + Y_PORT_EGO_VEL_TIME_SCALE); in on_voice_element_copy()
1681 update_voice_widget(Y_PORT_EGO_VEL_TIME_SCALE, patch->ego.vel_time_scale, FALSE); in update_voice_widgets_from_patch()
1699 update_voice_widget(Y_PORT_EG1_VEL_TIME_SCALE, patch->eg1.vel_time_scale, FALSE); in update_voice_widgets_from_patch()
1717 update_voice_widget(Y_PORT_EG2_VEL_TIME_SCALE, patch->eg2.vel_time_scale, FALSE); in update_voice_widgets_from_patch()
1735 update_voice_widget(Y_PORT_EG3_VEL_TIME_SCALE, patch->eg3.vel_time_scale, FALSE); in update_voice_widgets_from_patch()
1753 update_voice_widget(Y_PORT_EG4_VEL_TIME_SCALE, patch->eg4.vel_time_scale, FALSE); in update_voice_widgets_from_patch()
1975 patch->ego.vel_time_scale = get_value_from_knob(Y_PORT_EGO_VEL_TIME_SCALE); in update_patch_from_voice_widgets()
1993 patch->eg1.vel_time_scale = get_value_from_knob(Y_PORT_EG1_VEL_TIME_SCALE); in update_patch_from_voice_widgets()
2011 patch->eg2.vel_time_scale = get_value_from_knob(Y_PORT_EG2_VEL_TIME_SCALE); in update_patch_from_voice_widgets()
2029 patch->eg3.vel_time_scale = get_value_from_knob(Y_PORT_EG3_VEL_TIME_SCALE); in update_patch_from_voice_widgets()
[all …]
H A Ddssp_synth.c356 case Y_PORT_EGO_VEL_TIME_SCALE: synth->ego.vel_time_scale = data; break; in y_connect_port()
375 case Y_PORT_EG1_VEL_TIME_SCALE: synth->eg1.vel_time_scale = data; break; in y_connect_port()
394 case Y_PORT_EG2_VEL_TIME_SCALE: synth->eg2.vel_time_scale = data; break; in y_connect_port()
413 case Y_PORT_EG3_VEL_TIME_SCALE: synth->eg3.vel_time_scale = data; break; in y_connect_port()
432 case Y_PORT_EG4_VEL_TIME_SCALE: synth->eg4.vel_time_scale = data; break; in y_connect_port()
H A Dwhysynth_voice.h123 float vel_time_scale; member
H A Ddssp_event.h97 LADSPA_Data *vel_time_scale; member
H A Dcommon_data.c607 &eg->vel_level_sens, &eg->vel_time_scale, in y_data_read_patch()
H A Dgui_data.c108 eg->vel_level_sens, eg->vel_time_scale, eg->kbd_time_scale, in patch_write_eg()
423 eg->vel_level_sens, eg->vel_time_scale, eg->kbd_time_scale, in c_write_eg()