Go to the source code of this file.
◆ LADSPA_IS_AUDIO_INPUT
| #define LADSPA_IS_AUDIO_INPUT |
( |
| x | ) |
|
Value:(LADSPA_IS_PORT_INPUT(x) && LADSPA_IS_PORT_AUDIO(x))
Definition at line 33 of file LadspaFx.cpp.
◆ LADSPA_IS_AUDIO_OUTPUT
| #define LADSPA_IS_AUDIO_OUTPUT |
( |
| x | ) |
|
Value:(LADSPA_IS_PORT_OUTPUT(x) && LADSPA_IS_PORT_AUDIO(x))
Definition at line 35 of file LadspaFx.cpp.
◆ LADSPA_IS_CONTROL_INPUT
| #define LADSPA_IS_CONTROL_INPUT |
( |
| x | ) |
|
Value:(LADSPA_IS_PORT_INPUT(x) && LADSPA_IS_PORT_CONTROL(x))
Definition at line 32 of file LadspaFx.cpp.
◆ LADSPA_IS_CONTROL_OUTPUT
| #define LADSPA_IS_CONTROL_OUTPUT |
( |
| x | ) |
|
Value:(LADSPA_IS_PORT_OUTPUT(x) && LADSPA_IS_PORT_CONTROL(x))
Definition at line 34 of file LadspaFx.cpp.