/[svn]/linuxsampler/trunk/src/engines/sfz/EngineChannel.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/sfz/EngineChannel.h

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

revision 2870 by persson, Sun May 30 11:40:31 2010 UTC revision 2871 by schoenebeck, Sun Apr 10 18:22:23 2016 UTC
# Line 4  Line 4 
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-2009 Christian Schoenebeck                         *   *   Copyright (C) 2005-2009 Christian Schoenebeck                         *
7   *   Copyright (C) 2009 Grigor Iliev                                       *   *   Copyright (C) 2009 - 2012 Christian Schoenebeck and Grigor Iliev      *
8     *   Copyright (C) 2012 - 2016 Christian Schoenebeck and Andreas Persson   *
9   *                                                                         *   *                                                                         *
10   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
11   *   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 36  namespace LinuxSampler { namespace sfz { Line 37  namespace LinuxSampler { namespace sfz {
37          public:          public:
38              virtual void SendProgramChange(uint8_t Program);              virtual void SendProgramChange(uint8_t Program);
39              virtual void LoadInstrument();              virtual void LoadInstrument();
40              virtual void ResetInternal();              virtual void ResetInternal(bool bResetEngine) OVERRIDE;
41    
42              virtual AbstractEngine::Format GetEngineFormat();              virtual AbstractEngine::Format GetEngineFormat();
43    

Legend:
Removed from v.2870  
changed lines
  Added in v.2871

  ViewVC Help
Powered by ViewVC