/[svn]/linuxsampler/trunk/src/engines/gig/Engine.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/gig/Engine.cpp

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

revision 2926 by schoenebeck, Tue Apr 19 14:07:53 2016 UTC revision 2927 by schoenebeck, Thu Jun 30 16:44:46 2016 UTC
# Line 351  namespace LinuxSampler { namespace gig { Line 351  namespace LinuxSampler { namespace gig {
351    
352          // no need to continue if sample is silent          // no need to continue if sample is silent
353          if (!pDimRgn->pSample || !pDimRgn->pSample->SamplesTotal) return Pool<Voice>::Iterator();          if (!pDimRgn->pSample || !pDimRgn->pSample->SamplesTotal) return Pool<Voice>::Iterator();
354            
355            dmsg(2,("sample -> \"%s\"\n", pDimRgn->pSample->pInfo->Name.c_str()));
356    
357          // allocate a new voice for the key          // allocate a new voice for the key
358          Pool<Voice>::Iterator itNewVoice = GetVoicePool()->allocAppend();          Pool<Voice>::Iterator itNewVoice = GetVoicePool()->allocAppend();

Legend:
Removed from v.2926  
changed lines
  Added in v.2927

  ViewVC Help
Powered by ViewVC