/[svn]/linuxsampler/trunk/src/Sampler.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/Sampler.h

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

revision 1761 by iliev, Fri Aug 29 15:42:06 2008 UTC revision 1789 by iliev, Sat Nov 1 19:01:27 2008 UTC
# Line 543  namespace LinuxSampler { Line 543  namespace LinuxSampler {
543               */               */
544              static bool EnableDenormalsAreZeroMode();              static bool EnableDenormalsAreZeroMode();
545    
546                /**
547                 * Notifies listeners about the current number of voices,
548                 * streams and total voices, and the current fill state of
549                 * the disk stream buffers.
550                 */
551                void fireStatistics();
552    
553          protected:          protected:
554              /**              /**
555               * Notifies listeners that the number of sampler channels has been changed.               * Notifies listeners that the number of sampler channels has been changed.
# Line 606  namespace LinuxSampler { Line 613  namespace LinuxSampler {
613              AudioOutputDeviceMap  mAudioOutputDevices; ///< contains all created audio output devices              AudioOutputDeviceMap  mAudioOutputDevices; ///< contains all created audio output devices
614              MidiInputDeviceMap    mMidiInputDevices;   ///< contains all created MIDI input devices              MidiInputDeviceMap    mMidiInputDevices;   ///< contains all created MIDI input devices
615    
616                // statistics cache
617                uint uiOldTotalVoiceCount;
618                uint uiOldTotalStreamCount;
619                std::map<uint, uint> mOldVoiceCounts;
620                std::map<uint, uint> mOldStreamCounts;
621    
622              friend class SamplerChannel;              friend class SamplerChannel;
623    
624          private:          private:

Legend:
Removed from v.1761  
changed lines
  Added in v.1789

  ViewVC Help
Powered by ViewVC