Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dsnd-menu.c93 set_sensitive(view_x_axis_samples_menu, x_axis_style(ss) != X_AXIS_IN_SAMPLES); in view_menu_update()
H A Dsnd-axis.c7 case X_AXIS_IN_SECONDS: case X_AXIS_IN_SAMPLES: case X_AXIS_AS_PERCENTAGE: in is_x_axis_style()
246 if (style == X_AXIS_IN_SAMPLES) in location_to_string()
361 case X_AXIS_IN_SAMPLES: in tick_grf_x()
821 case X_AXIS_IN_SAMPLES: in make_axes_1()
H A Dsnd-0.h218 typedef enum {X_AXIS_IN_SECONDS, X_AXIS_IN_SAMPLES, X_AXIS_AS_PERCENTAGE, X_AXIS_IN_BEATS, enumerator
H A Dsnd-main.c204 case X_AXIS_IN_SAMPLES: return(TO_VAR_NAME(S_x_axis_in_samples)); in x_axis_style_name()
H A Dsnd-chn.c610 case X_AXIS_IN_SAMPLES: label = "time (samples)"; break;
8619 case X_AXIS_IN_SAMPLES: ap->xlabel = mus_strdup("time (samples)"); break;
10008 Xen_define_constant(S_x_axis_in_samples, X_AXIS_IN_SAMPLES, H_x_axis_in_samples);
H A Dsnd-motif.c20952 …amples_callback(Widget w, XtPointer info, XtPointer context) {set_x_axis_style(X_AXIS_IN_SAMPLES);} in view_x_axis_samples_callback()