BEAST - Free Software Audio Synthesizer and Tracker  0.10.0
sfi.hh
Go to the documentation of this file.
1  // Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
2 #ifndef __SFI_H__
3 #define __SFI_H__
4 
5 
6 // == Rapicorn Imports ==
7 #include <rapicorn-core.hh> // We move to Rapicorn core for low level stuff
8 using Rapicorn::printerr;
9 using Rapicorn::printout;
10 using Rapicorn::string_format;
11 using Rapicorn::Any;
12 typedef std::string String;
13 
14 namespace Sfi {
15 using namespace Rapicorn;
16 } // Sfi
17 namespace Bse {
18 using namespace Rapicorn;
19 } // Bse
20 
21 /* no bin-compat: #include <sfi/sficomwire.hh> */
22 #include <sfi/sficomport.hh>
23 #include <sfi/sfifilecrawler.hh>
24 #include <sfi/sfiglue.hh>
25 #include <sfi/sfigluecodec.hh>
26 #include <sfi/sfiglueproxy.hh>
27 #include <sfi/sfimemory.hh>
28 #include <sfi/sfinote.hh>
29 #include <sfi/sfiparams.hh>
30 #include <sfi/sfiprimitives.hh>
31 #include <sfi/sfiring.hh>
32 /* #include <sfi/sfisclock.hh> */
33 #include <sfi/sfiserial.hh>
34 /* no bin-compat: #include <sfi/sfistore.hh> */
35 #include <sfi/sfitime.hh>
36 #include <sfi/sfitypes.hh>
37 #include <sfi/sfiustore.hh>
38 #include <sfi/sfivalues.hh>
39 #include <sfi/sfivisitors.hh>
40 #include <sfi/sfivmarshal.hh>
41 #include <sfi/sfiwrapper.hh>
42 
43 #endif /* __SFI_H__ */
44 
45 /* vim:set ts=8 sts=2 sw=2: */
The Bse namespace contains all functions of the synthesis engine.
Definition: bstbseutils.cc:88
Definition: bstserverapi.cc:585
STL class.
The Sfi namespace contains utilities for synthesis.
Definition: oldidl.idl:4