On Fri, 25 Jan 2002, Matthew Fredrickson wrote:
> On Fri, 25 Jan 2002, Jaroslav Kysela wrote:
> > > Now I'm at a point where it sounds really good for a few minutes, a
> > > couple of XRUNS every now and then, and then just about perfect for a
> > > while. After it has done this, it gets to a po
Hi,
I have the following code for my sound setup:
...
DPRINTF("got %d channels to allocate\n", chancnt);
if ((err = snd_pcm_hw_params_set_channels (handle, hw_params, chancnt))<
0) {
DPRINTF("ALSA: cannot set channel count to %d\n", chancnt);
return -1;
}
DPRINTF("trying to set pe
Kai-
First, thanks for this discussion. Its great to have
the support of active developers in my little
experiments.
Second, I'm feeling blackbox audio YES-- but with a
decoupled user interface. Probably MIDI and keyboard,
with fullscreen display. Designed for live use. Boot
the machine up strai
On Sat, Jan 26, 2002 at 01:37:59AM +0100, [EMAIL PROTECTED] wrote:
> I just tried something different: In ALSA, in the alsa-lib source tree you'll find
>some
> tools in the "test" folder; try
>
> $ make seq
Doesn't compile on a fresh CVS checkout. :(
$ make seq
gcc -DHAVE_CONFIG_H -I. -I. -I.
I found the following archives of the current alsa-user, alsa-devel,
and alsa-cvslog that have a functioning search:
http://www.mail-archive.com/alsa-user%40lists.sourceforge.net/
http://www.mail-archive.com/alsa-devel%40lists.sourceforge.net/
http://www.mail-archive.com/alsa-cvslog%4