/[svn]/linuxsampler/trunk/src/Sampler.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/Sampler.cpp

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

revision 64 by schoenebeck, Thu May 6 20:06:20 2004 UTC revision 76 by senkov, Fri May 14 19:10:21 2004 UTC
# Line 204  namespace LinuxSampler { Line 204  namespace LinuxSampler {
204              case AudioOutputDevice::type_alsa:              case AudioOutputDevice::type_alsa:
205                  pDevice = new AudioOutputDeviceAlsa;                  pDevice = new AudioOutputDeviceAlsa;
206                  break;                  break;
207    #if HAVE_JACK
208              case AudioOutputDevice::type_jack:              case AudioOutputDevice::type_jack:
209                  pDevice = new AudioOutputDeviceJack;                  pDevice = new AudioOutputDeviceJack;
210                  break;                  break;
211    #endif
212              default:              default:
213                  throw LinuxSamplerException("Unknown audio output device type");                  throw LinuxSamplerException("Unknown audio output device type");
214          }          }

Legend:
Removed from v.64  
changed lines
  Added in v.76

  ViewVC Help
Powered by ViewVC