/[svn]/linuxsampler/trunk/src/mididriver/MidiInputDeviceMidiShare.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/mididriver/MidiInputDeviceMidiShare.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 87 by letz, Mon May 24 12:41:50 2004 UTC revision 88 by letz, Mon May 24 15:22:56 2004 UTC
# Line 21  Line 21 
21   *   MA  02111-1307  USA                                                   *   *   MA  02111-1307  USA                                                   *
22   ***************************************************************************/   ***************************************************************************/
23    
24  #ifndef __LS_MIDIINPUTDEVICEMIDISHARE1_H__  #ifndef __LS_MIDIINPUTDEVICEMIDISHARE_H__
25  #define __LS_MIDIINPUTDEVICEMIDISHARE1_H__  #define __LS_MIDIINPUTDEVICEMIDISHARE_H__
26    
27  #include <MidiShare.h>  #include <MidiShare.h>
28    
29  #include "../common/global.h"  #include "../common/global.h"
 #include "../common/Thread.h"  
 #include "../common/RingBuffer.h"  
30  #include "MidiInputDevice.h"  #include "MidiInputDevice.h"
31    
32  namespace LinuxSampler {  namespace LinuxSampler {
33    
34      /** MidiShare input driver      /** MidiShare input driver
35       *       *
36       * Implements MIDI input using MidiShare       * Implements MIDI input using MidiShare (www.grame.fr/MidiShare)
37       */       */
38      class MidiInputDeviceMidiShare : public MidiInputDevice {      class MidiInputDeviceMidiShare : public MidiInputDevice {
39          public:          public:
# Line 69  namespace LinuxSampler { Line 67  namespace LinuxSampler {
67     };     };
68  }  }
69    
70  #endif // __LS_MIDIINPUTDEVICEMIDISHARE1_H__  #endif // __LS_MIDIINPUTDEVICEMIDISHARE_H__

Legend:
Removed from v.87  
changed lines
  Added in v.88

  ViewVC Help
Powered by ViewVC