Re: [linux-audio-dev] [ot] How do GUI-libs notify the program of changes?

2006-04-11 Thread Dmitry Baikov
> Well this sounds good, but I want it to do the "standard-API"- and > mechanism-way. I want it to be easy for programmers to use the CUI library. I > don't know will this still be ok with OSC as communication? No matter what tech you use, you'll need: 1) communicational channel 2) message creat

Re: [linux-audio-dev] [ot] How do GUI-libs notify the program of changes?

2006-04-11 Thread Julien Claassen
In Apr 11 A.D. 2006 Dmitry Baikov scripsit: > Julien, > > If I understand your question right, you have gui/cui and engine in > separate processes and want them to communicate. > My answer is: you are going the right way(tm), use OSC via liblo. Well this sounds good, but I want it to do the "st

Re: [linux-audio-dev] [ot] How do GUI-libs notify the program of changes?

2006-04-10 Thread Lee Revell
On Mon, 2006-04-10 at 20:07 -0400, Dave Robillard wrote: > > and, of course, for great justice. Take off every sigc! > Ah, ZeroWing - Internet meme zero. I can't believe it's been 5 years... Lee

Re: [linux-audio-dev] [ot] How do GUI-libs notify the program of changes?

2006-04-10 Thread Dave Robillard
On Mon, 2006-04-10 at 12:38 -0400, Paul Davis wrote: > On Mon, 2006-04-10 at 12:26 -0400, Dave Robillard wrote: > > > If you want this in C++, you definitely want to use libsigc++. > > > > (Keyword definitely) > > actually, its worse than that. if you do this in C++ and you do not use > libsigc+

Re: [linux-audio-dev] [ot] How do GUI-libs notify the program of changes?

2006-04-10 Thread Dmitry Baikov
Julien, If I understand your question right, you have gui/cui and engine in separate processes and want them to communicate. My answer is: you are going the right way(tm), use OSC via liblo. Regards, Dmitry.

Re: [linux-audio-dev] [ot] How do GUI-libs notify the program of changes?

2006-04-10 Thread Julien Claassen
Hi! This libsig and libstd was a missreading on my part. They can look a bit similar on a not-so-functional braille-display... :-) Kindest regards Julien Music was my first love and it will be my last (John Miles) FIND MY WEB-PROJECT AT: http://ltsb.sourceforge

Re: [linux-audio-dev] [ot] How do GUI-libs notify the program of changes?

2006-04-10 Thread James Courtier-Dutton
Julien Claassen wrote: Hi all! I know it's completely OT, but I think there maybe people here, who could help me. Problem is: I'm still on my libcui (character user interface) project and I wonder: I push a button, slide a slider... How does the UI notify the program of this change? How do

Re: [linux-audio-dev] [ot] How do GUI-libs notify the program of changes?

2006-04-10 Thread Paul Davis
On Mon, 2006-04-10 at 21:02 +0200, Julien Claassen wrote: > In Apr 10 A.D. 2006 Paul Davis scripsit: > > > On Mon, 2006-04-10 at 12:26 -0400, Dave Robillard wrote: > > > > > If you want this in C++, you definitely want to use libsigc++. > > > > > > (Keyword definitely) > > > > actually, its worse

Re: [linux-audio-dev] [ot] How do GUI-libs notify the program of changes?

2006-04-10 Thread Christoph Eckert
> Thank you all for your replies. I think they are very helpful, though > unfortunitely - dumb as I am - I'll have to think about this and > understand it completely. I'm most certainly REALLY worse in > programming than you can imagine... :-) No this is a fact, but > fortunitely - on the other ha

Re: [linux-audio-dev] [ot] How do GUI-libs notify the program of changes?

2006-04-10 Thread Julien Claassen
Hi! Thank you all for your replies. I think they are very helpful, though unfortunitely - dumb as I am - I'll have to think about this and understand it completely. I'm most certainly REALLY worse in programming than you can imagine... :-) No this is a fact, but fortunitely - on the other hand -

Re: [linux-audio-dev] [ot] How do GUI-libs notify the program of changes?

2006-04-10 Thread Julien Claassen
In Apr 10 A.D. 2006 Paul Davis scripsit: > On Mon, 2006-04-10 at 12:26 -0400, Dave Robillard wrote: > > > If you want this in C++, you definitely want to use libsigc++. > > > > (Keyword definitely) > > actually, its worse than that. if you do this in C++ and you do not use > libsigc++, then a team

Re: [linux-audio-dev] [ot] How do GUI-libs notify the program of changes?

2006-04-10 Thread Paul Davis
On Mon, 2006-04-10 at 12:26 -0400, Dave Robillard wrote: > If you want this in C++, you definitely want to use libsigc++. > > (Keyword definitely) actually, its worse than that. if you do this in C++ and you do not use libsigc++, then a team of ninja open source developers will enter your house

Re: [linux-audio-dev] [ot] How do GUI-libs notify the program of changes?

2006-04-10 Thread Dave Robillard
On Mon, 2006-04-10 at 16:09 +0200, Alfons Adriaensen wrote: > On Mon, Apr 10, 2006 at 03:11:49PM +0200, Julien Claassen wrote: > > Hi all! > > I know it's completely OT, but I think there maybe people here, who could > > help me. > > Problem is: I'm still on my libcui (character user interface)

Re: [linux-audio-dev] [ot] How do GUI-libs notify the program of changes?

2006-04-10 Thread Alfons Adriaensen
On Mon, Apr 10, 2006 at 03:11:49PM +0200, Julien Claassen wrote: > Hi all! > I know it's completely OT, but I think there maybe people here, who could > help me. > Problem is: I'm still on my libcui (character user interface) project and I > wonder: > I push a button, slide a slider... How do

Re: [linux-audio-dev] [ot] How do GUI-libs notify the program of changes?

2006-04-10 Thread Alfons Adriaensen
On Mon, Apr 10, 2006 at 03:11:49PM +0200, Julien Claassen wrote: > Hi all! > I know it's completely OT, but I think there maybe people here, who could > help me. > Problem is: I'm still on my libcui (character user interface) project and I > wonder: > I push a button, slide a slider... How do

Re: [linux-audio-dev] [ot] How do GUI-libs notify the program of changes?

2006-04-10 Thread Dmitry Baikov
http://liblo.sourceforge.net/

[linux-audio-dev] [ot] How do GUI-libs notify the program of changes?

2006-04-10 Thread Julien Claassen
Hi all! I know it's completely OT, but I think there maybe people here, who could help me. Problem is: I'm still on my libcui (character user interface) project and I wonder: I push a button, slide a slider... How does the UI notify the program of this change? How do Engine and UI communicate