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

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

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

revision 2299 by iliev, Sun Dec 11 20:50:31 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 477  namespace LinuxSampler { namespace sfz { Line 477  namespace LinuxSampler { namespace sfz {
477                            
478              virtual void Trigger();              virtual void Trigger();
479              virtual void EnterFadeOutStage();              virtual void EnterFadeOutStage();
480                virtual void EnterFadeOutStage(int maxFadeOutSteps);
481                            
482              /** Called when the engine is set and the engine's pools are ready to use. */              /** Called when the engine is set and the engine's pools are ready to use. */
483              void InitRTLists();              void InitRTLists();
484                            
485              /** Invoked when the voice gone inactive. */              /** Invoked when the voice gone inactive. */
486              void Reset();              void Reset();
487    
488                void CalculateFadeOutCoeff(float FadeOutTime, float SampleRate);
489                            
490              virtual void UpdateEqSettings(EqSupport* pEqSupport);              virtual void UpdateEqSettings(EqSupport* pEqSupport);
491                            

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

  ViewVC Help
Powered by ViewVC