/[svn]/linuxsampler/trunk/src/midiin.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/midiin.h

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

revision 19 by schoenebeck, Sun Dec 7 05:03:43 2003 UTC revision 20 by schoenebeck, Thu Dec 25 00:02:45 2003 UTC
# Line 38  extern uint8_t MIDIControllerTable[128]; Line 38  extern uint8_t MIDIControllerTable[128];
38    
39  class MidiIn : public Thread {  class MidiIn : public Thread {
40      public:      public:
41            int AlsaID;    ///< Alsa Sequencer client ID
42            int AlsaPort;  ///< Alsa Sequencer client port number
43    
44          MidiIn(AudioThread* pAudioThread);          MidiIn(AudioThread* pAudioThread);
45         ~MidiIn();         ~MidiIn();
46            void SubscribeToClient(const char* Client);
47      protected:      protected:
48          int  Main(); ///< Implementation of virtual method from class Thread          int  Main(); ///< Implementation of virtual method from class Thread
49          int  open_alsa_midi_seq(void);          int  open_alsa_midi_seq(void);

Legend:
Removed from v.19  
changed lines
  Added in v.20

  ViewVC Help
Powered by ViewVC