aboutsummaryrefslogtreecommitdiff
path: root/sound/mididrv.cpp
AgeCommit message (Collapse)Author
2005-04-10Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentationTorbjörn Andersson
changes. There are a few things that could use a bit more work, and I've only tested it on my Linux box. I have verified that ScummVM still compiles when it's disabled, though, so it shouldn't break anything too badly. svn-id: r17512
2005-04-03Committed patch #1168149 (Shared GM/MT-32 mapping) by eriktorbjorn as-is. ↵Jerome Fisher
This does the following: - Replaces multiple identical MT-32-to-General MIDI mapping tables with a common one in MidiDriver. - Changes Sky's GmChannel class to allow NULL instrument and velocity mapping tables, giving a 1-to-1 mapping without creating a dummy table. svn-id: r17361
2005-03-06TypoMax Horn
svn-id: r17006
2005-01-10Remove some more header dependenciesMax Horn
svn-id: r16530
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-25Moved the softsynth midi drivers into a sound/softsynth; amongst other ↵Max Horn
things, this fixes bug #1083058 svn-id: r16316
2004-12-14Evil workaround for bug #1083058Max Horn
svn-id: r16045
2004-12-02Moved MidiDriver creation code into the MidiDriver class (as static ↵Max Horn
methods), same for some other MIDI related stuff svn-id: r15968
2004-11-06Major MT-32 emu overhaul based on KingGuppy's code.Eugene Sandulenko
o added configure option o mi2 intro doesn't freeze anymore and has no sound glitches o missing instruments in many titles are fixed o numerous memory overwrite bugs are fixed o code is cleaned a lot and splitted into many smaller files o mt32.cpp went to backends/midi o synced with upstream code o reverberation fixed * don't complain about File class wrapper :) * all custom types are back * #pragmas are to do * maybe some indentation is wrong too I prefer smaller commits, but this thing came in one piece. svn-id: r15715
2004-10-22Prepare true AdLib support on PalmOSChris Apers
svn-id: r15649
2004-10-21Patch #1048326 Better MT-32 supportEugene Sandulenko
svn-id: r15635
2004-02-05Prepare Zodiac MIDI supportChris Apers
svn-id: r12734
2004-01-20Enable those drivers (still no sound on PalmOS)Chris Apers
svn-id: r12558
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-12-18This is now supported on PalmOSChris Apers
svn-id: r11741
2003-10-18We proudly present the latest installment of our hit series 'Untangle the ↵Max Horn
mess': 'Help! Space Invaders refactored the music detector'... in other news, I obviously need to sleep now svn-id: r10883
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-02cleanup & restructuring; in particular move the midi driver list to its own ↵Max Horn
source file svn-id: r10550
2003-05-17Moved SEQ to its own fileJamieson Christian
svn-id: r7604
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06and more cleanup ....Paweł Kołodziejski
svn-id: r6719
2002-12-25Moved MorphOS midi driver to backends/midiRuediger Hanke
svn-id: r6120
2002-12-18message.logJamieson Christian
svn-id: r6012
2002-12-18Experimental SysEx implementation for the -eseq driver.Jamieson Christian
svn-id: r6011
2002-12-11ripped out obsolete midi streaming code from backends (this may break ↵Max Horn
Alsa/SEQ/Windows/Morphos compile, I tried my best, but you'll have to clean up after me) svn-id: r5905
2002-12-11Separated Windows MIDI driver into its own fileJamieson Christian
svn-id: r5901
2002-12-08split alsa from mididrvOliver Kiehl
svn-id: r5890
2002-12-08started to split out the midi driversMax Horn
svn-id: r5889
2002-12-08ignore more weird MIDI events, this time for SimonMax Horn
svn-id: r5886
2002-12-08Ignore weird MIDI messages for now; maybe Jamieson knows more?Max Horn
svn-id: r5880
2002-11-30Fixed pitch bend AGAIN.Jamieson Christian
(Broke it in the new MidiChannel_MPU401.) svn-id: r5757
2002-11-27Fixed mingw compile warningsJamieson Christian
svn-id: r5729
2002-11-26fixed compile problemsOliver Kiehl
svn-id: r5724
2002-11-26Restructured MIDI channel allocation architecture.Jamieson Christian
Adlib no longer suffers from 16-channel MIDI restrictions. Fixes a regression in the MI2 intro music under Adlib. svn-id: r5721
2002-11-21Revamped Adlib functionality.Jamieson Christian
IMuseAdlib is defunct. New MidiDriver_ADLIB device. Simon 1/2 now supports Adlib. svn-id: r5677
2002-11-19And one more fix to make it actually compile. :)Jamieson Christian
svn-id: r5626
2002-11-19Corrected a previous fix the broke pitch bending yet again....Jamieson Christian
svn-id: r5625
2002-11-16patch 638246 Fix for ALSA and SEQ MIDI drivers with simon, by jamiesonJonathan Gray
svn-id: r5579
2002-11-13removed my non functional attempt at streaming in the CoreAudio driver, now ↵Max Horn
that we a have a streaming wrapper svn-id: r5524
2002-11-12another readme location updatingJonathan Gray
svn-id: r5520
2002-11-04Increased GM channel resource to full spectrum (0-15, instead of 0-8 Base ↵Jamieson Christian
MIDI config); misc. pitchbend cleanups svn-id: r5403
2002-10-30disabled reverb effect in QuickTime / CoreAudio drivers until we figure out ↵Max Horn
why they bog down the system so much; added experimental streaming mode to CoreAudio driver, which is not tested at all due to bugs in the Simon code (which right now prevent me from playing any music in Simon type games) svn-id: r5353
2002-10-24QuickTime midi driver will now not error out on pitch bend changes. Still, ↵Max Horn
pitch bending is very wrong svn-id: r5293
2002-10-23fix -Wshadow warningsMax Horn
svn-id: r5270
2002-10-21Fixing the ALSA fix. ;)Jamieson Christian
svn-id: r5220
2002-10-21Pitch bend fix for ALSA driverJamieson Christian
svn-id: r5219
2002-10-21fixed compilation on MacOSMax Horn
svn-id: r5212
2002-10-21Pitch bend fixes for QTMAJamieson Christian
svn-id: r5208
2002-10-14Removed hard-coded pitch bend setup, now being handled on-the-fly in imuse.cppJamieson Christian
svn-id: r5146
2002-10-12revised options dialogMax Horn
svn-id: r5130