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

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

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

revision 1500 by senoner, Wed Nov 21 00:52:09 2007 UTC revision 1644 by persson, Sat Jan 19 16:55:03 2008 UTC
# Line 3  Line 3 
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *
6   *   Copyright (C) 2005 - 2007 Christian Schoenebeck                       *   *   Copyright (C) 2005 - 2008 Christian Schoenebeck                       *
7   *                                                                         *   *                                                                         *
8   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
9   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 275  std::vector<String> getAsioDriverNames() Line 275  std::vector<String> getAsioDriverNames()
275      }      }
276    
277      for (int i = 0 ; i < ASIO_MAX_DEVICE_INFO ; i++) {      for (int i = 0 ; i < ASIO_MAX_DEVICE_INFO ; i++) {
278                  delete names[i];          delete[] names[i];
279      }      }
280    
281          dmsg(1,("getAsioDriverNames: returing from function. asioDriverList.size()=%d\n", asioDriverList.size() ));          dmsg(1,("getAsioDriverNames: returing from function. asioDriverList.size()=%d\n", asioDriverList.size() ));
# Line 894  long asioMessages(long selector, long va Line 894  long asioMessages(long selector, long va
894      }      }
895    
896      String AudioOutputDeviceAsio::Version() {      String AudioOutputDeviceAsio::Version() {
897         String s = "$Revision: 1.1 $";         String s = "$Revision: 1.2 $";
898         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
899      }      }
900    

Legend:
Removed from v.1500  
changed lines
  Added in v.1644

  ViewVC Help
Powered by ViewVC