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

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

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

revision 2113 by persson, Sat Jan 30 10:30:02 2010 UTC revision 2114 by persson, Tue Aug 10 12:05:19 2010 UTC
# Line 75  namespace LinuxSampler { namespace sf2 { Line 75  namespace LinuxSampler { namespace sf2 {
75              virtual double           GetVelocityAttenuation(uint8_t MIDIKeyVelocity);              virtual double           GetVelocityAttenuation(uint8_t MIDIKeyVelocity);
76              virtual double           GetVelocityRelease(uint8_t MIDIKeyVelocity);              virtual double           GetVelocityRelease(uint8_t MIDIKeyVelocity);
77              virtual double           GetSampleAttenuation();              virtual double           GetSampleAttenuation();
78                virtual void             ProcessGroupEvent(RTList<Event>::Iterator& itEvent);
79    
80          private:          private:
81              ::LinuxSampler::gig::EGADSR EG1; // TODO: add a fine-tuned version for SF2, or maybe use sfz v1 instead of gig              ::LinuxSampler::gig::EGADSR EG1; // TODO: add a fine-tuned version for SF2, or maybe use sfz v1 instead of gig

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

  ViewVC Help
Powered by ViewVC