Hey Ark, does the PSG bios (for CD setup) parse the sound channel for you (the binary) or do you have to manually feed it the PSG commands?
Think of it as Basic for sound. You write a program (the MML), run it through squirrel, set it up in your program, and then run it. All of the parsing/wave loading/effects processing happens in the background (well, in the irq routines)
You'll laugh at how simple it is to use. Seriously, the hardest part is writing the songs and effects
And that's not too bad if you can read music.
[There is a lot of power there, though. You can put a lot of compiled MML in 2 banks of memory]