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

Diff of /jsampler/trunk/src/org/jsampler/CC.java

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

revision 1467 by iliev, Sat Nov 3 13:14:31 2007 UTC revision 1540 by iliev, Mon Dec 3 23:22:02 2007 UTC
# Line 806  public class CC { Line 806  public class CC {
806                                                  break;                                                  break;
807                                          }                                          }
808                                  }                                  }
809                                    lscpCLient.setChannelMidiInputPort(chnId, chn.getMidiInputPort());
810                                    lscpCLient.setChannelMidiInputChannel(chnId, chn.getMidiInputChannel());
811                          }                          }
                         lscpCLient.setChannelMidiInputPort(chnId, chn.getMidiInputPort());  
                         lscpCLient.setChannelMidiInputChannel(chnId, chn.getMidiInputChannel());  
812                                                    
813                          id = chn.getAudioOutputDevice();                          id = chn.getAudioOutputDevice();
814                          if(id != -1) {                          if(id != -1) {

Legend:
Removed from v.1467  
changed lines
  Added in v.1540

  ViewVC Help
Powered by ViewVC