/[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 900 by schoenebeck, Wed Jul 5 17:53:22 2006 UTC revision 960 by iliev, Thu Nov 30 10:39:12 2006 UTC
# Line 108  namespace LinuxSampler { Line 108  namespace LinuxSampler {
108      }      }
109    
110      void SamplerChannel::SetAudioOutputDevice(AudioOutputDevice* pDevice) {      void SamplerChannel::SetAudioOutputDevice(AudioOutputDevice* pDevice) {
111            if(pAudioOutputDevice == pDevice) return;
112    
113          // disconnect old device          // disconnect old device
114          if (pAudioOutputDevice && pEngineChannel) {          if (pAudioOutputDevice && pEngineChannel) {
115              Engine* engine = pEngineChannel->GetEngine();              Engine* engine = pEngineChannel->GetEngine();

Legend:
Removed from v.900  
changed lines
  Added in v.960

  ViewVC Help
Powered by ViewVC