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

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

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

revision 1933 by schoenebeck, Sat Feb 16 01:09:33 2008 UTC revision 1934 by schoenebeck, Sun Jul 12 10:35:55 2009 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 - 2008 Christian Schoenebeck                       *   *   Copyright (C) 2005 - 2009 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 41  namespace LinuxSampler { Line 41  namespace LinuxSampler {
41      // just symbol prototyping      // just symbol prototyping
42      class MidiInputPort;      class MidiInputPort;
43      class Engine;      class Engine;
44        class MidiInputDeviceFactory;
45    
46      /**      /**
47       * Midi input exception that should be thrown by the MidiInputDevice       * Midi input exception that should be thrown by the MidiInputDevice
# Line 230  namespace LinuxSampler { Line 231  namespace LinuxSampler {
231    
232              friend class ParameterActive;              friend class ParameterActive;
233              friend class ParameterPorts;              friend class ParameterPorts;
234              friend class Sampler; // allow Sampler class to destroy midi devices              friend class MidiInputDeviceFactory; // allow MidiInputDeviceFactory class to destroy midi devices
235              friend class MidiInputPort; // allow MidiInputPort to access pSampler              friend class MidiInputPort; // allow MidiInputPort to access pSampler
236      };      };
237  }  }

Legend:
Removed from v.1933  
changed lines
  Added in v.1934

  ViewVC Help
Powered by ViewVC