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 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-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 Victor Aurélio Santos
Don't know.. but the error stays even changing Em 11 de set de 2016 13:30, "Gergely Polonkai" escreveu: > Should not that be (Descriptor instance, ulong port, double? dataLocation) > instead? Using asterisk in Vala seems unnatural to me… > > On Sun, Sep 11, 2016,

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 Victor Aurélio Santos
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. Em 10 de set de 2016 19:52, "Al Thomas" escreveu: > > > - Original Message ----- > > From: Victor Aurélio Santos > >

[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

Re: [Vala] valadoc.org online again, but search not working

2016-08-29 Thread Victor Aurélio Santos
The search still not working... Em 6 de jun de 2016 22:02, "Daniel Espinosa" escreveu: > Is fairly new made with 0.26 and 0.32. > > If valadoc uses vapi files why GIR then? > > If you need GIR for C based projects for documentation then may adding a > meta information to avoid GIR for Vala based

Re: [Vala] Reference to "this pointer" ?

2016-01-25 Thread Victor Aurélio Santos
uses but we do not accept liability for any viruses which may be > transmitted in or with this message. > ___ > vala-list mailing list > vala-list@gnome.org > https://mail.gnome.org/mailman/listinfo/vala-list -- Victor Aurélio Santos ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list

[Vala] Reference to "this pointer" ?

2016-01-25 Thread Victor Aurélio Santos
How can I pass a "this pointer" to a method marked with "ref" keyword ? for example: void test(ref objtype t) {...} // ... class and method declaration { test(ref this); } Thanks ;) -- Victor Aurélio Santos ___ vala-list ma

Re: [Vala] Vala API causing double definition

2015-10-09 Thread Victor Aurélio Santos
Ben, can you provide more details ? Thanks. 2015-10-09 10:49 GMT-03:00 Ben Iofel : > Just put the cheader at the top > > > On Fri, Oct 9, 2015, 9:48 AM Victor Aurélio Santos > wrote: >> >> PS: keep in mind that this isn't a GLib-based library, it's pl

Re: [Vala] Vala API causing double definition

2015-10-09 Thread Victor Aurélio Santos
PS: keep in mind that this isn't a GLib-based library, it's plain C functions! i.e. Legacy Binds -- Victor Aurélio Santos ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] Vala API causing double definition

2015-10-09 Thread Victor Aurélio Santos
d/src/ajamiapp.c:71:8: error: redefinition of > '_AjamiAjamiClass' struct _AjamiAjamiClass { build/src/ajamiobjects.h:116:8: > note: previous definition is here struct _AjamiAjamiClass { if I just > comment out the call the function in the shutdown() signal is build normal. >

[Vala] Vala API causing double definition

2015-10-08 Thread Victor Aurélio Santos
n of '_AjamiAjamiClass' struct _AjamiAjamiClass { build/src/ajamiobjects.h:116:8: note: previous definition is here struct _AjamiAjamiClass { if I just comment out the call the function in the shutdown() signal is build normal. Thanks. -- Victor Aurélio Santos _