Home
last modified time | relevance | path

Searched refs:S_fft_with_phases (Results 1 – 5 of 5) sorted by relevance

/dports/audio/snd/snd-21.2/
H A Dsnd-strings.h203 #define S_fft_with_phases "fft-with-phases" macro
H A Dsnd.c449 …ss->fft_with_phases_symbol = s7_define_variable(s7, "*" S_fft_with_phases "*", s7_make_b… in snd_set_global_defaults()
H A Dsnd-chn.c8112 …#define H_fft_with_phases "(" S_fft_with_phases " :optional snd chn): " PROC_TRUE " if fft display…
8114 return(channel_get(snd, chn, CP_FFT_WITH_PHASES, S_fft_with_phases));
8120 Xen_check_type(Xen_is_boolean(on), on, 1, S_set S_fft_with_phases, "a boolean");
8122 return(channel_set(snd, chn, on, CP_FFT_WITH_PHASES, S_set S_fft_with_phases));
9935 Xen_define_typed_dilambda(S_fft_with_phases, g_fft_with_phases_w, H_fft_with_phases,
9936 S_set S_fft_with_phases, g_set_fft_with_phases_w, 0, 2, 1, 2, pl_btt, pl_bttb);
10157 …s7_set_setter(s7, ss->fft_with_phases_symbol, s7_make_function(s7, "[acc-" S_fft_with_phases "]", …
H A Dsnd-main.c482 …if (fft_with_phases(ss) != DEFAULT_FFT_WITH_PHASES) pss_ss(fd, S_fft_with_phases, b2s(fft_with_pha… in save_options()
1074 …if (cp->fft_with_phases != fft_with_phases(ss)) pcp_ss(fd, S_fft_with_phases, b2s(cp->fft_with_pha… in save_sound_state()
H A Dsnd-help.c874 " S_fft_with_phases " (:optional snd chn)\n\ in fft_help()