X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=j11jre%2Fopenjdk11_windows%2Fconf%2Fsound.properties;fp=j11jre%2Fopenjdk11_windows%2Fconf%2Fsound.properties;h=0000000000000000000000000000000000000000;hb=cae66e7ef0ed62e152437a0dd3bff62368269971;hp=68309d111a6050739ccd938dd4d4b9fae3f4e36d;hpb=e17567acd864698c9e705a0441cb91cb4dab33e2;p=jalview.git diff --git a/j11jre/openjdk11_windows/conf/sound.properties b/j11jre/openjdk11_windows/conf/sound.properties deleted file mode 100644 index 68309d1..0000000 --- a/j11jre/openjdk11_windows/conf/sound.properties +++ /dev/null @@ -1,39 +0,0 @@ -############################################################ -# Sound Configuration File -############################################################ -# -# This properties file is used to specify default service -# providers for javax.sound.midi.MidiSystem and -# javax.sound.sampled.AudioSystem. -# -# The following keys are recognized by MidiSystem methods: -# -# javax.sound.midi.Receiver -# javax.sound.midi.Sequencer -# javax.sound.midi.Synthesizer -# javax.sound.midi.Transmitter -# -# The following keys are recognized by AudioSystem methods: -# -# javax.sound.sampled.Clip -# javax.sound.sampled.Port -# javax.sound.sampled.SourceDataLine -# javax.sound.sampled.TargetDataLine -# -# The values specify the full class name of the service -# provider, or the device name. -# -# See the class descriptions for details. -# -# Example 1: -# Use MyDeviceProvider as default for SourceDataLines: -# javax.sound.sampled.SourceDataLine=com.xyz.MyDeviceProvider -# -# Example 2: -# Specify the default Synthesizer by its name "InternalSynth". -# javax.sound.midi.Synthesizer=#InternalSynth -# -# Example 3: -# Specify the default Receiver by provider and name: -# javax.sound.midi.Receiver=com.sun.media.sound.MidiProvider#SunMIDI1 -#