/[svn]/jsampler/trunk/src/org/jsampler/view/std/StdPrefs.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/view/std/StdPrefs.java

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

revision 1731 by iliev, Tue Feb 19 16:32:36 2008 UTC revision 1732 by iliev, Sat May 3 01:40:06 2008 UTC
# Line 77  public class StdPrefs extends JSPrefs { Line 77  public class StdPrefs extends JSPrefs {
77          /** Property which specifies the sort order in the instruments database frame. */          /** Property which specifies the sort order in the instruments database frame. */
78          public final static String INSTRUMENTS_DB_FRAME_SORT_ORDER = "instrumentsDbFrameSortOrder";          public final static String INSTRUMENTS_DB_FRAME_SORT_ORDER = "instrumentsDbFrameSortOrder";
79                    
80            /** Property representing the channel view to be used when creating a sampler channel. */
81            public final static String DEFAULT_CHANNEL_VIEW = "defaultChannelView";
82            
83                    
84          /**          /**
85           * Creates a new instance of <code>StdPrefs</code>.           * Creates a new instance of <code>StdPrefs</code>.
# Line 108  public class StdPrefs extends JSPrefs { Line 111  public class StdPrefs extends JSPrefs {
111                  if(name == MAXIMUM_MASTER_VOLUME) return 100;                  if(name == MAXIMUM_MASTER_VOLUME) return 100;
112                  if(name == MAXIMUM_CHANNEL_VOLUME) return 100;                  if(name == MAXIMUM_CHANNEL_VOLUME) return 100;
113                  if(name == INSTRUMENTS_DB_FRAME_SORT_ORDER) return 1;                  if(name == INSTRUMENTS_DB_FRAME_SORT_ORDER) return 1;
114                    if(name == DEFAULT_CHANNEL_VIEW) return 1;
115                                    
116                  return super.getDefaultIntValue(name);                  return super.getDefaultIntValue(name);
117          }          }

Legend:
Removed from v.1731  
changed lines
  Added in v.1732

  ViewVC Help
Powered by ViewVC