/[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 1540 by iliev, Sun Mar 25 18:59:14 2007 UTC revision 1541 by iliev, Tue Dec 4 18:09:26 2007 UTC
# Line 415  namespace LinuxSampler { Line 415  namespace LinuxSampler {
415               * @param NewCount The new number of active voices.               * @param NewCount The new number of active voices.
416               */               */
417              void fireTotalVoiceCountChanged(int NewCount);              void fireTotalVoiceCountChanged(int NewCount);
418                
419                void AddTotalStreamCountListener(TotalStreamCountListener* l);
420                void RemoveTotalStreamCountListener(TotalStreamCountListener* l);
421                void fireTotalStreamCountChanged(int NewCount);
422    
423              /**              /**
424               * Registers the specified listener to be notified when the number               * Registers the specified listener to be notified when the number
# Line 503  namespace LinuxSampler { Line 507  namespace LinuxSampler {
507               */               */
508              void DestroyMidiInputDevice(MidiInputDevice* pDevice) throw (Exception);              void DestroyMidiInputDevice(MidiInputDevice* pDevice) throw (Exception);
509    
510                 /**
511                 * Gets the current number of all active streams.
512                 * @returns The current number of all active streams.
513                 */
514                int GetDiskStreamCount();
515    
516              /**              /**
517               * Gets the current number of all active voices.               * Gets the current number of all active voices.
518               * @returns The current number of all active voices.               * @returns The current number of all active voices.
# Line 559  namespace LinuxSampler { Line 569  namespace LinuxSampler {
569              ListenerList<VoiceCountListener*> llVoiceCountListeners;              ListenerList<VoiceCountListener*> llVoiceCountListeners;
570              ListenerList<StreamCountListener*> llStreamCountListeners;              ListenerList<StreamCountListener*> llStreamCountListeners;
571              ListenerList<BufferFillListener*> llBufferFillListeners;              ListenerList<BufferFillListener*> llBufferFillListeners;
572                ListenerList<TotalStreamCountListener*> llTotalStreamCountListeners;
573              ListenerList<TotalVoiceCountListener*> llTotalVoiceCountListeners;              ListenerList<TotalVoiceCountListener*> llTotalVoiceCountListeners;
574              ListenerList<FxSendCountListener*> llFxSendCountListeners;              ListenerList<FxSendCountListener*> llFxSendCountListeners;
575    

Legend:
Removed from v.1540  
changed lines
  Added in v.1541

  ViewVC Help
Powered by ViewVC