/[svn]/jsampler/trunk/src/org/jsampler/SamplerModel.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/SamplerModel.java

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

revision 1467 by iliev, Sat Nov 3 13:14:31 2007 UTC revision 1545 by iliev, Tue Dec 4 18:28:29 2007 UTC
# Line 433  public interface SamplerModel { Line 433  public interface SamplerModel {
433          public int getMutedBySoloChannelCount();          public int getMutedBySoloChannelCount();
434                    
435          /**          /**
436             * Gets the total number of active streams.
437             * @return The total number of active streams.
438             */
439            public int getTotalStreamCount();
440            
441            /**
442           * Gets the total number of active voices.           * Gets the total number of active voices.
443           * @return The total number of active voices.           * @return The total number of active voices.
444           */           */
# Line 468  public interface SamplerModel { Line 474  public interface SamplerModel {
474          public void resetBackend();          public void resetBackend();
475                    
476          /**          /**
477             * Updates the current number of active disk streams in the sampler.
478             * @param count The new number of active streams.
479             */
480            public void updateActiveStreamsInfo(int count);
481            
482            /**
483           * Updates the current and the maximum number of active voices in the sampler.           * Updates the current and the maximum number of active voices in the sampler.
484           * @param count The new number of active voices.           * @param count The new number of active voices.
485           * @param countMax The maximum number of active voices.           * @param countMax The maximum number of active voices.

Legend:
Removed from v.1467  
changed lines
  Added in v.1545

  ViewVC Help
Powered by ViewVC