/[svn]/linuxsampler/trunk/src/engines/common/VoiceBase.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/common/VoiceBase.h

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

revision 2374 by iliev, Tue Jul 26 15:51:30 2011 UTC revision 2375 by schoenebeck, Thu Oct 4 17:45:22 2012 UTC
# Line 138  namespace LinuxSampler { Line 138  namespace LinuxSampler {
138                                  // check if the disk thread created our ordered disk stream in the meantime                                  // check if the disk thread created our ordered disk stream in the meantime
139                                  DiskStreamRef.pStream = pDiskThread->AskForCreatedStream(DiskStreamRef.OrderID);                                  DiskStreamRef.pStream = pDiskThread->AskForCreatedStream(DiskStreamRef.OrderID);
140                                  if (!DiskStreamRef.pStream) {                                  if (!DiskStreamRef.pStream) {
141                                      std::cout << stderr << "Disk stream not available in time!" << std::endl << std::flush;                                      std::cerr << "Disk stream not available in time!\n" << std::flush;
142                                      KillImmediately();                                      KillImmediately();
143                                      return;                                      return;
144                                  }                                  }

Legend:
Removed from v.2374  
changed lines
  Added in v.2375

  ViewVC Help
Powered by ViewVC