Ok, Java programmers know what I’m talking about. The online Java API *rocks*. I will often write in Java simply because I know it is so well documented compared to other languages. For those who don’t know, check this out: http://java.sun.com/j2se/1.3/docs/api/index.html
It’s the bomb.
So, how about we begin working on a structure for documenting MIOS and all the MB applications in a similar manner? Using the WIKI the results could be very good, and probably reduce the amount of redundant questions reguarding programming MB applications.
I’ve started with some basic ideas on how to format this, check out this page which lists all the files in the midibox SEQ zip file: http://www.midibox.org/dokuwiki/doku.php?id=midibox_seq_v2_4c
Scroll down and you can see that there is a link to a page for seq_gp.inc
http://www.midibox.org/dokuwiki/doku.php?id=seq_gp
which gives an overview of whats in that file along with a list of functions are variables that are used. In time these lists should contain descriptions of what each function does and how each variable is being used in the file. Links to detailed pages on each function where the code can be analyzed line by line should be included too.