Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dsnd-kbd.c1253 if (time_graph_type(ss) == GRAPH_AS_WAVOGRAM) in keyboard_command()
1260 if (time_graph_type(ss) == GRAPH_AS_WAVOGRAM) in keyboard_command()
H A Dsnd-env.c1152 if (active_channel->time_graph_type == GRAPH_AS_WAVOGRAM)
H A Dsnd-0.h97 typedef enum {GRAPH_ONCE, GRAPH_AS_SONOGRAM, GRAPH_AS_SPECTROGRAM, GRAPH_AS_WAVOGRAM} graph_type_t; enumerator
H A Dsnd-chn.c1505 if (cp->time_graph_type == GRAPH_AS_WAVOGRAM)
4026 if (cp->time_graph_type == GRAPH_AS_WAVOGRAM)
4124 case GRAPH_AS_WAVOGRAM:
8200 if ((on != GRAPH_ONCE) && (on != GRAPH_AS_WAVOGRAM))
9864 Xen_define_constant(S_graph_as_wavogram, GRAPH_AS_WAVOGRAM, H_graph_as_wavogram);
H A Dsnd-main.c193 case GRAPH_AS_WAVOGRAM: return(TO_VAR_NAME(S_graph_as_wavogram)); in time_graph_type_name()
H A Dsnd-motif.c6266 case GRAPH_AS_WAVOGRAM: in set_transform_graph_type()