/[svn]/jsampler/trunk/src/org/jsampler/view/fantasia/FantasiaPrefs.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/view/fantasia/FantasiaPrefs.java

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

revision 1775 by iliev, Mon Sep 8 00:19:27 2008 UTC revision 1776 by iliev, Thu Sep 11 18:48:36 2008 UTC
# Line 79  public class FantasiaPrefs extends StdPr Line 79  public class FantasiaPrefs extends StdPr
79                  if(name == LS_CONSOLE_WARNING_COLOR) return 0xf19e0e;                  if(name == LS_CONSOLE_WARNING_COLOR) return 0xf19e0e;
80                  if(name == LS_CONSOLE_ERROR_COLOR) return 0xfa4a1f;                  if(name == LS_CONSOLE_ERROR_COLOR) return 0xfa4a1f;
81                                    
82                    if("midiKeyboard.firstKey".equals(name)) return 0;
83                    if("midiKeyboard.lastKey".equals(name)) return 127;
84                    
85                  return super.getDefaultIntValue(name);                  return super.getDefaultIntValue(name);
86          }          }
87                    
# Line 95  public class FantasiaPrefs extends StdPr Line 98  public class FantasiaPrefs extends StdPr
98                  if("toolBar.visible".equals(name)) return true;                  if("toolBar.visible".equals(name)) return true;
99                  if("leftSidePane.visible".equals(name)) return true;                  if("leftSidePane.visible".equals(name)) return true;
100                  if("rightSidePane.visible".equals(name)) return true;                  if("rightSidePane.visible".equals(name)) return true;
101                    if("midiKeyboard.visible".equals(name)) return true;
102                  if("rightSidePane.showInstrumentsDb".equals(name)) return true;                  if("rightSidePane.showInstrumentsDb".equals(name)) return true;
103                  if("channel.smallView.showChannelNumbering".equals(name)) return true;                  if("channel.smallView.showChannelNumbering".equals(name)) return true;
104                  if("channel.smallView.showStreamVoiceCount".equals(name)) return true;                  if("channel.smallView.showStreamVoiceCount".equals(name)) return true;

Legend:
Removed from v.1775  
changed lines
  Added in v.1776

  ViewVC Help
Powered by ViewVC