Re: [Vala] LADSPA bindings

2016-09-15 Thread Aaron Andersen
r the user to dynamically load plugins via dlopen but I hope you get the idea from the example. Please don't hesitate to ask any questions about this code. Thank you, Aaron Quoting Al Thomas : - Original Message - From: Victor Aurélio Santos Sent: Tuesday, 13 September 2016, 15:

Re: [Vala] LADSPA bindings

2016-09-15 Thread Victor Aurélio Santos
but I hope you > get the idea from the example. > > Please don't hesitate to ask any questions about this code. > > Thank you, > Aaron > > Quoting Al Thomas : > >>> - Original Message - >>> From: Victor Aurélio Santos >>

Re: [Vala] LADSPA bindings

2016-09-13 Thread Aaron Andersen
Please don't hesitate to ask any questions about this code. Thank you, Aaron Quoting Al Thomas : - Original Message - From: Victor Aurélio Santos Sent: Tuesday, 13 September 2016, 15:55 Subject: Re: [Vala] LADSPA bindings Now... [CCode (cname = "connect_port",

Re: [Vala] LADSPA bindings

2016-09-13 Thread Al Thomas
> - Original Message - > From: Victor Aurélio Santos > Sent: Tuesday, 13 September 2016, 15:55 > Subject: Re: [Vala] LADSPA bindings > Now... > [CCode (cname = "connect_port", has_target = false)] > public delegate void DescriptorConnectPort(Hand

Re: [Vala] LADSPA bindings

2016-09-13 Thread Victor Aurélio Santos
r: unknown type name ‘connect_port’ connect_port _tmp2_ = NULL; 2016-09-13 6:40 GMT-03:00 Al Thomas : > > > > >> - Original Message - > >> From: Victor Aurélio Santos > >> Sent: Tuesday, 13 September 2016, 3:22 > >> Subject: Re: [Vala] LADSPA bin

Re: [Vala] LADSPA bindings

2016-09-13 Thread Al Thomas
> - Original Message - > From: Victor Aurélio Santos > Sent: Tuesday, 13 September 2016, 3:22 > Subject: Re: [Vala] LADSPA bindings >[CCode (has_target = false)] >public delegate void DescriptorConnectPort(Handle? instance, ulong > port, ref double

Re: [Vala] LADSPA bindings

2016-09-13 Thread Gergely Polonkai
rror: unknown type name > ‘LADSPA_DescriptorConnectPort’ > LADSPA_DescriptorConnectPort _tmp2_ = NULL; > src/CompressorBackend.c:745:2: error: called object ‘_tmp2_’ is not a > function or function pointer > _tmp2_ (_tmp4_, (gulong) AJAMI_COMPRESSOR_FLAGS_RMS_PEAK, > &(*s).rms_peak); > >

Re: [Vala] LADSPA bindings

2016-09-12 Thread Victor Aurélio Santos
‘_tmp2_’ is not a function or function pointer _tmp2_ (_tmp4_, (gulong) AJAMI_COMPRESSOR_FLAGS_RMS_PEAK, &(*s).rms_peak); 2016-09-11 14:27 GMT-03:00 Al Thomas : > > > > > - Original Message - >> From: Victor Aurélio Santos >> Sent: Sunday, 11 September 2016

Re: [Vala] LADSPA bindings

2016-09-11 Thread Al Thomas
- Original Message - > From: Victor Aurélio Santos > Sent: Sunday, 11 September 2016, 17:08 > Subject: Re: [Vala] LADSPA bindings > The valac complaints: > LADSPA.vapi:52.9-52.41: error: unexpected declaration >public delegate void connect_port(Descripto

Re: [Vala] LADSPA bindings

2016-09-11 Thread Evan Nemerson
stance); > > } > > > > The valac complaints: > > > > LADSPA.vapi:52.9-52.41: error: unexpected declaration > > public delegate void connect_port(Descriptor* instance, > > ulong > > port, double* dataLocation); > > > >

Re: [Vala] LADSPA bindings

2016-09-11 Thread Gergely Polonkai
vate(Descriptor* instance); >>> >>> public void cleanup(Descriptor* instance); >>> } >>> >>> The valac complaints: >>> >>> LADSPA.vapi:52.9-52.41: error: unexpected declaration >>> public delegate void conn

Re: [Vala] LADSPA bindings

2016-09-11 Thread Victor Aurélio Santos
public void cleanup(Descriptor* instance); >> } >> >> The valac complaints: >> >> LADSPA.vapi:52.9-52.41: error: unexpected declaration >> public delegate void connect_port(Descriptor* instance, ulong >> port, double* dataLocation); &g

Re: [Vala] LADSPA bindings

2016-09-11 Thread Gergely Polonkai
> public void cleanup(Descriptor* instance); > } > > The valac complaints: > > LADSPA.vapi:52.9-52.41: error: unexpected declaration > public delegate void connect_port(Descriptor* instance, ulong > port, double* dataLocation); > > 2016-09-10 20:18 GM

Re: [Vala] LADSPA bindings

2016-09-11 Thread Victor Aurélio Santos
PA.vapi:52.9-52.41: error: unexpected declaration public delegate void connect_port(Descriptor* instance, ulong port, double* dataLocation); 2016-09-10 20:18 GMT-03:00 Al Thomas : >> From: Victor Aurélio Santos >> Sent: Saturday, 10 September 2016, 23:57 >> Subject: Re: [V

Re: [Vala] LADSPA bindings

2016-09-10 Thread Al Thomas
> From: Victor Aurélio Santos > Sent: Saturday, 10 September 2016, 23:57 > Subject: Re: [Vala] LADSPA bindings > I'm trying to use plugins from vala, not to write! > I'm stuck at writing the vapi file, most specifically at the Descriptor > struct. Take a loo

Re: [Vala] LADSPA bindings

2016-09-10 Thread Victor Aurélio Santos
Sent: Saturday, 10 September 2016, 23:10 > > Subject: [Vala] LADSPA bindings > > > I'm trying to create LADSPA bindings but no luck. > > I'm stuck at Descriptor's function pointers, can any one help me with > this ? > > > From https://github.co

Re: [Vala] LADSPA bindings

2016-09-10 Thread Al Thomas
- Original Message - > From: Victor Aurélio Santos > Sent: Saturday, 10 September 2016, 23:10 > Subject: [Vala] LADSPA bindings > I'm trying to create LADSPA bindings but no luck. > I'm stuck at Descriptor's function pointers, can any one help me with th

[Vala] LADSPA bindings

2016-09-10 Thread Victor Aurélio Santos
I'm trying to create LADSPA bindings but no luck. I'm stuck at Descriptor's function pointers, can any one help me with this ? -- Victor Aurélio Santos ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list