BEAST/BSE - Better Audio System and Sound Engine  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
bsestandardsynths.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 __BSE_STANDARD_SYNTHS_H__
3 #define __BSE_STANDARD_SYNTHS_H__
4 
5 #include <bse/bseproject.hh>
6 
7 G_BEGIN_DECLS
8 
9 
10 GSList* bse_standard_synth_get_list (void);
11 gchar* bse_standard_synth_inflate (const gchar *synth_name,
12  guint *text_len);
13 
14 
15 G_END_DECLS
16 
17 
18 #endif /* __BSE_STANDARD_SYNTHS_H__ */