/[svn]/linuxsampler/trunk/src/eg_vca.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/eg_vca.h

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

revision 30 by schoenebeck, Sun Jan 11 16:43:54 2004 UTC revision 31 by schoenebeck, Sun Jan 18 20:31:31 2004 UTC
# Line 48  class EG_VCA { Line 48  class EG_VCA {
48          static const double Limit;          static const double Limit;
49    
50          EG_VCA();          EG_VCA();
51          void ProcessFragment();          void Process(uint Samples);
52          void Trigger(uint PreAttack, double Attack, double Release);          void Trigger(uint PreAttack, double Attack, double Release);
53          void Release();          void Release();
54          inline EG_VCA::stage_t GetStage() { return Stage; };          inline EG_VCA::stage_t GetStage() { return Stage; };

Legend:
Removed from v.30  
changed lines
  Added in v.31

  ViewVC Help
Powered by ViewVC