BEAST/BSE - Better Audio System and Sound Engine  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
bsecsynth.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_CSYNTH_H__
3 #define __BSE_CSYNTH_H__
4 
5 #include <bse/bsesnet.hh>
6 
7 G_BEGIN_DECLS
8 
9 /* --- object type macros --- */
10 #define BSE_TYPE_CSYNTH (BSE_TYPE_ID (BseCSynth))
11 #define BSE_CSYNTH(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), BSE_TYPE_CSYNTH, BseCSynth))
12 #define BSE_CSYNTH_CLASS(class) (G_TYPE_CHECK_CLASS_CAST ((class), BSE_TYPE_CSYNTH, BseCSynthClass))
13 #define BSE_IS_CSYNTH(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), BSE_TYPE_CSYNTH))
14 #define BSE_IS_CSYNTH_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), BSE_TYPE_CSYNTH))
15 #define BSE_CSYNTH_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS ((object), BSE_TYPE_CSYNTH, BseCSynthClass))
16 #define BSE_CSYNTH_USER_SYNTH(src) ((BSE_OBJECT_FLAGS (src) & BSE_CSYNTH_FLAG_USER_SYNTH) != 0)
17 
18 
19 /* --- BseCSynth object --- */
21 {};
23 {};
24 
25 /* --- prototypes --- */
26 G_END_DECLS
27 #endif /* __BSE_CSYNTH_H__ */
Definition: bsecsynth.hh:20
Definition: bsecsynth.hh:22
Definition: bsesnet.hh:37
Definition: bsesnet.hh:46