0 Members and 1 Guest are viewing this topic.
just wondering, are there any good sites for downloading the type 0 midi files?
Here, try this: http://ourl.ca/4008Although not written in Axe, it's still by Quigibo. As for the sound, this is epic! Excellent job Quigibo! Wow.
Oh I think I know what it is now, I was using a shortcut in the code to save space which would only affect the 83+BE but I didn't think it would cause any problems with the actual sound. Oh well, its only an extra byte for the entire program to fix it I guess.EDIT: I fixed it but also decided to make the routine take 2 byte frequency data so its 4-5 bytes larger than before. Some songs won't be compatible using this player because now note "0" (middle C) is actually 65536 instead of "255". But I am going to modify the midi converter to use this new range extender to cover the whole keyboard. This data will be 3 bytes per note instead of 2 so music will be a little larger, but now the songs should convert better.