Re: [LAD] Devs needed for opensource virtual analog softsynth idea

From: Paul Davis <paul@email-addr-hidden>
Date: Sat Jan 08 2011 - 19:40:37 EET

On Sat, Jan 8, 2011 at 10:46 AM, Sascha Schneider
<ungleichklang@email-addr-hidden> wrote:
> Forget my last post,
>
> I saw a tutorial on youtube that said one compiles the glade-file to
> not share it.
> .o and .lo are of course after compiling ... sorry, noob

this is not correct either.

you can do GUI design work either using a RAD tool like Glade OR by
implementing the design directly in a normal programming language. In
the first case, you get a glade file that is loaded by the program and
defines the design. in the second case, you compile and get object
files that are linked into the program itself. its even possible (and
even common) to do a bit of both - part of the program's design might
be done with Glade and part of it in C++ with gtkmm (for example).

the same is true for almost all other GUI toolkits that have RAD tools
- its true for Qt, for Cocoa, etc etc etc
_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-dev
Received on Sat Jan 8 20:15:06 2011

This archive was generated by hypermail 2.1.8 : Sat Jan 08 2011 - 20:15:06 EET