aboutsummaryrefslogtreecommitdiff
path: root/sound/mididrv.cpp
AgeCommit message (Collapse)Author
2002-10-11Close Etude midi driver on exit in the ugghliest way possibleRuediger Hanke
svn-id: r5129
2002-10-10default port for alsa if env var isn't setJonathan Gray
svn-id: r5119
2002-10-02Renamed new AMidi to EtudeRuediger Hanke
svn-id: r5079
2002-09-29temporary pitch bend fix for the QuickTime midi driver. not quite perfect... hrmMax Horn
svn-id: r5041
2002-09-29Merge in 615745: GMD via AdLib emulationJames Brown
Remove MIDIEMU driver obsoleted by patch. Change functionality to fallback to AdLib/AdLibGMD Emulation where MIDI init fails Switch to NewGUI by default (old code retained 'Just in case') svn-id: r5033
2002-09-24removed even the last traces of Scumm dependencies from NewGUI. Yes, you ↵Max Horn
heard right NewGUI is now 100% Scumm free and we can go for the launcher/message dialogs! svn-id: r5016
2002-09-17Patch 610257jamieson630/Windows MMSYSTEM error reclassificationJames Brown
svn-id: r4955
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
svn-id: r4903
2002-08-24synced with scummvmPaweł Kołodziejski
svn-id: r4821
2002-08-22Changed MorphOS MIDI code so that data sent from different threads are no ↵Ruediger Hanke
longer a problem. Ensure Midi driver is closed, otherwise no other MIDI application will run after ScummVM has exited. svn-id: r4801
2002-08-18MAJOR change to the way how Engine objects are instantiatedMax Horn
svn-id: r4758
2002-07-07indent runMax Horn
svn-id: r4475
2002-05-18The second part of armisme fix is here...Nicolas Noble
<Arisme> but on the bright side, now ScummVM will be #1 on Sourceforge :D Oh well.... svn-id: r4353
2002-05-18And now commiting the *REAL* arisme patch...Nicolas Noble
svn-id: r4352
2002-05-18Next time, I'll have to kill you Arisme ok? ;-)Nicolas Noble
svn-id: r4351
2002-05-18OopsNicolas Bacca
svn-id: r4350
2002-05-18Big ugly hairy hack to remove Scumm class dependencies to the MidiEmu ↵Nicolas Bacca
driver, and add streaming (ahah) emulation - someone please fix this as soon as possible :) svn-id: r4349
2002-05-18Fixing ALSA driver to not segfault when launching simon. It still isn'tNicolas Noble
supported but it's better signaled now. BTW I think there is a bug somewhere since the close() method were called without beeing open()'d. Oh well... svn-id: r4347
2002-05-17fixed shadow var warningsMax Horn
svn-id: r4345
2002-05-16Cleaning up a little the ALSA driver, and removed the 'old beast': the old ↵Nicolas Noble
TiMidity code. svn-id: r4344
2002-05-16Added an ALSA sequencer support. Updated readme.txt to explain it, andNicolas Noble
Makefile to allow the user to enable it. I also reorganised the Makefile a bit, since there is now one more optionnal library. BBrox, I also merged your Makefile.x11 in it, just take a look at it! svn-id: r4341
2002-05-12Fix crash if envvar not set.James Brown
svn-id: r4286
2002-05-12Add new MIDIPORT parameter to solve Linux sequencer issues.James Brown
svn-id: r4285
2002-05-08Remove 373 type conversion warningsJames Brown
svn-id: r4247
2002-05-08Hacked away some code from Timidity to support 'Pitch wheel'. The DOTTLionel Ulmer
intro now sounds a bit better than before using the 'midiemu' driver. svn-id: r4246
2002-05-08Remove the setting of 'adlib_mode' to _RYTHM value (did for testing).Lionel Ulmer
svn-id: r4241
2002-05-08Fixed the 'myinsbank' init (to not read memory that it shouldLionel Ulmer
not). Change the 'write_adlib' function to be more in line to what AdPlug does. svn-id: r4240
2002-05-08Fix compile warnings.James Brown
svn-id: r4237
2002-05-08Add possible code for Modulation/Sustain to Emulated Midi DriverJames Brown
svn-id: r4236
2002-05-07First commit of the OPL2 MIDI driver (to have MIDI music withoutLionel Ulmer
requiring any OS-level MIDI support). This was taken from AdPlug. This is *very* buggy for now (well, it works, but it sounds just plain ugly :-) ). svn-id: r4232
2002-05-05cleaning up the mess drigo left... <sigh>Max Horn
svn-id: r4215
2002-05-05Fixed some things to support MacOS port and QuickTimeEnrico Rolfi
svn-id: r4211
2002-05-02Change default tempos.James Brown
svn-id: r4172
2002-04-28cleanup; implemented close() for CoreAudio driverMax Horn
svn-id: r4120
2002-04-27fixed midi instrument ids in QuickTime driverMax Horn
svn-id: r4109
2002-04-27Add autosave support, fix sm and max midi.James Brown
svn-id: r4099
2002-04-26removed the unused destroy() methods; using 'delete this' issn't nice anyway <g>Max Horn
svn-id: r4097
2002-04-26added new style midi drivers using QuickTime (MacOS 9 & X) and CoreAudio ↵Max Horn
(MacOS X) svn-id: r4086
2002-04-22BeOS compilation fixJames Brown
svn-id: r4047
2002-04-21BEOS midi compile fix. Take 1.James Brown
svn-id: r4031
2002-04-21Fix midi compilation - in more ways than one :PJames Brown
svn-id: r4030
2002-04-20Warning fix.James Brown
svn-id: r4029
2002-04-20Committed Florian Schmitt (fatpenguin)'s Linux MIDI patch. Reported as ↵Lionel Ulmer
working by urs and khalek on IRC :-) svn-id: r4028
2002-04-20Commit of the X11 driver using the new OSystem interface. Plus some warning ↵Lionel Ulmer
fixes and gameDetector hacks. svn-id: r4024
2002-04-18Reenable MorphOS Midi driver, small updates to CD open code (only when CD ↵Ruediger Hanke
audio is requested) and start options svn-id: r3997
2002-04-17Minor WinCE changesNicolas Bacca
svn-id: r3980
2002-04-16Added missing newline at end of file.Marcus Comstedt
svn-id: r3967
2002-04-14wrote new mixer class,Ludvig Strigeus
cleaned up sound header files, integrated mixer into scummvm & simon svn-id: r3937
2002-04-13new midi driver API,Ludvig Strigeus
no more USE_ADLIB, a couple of sdl graphics driver fixes. svn-id: r3925