Re: [Alsa-devel] Re: Extended API: Constructors and alloca()

2003-03-21 Thread Takashi Iwai
At Fri, 21 Mar 2003 07:51:41 -0500, Paul Davis wrote: > > >> It would be a good thing if the necesary structs (snd_ctl_t, et c.) > >> were available in an unofficial include file in the library. > > > >THIS is the very question. > >so far, in the implementation of alsa-lib, we have been trying to

Re: [Alsa-devel] Re: Extended API: Constructors and alloca()

2003-03-21 Thread Paul Davis
>> It would be a good thing if the necesary structs (snd_ctl_t, et c.) >> were available in an unofficial include file in the library. > >THIS is the very question. >so far, in the implementation of alsa-lib, we have been trying to hide >this. the all strucs are suppose to be opaque (except for so

[Alsa-devel] Re: Extended API: Constructors and alloca()

2003-03-21 Thread Takashi Iwai
Hi Lars, [i forwarded this to alsa-devel, since i'd like to keep the development as open as possible.] BACKGROUND: we're trying to define a C++ library set on the top of alsa-lib. my idea is to provide this library separately from alsa-lib itself, i.e. as a c++ wrapper library (just like the r