/[svn]/linuxsampler/trunk/src/drivers/audio/AudioOutputDevice.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/audio/AudioOutputDevice.h

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

revision 200 by schoenebeck, Tue Jul 13 22:04:16 2004 UTC revision 207 by schoenebeck, Thu Jul 15 21:51:15 2004 UTC
# Line 30  Line 30 
30    
31  #include "../../common/global.h"  #include "../../common/global.h"
32  #include "../../common/LinuxSamplerException.h"  #include "../../common/LinuxSamplerException.h"
33  #include "../InputOutputDevice.h"  #include "../Device.h"
34  #include "../DeviceParameter.h"  #include "../DeviceParameter.h"
35  #include "../../engines/common/Engine.h"  #include "../../engines/common/Engine.h"
36  #include "AudioChannel.h"  #include "AudioChannel.h"
# Line 46  namespace LinuxSampler { Line 46  namespace LinuxSampler {
46       * connection to a specific audio output system (e.g. Alsa, Jack,       * connection to a specific audio output system (e.g. Alsa, Jack,
47       * CoreAudio).       * CoreAudio).
48       */       */
49      class AudioOutputDevice : public InputOutputDevice {      class AudioOutputDevice : public Device {
50          public:          public:
51    
52              /////////////////////////////////////////////////////////////////              /////////////////////////////////////////////////////////////////

Legend:
Removed from v.200  
changed lines
  Added in v.207

  ViewVC Help
Powered by ViewVC