Welcome to Tsunami Channel
Menu
Comic Strips
02/05 Program #5
02/06 Program #6
02/07 Program #7
02/08 Program #8
02/09 Program #9
02/10 Program #10
02/11 Program #11
02/14 Program #12
02/15 Program #13
02/16 Program #14
02/17 Program #15
02/18 Program #16
02/21 Program #17
02/22 Program #18
02/23 Program #19
02/24 Program #20
02/25 Program #21
03/07 Program #22
03/08 Program #23
03/09 Program #24
03/10 Program #25
Thursday, February 17, 2005
| First| Prev | Next |Last |

Program #15 "Midi Test"

Comic Strip

| First| Prev | Next |Last |

"Midi Test" by Akira
(2005-02-17)

This was a very simple midi test, but it gave me an error when I tried to run it on the web... If runs fine on local... The problem was InputStream. It seems like MidiSystem doesn't load the (certain type of) midi correctly when it's running on the web. I had to first store them in byte[], use ByteArrayInputStream to create a fake input stream and pass it to MidiSystem... Sigh...