On Sun, 30 Jun 2002, Jan P. wrote:
> hey everyone--
>
> i posted this to the technoprimitives group:
> http://groups.yahoo.com/group/technoprimitive
What a fine-sounding program! I'm compiling it now. And some nice
sounds, already. Although the link on the site was wrong, for the mp3s
-- it see
hey everyone--
i posted this to the technoprimitives group:
http://groups.yahoo.com/group/technoprimitive
here's a brief:
announcing a
linux-jack based
open-source
object-oriented
audio looper
\
musical instrument,
dogon listening device:
AKA .. ms rosie ring a round
NEWS:
me and eddie have
Hello,
int snd_pcm_poll_descriptors_count(snd_pcm_t *pcm)
{
assert(pcm);
return 1;
}
I don't understand: why the abstraction for the number of poll
descriptors when it is always 1? What could change in the future to
require more poll descriptors per stream?
Also, how should programs in
Paul Davis wrote:
>
> >I am a little confused about your advice. I am not sure how to access
> >the 'plughw' device from my application.
>
> snd_pcm_open (&handle, "plughw:N,M", ...)
>
> where N and M are the card number and subdevice number. Preferably,
> this is a string supplied by the
On Sun, 2002-06-30 at 20:24, Dave Andruczyk wrote:
>
> On my system with ALSA 0.9rc2 (driver, libs, utils) firing up alsamixer in an
> xterm. (standard xterm, Xfree-4.2.0) hitting the arrow keys to select the
> desired slider results in it quitting immediately. I have to hit the spacebar
> at le
On my system with ALSA 0.9rc2 (driver, libs, utils) firing up alsamixer in an
xterm. (standard xterm, Xfree-4.2.0) hitting the arrow keys to select the
desired slider results in it quitting immediately. I have to hit the spacebar
at least once, and then things work as normal. this was also a pr
Fernando Pablo Lopez-Lezcano wrote:
>
> > i'm tracking down a nasty problem i have with jack. is there any way to
> > increase the periods-per-hardware-buffer setting on an sblive for
> > capture ? jackd refuses to do that, and i wonder whether it's a hardware
> > limitation.
>
> Has to be, appa