BEAST/BSE - Better Audio System and Sound Engine
0.8.2
|
00001 // Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html 00002 #ifndef __BSE_STANDARD_SYNTHS_H__ 00003 #define __BSE_STANDARD_SYNTHS_H__ 00004 00005 #include <bse/bseproject.hh> 00006 00007 G_BEGIN_DECLS 00008 00009 00010 GSList* bse_standard_synth_get_list (void); 00011 gchar* bse_standard_synth_inflate (const gchar *synth_name, 00012 guint *text_len); 00013 00014 00015 G_END_DECLS 00016 00017 00018 #endif /* __BSE_STANDARD_SYNTHS_H__ */