BEAST - Free Software Audio Synthesizer and Tracker  0.10.0
bsemididevice-oss.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_MIDI_DEVICE_OSS_H__
3 #define __BSE_MIDI_DEVICE_OSS_H__
4 
5 #include <bse/bsemididevice.hh>
6 
7 
8 G_BEGIN_DECLS
9 
10 /* --- object type macros --- */
11 #define BSE_TYPE_MIDI_DEVICE_OSS (BSE_TYPE_ID (BseMidiDeviceOSS))
12 #define BSE_MIDI_DEVICE_OSS(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), BSE_TYPE_MIDI_DEVICE_OSS, BseMidiDeviceOSS))
13 #define BSE_MIDI_DEVICE_OSS_CLASS(class) (G_TYPE_CHECK_CLASS_CAST ((class), BSE_TYPE_MIDI_DEVICE_OSS, BseMidiDeviceOSSClass))
14 #define BSE_IS_MIDI_DEVICE_OSS(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), BSE_TYPE_MIDI_DEVICE_OSS))
15 #define BSE_IS_MIDI_DEVICE_OSS_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), BSE_TYPE_MIDI_DEVICE_OSS))
16 #define BSE_MIDI_DEVICE_OSS_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS ((object), BSE_TYPE_MIDI_DEVICE_OSS, BseMidiDeviceOSSClass))
17 
19  gchar *device_name;
20 };
22 {};
23 
24 G_END_DECLS
25 #endif /* __BSE_MIDI_DEVICE_OSS_H__ */
Definition: bsemididevice-oss.hh:21
Definition: bsemididevice-oss.hh:18
Definition: bsemididevice.hh:30
Definition: bsemididevice.hh:25