2 #ifndef __BSE_MIDI_NOTIFIER_H__
3 #define __BSE_MIDI_NOTIFIER_H__
12 #define BSE_TYPE_MIDI_NOTIFIER (BSE_TYPE_ID (BseMidiNotifier))
13 #define BSE_MIDI_NOTIFIER(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), BSE_TYPE_MIDI_NOTIFIER, BseMidiNotifier))
14 #define BSE_MIDI_NOTIFIER_CLASS(class) (G_TYPE_CHECK_CLASS_CAST ((class), BSE_TYPE_MIDI_NOTIFIER, BseMidiNotifierClass))
15 #define BSE_IS_MIDI_NOTIFIER(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), BSE_TYPE_MIDI_NOTIFIER))
16 #define BSE_IS_MIDI_NOTIFIER_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), BSE_TYPE_MIDI_NOTIFIER))
17 #define BSE_MIDI_NOTIFIER_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS ((object), BSE_TYPE_MIDI_NOTIFIER, BseMidiNotifierClass))
20 BseMidiReceiver *midi_receiver;
27 BseMidiReceiver *midi_receiver);
29 void bse_midi_notifiers_attach_source (
void);
30 void bse_midi_notifiers_wakeup (
void);
The Bse namespace contains all functions of the synthesis engine.
Definition: bstbseutils.cc:88
Definition: bsemidinotifier.hh:22
Definition: bseobject.hh:61
Definition: bsemidinotifier.hh:36
Definition: bseitem.hh:152
Definition: bseitem.hh:39
Definition: bsemidinotifier.hh:19
Definition: bsemidievent.hh:74
Definition: bseitem.hh:34
See also the corresponding IDL class MidiNotifier.
Definition: bseserverapi.hh:1424