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

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

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

revision 841 by iliev, Mon Oct 10 16:03:12 2005 UTC revision 842 by iliev, Thu Mar 16 18:08:34 2006 UTC
# Line 27  import java.util.logging.Level; Line 27  import java.util.logging.Level;
27  import org.jsampler.CC;  import org.jsampler.CC;
28  import org.jsampler.HF;  import org.jsampler.HF;
29    
 import net.sf.juife.AbstractTask;  
   
30  import static org.jsampler.JSI18n.i18n;  import static org.jsampler.JSI18n.i18n;
31    
32    
# Line 36  import static org.jsampler.JSI18n.i18n; Line 34  import static org.jsampler.JSI18n.i18n;
34   *   *
35   * @author Grigor Iliev   * @author Grigor Iliev
36   */   */
37  public class SetChannelAudioOutputChannel extends AbstractTask {  public class SetChannelAudioOutputChannel extends EnhancedTask {
38          private int channel;          private int channel;
39          private int audioOut;          private int audioOut;
40          private int audioIn;          private int audioIn;
# Line 53  public class SetChannelAudioOutputChanne Line 51  public class SetChannelAudioOutputChanne
51          }          }
52                    
53          public void          public void
         stop() { CC.cleanExit(); }  
           
         public void  
54          run() {          run() {
55                  try { CC.getClient().setChannelAudioOutputChannel(channel, audioOut, audioIn); }                  try { CC.getClient().setChannelAudioOutputChannel(channel, audioOut, audioIn); }
56                  catch(Exception x) {                  catch(Exception x) {

Legend:
Removed from v.841  
changed lines
  Added in v.842

  ViewVC Help
Powered by ViewVC