[linux-audio-dev] C++ wrapper for libsndfile

2006-07-29 Thread Erik de Castro Lopo
Hi all, Thanks to suggestions from people here I now have a relatively complete C++ wrapper for libsndfile: http://www.mega-nerd.com/tmp/sndfile.hh There is also a pre-release of libsndfile which includes a test for this wrapper:

Re: [linux-audio-dev] C++ wrapper for libsndfile

2006-07-29 Thread Lars Luthman
On Sat, 2006-07-29 at 21:31 +1000, Erik de Castro Lopo wrote: Hi all, Thanks to suggestions from people here I now have a relatively complete C++ wrapper for libsndfile: http://www.mega-nerd.com/tmp/sndfile.hh There is also a pre-release of libsndfile which includes a test for this

Re: [linux-audio-dev] C++ wrapper for libsndfile

2006-07-29 Thread Erik de Castro Lopo
Lars Luthman wrote: The 4 different overloaded versions of the read, readf, write, and writef functions will cause ambiguities that will force you to cast them to their respective types in order to use pointers to them, for example in functors (e.g. a sigc++ slot), like this:

Re: [linux-audio-dev] C++ wrapper for libsndfile

2006-07-29 Thread Lars Luthman
On Sat, 2006-07-29 at 23:14 +1000, Erik de Castro Lopo wrote: Lars Luthman wrote: The 4 different overloaded versions of the read, readf, write, and writef functions will cause ambiguities that will force you to cast them to their respective types in order to use pointers to them, for

Re: [linux-audio-dev] Re: Akai's MPC4000 Sampler/Workstation Open Source Project

2006-07-29 Thread Jens M Andreasen
On Fri, 2006-07-28 at 23:48 -0500, Renich Bon Ćirić wrote: Well, the system has some major, important bugs. You could search a list of it on the unnofficial support forum, www.mpc-forums.com, since akai doesn't even have a bug tracking system, at least outside. Ehh ... I looked around a

Re: [linux-audio-dev] C++ wrapper for libsndfile

2006-07-29 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: Hi all, Thanks to suggestions from people here I now have a relatively complete C++ wrapper for libsndfile: http://www.mega-nerd.com/tmp/sndfile.hh I've updated this with the following: - Templatize the read/write/readf/writef methods. - Stop

Re: [linux-audio-dev] C++ wrapper for libsndfile

2006-07-29 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: Erik de Castro Lopo wrote: Hi all, Thanks to suggestions from people here I now have a relatively complete C++ wrapper for libsndfile: http://www.mega-nerd.com/tmp/sndfile.hh An another update incorporating a number of suggestions from Daniel