edu.uiuc.cs397rhc.sound
Class SoundUtils

java.lang.Object
  extended by edu.uiuc.cs397rhc.sound.SoundUtils

public abstract class SoundUtils
extends java.lang.Object

An abstract class to define various things that will be useful to anything that's interested in sound.


Field Summary
static java.lang.String DEFAULT_PREFERRED_SYNTHESIZER
           
 
Constructor Summary
SoundUtils()
           
 
Method Summary
static javax.sound.midi.MidiDevice getDefaultSynthesizer()
           
static javax.sound.midi.MidiDevice getPreferredSynthesizer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PREFERRED_SYNTHESIZER

public static final java.lang.String DEFAULT_PREFERRED_SYNTHESIZER
See Also:
Constant Field Values
Constructor Detail

SoundUtils

public SoundUtils()
Method Detail

getPreferredSynthesizer

public static javax.sound.midi.MidiDevice getPreferredSynthesizer()

getDefaultSynthesizer

public static javax.sound.midi.MidiDevice getDefaultSynthesizer()