Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

MidiInput.h

Go to the documentation of this file.
00001 
00010 #ifndef __MIDIINPUT_H__
00011 #define __MIDIINPUT_H__
00012 
00013 #include "InputObject.h"
00014 #include "MIDI/Midi.h"
00015 
00017 
00020 class MidiInput : public InputObject
00021 {
00022 private:
00024     Midi    *midi;
00025 
00026 public:
00028 
00031     MidiInput(unsigned int id);
00032 
00034     ~MidiInput();
00035 
00037     void start();
00038 
00040     void stop();
00041 
00043 
00047     unsigned int poll(EventVector *events);
00048 };
00049 
00050 #endif /* __MIDIINPUT_H__ */

Generated on Tue Oct 16 14:06:18 2001 for PuppetMaster by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001