Home
last modified time | relevance | path

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

/dports/audio/dssi/dssi-1.1.1/examples/
H A Dless_trivial_synth.c33 #define LTS_SUSTAIN 4 macro
171 case LTS_SUSTAIN: in connectPortLTS()
362 case LTS_SUSTAIN: in getControllerLTS()
477 port_descriptors[LTS_SUSTAIN] = LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL; in init()
478 port_names[LTS_SUSTAIN] = "Sustain level (%)"; in init()
479 port_range_hints[LTS_SUSTAIN].HintDescriptor = in init()
482 port_range_hints[LTS_SUSTAIN].LowerBound = 0.0f; in init()
483 port_range_hints[LTS_SUSTAIN].UpperBound = 100.0f; in init()