/[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 2219 by iliev, Thu Jul 28 12:35:49 2011 UTC revision 2224 by iliev, Mon Aug 1 19:08:09 2011 UTC
# Line 107  namespace LinuxSampler { Line 107  namespace LinuxSampler {
107              virtual void Synthesize(uint Samples, sample_t* pSrc, uint Skip);              virtual void Synthesize(uint Samples, sample_t* pSrc, uint Skip);
108                            
109              uint GetSampleRate() { return GetEngine()->SampleRate; }              uint GetSampleRate() { return GetEngine()->SampleRate; }
110                
111                uint8_t GetControllerValue(uint8_t Controller) {
112                    return (Controller > 128) ? 0 : pEngineChannel->ControllerTable[Controller];
113                }
114    
115              void processCCEvents(RTList<Event>::Iterator& itEvent, uint End);              void processCCEvents(RTList<Event>::Iterator& itEvent, uint End);
116              void processPitchEvent(RTList<Event>::Iterator& itEvent);              void processPitchEvent(RTList<Event>::Iterator& itEvent);

Legend:
Removed from v.2219  
changed lines
  Added in v.2224

  ViewVC Help
Powered by ViewVC