/[svn]/linuxsampler/trunk/src/engines/gig/EGADSR.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/gig/EGADSR.h

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

revision 767 by schoenebeck, Tue Aug 16 17:14:25 2005 UTC revision 768 by persson, Fri Sep 2 20:11:55 2005 UTC
# Line 210  class EGADSR { Line 210  class EGADSR {
210          void enterAttackStage(const uint PreAttack, const float AttackTime, const uint SampleRate, const double SamplePos, const float CurrentPitch);          void enterAttackStage(const uint PreAttack, const float AttackTime, const uint SampleRate, const double SamplePos, const float CurrentPitch);
211          void enterAttackHoldStage(const double SamplePos, const float CurrentPitch);          void enterAttackHoldStage(const double SamplePos, const float CurrentPitch);
212          void enterDecay1Part1Stage(const uint SampleRate);          void enterDecay1Part1Stage(const uint SampleRate);
213          void enterDecay1Part2Stage();          void enterDecay1Part2Stage(const uint SampleRate);
214          void enterDecay2Stage(const uint SampleRate);          void enterDecay2Stage(const uint SampleRate);
215          void enterSustainStage();          void enterSustainStage();
216          void enterReleasePart1Stage();          void enterReleasePart1Stage();

Legend:
Removed from v.767  
changed lines
  Added in v.768

  ViewVC Help
Powered by ViewVC