/[svn]/linuxsampler/trunk/src/drivers/midi/MidiInputDeviceAlsa.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/midi/MidiInputDeviceAlsa.h

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

revision 3765 by schoenebeck, Thu Mar 7 19:23:24 2013 UTC revision 3766 by schoenebeck, Mon Apr 6 12:41:49 2020 UTC
# Line 3  Line 3 
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *
6   *   Copyright (C) 2005 - 2013 Christian Schoenebeck                       *   *   Copyright (C) 2005 - 2020 Christian Schoenebeck                       *
7   *                                                                         *   *                                                                         *
8   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
9   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 129  namespace LinuxSampler { Line 129  namespace LinuxSampler {
129              static String Description();              static String Description();
130              static String Version();              static String Version();
131    
132              MidiInputPortAlsa* CreateMidiPort();              MidiInputPortAlsa* CreateMidiPort() OVERRIDE;
133          protected:          protected:
134              int Main(); ///< Implementation of virtual method from class Thread              int Main() OVERRIDE; ///< Implementation of virtual method from class Thread
135          private:          private:
136              snd_seq_t* hAlsaSeq;              snd_seq_t* hAlsaSeq;
137              int        hAlsaSeqClient;       ///< Alsa Sequencer client ID              int        hAlsaSeqClient;       ///< Alsa Sequencer client ID

Legend:
Removed from v.3765  
changed lines
  Added in v.3766

  ViewVC Help
Powered by ViewVC