/[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 1545 by iliev, Tue Dec 4 18:28:29 2007 UTC revision 1567 by iliev, Thu Dec 6 19:37:41 2007 UTC
# Line 485  public interface SamplerModel { Line 485  public interface SamplerModel {
485           * @param countMax The maximum number of active voices.           * @param countMax The maximum number of active voices.
486           */           */
487          public void updateActiveVoiceInfo(int count, int countMax);          public void updateActiveVoiceInfo(int count, int countMax);
488            
489            /**
490             * Determines whether the sampler configuration is modified.
491             */
492            public boolean isModified();
493            
494            /**
495             * Sets whether the sampler configuration is modified.
496             */
497            public void setModified(boolean b);
498  }  }

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

  ViewVC Help
Powered by ViewVC