=================================================================== FMODDOC - the OFFICIAL mod coders document! - By FireLight - - new updated release 16/6/95 - over 34 ms-word sized pages of pure text! the most detailed player coding document on this planet covers everything from interrupt handlers to loaders and effects effects section actually explains HOW to code an effect not just some vague reference on it - eg vibrato has 4 pages!! and... detail! ===================================================================== New in this version: - Loader mistake fixed in section 2.6 -> - store SAMPLE_NUMBER as (byte1 AND 0F0h) + (byte2 SHR 4) should have been ^ - store SAMPLE_NUMBER as (byte0 AND 0F0h) + (byte2 SHR 4) ^ - Section 3.4, Inside Update row rewritten, the old one was weird and crap - Pattern break and pattern jump more accurately described - New section 2.6.1 - Four bytes? - Section 3.5.1 rewritten.