Re: [linux-audio-dev] LAAGA app client question

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] LAAGA app client question
From: Maarten de Boer (maarten.deboer_AT_iua.upf.es)
Date: Thu Jul 26 2001 - 12:00:56 EEST


On Wed, 25 Jul 2001 13:13:05 -0400
pbd_AT_op.net wrote:

> >Paul, I am trying to use FLTK instead of GTK, but I don't get it to work...
> >It crashed inside X11 functions. I have seen this before, and it always
> >was related to multithreading and FLTK not being threadsafe, but I don't
> >understand how that could be a problem, since I run all fltk stuff in the
> >main thread.
> >
> >main()
> >{
> > ... setup fltk, e.g Fl_Window w(200,200); w.show();
> > laaga_client_t = laaga_open ("myname");
> > ... setup laaga ...
> > laaga_activate (client);
> > Fl::run ();
> > laaga_close (client);
> >}
> >
> >Any suggestions?
>
> send me the client source, and i'll try it out and try to understand
> whats going on.

It is a very simple example, it's your ae_client.c with a slider to control
the gain.

I try this on Debian potato, XFree86 3.3.6

Maarten



New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Thu Jul 26 2001 - 11:54:31 EEST