Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dsnd-data.c306 sp->filter_control_xmax = (mus_float_t)(snd_srate(sp) / 2); in initialize_control_panel()
307 else sp->filter_control_xmax = 1.0; in initialize_control_panel()
H A Dsnd-1.h354 mus_float_t reverb_control_decay, filter_control_xmax; member
H A Dsnd-snd.c1493 else sp->filter_control_envelope = default_env(sp->filter_control_xmax, 1.0); in restore_controls()
1517 sp->filter_control_envelope = default_env(sp->filter_control_xmax, 1.0); in reset_controls()
H A Dsnd-motif.c27298 sp->filter_control_xmax = (mus_float_t)(snd_srate(sp) / 2); in display_filter_env()
27299 else sp->filter_control_xmax = 1.0; in display_filter_env()
27302 sp->filter_control_envelope = default_env(sp->filter_control_xmax, 1.0); in display_filter_env()
27400 sp->filter_control_xmax = (mus_float_t)(snd_srate(sp) / 2); in new_in_hz()
27401 else sp->filter_control_xmax = 1.0; in new_in_hz()
27403 sp->filter_control_envelope = default_env(sp->filter_control_xmax, 1.0); in new_in_hz()
27482 sp->filter_control_envelope = default_env(sp->filter_control_xmax, 1.0); in filter_activate_callback()