/[svn]/linuxsampler/trunk/src/engines/common/AbstractVoice.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/common/AbstractVoice.h

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

revision 2115 by persson, Thu Aug 12 15:36:15 2010 UTC revision 2121 by schoenebeck, Tue Sep 14 17:09:08 2010 UTC
# Line 188  namespace LinuxSampler { Line 188  namespace LinuxSampler {
188               */               */
189              virtual double CalculateCrossfadeVolume(uint8_t MIDIKeyVelocity) = 0;              virtual double CalculateCrossfadeVolume(uint8_t MIDIKeyVelocity) = 0;
190    
191                virtual MidiKeyBase* GetMidiKeyInfo(int MIDIKey) = 0;
192    
193              virtual int   OrderNewStream() = 0;              virtual int   OrderNewStream() = 0;
194    
195              virtual PitchInfo CalculatePitchInfo(int PitchBend);              virtual PitchInfo CalculatePitchInfo(int PitchBend);

Legend:
Removed from v.2115  
changed lines
  Added in v.2121

  ViewVC Help
Powered by ViewVC