Home
last modified time | relevance | path

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

/dports/audio/dssi/dssi-1.1.1/examples/
H A Dtrivial_synth.c23 #define TS_FREQ 1 macro
83 case TS_FREQ: in connectPortTS()
186 case TS_FREQ: in getControllerTS()
235 port_descriptors[TS_FREQ] = LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL; in init()
236 port_names[TS_FREQ] = "Tuning frequency"; in init()
237 port_range_hints[TS_FREQ].HintDescriptor = LADSPA_HINT_DEFAULT_440 | in init()
239 port_range_hints[TS_FREQ].LowerBound = 420; in init()
240 port_range_hints[TS_FREQ].UpperBound = 460; in init()