Re: [fpc-devel] update for the sndfile.pp binding

2007-09-25 Thread Adriaan van Os
ik wrote: So the source file does mention that it is LGPL. I fully translated the header as-is. Then my comment is no longer valid. Regards, Adriaan van Os ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman

Re: [fpc-devel] update for the sndfile.pp binding

2007-09-25 Thread Michael Van Canneyt
On Tue, 25 Sep 2007, Adriaan van Os wrote: > > Michael Van Canneyt wrote: > > > > > > On Sat, 22 Sep 2007, ik wrote: > > > > > > > Hello, > > > > > > > > While trying to work with the library, I have noticed that the > > > > packages/extra/sndfile/sndfile.pp is old, and most of the API there is

Re: [fpc-devel] update for the sndfile.pp binding

2007-09-25 Thread ik
On 9/25/07, Adriaan van Os <[EMAIL PROTECTED]> wrote: > > Michael Van Canneyt wrote: > >> > >> On Sat, 22 Sep 2007, ik wrote: > >> > >>> Hello, > >>> > >>> While trying to work with the library, I have noticed that the > >>> packages/extra/sndfile/sndfile.pp is old, and most of the API there is > >

Re: [fpc-devel] update for the sndfile.pp binding

2007-09-25 Thread Adriaan van Os
ik wrote: Yes, some of your code is much better then mine :( Making it more general to be used. However you are missing pointers for the records (for example), and less Pascal way of coding style, such as adding T before typed declarations as an example. I question if that is "Pascal way of cod

Re: [fpc-devel] update for the sndfile.pp binding

2007-09-25 Thread Adriaan van Os
Michael Van Canneyt wrote: On Sat, 22 Sep 2007, ik wrote: Hello, While trying to work with the library, I have noticed that the packages/extra/sndfile/sndfile.pp is old, and most of the API there is obsolete and no longer exists on the library. So I have created (from scratch) a new translat

Re: [fpc-devel] update for the sndfile.pp binding

2007-09-25 Thread ik
Hi Sorry for the late response. First of all thank you Michael. On 9/25/07, Adriaan van Os <[EMAIL PROTECTED]> wrote: > Michael Van Canneyt wrote: > > > > On Sat, 22 Sep 2007, ik wrote: > > > >> Hello, > >> > >> While trying to work with the library, I have noticed that the > >> packages/extra/sn

Re: [fpc-devel] update for the sndfile.pp binding

2007-09-25 Thread Adriaan van Os
Michael Van Canneyt wrote: On Sat, 22 Sep 2007, ik wrote: Hello, While trying to work with the library, I have noticed that the packages/extra/sndfile/sndfile.pp is old, and most of the API there is obsolete and no longer exists on the library. So I have created (from scratch) a new translat

Re: [fpc-devel] update for the sndfile.pp binding

2007-09-23 Thread Michael Van Canneyt
On Sat, 22 Sep 2007, ik wrote: > Hello, > > While trying to work with the library, I have noticed that the > packages/extra/sndfile/sndfile.pp is old, and most of the API there is > obsolete and no longer exists on the library. > > So I have created (from scratch) a new translation for the lat

[fpc-devel] update for the sndfile.pp binding

2007-09-22 Thread ik
Hello, While trying to work with the library, I have noticed that the packages/extra/sndfile/sndfile.pp is old, and most of the API there is obsolete and no longer exists on the library. So I have created (from scratch) a new translation for the latest version (1.0.17) that came out over a year a