BEAST/BSE - Better Audio System and Sound Engine  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
bsesubiport.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_SUB_IPORT_H__
3 #define __BSE_SUB_IPORT_H__
4 #include <bse/bsesource.hh>
5 #include <bse/bseengine.hh>
6 G_BEGIN_DECLS
7 
8 #define BSE_TYPE_SUB_IPORT (BSE_TYPE_ID (BseSubIPort))
9 #define BSE_SUB_IPORT(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), BSE_TYPE_SUB_IPORT, BseSubIPort))
10 #define BSE_SUB_IPORT_CLASS(class) (G_TYPE_CHECK_CLASS_CAST ((class), BSE_TYPE_SUB_IPORT, BseSubIPortClass))
11 #define BSE_IS_IPORT(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), BSE_TYPE_SUB_IPORT))
12 #define BSE_IS_IPORT_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), BSE_TYPE_SUB_IPORT))
13 #define BSE_SUB_IPORT_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS ((object), BSE_TYPE_SUB_IPORT, BseSubIPortClass))
14 #define BSE_SUB_IPORT_N_PORTS (4)
15 
17  gchar **input_ports;
18 };
20 {};
21 
22 G_END_DECLS
23 
24 #endif /* __BSE_SUB_IPORT_H__ */
Definition: bsesubiport.hh:16
Definition: bsesubiport.hh:19
Definition: bsesource.hh:84
Definition: bsesource.hh:92