/[svn]/linuxsampler/trunk/src/drivers/audio/CAAudioDeviceModel.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/audio/CAAudioDeviceModel.cpp

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

revision 2462 by persson, Sat Mar 2 07:03:04 2013 UTC revision 2463 by schoenebeck, Wed Sep 4 20:40:12 2013 UTC
# Line 453  namespace LinuxSampler { Line 453  namespace LinuxSampler {
453              &outSize, pBufferList              &outSize, pBufferList
454          );          );
455    
456          if(res = noErr) {          if(res) {
457              std::cerr << "Failed to get channel number: " << res << std::endl;              std::cerr << "Failed to get channel number: " << res << std::endl;
458              free(pBufferList);              free(pBufferList);
459              return;              return;

Legend:
Removed from v.2462  
changed lines
  Added in v.2463

  ViewVC Help
Powered by ViewVC