Home
last modified time | relevance | path

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

/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/tap/
H A Dtap_echo.c40 #define STRENGTH_L 4 macro
173 case STRENGTH_L: in connect_port_Echo()
472 port_descriptors[STRENGTH_L] = LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL; in tap_init()
494 port_names[STRENGTH_L] = strdup("L Echo Level [dB]"); in tap_init()
540 port_range_hints[STRENGTH_L].HintDescriptor = in tap_init()
544 port_range_hints[STRENGTH_L].LowerBound = -70; in tap_init()
545 port_range_hints[STRENGTH_L].UpperBound = 10; in tap_init()
/dports/audio/tap-plugins/tap-plugins-0.7.2/
H A Dtap_echo.c40 #define STRENGTH_L 4 macro
173 case STRENGTH_L: in connect_port_Echo()
472 port_descriptors[STRENGTH_L] = LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL; in _init()
494 port_names[STRENGTH_L] = strdup("L Echo Level [dB]"); in _init()
540 port_range_hints[STRENGTH_L].HintDescriptor = in _init()
544 port_range_hints[STRENGTH_L].LowerBound = -70; in _init()
545 port_range_hints[STRENGTH_L].UpperBound = 10; in _init()
/dports/audio/tap-plugins-lv2/tap-lv2-cab6e0d/echo/
H A Dtap_echo.c40 #define STRENGTH_L 4 macro
182 case STRENGTH_L: in connect_port_Echo()