Home
last modified time | relevance | path

Searched refs:Xen_define_constant (Results 1 – 12 of 12) sorted by relevance

/dports/audio/snd/snd-21.2/
H A Dsndlib2xen.c1103Xen_define_constant(S_mus_out_format, MUS_OUT_SAMPLE_TYPE, "sample type for fastest… in mus_sndlib_xen_initialize()
1104 Xen_define_constant(S_mus_unknown_header, MUS_UNKNOWN_HEADER, "unknown header type"); in mus_sndlib_xen_initialize()
1105Xen_define_constant(S_mus_next, MUS_NEXT, "NeXT (Sun) sound header… in mus_sndlib_xen_initialize()
1106 Xen_define_constant(S_mus_aifc, MUS_AIFC, "AIFC sound header id"); in mus_sndlib_xen_initialize()
1107 Xen_define_constant(S_mus_rf64, MUS_RF64, "RF64 sound header id"); in mus_sndlib_xen_initialize()
1111Xen_define_constant(S_mus_ircam, MUS_IRCAM, "IRCAM sound header id"); in mus_sndlib_xen_initialize()
1113 Xen_define_constant(S_mus_bicsf, MUS_BICSF, "BICSF header id"); in mus_sndlib_xen_initialize()
1114 Xen_define_constant(S_mus_voc, MUS_VOC, "VOC header id"); in mus_sndlib_xen_initialize()
1115 Xen_define_constant(S_mus_svx, MUS_SVX, "SVX (IFF) header id"); in mus_sndlib_xen_initialize()
1116 Xen_define_constant(S_mus_soundfont, MUS_SOUNDFONT, "soundfont header id"); in mus_sndlib_xen_initialize()
[all …]
H A Dsnd-env.c1837 Xen_define_constant(S_enved_amplitude, ENVED_AMPLITUDE, H_enved_amplitude);
1838 Xen_define_constant(S_enved_spectrum, ENVED_SPECTRUM, H_enved_spectrum);
1839 Xen_define_constant(S_enved_srate, ENVED_SRATE, H_enved_srate);
1841Xen_define_constant(S_envelope_linear, ENVELOPE_LINEAR, S_enved_style " choice: linear c…
1842Xen_define_constant(S_envelope_exponential, ENVELOPE_EXPONENTIAL, S_enved_style " choice: exponent…
1871Xen_define_constant(S_enved_add_point, ENVED_ADD_POINT, S_enved_hook " 'reason' arg when…
1872Xen_define_constant(S_enved_delete_point, ENVED_DELETE_POINT, S_enved_hook " 'reason' arg when…
1873Xen_define_constant(S_enved_move_point, ENVED_MOVE_POINT, S_enved_hook " 'reason' arg when…
H A Dsnd-kbd.c1688 Xen_define_constant(S_cursor_in_view, CURSOR_IN_VIEW, H_cursor_in_view); in Xen_wrap_3_optional_args()
1689 Xen_define_constant(S_cursor_on_left, CURSOR_ON_LEFT, H_cursor_on_left); in Xen_wrap_3_optional_args()
1690 Xen_define_constant(S_cursor_on_right, CURSOR_ON_RIGHT, H_cursor_on_right); in Xen_wrap_3_optional_args()
1691 Xen_define_constant(S_cursor_in_middle, CURSOR_IN_MIDDLE, H_cursor_in_middle); in Xen_wrap_3_optional_args()
1692 Xen_define_constant(S_keyboard_no_action, KEYBOARD_NO_ACTION, H_keyboard_no_action); in Xen_wrap_3_optional_args()
H A Dclm2xen.c13121 Xen_define_constant(S_hann_window, MUS_HANN_WINDOW, "A simple raised cosine window");
13122 Xen_define_constant(S_welch_window, MUS_WELCH_WINDOW, "A triangular window squared");
13123 Xen_define_constant(S_parzen_window, MUS_PARZEN_WINDOW, "A triangular window");
13124 Xen_define_constant(S_bartlett_window, MUS_BARTLETT_WINDOW, "A triangular window");
13126 Xen_define_constant(S_bohman_window, MUS_BOHMAN_WINDOW, "A weighted cosine window");
13128 Xen_define_constant(S_hamming_window, MUS_HAMMING_WINDOW, "A raised cosine");
13139 Xen_define_constant(S_riemann_window, MUS_RIEMANN_WINDOW, "sinc-based window");
13140 Xen_define_constant(S_kaiser_window, MUS_KAISER_WINDOW, "Bessel I0 based window");
13154 Xen_define_constant(S_papoulis_window, MUS_PAPOULIS_WINDOW, "papoulise window");
13156 Xen_define_constant(S_sinc_window, MUS_SINC_WINDOW, "sinc (Lanczos) window");
[all …]
H A Dsnd-chn.c9863 Xen_define_constant(S_graph_once, GRAPH_ONCE, H_graph_once);
9864 Xen_define_constant(S_graph_as_wavogram, GRAPH_AS_WAVOGRAM, H_graph_as_wavogram);
9886 Xen_define_constant(S_cursor_cross, CURSOR_CROSS, H_cursor_cross);
9887 Xen_define_constant(S_cursor_line, CURSOR_LINE, H_cursor_line);
9983 Xen_define_constant(S_graph_lines, GRAPH_LINES, H_graph_lines);
9984 Xen_define_constant(S_graph_dots, GRAPH_DOTS, H_graph_dots);
9985 Xen_define_constant(S_graph_filled, GRAPH_FILLED, H_graph_filled);
10045 Xen_define_constant(S_zoom_focus_left, ZOOM_FOCUS_LEFT, H_zoom_focus_left);
10059 Xen_define_constant(S_sync_none, SYNC_NONE, H_sync_none);
10060 Xen_define_constant(S_sync_all, SYNC_ALL, H_sync_all);
[all …]
H A Dsnd-draw.c1732 Xen_define_constant(S_copy_context, CHAN_GC, "graphics context to draw a line"); in g_init_draw()
1733 Xen_define_constant(S_cursor_context, CHAN_CGC, "graphics context for the cursor"); in g_init_draw()
1734Xen_define_constant(S_selection_context, CHAN_SELGC, "graphics context to draw in the selection co… in g_init_draw()
1735 Xen_define_constant(S_mark_context, CHAN_MGC, "graphics context for a mark"); in g_init_draw()
H A Dsnd-fft.c2538 Xen_define_constant(S_dont_normalize, DONT_NORMALIZE, H_dont_normalize); in g_init_fft()
2539 Xen_define_constant(S_normalize_by_channel, NORMALIZE_BY_CHANNEL, H_normalize_by_channel); in g_init_fft()
2540 Xen_define_constant(S_normalize_by_sound, NORMALIZE_BY_SOUND, H_normalize_by_sound); in g_init_fft()
2541 Xen_define_constant(S_normalize_globally, NORMALIZE_GLOBALLY, H_normalize_globally); in g_init_fft()
H A Dsnd-axis.c2012 Xen_define_constant(S_time_graph, TIME_AXIS_INFO, "time domain graph axis info"); in with_four_setter_args()
2013 Xen_define_constant(S_transform_graph, TRANSFORM_AXIS_INFO, "frequency domain graph axis info"); in with_four_setter_args()
2014 Xen_define_constant(S_lisp_graph, LISP_AXIS_INFO, "lisp graph axis info"); in with_four_setter_args()
H A Dsnd-xen.c2930 Xen_define_constant("RTLD_LAZY", RTLD_LAZY, "dlopen flag"); in Xen_wrap_no_args()
2931 Xen_define_constant("RTLD_NOW", RTLD_NOW, "dlopen flag"); in Xen_wrap_no_args()
2932 Xen_define_constant("RTLD_GLOBAL", RTLD_GLOBAL, "dlopen flag"); in Xen_wrap_no_args()
H A Dsnd-snd.c6227 Xen_define_constant(S_channels_separate, CHANNELS_SEPARATE, H_channels_separate);
6228 Xen_define_constant(S_channels_combined, CHANNELS_COMBINED, H_channels_combined);
6229 Xen_define_constant(S_channels_superimposed, CHANNELS_SUPERIMPOSED, H_channels_superimposed);
6365Xen_define_constant(S_speed_control_as_float, SPEED_CONTROL_AS_FLOAT, H_speed_control_as…
6366Xen_define_constant(S_speed_control_as_ratio, SPEED_CONTROL_AS_RATIO, H_speed_control_as…
6367Xen_define_constant(S_speed_control_as_semitone, SPEED_CONTROL_AS_SEMITONE, H_speed_control_as…
H A Dxen.h1649 #define Xen_define_constant(a, b, c) XEN_DEFINE_CONSTANT(a, b, c) macro
H A Dsnd-edits.c9177Xen_define_constant(S_current_edit_position, AT_CURRENT_EDIT_POSITION, "represents the current … in Xen_wrap_5_optional_args()