Home
last modified time | relevance | path

Searched refs:LADSPA_IS_PORT_CONTROL (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/audio/hydrogen/hydrogen-1.0.1/src/core/src/fx/
H A Dladspa_fx.cpp36 #define LADSPA_IS_CONTROL_INPUT(x) (LADSPA_IS_PORT_INPUT(x) && LADSPA_IS_PORT_CONTROL(x))
38 #define LADSPA_IS_CONTROL_OUTPUT(x) (LADSPA_IS_PORT_OUTPUT(x) && LADSPA_IS_PORT_CONTROL(x))
224 if ( LADSPA_IS_PORT_INPUT( pd ) && LADSPA_IS_PORT_CONTROL( pd ) ) { in load()
228 } else if ( LADSPA_IS_PORT_OUTPUT( pd ) && LADSPA_IS_PORT_CONTROL( pd ) ) { in load()
H A Deffects.cpp190 if ( LADSPA_IS_PORT_INPUT( pd ) && LADSPA_IS_PORT_CONTROL( pd ) ) { in getPluginList()
194 } else if ( LADSPA_IS_PORT_OUTPUT( pd ) && LADSPA_IS_PORT_CONTROL( pd ) ) { in getPluginList()
/dports/audio/carla/Carla-2.4.1/source/utils/
H A DCarlaLadspaUtils.hpp99 if (LADSPA_IS_PORT_CONTROL(port1) && ! LADSPA_IS_PORT_CONTROL(port2)) in is_ladspa_port_good()
/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DCLADSPAActionDialog.cpp71 if(LADSPA_IS_PORT_CONTROL(portDesc) && LADSPA_IS_PORT_INPUT(portDesc)) in CLADSPAActionDialog()
99 if(LADSPA_IS_PORT_CONTROL(portDesc) && LADSPA_IS_PORT_INPUT(portDesc)) in CLADSPAActionDialog()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dladspa_plugin.cc141 if (LADSPA_IS_PORT_CONTROL(port_descriptor (i))) { in init()
342 if (LADSPA_IS_PORT_CONTROL (port_descriptor (x))) { in nth_parameter()
360 LADSPA_IS_PORT_CONTROL(port_descriptor (i))){ in add_state()
541 LADSPA_IS_PORT_CONTROL(port_descriptor (i))){ in automatable()
593 return LADSPA_IS_PORT_CONTROL(port_descriptor (param)); in parameter_is_control()
642 if (LADSPA_IS_PORT_INPUT(port_descriptor (i)) && LADSPA_IS_PORT_CONTROL(port_descriptor (i))) { in run_in_place()
/dports/audio/rosegarden/rosegarden-21.06.1/src/sound/
H A DDSSIPluginFactory.cpp71 if (LADSPA_IS_PORT_CONTROL(descriptor->PortDescriptors[p])) { in enumeratePlugins()
116 if (LADSPA_IS_PORT_CONTROL(descriptor->PortDescriptors[i]) && in populatePluginSlot()
350 if (LADSPA_IS_PORT_CONTROL(ladspaDescriptor->PortDescriptors[i])) { in discoverPlugin()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/plugin/
H A DDSSIPluginFactory.cpp89 if (LADSPA_IS_PORT_CONTROL(descriptor->PortDescriptors[p])) { in enumeratePlugins()
381 if (LADSPA_IS_PORT_CONTROL(ladspaDescriptor->PortDescriptors[i])) { in discoverPluginsFrom()
400 if (LADSPA_IS_PORT_CONTROL(ladspaDescriptor->PortDescriptors[i])) { in discoverPluginsFrom()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_ladspa/
H A Dmod_ladspa.c210 if (LADSPA_IS_PORT_CONTROL(ldesc->PortDescriptors[i])) { in dump_info()
226 if (LADSPA_IS_PORT_CONTROL(ldesc->PortDescriptors[i]) in dump_info()
229 else if (LADSPA_IS_PORT_CONTROL(ldesc->PortDescriptors[i])) in dump_info()
236 if (LADSPA_IS_PORT_CONTROL(ldesc->PortDescriptors[i])) { in dump_info()
289 if (LADSPA_IS_PORT_CONTROL(port_desc) && LADSPA_IS_PORT_INPUT(port_desc)) { in ladspa_callback()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/LadspaUGen/
H A Dladspalist.c28 if(LADSPA_IS_PORT_CONTROL(desc->PortDescriptors[j])) in describePluginLibrary()
/dports/audio/ladspa/ladspa_sdk_1.17/src/
H A Danalyseplugin.c187 if (LADSPA_IS_PORT_CONTROL in analysePlugin()
192 else if (LADSPA_IS_PORT_CONTROL in analysePlugin()
/dports/audio/sox/sox-14.4.2/src/
H A Dladspa.c180 } else if (LADSPA_IS_PORT_CONTROL(port) && LADSPA_IS_PORT_AUDIO(port)) { in sox_ladspa_getopts()
193 LADSPA_IS_PORT_CONTROL(port) && in sox_ladspa_getopts()
306 if (LADSPA_IS_PORT_CONTROL(port)) { in sox_ladspa_start()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/effects/ladspa/
H A DLadspaEffect.cpp752 else if (LADSPA_IS_PORT_CONTROL(d) && LADSPA_IS_PORT_INPUT(d))
846 else if (LADSPA_IS_PORT_CONTROL(d) && LADSPA_IS_PORT_OUTPUT(d))
1103 if (LADSPA_IS_PORT_CONTROL(d) && LADSPA_IS_PORT_INPUT(d))
1121 if (LADSPA_IS_PORT_CONTROL(descriptor) && LADSPA_IS_PORT_INPUT(descriptor))
1669 if (LADSPA_IS_PORT_CONTROL(d))
1786 if (!(LADSPA_IS_PORT_CONTROL(d)))
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/
H A Dbgladspa.c57 LADSPA_IS_PORT_CONTROL(desc->PortDescriptors[i])) in create_parameters()
75 LADSPA_IS_PORT_CONTROL(desc->PortDescriptors[i])) in create_parameters()
242 else if(LADSPA_IS_PORT_CONTROL(desc->PortDescriptors[i])) in count_ports()
713 else if(LADSPA_IS_PORT_CONTROL(priv->desc->PortDescriptors[i])) in bg_ladspa_load()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/effects/
H A DLadspaEffect.cpp132 if (LADSPA_IS_PORT_CONTROL(pPortDescriptor)) { in LadspaEffect()
292 if (LADSPA_IS_PORT_CONTROL(pPortDescriptor)) { in InitEffect()
/dports/audio/caps-lv2/caps-lv2-5d52a0c/
H A Dladspa.h166 #define LADSPA_IS_PORT_CONTROL(x) ((x) & LADSPA_PORT_CONTROL) macro
/dports/audio/caps-plugins/caps-0.4.5/
H A Dladspa.h166 #define LADSPA_IS_PORT_CONTROL(x) ((x) & LADSPA_PORT_CONTROL) macro
/dports/textproc/liblrdf/LRDF-0.6.1/src/
H A Dladspa.h166 #define LADSPA_IS_PORT_CONTROL(x) ((x) & LADSPA_PORT_CONTROL) macro
/dports/audio/sweep/sweep-0.9.3/plugins/ladspa/
H A Dladspa.h166 #define LADSPA_IS_PORT_CONTROL(x) ((x) & LADSPA_PORT_CONTROL) macro
/dports/audio/swhplugins/ladspa-0.4.17/
H A Dladspa.h166 #define LADSPA_IS_PORT_CONTROL(x) ((x) & LADSPA_PORT_CONTROL) macro
/dports/audio/aqualung/aqualung-1.0/src/
H A Dplugin.c467 if (LADSPA_IS_PORT_CONTROL(plugin->PortDescriptors[port])) { in connect_port()
627 && LADSPA_IS_PORT_CONTROL(instance->descriptor->PortDescriptors[k])) { in update_plugin_outputs()
637 && LADSPA_IS_PORT_CONTROL(instance->descriptor->PortDescriptors[k])) { in update_plugin_outputs()
821 if (LADSPA_IS_PORT_CONTROL(plugin->PortDescriptors[k])) in build_plugin_window()
913 if (!LADSPA_IS_PORT_CONTROL(plugin->PortDescriptors[k])) in build_plugin_window()
965 if (!LADSPA_IS_PORT_CONTROL(plugin->PortDescriptors[k])) in build_plugin_window()
1160 if (!LADSPA_IS_PORT_CONTROL(plugin->PortDescriptors[k])) in build_plugin_window()
1301 if (!LADSPA_IS_PORT_CONTROL(plugin->PortDescriptors[k])) in build_plugin_window()
2050 if (!LADSPA_IS_PORT_CONTROL(instance->descriptor->PortDescriptors[k])) in save_plugin_data()
2173 if (!LADSPA_IS_PORT_CONTROL(instance->descriptor->PortDescriptors[k])) in parse_plugin()
/dports/audio/csound/csound-6.15.0/Opcodes/dssi4cs/src/
H A Ddssi4cs.c131 (LADSPA_IS_PORT_CONTROL(Descriptor->PortDescriptors[i]) ? in info()
157 if ((LADSPA_IS_PORT_CONTROL(Descriptor->PortDescriptors[i])) && in info()
443 if (LADSPA_IS_PORT_CONTROL(PortDescriptor)) in dssiinit()
477 if (LADSPA_IS_PORT_CONTROL(PortDescriptor)) { in dssiinit()
912 if (LADSPA_IS_PORT_CONTROL(PortDescriptor)) { in dssictls_init()
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/Effect/ladspa/
H A Dladspa.h170 #define LADSPA_IS_PORT_CONTROL(x) ((x) & LADSPA_PORT_CONTROL) macro
/dports/multimedia/pipewire/pipewire-0.3.43/src/modules/module-filter-chain/
H A Dladspa.h170 #define LADSPA_IS_PORT_CONTROL(x) ((x) & LADSPA_PORT_CONTROL) macro
/dports/audio/fogpad-lv2/fogpad-port-1.0.0-3-gc52326b/dpf/distrho/src/ladspa/
H A Dladspa.h170 #define LADSPA_IS_PORT_CONTROL(x) ((x) & LADSPA_PORT_CONTROL) macro
/dports/audio/autotalent/autotalent-0.2/
H A Dladspa.h170 #define LADSPA_IS_PORT_CONTROL(x) ((x) & LADSPA_PORT_CONTROL) macro

12345678