/[svn]/linuxsampler/trunk/src/engines/gig/EngineChannel.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/gig/EngineChannel.cpp

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

revision 2870 by schoenebeck, Tue Jun 10 17:22:48 2014 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-2012 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 44  namespace LinuxSampler { namespace gig { Line 45  namespace LinuxSampler { namespace gig {
45      AbstractEngine::Format EngineChannel::GetEngineFormat() { return AbstractEngine::GIG; }      AbstractEngine::Format EngineChannel::GetEngineFormat() { return AbstractEngine::GIG; }
46    
47      /** This method is not thread safe! */      /** This method is not thread safe! */
48      void EngineChannel::ResetInternal() {      void EngineChannel::ResetInternal(bool bResetEngine) {
49          CurrentKeyDimension = 0;          CurrentKeyDimension = 0;
50          EngineChannelBase<Voice, ::gig::DimensionRegion, ::gig::Instrument>::ResetInternal();          EngineChannelBase<Voice, ::gig::DimensionRegion, ::gig::Instrument>::ResetInternal(bResetEngine);
51      }      }
52    
53      /**      /**

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

  ViewVC Help
Powered by ViewVC