Re: [Alsa-devel] alsa and gtk

2003-06-09 Thread Justin Cormack
If you still have the non working version it might be worth running it under valgrind to see if you can find where the bug is, as it would be nice to fix it. Or send me a copy and I will have a go. I dont have the old version of my code, though I could reconstruct it. On Sun, 2003-06-08 at 22:02,

Re: [Alsa-devel] alsa and gtk

2003-06-08 Thread David E. Storey
curious... that did the trick. True about the inefficiency... but then again, we are talking about GUI's. ;-) Thanks! d! On Sun, 2003-06-08 at 14:10, Justin Cormack wrote: > I had a problem like this once, not with gtk. The controls get > corrupted. I had an extrmemely short deadline so I just a

Re: [Alsa-devel] alsa and gtk

2003-06-08 Thread Justin Cormack
On Sun, 2003-06-08 at 12:29, David E. Storey wrote: > folks, > > thought I'd bounce this off the list in case anyone has seen it before. > I'm trying to write something like TotalMix for the RME HDSP, but more > suited for mixing in-ear-monitors. So I wrote this mini library that > uses the snd_ct

[Alsa-devel] alsa and gtk

2003-06-08 Thread David E. Storey
folks, thought I'd bounce this off the list in case anyone has seen it before. I'm trying to write something like TotalMix for the RME HDSP, but more suited for mixing in-ear-monitors. So I wrote this mini library that uses the snd_ctl_* api of alsa. Wrote all the functionality, tested the functio