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

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

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

revision 318 by schoenebeck, Tue Apr 27 09:21:58 2004 UTC revision 319 by schoenebeck, Mon Dec 13 00:46:42 2004 UTC
# Line 48  namespace LinuxSampler { namespace gig { Line 48  namespace LinuxSampler { namespace gig {
48      class EGDecay {      class EGDecay {
49          public:          public:
50              EGDecay(gig::Engine* pEngine, Event::destination_t ModulationDestination);              EGDecay(gig::Engine* pEngine, Event::destination_t ModulationDestination);
51              void Process(uint Samples);              bool Process(uint Samples);
52              void Trigger(float Depth, double DecayTime, uint Delay);              void Trigger(float Depth, double DecayTime, uint Delay);
53          protected:          protected:
54              gig::Engine* pEngine;              gig::Engine* pEngine;

Legend:
Removed from v.318  
changed lines
  Added in v.319

  ViewVC Help
Powered by ViewVC