replace ::cast_dynamic() with relevant ActionManager::get_*_action() calls
[ardour.git] / doc / mainpage.txt
1 /** \mainpage Ardour
2  *
3  *  Welcome to the in-code documentation for Ardour.
4  *
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.
9  *
10  *  There are other assorted component libraries:
11  *  - gtkmm2ext, an library of extensions to gtkmm2, in \c libs/gtkmm2ext.
12  *  - and others...
13  */