/[svn]/jsampler/trunk/src/org/jsampler/view/classic/ChannelOutputRoutingDlg.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/view/classic/ChannelOutputRoutingDlg.java

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

revision 1203 by iliev, Mon Apr 2 21:18:31 2007 UTC revision 1204 by iliev, Thu May 24 21:43:45 2007 UTC
# Line 84  public class ChannelOutputRoutingDlg ext Line 84  public class ChannelOutputRoutingDlg ext
84                                                    
85                          JComboBox cb = new JComboBox();                          JComboBox cb = new JComboBox();
86                          int devId = channel.getAudioOutputDevice();                          int devId = channel.getAudioOutputDevice();
87                          AudioDeviceModel adm = CC.getSamplerModel().getAudioDeviceModel(devId);                          AudioDeviceModel adm = CC.getSamplerModel().getAudioDeviceById(devId);
88                                                    
89                          if(adm == null) {                          if(adm == null) {
90                                  setEnabled(false);                                  setEnabled(false);

Legend:
Removed from v.1203  
changed lines
  Added in v.1204

  ViewVC Help
Powered by ViewVC