/[svn]/linuxsampler/trunk/src/Sampler.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/Sampler.h

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

revision 1896 by iliev, Mon Feb 16 17:56:50 2009 UTC revision 1897 by persson, Sun May 10 09:31:51 2009 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 - 2008 Christian Schoenebeck                       *   *   Copyright (C) 2005 - 2009 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 574  namespace LinuxSampler { Line 574  namespace LinuxSampler {
574               */               */
575              void fireStatistics();              void fireStatistics();
576    
577    #if defined(WIN32)
578                /**
579                 * Gets the directory where the liblinuxsampler dll is
580                 * located.
581                 * @returns installation directory
582                 */
583                static String GetInstallDir();
584    #endif
585          protected:          protected:
586              /**              /**
587               * Notifies listeners that the number of sampler channels has been changed.               * Notifies listeners that the number of sampler channels has been changed.

Legend:
Removed from v.1896  
changed lines
  Added in v.1897

  ViewVC Help
Powered by ViewVC