BEAST/BSE - Better Audio System and Sound Engine  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
bseinstrumentoutput.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_INSTRUMENT_OUTPUT_H__
3 #define __BSE_INSTRUMENT_OUTPUT_H__
4 
5 #include <bse/bsesuboport.hh>
6 
7 G_BEGIN_DECLS
8 
9 /* --- object type macros --- */
10 #define BSE_TYPE_INSTRUMENT_OUTPUT (BSE_TYPE_ID (BseInstrumentOutput))
11 #define BSE_INSTRUMENT_OUTPUT(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), BSE_TYPE_INSTRUMENT_OUTPUT, BseInstrumentOutput))
12 #define BSE_INSTRUMENT_OUTPUT_CLASS(class) (G_TYPE_CHECK_CLASS_CAST ((class), BSE_TYPE_INSTRUMENT_OUTPUT, BseInstrumentOutputClass))
13 #define BSE_IS_OUTPUT(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), BSE_TYPE_INSTRUMENT_OUTPUT))
14 #define BSE_IS_OUTPUT_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), BSE_TYPE_INSTRUMENT_OUTPUT))
15 #define BSE_INSTRUMENT_OUTPUT_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS ((object), BSE_TYPE_INSTRUMENT_OUTPUT, BseInstrumentOutputClass))
16 
18 {};
20 {};
21 
22 enum
23 {
24  BSE_INSTRUMENT_OUTPUT_ICHANNEL_LEFT,
25  BSE_INSTRUMENT_OUTPUT_ICHANNEL_RIGHT,
26  BSE_INSTRUMENT_OUTPUT_ICHANNEL_UNUSED,
27  BSE_INSTRUMENT_OUTPUT_ICHANNEL_DONE
28 };
29 
30 G_END_DECLS
31 
32 #endif /* __BSE_INSTRUMENT_OUTPUT_H__ */
Definition: bseinstrumentoutput.hh:19
Definition: bsesuboport.hh:16
Definition: bseinstrumentoutput.hh:17
Definition: bsesuboport.hh:19