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

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

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

revision 2390 by persson, Sat Jan 5 12:31:05 2013 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 - 2008 Christian Schoenebeck                       *   *   Copyright (C) 2005 - 2008 Christian Schoenebeck                       *
7   *   Copyright (C) 2009 - 2013 Christian Schoenebeck and 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 38  namespace LinuxSampler { namespace sf2 { Line 39  namespace LinuxSampler { namespace sf2 {
39          public:          public:
40              virtual void SendProgramChange(uint8_t Program);              virtual void SendProgramChange(uint8_t Program);
41              virtual void LoadInstrument();              virtual void LoadInstrument();
42              virtual void ResetInternal();              virtual void ResetInternal(bool bResetEngine) OVERRIDE;
43    
44              virtual AbstractEngine::Format GetEngineFormat();              virtual AbstractEngine::Format GetEngineFormat();
45    

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

  ViewVC Help
Powered by ViewVC