I found in the java3D archives the following code ---------------------------- import sun.audio.* ; import java.io.* ; . . . InputStream in = new FileInputStream( Filename ) ; AudioStream as = new AudioStream( in ) ; AudioPlayer.player.start( as ) ; ---------------------- This code will play midi files at the same time, but I do not know how to play them back to back. I believe behaviors is what I need. How do I tell the application/applet to play the next midi file after the previous one is finish playing. Michael
|
