Home
last modified time | relevance | path

Searched refs:LADSPA_PortDescriptor (Results 1 – 25 of 454) sorted by relevance

12345678910>>...19

/dports/audio/blop/blop-0.2.8/src/
H A Dadsr_1680.so.c287 LADSPA_PortDescriptor *port_descriptors; in _init()
292 LADSPA_PortDescriptor gate_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO}; in _init()
293 LADSPA_PortDescriptor trigger_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO}; in _init()
294 LADSPA_PortDescriptor attack_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL}; in _init()
295 LADSPA_PortDescriptor decay_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL}; in _init()
296 LADSPA_PortDescriptor sustain_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL}; in _init()
297 LADSPA_PortDescriptor release_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL}; in _init()
298 LADSPA_PortDescriptor output_port_descriptors[] = {LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO}; in _init()
325 … port_descriptors = (LADSPA_PortDescriptor *)calloc(7, sizeof(LADSPA_PortDescriptor)); in _init()
326 descriptor->PortDescriptors = (const LADSPA_PortDescriptor *)port_descriptors; in _init()
[all …]
H A Dadsr_1653.so.c284 LADSPA_PortDescriptor * port_descriptors; in _init()
289 LADSPA_PortDescriptor signal_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO}; in _init()
290 LADSPA_PortDescriptor trigger_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL}; in _init()
291 LADSPA_PortDescriptor attack_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL}; in _init()
292 LADSPA_PortDescriptor decay_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL}; in _init()
293 LADSPA_PortDescriptor sustain_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL}; in _init()
294 LADSPA_PortDescriptor release_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL}; in _init()
295 LADSPA_PortDescriptor output_port_descriptors[] = {LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO}; in _init()
325 port_descriptors = (LADSPA_PortDescriptor *) calloc (7, sizeof(LADSPA_PortDescriptor)); in _init()
326 descriptor->PortDescriptors = (const LADSPA_PortDescriptor *) port_descriptors; in _init()
[all …]
H A Dtracker_2025.so.c245 LADSPA_PortDescriptor * port_descriptors; in _init()
250 LADSPA_PortDescriptor gate_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
252 LADSPA_PortDescriptor hattack_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
254 LADSPA_PortDescriptor hdecay_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
256 LADSPA_PortDescriptor lattack_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
258 LADSPA_PortDescriptor ldecay_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
260 LADSPA_PortDescriptor input_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
262 LADSPA_PortDescriptor output_port_descriptors[] = {LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO, in _init()
294 port_descriptors = (LADSPA_PortDescriptor *)calloc(7, sizeof (LADSPA_PortDescriptor)); in _init()
295 descriptor->PortDescriptors = (const LADSPA_PortDescriptor *)port_descriptors; in _init()
[all …]
H A Dbranch_1673.so.c147 LADSPA_PortDescriptor * port_descriptors; in _init()
152 LADSPA_PortDescriptor input_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
154 LADSPA_PortDescriptor output1_port_descriptors[] = {LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO, in _init()
156 LADSPA_PortDescriptor output2_port_descriptors[] = {LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO, in _init()
188 port_descriptors = (LADSPA_PortDescriptor *) calloc (3, sizeof (LADSPA_PortDescriptor)); in _init()
189 descriptor->PortDescriptors = (const LADSPA_PortDescriptor *) port_descriptors; in _init()
238 free ((LADSPA_PortDescriptor *) descriptor->PortDescriptors); in _fini()
H A Dlp4pole_1671.so.c208 LADSPA_PortDescriptor * port_descriptors; in _init()
213 LADSPA_PortDescriptor cutoff_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
215 LADSPA_PortDescriptor resonance_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
217 LADSPA_PortDescriptor input_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
219 LADSPA_PortDescriptor output_port_descriptors[] = {LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO, in _init()
251 port_descriptors = (LADSPA_PortDescriptor *) calloc (4, sizeof (LADSPA_PortDescriptor)); in _init()
252 descriptor->PortDescriptors = (const LADSPA_PortDescriptor *) port_descriptors; in _init()
313 free ((LADSPA_PortDescriptor *) descriptor->PortDescriptors); in _fini()
H A Dsum_1665.so.c176 LADSPA_PortDescriptor * port_descriptors; in _init()
181 LADSPA_PortDescriptor input1_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
184 LADSPA_PortDescriptor input2_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
187 LADSPA_PortDescriptor output_port_descriptors[] = {LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO, in _init()
220 port_descriptors = (LADSPA_PortDescriptor *) calloc (3, sizeof (LADSPA_PortDescriptor)); in _init()
221 descriptor->PortDescriptors = (const LADSPA_PortDescriptor *) port_descriptors; in _init()
270 free ((LADSPA_PortDescriptor *) descriptor->PortDescriptors); in _fini()
H A Damp_1654.so.c161 LADSPA_PortDescriptor * port_descriptors; in _init()
166 LADSPA_PortDescriptor gain_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
168 LADSPA_PortDescriptor input_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
170 LADSPA_PortDescriptor output_port_descriptors[] = {LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO, in _init()
202 port_descriptors = (LADSPA_PortDescriptor *) calloc (3, sizeof (LADSPA_PortDescriptor)); in _init()
203 descriptor->PortDescriptors = (const LADSPA_PortDescriptor *)port_descriptors; in _init()
254 free ((LADSPA_PortDescriptor *) descriptor->PortDescriptors); in _fini()
H A Dproduct_1668.so.c176 LADSPA_PortDescriptor * port_descriptors; in _init()
181 LADSPA_PortDescriptor input1_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
184 LADSPA_PortDescriptor input2_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
187 LADSPA_PortDescriptor output_port_descriptors[] = {LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO, in _init()
220 port_descriptors = (LADSPA_PortDescriptor *) calloc (3, sizeof (LADSPA_PortDescriptor)); in _init()
221 descriptor->PortDescriptors = (const LADSPA_PortDescriptor *) port_descriptors; in _init()
270 free ((LADSPA_PortDescriptor *) descriptor->PortDescriptors); in _fini()
H A Dsync_pulse_2023.so.c234 LADSPA_PortDescriptor * port_descriptors; in _init()
239 LADSPA_PortDescriptor frequency_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
241 LADSPA_PortDescriptor pulsewidth_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
243 LADSPA_PortDescriptor gate_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
245 LADSPA_PortDescriptor output_port_descriptors[] = {LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO, in _init()
276 port_descriptors = (LADSPA_PortDescriptor *) calloc (4, sizeof (LADSPA_PortDescriptor)); in _init()
277 descriptor->PortDescriptors = (const LADSPA_PortDescriptor *) port_descriptors; in _init()
337 free ((LADSPA_PortDescriptor *) descriptor->PortDescriptors); in _fini()
H A Ddifference_2030.so.c205 LADSPA_PortDescriptor * port_descriptors; in _init()
210 LADSPA_PortDescriptor input_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
214 LADSPA_PortDescriptor minus_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
218 LADSPA_PortDescriptor output_port_descriptors[] = {LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO, in _init()
253 port_descriptors = (LADSPA_PortDescriptor *) calloc (3, sizeof (LADSPA_PortDescriptor)); in _init()
254 descriptor->PortDescriptors = (const LADSPA_PortDescriptor *) port_descriptors; in _init()
303 free ((LADSPA_PortDescriptor *) descriptor->PortDescriptors); in _fini()
H A Dinterpolator_1660.so.c161 LADSPA_PortDescriptor * port_descriptors; in _init()
166 LADSPA_PortDescriptor input_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL}; in _init()
167 LADSPA_PortDescriptor output_port_descriptors[] = {LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO}; in _init()
197 port_descriptors = (LADSPA_PortDescriptor *) calloc (2, sizeof (LADSPA_PortDescriptor)); in _init()
198 descriptor->PortDescriptors = (const LADSPA_PortDescriptor *) port_descriptors; in _init()
242 free ((LADSPA_PortDescriptor *) descriptor->PortDescriptors); in _fini()
H A Dsync_square_1678.so.c219 LADSPA_PortDescriptor * port_descriptors; in _init()
224 LADSPA_PortDescriptor frequency_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
226 LADSPA_PortDescriptor gate_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
228 LADSPA_PortDescriptor output_port_descriptors[] = {LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO, in _init()
260 port_descriptors = (LADSPA_PortDescriptor *) calloc (3, sizeof (LADSPA_PortDescriptor)); in _init()
261 descriptor->PortDescriptors = (const LADSPA_PortDescriptor *) port_descriptors; in _init()
313 free ((LADSPA_PortDescriptor *) descriptor->PortDescriptors); in _fini()
H A Dratio_2034.so.c214 LADSPA_PortDescriptor * port_descriptors; in _init()
219 LADSPA_PortDescriptor numerator_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
223 LADSPA_PortDescriptor denominator_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
227 LADSPA_PortDescriptor output_port_descriptors[] = {LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO, in _init()
262 port_descriptors = (LADSPA_PortDescriptor *) calloc (3, sizeof (LADSPA_PortDescriptor)); in _init()
263 descriptor->PortDescriptors = (const LADSPA_PortDescriptor *) port_descriptors; in _init()
312 free ((LADSPA_PortDescriptor *) descriptor->PortDescriptors); in _fini()
H A Dfmod_1656.so.c216 LADSPA_PortDescriptor *port_descriptors; in _init()
221 LADSPA_PortDescriptor frequency_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
225 LADSPA_PortDescriptor modulator_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
229 LADSPA_PortDescriptor output_port_descriptors[] = {LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO, in _init()
264 port_descriptors = (LADSPA_PortDescriptor *) calloc (3, sizeof (LADSPA_PortDescriptor)); in _init()
265 descriptor->PortDescriptors = (const LADSPA_PortDescriptor *) port_descriptors; in _init()
318 free ((LADSPA_PortDescriptor *) descriptor->PortDescriptors); in _fini()
H A Dsquare_1643.so.c196 LADSPA_PortDescriptor * port_descriptors; in _init()
201 LADSPA_PortDescriptor frequency_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
203 LADSPA_PortDescriptor output_port_descriptors[] = {LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO, in _init()
235 port_descriptors = (LADSPA_PortDescriptor *) calloc (2, sizeof (LADSPA_PortDescriptor)); in _init()
236 descriptor->PortDescriptors = (const LADSPA_PortDescriptor *) port_descriptors; in _init()
284 free ((LADSPA_PortDescriptor *) descriptor->PortDescriptors); in _fini()
H A Dsawtooth_1641.so.c194 LADSPA_PortDescriptor * port_descriptors; in _init()
199 LADSPA_PortDescriptor frequency_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
201 LADSPA_PortDescriptor output_port_descriptors[] = {LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO, in _init()
233 port_descriptors = (LADSPA_PortDescriptor *) calloc (2, sizeof (LADSPA_PortDescriptor)); in _init()
234 descriptor->PortDescriptors = (const LADSPA_PortDescriptor *) port_descriptors; in _init()
282 free ((LADSPA_PortDescriptor *) descriptor->PortDescriptors); in _fini()
H A Dpulse_1645.so.c318 LADSPA_PortDescriptor * port_descriptors; in _init()
323 LADSPA_PortDescriptor frequency_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
327 LADSPA_PortDescriptor pulsewidth_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
331 LADSPA_PortDescriptor output_port_descriptors[] = {LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO, in _init()
367 port_descriptors = (LADSPA_PortDescriptor *) calloc (3, sizeof (LADSPA_PortDescriptor)); in _init()
368 descriptor->PortDescriptors = (const LADSPA_PortDescriptor *) port_descriptors; in _init()
424 free ((LADSPA_PortDescriptor *) descriptor->PortDescriptors); in _fini()
H A Ddahdsr_2021.so.c760 LADSPA_PortDescriptor * port_descriptors; in _init()
765 LADSPA_PortDescriptor gate_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
768 LADSPA_PortDescriptor trigger_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
771 LADSPA_PortDescriptor delay_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
774 LADSPA_PortDescriptor attack_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
777 LADSPA_PortDescriptor hold_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
780 LADSPA_PortDescriptor decay_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
783 LADSPA_PortDescriptor sustain_port_descriptors[] = {LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO, in _init()
823 port_descriptors = (LADSPA_PortDescriptor *) calloc (9, sizeof (LADSPA_PortDescriptor)); in _init()
824 descriptor->PortDescriptors = (const LADSPA_PortDescriptor *)port_descriptors; in _init()
[all …]
/dports/audio/ladspa/ladspa_sdk_1.17/src/plugins/
H A Damp.c158 LADSPA_PortDescriptor * piPortDescriptors;
183 = (LADSPA_PortDescriptor *)calloc(3, sizeof(LADSPA_PortDescriptor));
185 = (const LADSPA_PortDescriptor *)piPortDescriptors;
251 = (LADSPA_PortDescriptor *)calloc(5, sizeof(LADSPA_PortDescriptor));
253 = (const LADSPA_PortDescriptor *)piPortDescriptors;
325 free((LADSPA_PortDescriptor *)psDescriptor->PortDescriptors); in deleteDescriptor()
H A Dfilter.c258 LADSPA_PortDescriptor * piPortDescriptors;
283 = (LADSPA_PortDescriptor *)calloc(3, sizeof(LADSPA_PortDescriptor));
285 = (const LADSPA_PortDescriptor *)piPortDescriptors;
355 = (LADSPA_PortDescriptor *)calloc(3, sizeof(LADSPA_PortDescriptor));
357 = (const LADSPA_PortDescriptor *)piPortDescriptors;
421 free((LADSPA_PortDescriptor *)psDescriptor->PortDescriptors); in deleteDescriptor()
H A Dnoise.c148 LADSPA_PortDescriptor * piPortDescriptors;
171 = (LADSPA_PortDescriptor *)calloc(2, sizeof(LADSPA_PortDescriptor));
173 = (const LADSPA_PortDescriptor *)piPortDescriptors;
228 free((LADSPA_PortDescriptor *)g_psDescriptor->PortDescriptors);
/dports/audio/cmt/cmt/src/
H A Dcmt.cpp125 addPort(LADSPA_PortDescriptor iPortDescriptor, in addPort()
134 LADSPA_PortDescriptor * piOldPortDescriptors in addPort()
135 = (LADSPA_PortDescriptor *)PortDescriptors; in addPort()
141 LADSPA_PortDescriptor * piNewPortDescriptors in addPort()
142 = new LADSPA_PortDescriptor[lNewPortCount]; in addPort()
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/cmt/src/
H A Dcmt.cpp125 addPort(LADSPA_PortDescriptor iPortDescriptor, in addPort()
134 LADSPA_PortDescriptor * piOldPortDescriptors in addPort()
135 = (LADSPA_PortDescriptor *)PortDescriptors; in addPort()
141 LADSPA_PortDescriptor * piNewPortDescriptors in addPort()
142 = new LADSPA_PortDescriptor[lNewPortCount]; in addPort()
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/swh/
H A Dinv_1429.c143 LADSPA_PortDescriptor *port_descriptors; in swh_init()
170 port_descriptors = (LADSPA_PortDescriptor *)calloc(2, in swh_init()
171 sizeof(LADSPA_PortDescriptor)); in swh_init()
173 (const LADSPA_PortDescriptor *)port_descriptors; in swh_init()
211 free((LADSPA_PortDescriptor *)invDescriptor->PortDescriptors); in swh_fini()
H A Damp_1181.c159 LADSPA_PortDescriptor *port_descriptors; in swh_init()
186 port_descriptors = (LADSPA_PortDescriptor *)calloc(3, in swh_init()
187 sizeof(LADSPA_PortDescriptor)); in swh_init()
189 (const LADSPA_PortDescriptor *)port_descriptors; in swh_init()
237 free((LADSPA_PortDescriptor *)ampDescriptor->PortDescriptors); in swh_fini()

12345678910>>...19