/[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 17 by schoenebeck, Wed Nov 5 14:47:10 2003 UTC revision 18 by schoenebeck, Sun Dec 7 05:03:43 2003 UTC
# Line 46  class MidiIn : public Thread { Line 46  class MidiIn : public Thread {
46          void close_alsa_midi_seq(void);          void close_alsa_midi_seq(void);
47      private:      private:
48          AudioThread* pAudioThread; ///< We will send Note On and Note Off messages to the audio thread          AudioThread* pAudioThread; ///< We will send Note On and Note Off messages to the audio thread
49            snd_seq_t*   seq_handle;
         snd_seq_t *seq_handle;  
50  };  };
51    
52  #endif // __MIDIIN_H__  #endif // __MIDIIN_H__

Legend:
Removed from v.17  
changed lines
  Added in v.18

  ViewVC Help
Powered by ViewVC