/[svn]/linuxsampler/trunk/src/engines/common/Event.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/common/Event.cpp

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

revision 3282 by schoenebeck, Thu Dec 15 12:47:45 2016 UTC revision 3283 by schoenebeck, Wed Jun 21 20:59:06 2017 UTC
# Line 38  namespace LinuxSampler { Line 38  namespace LinuxSampler {
38          uiTotalSamplesProcessed = 0;          uiTotalSamplesProcessed = 0;
39      }      }
40    
41        void EventGenerator::SetSampleRate(uint SampleRate) {
42            uiSampleRate = SampleRate;
43        }
44    
45      /**      /**
46       * Updates the time stamps for the beginning and end of the current audio       * Updates the time stamps for the beginning and end of the current audio
47       * fragment. This is needed to be able to calculate the respective sample       * fragment. This is needed to be able to calculate the respective sample

Legend:
Removed from v.3282  
changed lines
  Added in v.3283

  ViewVC Help
Powered by ViewVC