/[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 1314 by iliev, Thu Aug 30 22:44:29 2007 UTC revision 1315 by iliev, Fri Aug 31 14:25:45 2007 UTC
# Line 62  public class JSPrefs extends PropertyCha Line 62  public class JSPrefs extends PropertyCha
62           */           */
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 input driver to be used
67             * when creating new MIDI input device.
68             */
69            public final static String DEFAULT_MIDI_DRIVER = "defaultMidiDriver";
70            
71            /**
72             * Property representing the default audio output driver to be used
73             * when creating new audio output device.
74             */
75            public final static String DEFAULT_AUDIO_DRIVER = "defaultAudioDriver";
76            
77                    
78          private final String pathName;          private final String pathName;
79          private final Preferences userPrefs;          private final Preferences userPrefs;

Legend:
Removed from v.1314  
changed lines
  Added in v.1315

  ViewVC Help
Powered by ViewVC