Go to the source code of this file.
◆ LADSPA_IS_AUDIO_INPUT
| #define LADSPA_IS_AUDIO_INPUT |
( |
| x | ) |
(LADSPA_IS_PORT_INPUT(x) && LADSPA_IS_PORT_AUDIO(x)) |
◆ LADSPA_IS_AUDIO_OUTPUT
| #define LADSPA_IS_AUDIO_OUTPUT |
( |
| x | ) |
(LADSPA_IS_PORT_OUTPUT(x) && LADSPA_IS_PORT_AUDIO(x)) |
◆ LADSPA_IS_CONTROL_INPUT
| #define LADSPA_IS_CONTROL_INPUT |
( |
| x | ) |
(LADSPA_IS_PORT_INPUT(x) && LADSPA_IS_PORT_CONTROL(x)) |
◆ LADSPA_IS_CONTROL_OUTPUT
| #define LADSPA_IS_CONTROL_OUTPUT |
( |
| x | ) |
(LADSPA_IS_PORT_OUTPUT(x) && LADSPA_IS_PORT_CONTROL(x)) |