BEAST - Free Software Audio Synthesizer and Tracker  0.10.0
bseinstrumentinput.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_INPUT_H__
3 #define __BSE_INSTRUMENT_INPUT_H__
4 
5 #include <bse/bsesubiport.hh>
6 
7 G_BEGIN_DECLS
8 
9 /* --- object type macros --- */
10 #define BSE_TYPE_INSTRUMENT_INPUT (BSE_TYPE_ID (BseInstrumentInput))
11 #define BSE_INSTRUMENT_INPUT(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), BSE_TYPE_INSTRUMENT_INPUT, BseInstrumentInput))
12 #define BSE_INSTRUMENT_INPUT_CLASS(class) (G_TYPE_CHECK_CLASS_CAST ((class), BSE_TYPE_INSTRUMENT_INPUT, BseInstrumentInputClass))
13 #define BSE_IS_INPUT(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), BSE_TYPE_INSTRUMENT_INPUT))
14 #define BSE_IS_INPUT_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), BSE_TYPE_INSTRUMENT_INPUT))
15 #define BSE_INSTRUMENT_INPUT_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS ((object), BSE_TYPE_INSTRUMENT_INPUT, BseInstrumentInputClass))
16 
17 
18 /* --- BseInstrumentInput source --- */
19 
21 {};
23 {};
24 
25 enum
26 {
27  BSE_INSTRUMENT_INPUT_OCHANNEL_FREQUENCY,
28  BSE_INSTRUMENT_INPUT_OCHANNEL_GATE,
29  BSE_INSTRUMENT_INPUT_OCHANNEL_VELOCITY,
30  BSE_INSTRUMENT_INPUT_OCHANNEL_AFTERTOUCH
31 };
32 
33 G_END_DECLS
34 #endif /* __BSE_INSTRUMENT_INPUT_H__ */
Definition: bseinstrumentinput.hh:22
Definition: bsesubiport.hh:16
Definition: bsesubiport.hh:19
Definition: bseinstrumentinput.hh:20