BEAST - Free Software Audio Synthesizer and Tracker  0.9.2
bsecxxbase.idl
Go to the documentation of this file.
1  // Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
2 include "bsebasics.idl";
3 namespace Bse { // FIXME: bad workarounds
4 interface Source;
5 }
6 namespace Bse {
7 interface CxxBase : Source {
8  // Implementation fully manual
9 };
10 } // Bse
The Bse namespace contains all functions of the synthesis engine.
Definition: bstbseutils.cc:67