Home
last modified time | relevance | path

Searched refs:LADSPA_IS_PORT_INPUT (Results 1 – 25 of 214) sorted by relevance

123456789

/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))
37 #define LADSPA_IS_AUDIO_INPUT(x) (LADSPA_IS_PORT_INPUT(x) && LADSPA_IS_PORT_AUDIO(x))
224 if ( LADSPA_IS_PORT_INPUT( pd ) && LADSPA_IS_PORT_CONTROL( pd ) ) { in load()
226 } else if ( LADSPA_IS_PORT_INPUT( pd ) && LADSPA_IS_PORT_AUDIO( pd ) ) { in load()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dladspa_plugin.cc327 if (LADSPA_IS_PORT_INPUT(port_descriptor (which))) { in get_parameter()
359 if (LADSPA_IS_PORT_INPUT(port_descriptor (i)) && in add_state()
540 if (LADSPA_IS_PORT_INPUT(port_descriptor (i)) && in automatable()
569 if (LADSPA_IS_PORT_INPUT(port_descriptor(port_index))) { in connect_and_run()
611 return LADSPA_IS_PORT_INPUT(port_descriptor (param)); in parameter_is_input()
642 if (LADSPA_IS_PORT_INPUT(port_descriptor (i)) && LADSPA_IS_PORT_CONTROL(port_descriptor (i))) { in run_in_place()
681 if (LADSPA_IS_PORT_INPUT (port_descriptor (port_index))) { in latency_compute_run()
/dports/audio/carla/Carla-2.4.1/source/utils/
H A DCarlaLadspaUtils.hpp95 if (LADSPA_IS_PORT_INPUT(port1) && ! LADSPA_IS_PORT_INPUT(port2)) in is_ladspa_port_good()
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/
H A Dbgladspa.c56 if(LADSPA_IS_PORT_INPUT(desc->PortDescriptors[i]) && in create_parameters()
74 if(LADSPA_IS_PORT_INPUT(desc->PortDescriptors[i]) && in create_parameters()
237 if(LADSPA_IS_PORT_INPUT(desc->PortDescriptors[i])) in count_ports()
244 if(LADSPA_IS_PORT_INPUT(desc->PortDescriptors[i])) in count_ports()
708 if(LADSPA_IS_PORT_INPUT(priv->desc->PortDescriptors[i])) in bg_ladspa_load()
715 if(LADSPA_IS_PORT_INPUT(priv->desc->PortDescriptors[i])) in bg_ladspa_load()
/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/linuxsampler/linuxsampler-2.2.0/src/effects/
H A DLadspaEffect.cpp133 if (LADSPA_IS_PORT_INPUT(pPortDescriptor)) { in LadspaEffect()
240 if (LADSPA_IS_PORT_INPUT(pPortDescriptor)) { in RenderAudio()
293 if (LADSPA_IS_PORT_INPUT(pPortDescriptor)) { in InitEffect()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/plugin/
H A DDSSIPluginFactory.cpp94 if (LADSPA_IS_PORT_INPUT(descriptor->PortDescriptors[p])) { in enumeratePlugins()
401 if (LADSPA_IS_PORT_INPUT(ladspaDescriptor->PortDescriptors[i])) { in discoverPluginsFrom()
412 if (LADSPA_IS_PORT_INPUT(ladspaDescriptor->PortDescriptors[i])) { in discoverPluginsFrom()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/LadspaUGen/
H A Dladspalist.c22 if(LADSPA_IS_PORT_INPUT(desc->PortDescriptors[j])) { in describePluginLibrary()
/dports/audio/ladspa/ladspa_sdk_1.17/src/
H A Dapplyplugin.c272 if (LADSPA_IS_PORT_INPUT(psDescriptor->PortDescriptors[lIndex]) in listControlsForPlugin()
446 if (LADSPA_IS_PORT_INPUT(iPortDescriptor)) in applyPlugin()
468 if (LADSPA_IS_PORT_INPUT(iPortDescriptor) in applyPlugin()
H A Danalyseplugin.c173 if (LADSPA_IS_PORT_INPUT in analysePlugin()
178 else if (LADSPA_IS_PORT_INPUT in analysePlugin()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_ladspa/
H A Dmod_ladspa.c216 if (LADSPA_IS_PORT_INPUT(ldesc->PortDescriptors[i]) in dump_info()
219 else if (LADSPA_IS_PORT_INPUT(ldesc->PortDescriptors[i])) in dump_info()
289 if (LADSPA_IS_PORT_CONTROL(port_desc) && LADSPA_IS_PORT_INPUT(port_desc)) { in ladspa_callback()
316 if (LADSPA_IS_PORT_INPUT(port_desc) && LADSPA_IS_PORT_AUDIO(port_desc)) { in ladspa_callback()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/effects/ladspa/
H A DLadspaEffect.cpp742 if (LADSPA_IS_PORT_INPUT(d))
752 else if (LADSPA_IS_PORT_CONTROL(d) && LADSPA_IS_PORT_INPUT(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))
1431 if (LADSPA_IS_PORT_AUDIO(d) || LADSPA_IS_PORT_INPUT(d))
1671 if (LADSPA_IS_PORT_INPUT(d))
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/ext/ladspa/
H A Dgstladspa.c187 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
192 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/ext/ladspa/
H A Dgstladspa.c187 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
192 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/ext/ladspa/
H A Dgstladspa.c187 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
192 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/ext/ladspa/
H A Dgstladspa.c187 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
192 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/ext/ladspa/
H A Dgstladspa.c187 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
192 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/ext/ladspa/
H A Dgstladspa.c187 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
192 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/ext/ladspa/
H A Dgstladspa.c187 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
192 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/ext/ladspa/
H A Dgstladspa.c187 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
192 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
/dports/multimedia/gstreamer1-plugins-ttml/gst-plugins-bad-1.16.2/ext/ladspa/
H A Dgstladspa.c187 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
192 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/ext/ladspa/
H A Dgstladspa.c187 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
192 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/ext/ladspa/
H A Dgstladspa.c187 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
192 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/ext/ladspa/
H A Dgstladspa.c187 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
192 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/ext/ladspa/
H A Dgstladspa.c187 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
192 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()

123456789