aboutsummaryrefslogtreecommitdiff
path: root/backends/midi
AgeCommit message (Expand)Author
2005-05-05Add a comment regarding use of CoreAudio/AudioUnits v1 APIMax Horn
2005-04-18If we don't want to use reverb, then at least disable it properly, not via a ...Max Horn
2005-01-10Remove some more header dependenciesMax Horn
2005-01-01Updated copyrightMax Horn
2004-12-25Moved the softsynth midi drivers into a sound/softsynth; amongst other things...Max Horn
2004-12-05Clean up OSystem::EventMax Horn
2004-12-02Synched with upstream (Munt 0.1.1).Jerome Fisher
2004-11-29- Fixed uninitialised reverb level. This bug took embarrassingly long to find...Jerome Fisher
2004-11-29- Now actually read and write the 4 bytes of tuning frequency info in the hea...Jerome Fisher
2004-11-28Changed parameter order of SoundMixer::playInputStream to match that of playRawMax Horn
2004-11-28- Now sets the palette earlier, and only once.Jerome Fisher
2004-11-28- Now sets itself as a "permanent" mixer channel.Jerome Fisher
2004-11-28Initialize palette for the progress barEugene Sandulenko
2004-11-28- Cleanup.Jerome Fisher
2004-11-28Fixed various warningsMax Horn
2004-11-28fixed an unsigned comparision warning (does this code really do what you inte...Max Horn
2004-11-28const correctness fixMax Horn
2004-11-28- More cleanup.Jerome Fisher
2004-11-28- Now really use g_scummfont everywhere.Jerome Fisher
2004-11-28- Now uses g_scummfont instead of g_sysfont.Jerome Fisher
2004-11-28- Cleanup. Still waiting for a real MT-32 to check PCM tuning.Jerome Fisher
2004-11-28- Tweaked tuning.Jerome Fisher
2004-11-28- Added graphical representation of initialisation progress. This is quite ha...Jerome Fisher
2004-11-27AudioStream::read() has been removed quite some time ago, now making sure tha...Max Horn
2004-11-19- Don't compile inline asm on versions of GCC < 3 (it uses MMX registers, whi...Jerome Fisher
2004-11-15const const constMax Horn
2004-11-15- Now uses playInputStream to add a channel to the mixer, instead of setting ...Jerome Fisher
2004-11-14This has to be a typo.Torbjörn Andersson
2004-11-14Make #pragma pack really multiplatform. Old code didn't work onEugene Sandulenko
2004-11-14- Huge cleanup of LUT stuff.Jerome Fisher
2004-11-14- Prettied up, fixed sign-extension bug.Jerome Fisher
2004-11-14- More cleanup.Jerome Fisher
2004-11-14MT32 MidiDriver:Jerome Fisher
2004-11-13MT32 MidiDriver:Jerome Fisher
2004-11-12renamed file mt32Paweł Kołodziejski
2004-11-12renamed file mt32Paweł Kołodziejski
2004-11-10- Minor improvement to failure handling.Jerome Fisher
2004-11-10Use the actual output rate of the sound mixer when producing MT32 audio sampl...Max Horn
2004-11-08oopsMax Horn
2004-11-08cleanupMax Horn
2004-11-08Fix it on LE systems. SCUMM_LITTLE_ENDIAN is defined in common/scummsys.h,Eugene Sandulenko
2004-11-07Re-apply endian fixMax Horn
2004-11-06Be more consistent with the other module.mk files.Torbjörn Andersson
2004-11-06Remove stray ;Travis Howell
2004-11-06Improve reporting (OSD messages, file open errors) and fix typos.Eugene Sandulenko
2004-11-06Major MT-32 emu overhaul based on KingGuppy's code.Eugene Sandulenko
2004-10-24o Sync with upstream sourceEugene Sandulenko
2004-10-24More cleanup. Too bored to continue now.Torbjörn Andersson
2004-10-24More cleanup.Torbjörn Andersson
2004-10-24o Check size of waveforms.raw so output rate could be adjustedEugene Sandulenko