Home
last modified time | relevance | path

Searched refs:S_speed_control_style (Results 1 – 6 of 6) sorted by relevance

/dports/audio/snd/snd-21.2/
H A Dsnd-snd.c4673 …#define H_speed_control_style "(" S_speed_control_style " :optional snd): speed control panel inte…
4676 return(sound_get_global(snd, SP_SPEED_STYLE, S_speed_control_style));
4685 Xen_check_type(Xen_is_integer(speed), speed, 1, S_set S_speed_control_style, "an integer");
4689 Xen_out_of_range_error(S_set S_speed_control_style, 1, speed, "invalid " S_speed_control_style);
4693 Xen_out_of_range_error(S_set S_speed_control_style, 1, speed,
4694S_speed_control_style " should be " S_speed_control_as_float ", " S_speed_control_as_ratio ", or "…
4696 return(sound_set_global(snd, speed, SP_SPEED_STYLE, S_set S_speed_control_style));
6361 …#define H_speed_control_as_float "The value for " S_speed_control_style " that interprets the spee…
6362 …#define H_speed_control_as_ratio "The value for " S_speed_control_style " that interprets the spee…
6369 Xen_define_typed_dilambda(S_speed_control_style, g_speed_control_style_w, H_speed_control_style,
[all …]
H A Dsnd-strings.h585 #define S_speed_control_style "speed-control-style" macro
H A Dsnd.c431 …ss->speed_control_style_symbol = s7_define_variable(s7, "*" S_speed_control_style "*", s7_… in snd_set_global_defaults()
H A Dsnd-main.c557 …if (speed_control_style(ss) != DEFAULT_SPEED_CONTROL_STYLE) pss_ss(fd, S_speed_control_style, spee… in save_options()
989 …if (sp->speed_control_style != DEFAULT_SPEED_CONTROL_STYLE) psp_ss(fd, S_speed_control_style, spee… in save_sound_state()
H A Dsnd-help.c1764 " S_speed_control_style " (:optional snd)\n\ in resample_help()
H A Dsnd-motif.c20156 prf = prefs_row_with_radio_box_and_number("speed control choice", S_speed_control_style, in make_preferences_dialog()