/[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 1865 by iliev, Sat Mar 14 20:44:58 2009 UTC revision 1866 by iliev, Sun Mar 15 19:40:29 2009 UTC
# Line 1223  public class CC { Line 1223  public class CC {
1223                          for(int i = 0; i < fxSends.length; i++) {                          for(int i = 0; i < fxSends.length; i++) {
1224                                  FxSend f = fxSends[i];                                  FxSend f = fxSends[i];
1225                                  lscpClient.createFxSend(chnId, f.getMidiController(), f.getName());                                  lscpClient.createFxSend(chnId, f.getMidiController(), f.getName());
1226                                    lscpClient.setFxSendLevel(chnId, i, f.getLevel());
1227                                                                    
1228                                  Integer[] r = f.getAudioOutputRouting();                                  Integer[] r = f.getAudioOutputRouting();
1229                                  for(int j = 0; j < r.length; j++) {                                  for(int j = 0; j < r.length; j++) {

Legend:
Removed from v.1865  
changed lines
  Added in v.1866

  ViewVC Help
Powered by ViewVC