storyworld.gui
Class PlayMidiAudio

java.lang.Object
  extended by storyworld.gui.PlayMidiAudio

public class PlayMidiAudio
extends Object


Field Summary
(package private) static Sequencer sequencer
           
 
Constructor Summary
PlayMidiAudio()
           
 
Method Summary
static void play(Object o, String filename)
           
static void play(String filename)
           
static void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sequencer

static Sequencer sequencer
Constructor Detail

PlayMidiAudio

public PlayMidiAudio()
Method Detail

play

public static void play(Object o,
                        String filename)
                 throws Exception
Throws:
Exception

play

public static void play(String filename)
                 throws Exception
Throws:
Exception

stop

public static void stop()