| 1 | 
 ############################################################ | 
 
 
 
 
 
 | 2 | 
 #               Sound Configuration File | 
 
 
 
 
 
 | 3 | 
 ############################################################ | 
 
 
 
 
 
 | 4 | 
 # | 
 
 
 
 
 
 | 5 | 
 # This properties file is used to specify default service | 
 
 
 
 
 
 | 6 | 
 # providers for javax.sound.midi.MidiSystem and | 
 
 
 
 
 
 | 7 | 
 # javax.sound.sampled.AudioSystem. | 
 
 
 
 
 
 | 8 | 
 # | 
 
 
 
 
 
 | 9 | 
 # The following keys are recognized by MidiSystem methods: | 
 
 
 
 
 
 | 10 | 
 # | 
 
 
 
 
 
 | 11 | 
 # javax.sound.midi.Receiver | 
 
 
 
 
 
 | 12 | 
 # javax.sound.midi.Sequencer | 
 
 
 
 
 
 | 13 | 
 # javax.sound.midi.Synthesizer | 
 
 
 
 
 
 | 14 | 
 # javax.sound.midi.Transmitter | 
 
 
 
 
 
 | 15 | 
 # | 
 
 
 
 
 
 | 16 | 
 # The following keys are recognized by AudioSystem methods: | 
 
 
 
 
 
 | 17 | 
 # | 
 
 
 
 
 
 | 18 | 
 # javax.sound.sampled.Clip | 
 
 
 
 
 
 | 19 | 
 # javax.sound.sampled.Port | 
 
 
 
 
 
 | 20 | 
 # javax.sound.sampled.SourceDataLine | 
 
 
 
 
 
 | 21 | 
 # javax.sound.sampled.TargetDataLine | 
 
 
 
 
 
 | 22 | 
 # | 
 
 
 
 
 
 | 23 | 
 # The values specify the full class name of the service | 
 
 
 
 
 
 | 24 | 
 # provider, or the device name. | 
 
 
 
 
 
 | 25 | 
 # | 
 
 
 
 
 
 | 26 | 
 # See the class descriptions for details. | 
 
 
 
 
 
 | 27 | 
 # | 
 
 
 
 
 
 | 28 | 
 # Example 1: | 
 
 
 
 
 
 | 29 | 
 # Use MyDeviceProvider as default for SourceDataLines: | 
 
 
 
 
 
 | 30 | 
 # javax.sound.sampled.SourceDataLine=com.xyz.MyDeviceProvider | 
 
 
 
 
 
 | 31 | 
 # | 
 
 
 
 
 
 | 32 | 
 # Example 2: | 
 
 
 
 
 
 | 33 | 
 # Specify the default Synthesizer by its name "InternalSynth". | 
 
 
 
 
 
 | 34 | 
 # javax.sound.midi.Synthesizer=#InternalSynth | 
 
 
 
 
 
 | 35 | 
 # | 
 
 
 
 
 
 | 36 | 
 # Example 3: | 
 
 
 
 
 
 | 37 | 
 # Specify the default Receiver by provider and name: | 
 
 
 
 
 
 | 38 | 
 # javax.sound.midi.Receiver=com.sun.media.sound.MidiProvider#SunMIDI1 | 
 
 
 
 
 
 | 39 | 
 # |