/[svn]/linuxsampler/trunk/src/engines/common/SignalUnitRack.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/common/SignalUnitRack.h

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

revision 2327 by iliev, Fri Dec 9 17:04:24 2011 UTC revision 2328 by persson, Sat Mar 10 16:23:19 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 133  namespace LinuxSampler { Line 133  namespace LinuxSampler {
133              virtual EndpointSignalUnit* GetEndpointUnit() = 0;              virtual EndpointSignalUnit* GetEndpointUnit() = 0;
134                            
135              virtual void EnterFadeOutStage() = 0;              virtual void EnterFadeOutStage() = 0;
136                virtual void EnterFadeOutStage(int maxFadeOutSteps) = 0;
137                            
138              /**              /**
139               * Will be called to increment the time with one sample point.               * Will be called to increment the time with one sample point.

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

  ViewVC Help
Powered by ViewVC