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

Diff of /jsampler/trunk/src/org/jsampler/task/SetMidiInputPortCount.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 33  import static org.jsampler.JSI18n.i18n; Line 33  import static org.jsampler.JSI18n.i18n;
33    
34    
35  /**  /**
36   *   * This task changes the port number of a speicific MIDI input device.
37   * @author Grigor Iliev   * @author Grigor Iliev
38   */   */
39  public class SetMidiInputPortCount extends EnhancedTask {  public class SetMidiInputPortCount extends EnhancedTask {
# Line 54  public class SetMidiInputPortCount exten Line 54  public class SetMidiInputPortCount exten
54                  this.ports = ports;                  this.ports = ports;
55          }          }
56                    
57            /** The entry point of the task. */
58          public void          public void
59          run() {          run() {
60                  try {                  try {

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

  ViewVC Help
Powered by ViewVC