[linux-audio-dev] MVC again

2003-06-04 Thread Juhana Sadeharju
Hello. It is still quite unclear to me how I actually would code the MVC type software. Can anyone give practical hints? Practical examples taken from existing software would be fine too. What open source software uses MVC? Most open source software seems to manipulate the model data in the GUI

Re: [linux-audio-dev] MVC again

2003-06-04 Thread Steve Harris
On Tue, Jun 03, 2003 at 06:44:08PM +0300, Juhana Sadeharju wrote: MVC sure is a great thing, but I would like to see a concrete toolkit or a hint list which helps me in making perfect MVC code immediately. Is it even possible to write a MVC toolkit? What would be in such a toolkit? GTK has

Re: [linux-audio-dev] MVC again

2003-06-04 Thread Lukas Degener
MVC sure is a great thing, but I would like to see a concrete toolkit or a hint list which helps me in making perfect MVC code immediately. Is it even possible to write a MVC toolkit? (...) What would be in such a toolkit? Depends on what the toolkit is ment to do. The most consequent use of

Re: [linux-audio-dev] MVC again

2003-06-04 Thread François Déchelle
Lukas Degener wrote: MVC sure is a great thing, but I would like to see a concrete toolkit or a hint list which helps me in making perfect MVC code immediately. Is it even possible to write a MVC toolkit? (...) What would be in such a toolkit? Depends on what the toolkit is ment to do. The