1

Possible Duplicate:
Reading MIDI files in Java

I have a midi file, and I'm trying to read the file and basically dump all the messages from the midi file into a text file.

so far I'm reading in my file and storing it in a Sequence (javax.sound.midi.Sequence) Object. However when I try and read the messages from the track events I get memory locations.

Does anyone have any ideas?

Thanks in advance.

Community
  • 1
  • 1
Devan Somaia
  • 645
  • 1
  • 8
  • 21

1 Answers1

0

I thought my question wasn't answered on here before, but it seems the solution was there.

Reading MIDI files in Java

Apologies.

Community
  • 1
  • 1
Devan Somaia
  • 645
  • 1
  • 8
  • 21