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

Diff of /jsampler/trunk/src/org/jsampler/task/SetAudioChannelParameter.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 34  import static org.jsampler.JSI18n.i18n; Line 34  import static org.jsampler.JSI18n.i18n;
34    
35    
36  /**  /**
37   *   * This task alters a specific setting of an audio output channel.
38   * @author Grigor Iliev   * @author Grigor Iliev
39   */   */
40  public class SetAudioChannelParameter extends EnhancedTask {  public class SetAudioChannelParameter extends EnhancedTask {
# Line 58  public class SetAudioChannelParameter ex Line 58  public class SetAudioChannelParameter ex
58                  this.prm = prm;                  this.prm = prm;
59          }          }
60                    
61            /** The entry point of the task. */
62          public void          public void
63          run() {          run() {
64                  try {                  try {

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

  ViewVC Help
Powered by ViewVC