The last post in the thread will be a summary of the week (what has
been the whole update previously)
I have been working through the following article:
http://java.sun.com/javase/6/docs/technotes/guides/sound/programmer_guide/chapter11.html
In addition I have three small applications in development that all
take on aspects of the final application. One application is playing
with GUI (I decided to go with SWT), one application is dealing with
MIDI playback and reading the various information available in the
MIDI file. The last application is dealing with MIDI composition.
Right now I am trying to combine the first and last application
(playback and GUI) into one, a MIDI Jukebox that you can play a file
and skip to different parts. I believe these smaller applications
will help greatly when combining all the research into one
application.
Today I spent about 5 hours with all the research. It feels good to
really sink my teeth into the research, but it just shows that there
is a lot of work ahead of me.
On Jan 19, 12:33 am, Jason Pawlak <jasonapaw...@gmail.com> wrote:
> I did a lot of research tonight on the makeup of MIDI files and the
> implementation that Java supplies. The initial learning curve is a
> lot steeper than I had originally anticipated, however, I feel that I
> made good progress today.
>
> I have been working through the following article:http://java.sun.com/javase/6/docs/technotes/guides/sound/programmer_g...