Re: [linux-audio-dev] plugin GUIs .. Mediastation, LADSPA ?

2003-11-26 Thread stefan kersten
On Wed, Nov 26, 2003 at 12:39:38AM +0200, Juhana Sadeharju wrote: > I have written and I'm writing a message system where client sends, > e.g., the following msg to the server: > read > which reads a block of audio from a file to a (shared) memory > location. why not use OpenSoundControl [1

Re: [linux-audio-dev] plugin GUIs .. Mediastation, LADSPA ?

2003-11-25 Thread Juhana Sadeharju
>From: Benno Senoner <[EMAIL PROTECTED]> > >the method I use to communicate between the GUIs is SYSV message queues >because they can be multiclient but the API is abstracted so the >underlying transport model can be chosen arbitrarily. I have written and I'm writing a message system where client

RE: [linux-audio-dev] plugin GUIs

2003-11-19 Thread Brad Arant
] [mailto:[EMAIL PROTECTED] Behalf Of Maarten de Boer Sent: Wednesday, November 19, 2003 9:06 AM To: The Linux Audio Developers' Mailing List Subject: Re: [linux-audio-dev] plugin GUIs [snip: paul davis' gtk embedding example] well, looking at your code, i am not really sure if this is wha

Re: [linux-audio-dev] plugin GUIs

2003-11-19 Thread Maarten de Boer
[snip: paul davis' gtk embedding example] well, looking at your code, i am not really sure if this is what you mean, but the attached code shows how to embed an existing X11 window inside a fltk window (run it, find out the XId of any existing window (with xwininfo), and enter it in the text input

Re: [linux-audio-dev] plugin GUIs .. Mediastation, LADSPA ?

2003-11-18 Thread Benno Senoner
Disclaimer: I have not read the entire GUI thread so please don't flame me (but correct me) if I say nonsense. Having written a few engines (midi player, audio player) and the corresponding GUIs of the upcoming Lionstracs Mediastation keyboard, we have faced the same problem old problem: we wan

Re: [linux-audio-dev] plugin GUIs

2003-11-18 Thread Steve Harris
On Tue, Nov 18, 2003 at 02:50:37 -0500, Paul Davis wrote: > if we avoid the goal of having the host have some control over the > plugin GUI window, then this isn't necessary, and the design i > implemented last night will work without any special support from X or > toolkits. it does require a smal

Re: [linux-audio-dev] plugin GUIs

2003-11-18 Thread Paul Davis
>On Tue, Nov 18, 2003 at 10:45:40AM -0500, Paul Davis wrote: >> i offer this as a proof of concept. i believe that our problems with >> GUIs for plugins are pretty much over, modulo defining some standards >> as per another recent from me. > >Paul, > >I freely confess that I do not know how X works

Re: [linux-audio-dev] plugin GUIs

2003-11-18 Thread Tim Hockin
On Tue, Nov 18, 2003 at 10:45:40AM -0500, Paul Davis wrote: > i offer this as a proof of concept. i believe that our problems with > GUIs for plugins are pretty much over, modulo defining some standards > as per another recent from me. Paul, I freely confess that I do not know how X works. Can y

Re: [linux-audio-dev] plugin GUIs

2003-11-18 Thread Maarten de Boer
> XEMBED style, or "foreign window style" ? i've already learnt how to > do it with Qt ... I don't remember.. I did it once. I think it was foreign window style. Anyway, I'll give it a try tomorrow. Maarten

Re: [linux-audio-dev] plugin GUIs

2003-11-18 Thread Paul Davis
>For what it's worth, this can also be done with FLTK. XEMBED style, or "foreign window style" ? i've already learnt how to do it with Qt ...

Re: [linux-audio-dev] plugin GUIs

2003-11-18 Thread Maarten de Boer
For what it's worth, this can also be done with FLTK. Maarten