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

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

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

revision 2055 by persson, Sat Jan 30 10:30:02 2010 UTC revision 2114 by persson, Tue Aug 10 12:05:19 2010 UTC
# Line 79  namespace LinuxSampler { namespace gig { Line 79  namespace LinuxSampler { namespace gig {
79              virtual double           GetVelocityAttenuation(uint8_t MIDIKeyVelocity);              virtual double           GetVelocityAttenuation(uint8_t MIDIKeyVelocity);
80              virtual double           GetVelocityRelease(uint8_t MIDIKeyVelocity);              virtual double           GetVelocityRelease(uint8_t MIDIKeyVelocity);
81              virtual double           GetSampleAttenuation();              virtual double           GetSampleAttenuation();
82                virtual void             ProcessGroupEvent(RTList<Event>::Iterator& itEvent);
83    
84          private:          private:
85              EGADSR EG1;              EGADSR EG1;

Legend:
Removed from v.2055  
changed lines
  Added in v.2114

  ViewVC Help
Powered by ViewVC