/[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 1333 by iliev, Fri Sep 7 12:09:59 2007 UTC revision 1334 by iliev, Sun Sep 9 17:43:30 2007 UTC
# Line 63  public class JSPrefs extends PropertyCha Line 63  public class JSPrefs extends PropertyCha
63          public final static String DEFAULT_AUDIO_OUTPUT = "defaultAudioOutput";          public final static String DEFAULT_AUDIO_OUTPUT = "defaultAudioOutput";
64                    
65          /**          /**
66             * Property representing the default MIDI instrument map to be used when
67             * new sampler channel is created. The action is taken only if
68             * <code>USE_CHANNEL_DEFAULTS</code> is <code>true</code>.
69             */
70            public final static String DEFAULT_MIDI_INSTRUMENT_MAP = "defaultMidiInstrumentMap";
71            
72            /**
73             * Property representing the default channel volume when
74             * new sampler channel is created. The action is taken only if
75             * <code>USE_CHANNEL_DEFAULTS</code> is <code>true</code>.
76             */
77            public final static String DEFAULT_CHANNEL_VOLUME = "defaultChannelVolume";
78            
79            /**
80           * Property representing the default MIDI input driver to be used           * Property representing the default MIDI input driver to be used
81           * when creating new MIDI input device.           * when creating new MIDI input device.
82           */           */

Legend:
Removed from v.1333  
changed lines
  Added in v.1334

  ViewVC Help
Powered by ViewVC