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

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

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

revision 2306 by iliev, Wed Nov 23 21:19:44 2011 UTC revision 2307 by iliev, Wed Jan 25 11:24:04 2012 UTC
# Line 400  public class JSPrefs extends PropertyCha Line 400  public class JSPrefs extends PropertyCha
400                  if(GLOBAL_VOICE_LIMIT.equals(name)) return 64;                  if(GLOBAL_VOICE_LIMIT.equals(name)) return 64;
401                  if(GLOBAL_STREAM_LIMIT.equals(name)) return 90;                  if(GLOBAL_STREAM_LIMIT.equals(name)) return 90;
402                  if(SOCKET_READ_TIMEOUT.equals(name)) return 90;                  if(SOCKET_READ_TIMEOUT.equals(name)) return 90;
403                  if(FIRST_MIDI_BANK_NUMBER.equals(name)) return 1;                  if(FIRST_MIDI_BANK_NUMBER.equals(name)) return 0;
404                  if(FIRST_MIDI_PROGRAM_NUMBER.equals(name)) return 1;                  if(FIRST_MIDI_PROGRAM_NUMBER.equals(name)) return 1;
405                  if(BACKEND_LAUNCH_DELAY.equals(name)) return 3;                  if(BACKEND_LAUNCH_DELAY.equals(name)) return 3;
406                  if(DEFAULT_CHANNEL_VOLUME.equals(name)) return 100;                  if(DEFAULT_CHANNEL_VOLUME.equals(name)) return 100;

Legend:
Removed from v.2306  
changed lines
  Added in v.2307

  ViewVC Help
Powered by ViewVC