aboutsummaryrefslogtreecommitdiff
path: root/sound/mididrv.h
AgeCommit message (Expand)Author
2005-01-01Updated copyrightMax Horn
2004-12-02Moved MidiDriver creation code into the MidiDriver class (as static methods),...Max Horn
2004-11-06Major MT-32 emu overhaul based on KingGuppy's code.Eugene Sandulenko
2004-10-21Patch #1048326 Better MT-32 supportEugene Sandulenko
2004-10-17Add commentMax Horn
2004-08-22cleanup of TimerProc messMax Horn
2004-04-26MIDI control change 18 is no longer transmitted.Jamieson Christian
2004-02-06Fixed "no newline at end of file" warning.Torbjörn Andersson
2004-02-05Prepare Zodiac MIDI supportChris Apers
2004-01-06updated copyright noticeMax Horn
2003-10-18cleanupMax Horn
2003-10-18We proudly present the latest installment of our hit series 'Untangle the mes...Max Horn
2003-10-05Preliminary preparation for new YM2612 FM emulator.Jamieson Christian
2003-10-02cleanup & restructuring; in particular move the midi driver list to its own s...Max Horn
2003-09-25Fix for Bug [810564] ALL: missing instruments with native MT-32Jamieson Christian
2003-08-13Added PC Speaker and PCjr command line options,Jamieson Christian
2003-08-08Added generic send() option to MidiChannel.Jamieson Christian
2003-08-05getting rid of g_mixer; removing lots of whitespaceMax Horn
2003-08-01#include cleanup (explicityl specify the location for headers from common/, s...Max Horn
2003-05-23Revamped iMuse and Player classes. Player now uses MidiParser to parse its da...Jamieson Christian
2003-05-18MIDI Meta event Tx for virtual MidiDriver'sJamieson Christian
2003-05-17Fixed Adlib sound problem on old (small header) games. Thanks for eriktorbjor...Jamieson Christian
2003-05-17Absorbed last tidbits of mididrv.cpp into other filesJamieson Christian
2003-04-30PalmOS changesMax Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06and more cleanup ....Paweł Kołodziejski
2002-12-25fix -pedantic warningsMax Horn
2002-12-21MidiStreamer no longer derives from MidiDriver.Jamieson Christian
2002-12-18Initial iMuse SysEx implementation.Jamieson Christian
2002-12-18Initial framework for SysEx output support.Jamieson Christian
2002-12-11ripped out obsolete midi streaming code from backends (this may break Alsa/SE...Max Horn
2002-12-08removed obsolete stuffMax Horn
2002-12-01Fixed Adlib instrument setup in old (GF_SMALL_HEADER) games.Jamieson Christian
2002-11-26Restructured MIDI channel allocation architecture.Jamieson Christian
2002-11-21Revamped Adlib functionality.Jamieson Christian
2002-11-04Increased GM channel resource to full spectrum (0-15, instead of 0-8 Base MID...Jamieson Christian
2002-10-21oops forgot this fileMax Horn
2002-10-21Pitch bend fixes for QTMAJamieson Christian
2002-10-02Renamed new AMidi to EtudeRuediger Hanke
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
2002-07-07indent runMax Horn
2002-05-16Added an ALSA sequencer support. Updated readme.txt to explain it, andNicolas Noble
2002-05-07First commit of the OPL2 MIDI driver (to have MIDI music withoutLionel Ulmer
2002-04-26removed the unused destroy() methods; using 'delete this' issn't nice anyway <g>Max Horn
2002-04-26added new style midi drivers using QuickTime (MacOS 9 & X) and CoreAudio (Mac...Max Horn
2002-04-21Add boilerplate license to some files, to satisfy Debian types :)James Brown
2002-04-14wrote new mixer class,Ludvig Strigeus