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

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

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

revision 2326 by iliev, Thu Dec 8 20:03:47 2011 UTC revision 2327 by persson, Sat Mar 10 16:16:14 2012 UTC
# Line 2  Line 2 
2   *                                                                         *   *                                                                         *
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2011 Grigor Iliev                                       *   *   Copyright (C) 2011 - 2012 Grigor Iliev                                *
6   *                                                                         *   *                                                                         *
7   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
8   *   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 125  namespace LinuxSampler { namespace sf2 { Line 125  namespace LinuxSampler { namespace sf2 {
125    
126              virtual EndpointSignalUnit* GetEndpointUnit();              virtual EndpointSignalUnit* GetEndpointUnit();
127              virtual void EnterFadeOutStage();              virtual void EnterFadeOutStage();
128                virtual void EnterFadeOutStage(int maxFadeOutSteps);
129    
130                void CalculateFadeOutCoeff(float FadeOutTime, float SampleRate);
131                            
132              virtual void UpdateEqSettings(EqSupport* pEqSupport) { }              virtual void UpdateEqSettings(EqSupport* pEqSupport) { }
133      };      };

Legend:
Removed from v.2326  
changed lines
  Added in v.2327

  ViewVC Help
Powered by ViewVC