aboutsummaryrefslogtreecommitdiff
path: root/sound/mididrv.cpp
AgeCommit message (Collapse)Author
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