3 * Welcome to the in-code documentation for Ardour.
5 * The main components of Ardour are as follows:
6 * - A GTK2 front-end, in \c gtk2_ardour.
7 * - libardour, the audio-processing back-end, in \c libs/ardour.
8 * - libpbd, a utility library, in \c libs/pbd.
10 * There are other assorted component libraries:
11 * - gtkmm2ext, an library of extensions to gtkmm2, in \c libs/gtkmm2ext.