aboutsummaryrefslogtreecommitdiff
path: root/backends/midi
AgeCommit message (Expand)Author
2006-03-04WIP of maemo portEugene Sandulenko
2006-02-27Fixed compilation.Torbjörn Andersson
2006-02-27SysEx data now passed around with const pointers. Permits simplification of s...Jamieson Christian
2006-02-27clear ALSA event structure before useWillem Jan Palenstijn
2006-02-25Moved dummy MIDI driver from backends/ to sound/ (this fixes bug #1435221)Max Horn
2006-02-11Disable Adlib on PalmOS 68k devicesChris Apers
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-02-07Removed .cvsignore filesMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-12-30Fixed the CoreMIDI driver -- MT-32 now sounds perfect under Mac OS X :-)Max Horn
2005-12-26Switched the CoreAudio driver to use an AUGraph; this simplifies things a lot...Max Horn
2005-12-26New CoreMIDI midi backend for OS XMax Horn
2005-11-06Default to /dev/sequencer before /dev/null if no MIDI deviceJonathan Gray
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-07-11Fix more GCC 4.0 warningsMax Horn
2005-07-02cleanupMax Horn
2005-07-02Small fixesMax Horn
2005-07-02Hackish native MIDI HW support for Mac OS X (incomplete)Max Horn
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
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