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

Diff of /jsampler/trunk/src/org/jsampler/task/UpdateTotalVoiceCount.java

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

revision 910 by iliev, Thu Mar 16 18:08:34 2006 UTC revision 911 by iliev, Mon Aug 7 18:25:58 2006 UTC
# Line 32  import static org.jsampler.JSI18n.i18n; Line 32  import static org.jsampler.JSI18n.i18n;
32    
33    
34  /**  /**
35   *   * This task updates the current number of all active voices
36     * and the maximum number of active voices allowed.
37   * @author Grigor Iliev   * @author Grigor Iliev
38   */   */
39  public class UpdateTotalVoiceCount extends EnhancedTask {  public class UpdateTotalVoiceCount extends EnhancedTask {
40            /** Creates a new instance of <code>UpdateTotalVoiceCount</code>. */
41          public          public
42          UpdateTotalVoiceCount() {          UpdateTotalVoiceCount() {
43                  setTitle("UpdateTotalVoiceCount_task");                  setTitle("UpdateTotalVoiceCount_task");
44                  setDescription(i18n.getMessage("UpdateTotalVoiceCount.description"));                  setDescription(i18n.getMessage("UpdateTotalVoiceCount.description"));
45          }          }
46                    
47            /** The entry point of the task. */
48          public void          public void
49          run() {          run() {
50                  try {                  try {

Legend:
Removed from v.910  
changed lines
  Added in v.911

  ViewVC Help
Powered by ViewVC