/[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 688 by schoenebeck, Thu Jul 14 12:25:20 2005 UTC revision 690 by schoenebeck, Fri Jul 15 16:43:56 2005 UTC
# Line 243  namespace LinuxSampler { namespace gig { Line 243  namespace LinuxSampler { namespace gig {
243          if (MaxFadeOutPos < 0) {          if (MaxFadeOutPos < 0) {
244              std::cerr << "gig::Engine: WARNING, CONFIG_EG_MIN_RELEASE_TIME "              std::cerr << "gig::Engine: WARNING, CONFIG_EG_MIN_RELEASE_TIME "
245                        << "too big for current audio fragment size & sampling rate! "                        << "too big for current audio fragment size & sampling rate! "
246                        << "May lead to click sounds!\n" << std::flush;                        << "May lead to click sounds if voice stealing chimes in!\n" << std::flush;
247              // force volume ramp downs at the beginning of each fragment              // force volume ramp downs at the beginning of each fragment
248              MaxFadeOutPos = 0;              MaxFadeOutPos = 0;
249              // lower minimum release time              // lower minimum release time
# Line 1423  namespace LinuxSampler { namespace gig { Line 1423  namespace LinuxSampler { namespace gig {
1423      }      }
1424    
1425      String Engine::Version() {      String Engine::Version() {
1426          String s = "$Revision: 1.48 $";          String s = "$Revision: 1.49 $";
1427          return s.substr(11, s.size() - 13); // cut dollar signs, spaces and CVS macro keyword          return s.substr(11, s.size() - 13); // cut dollar signs, spaces and CVS macro keyword
1428      }      }
1429    

Legend:
Removed from v.688  
changed lines
  Added in v.690

  ViewVC Help
Powered by ViewVC