aboutsummaryrefslogtreecommitdiff
path: root/scumm/midiparser_eup.cpp
AgeCommit message (Collapse)Author
2004-01-11pedantic correctionsMax Horn
svn-id: r12330
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-11-08cleanup whitespacesPaweł Kołodziejski
svn-id: r11217
2003-10-07More Euphony/YM2612 instrument layering and polyphonyJamieson Christian
fixes. Aside from variations in the instrument timbre, the output from ScummVM now seems to match up with the output from UNZ (MAME YM2612 emulator). svn-id: r10672
2003-10-05Fixed crash with Euphony looping. (Not that we actuallyJamieson Christian
do looping right now, but I hit this during a test.) svn-id: r10623
2003-10-05fix compilationMax Horn
svn-id: r10616
2003-10-05Preliminary preparation for new YM2612 FM emulator.Jamieson Christian
All the hooks are in, but actual implementation needs to be checked for portability. svn-id: r10615
2003-10-03cleanup / doxygenificationMax Horn
svn-id: r10578
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix ↵Max Horn
explicitly svn-id: r10571
2003-09-30More tweaks to the note durationsJamieson Christian
svn-id: r10504
2003-09-30Refined Euphony parser behavior, specifically,Jamieson Christian
added proper handling for F2 events, and experimental handling for malformed 9x/00 events. svn-id: r10497
2003-09-16Removed redundant presets storage.Jamieson Christian
svn-id: r10266
2003-09-16Partial fix for Bug [636985] ZAK256: No kazoo tuneJamieson Christian
Implemented a parser for Euphony music. No FM instrument support yet, as the FM chip used by FM Towns is not being emulated yet. In the meantime, a stock FM-emulated GM instrument is being used instead. This at least makes the Zak Towns kazoo tune and the Loom Towns distaff audible. Emulation of the FM Towns synth chip, or suitable emulation using the OPL2 synth, is still under investigation. svn-id: r10265