BEAST - Free Software Audio Synthesizer and Tracker  0.10.0
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 gchar* bse_standard_synth_inflate (const gchar *synth_name,
11  guint *text_len);
12 
13 
14 G_END_DECLS
15 
16 
17 #endif /* __BSE_STANDARD_SYNTHS_H__ */