aboutsummaryrefslogtreecommitdiff
path: root/backends/midi
AgeCommit message (Collapse)Author
2003-07-26Fixed unit'd var in Adlib driverJamieson Christian
svn-id: r9195
2003-07-22Some MorphOS port fixesRuediger Hanke
svn-id: r9136
2003-07-15replaced SCUMMVM_VERSION/SCUMMVM_CVS by ↵Max Horn
gScummVMVersion/gScummVMBuildDate/gScummVMFullVersion; made engine.o depend on all other .o files, so that the build date in it is always up-to-date svn-id: r9032
2003-07-11Fix for OOB Adlib frequenciesJamieson Christian
svn-id: r8907
2003-07-11Post FMOPL-reversion cleanup.Jamieson Christian
svn-id: r8906
2003-07-11Reverted to "old" YM3812 (FMOPL) emulator code.Jamieson Christian
Until specific information regarding the benefits of migrating to the new emulator can be made available, the "old" code will remain in effect for the benefit of slower hardware platforms such as some WinCE-based devices. svn-id: r8903
2003-07-11Fix for Bug [766984]: FOA: Adlib sound distortionJamieson Christian
Added check for OOB note numbers when instantiating Adlib registers with frequency information. Must check WHY exactly we're getting OOB note numbers (and *way* OOB, at that). svn-id: r8902
2003-07-07New thread emuChris Apers
svn-id: r8837
2003-07-06fix compileOliver Kiehl
svn-id: r8814
2003-07-04fixed two leaksMax Horn
svn-id: r8739
2003-07-03const correctnessMax Horn
svn-id: r8727
2003-07-02cleanupMax Horn
svn-id: r8718
2003-06-24fixed volume controller (compared to the core midi backend, volumes are now ↵Max Horn
equal; plus this is the logical implementation :-) svn-id: r8642
2003-06-15fix typoJonathan Gray
svn-id: r8495
2003-06-12Added MPU401 crash fixJamieson Christian
svn-id: r8450
2003-06-12Applied Jamieson630's race condition fix to the ALSA driver as well.Torbjörn Andersson
svn-id: r8440
2003-06-11Removed unnecessary warning.Jamieson Christian
svn-id: r8436
2003-06-11Fixed race condition in MPU401 shutdownJamieson Christian
svn-id: r8432
2003-06-01actually sending the event helps tooJonathan Gray
svn-id: r8219
2003-06-01give alsa sysex more chance of working, still broken thoughJonathan Gray
svn-id: r8218
2003-06-01Fixed SysEx errorsJamieson Christian
svn-id: r8212
2003-06-01Fixed stupid SysEx errorJamieson Christian
svn-id: r8211
2003-06-01hopefully add sysex support to alsa midi backendJonathan Gray
svn-id: r8210
2003-06-01Restored SEQ_MIDIPUTC SysEx approachJamieson Christian
svn-id: r8208
2003-06-01Another slight tweak to the EV_SYSEX codeJamieson Christian
svn-id: r8201
2003-05-31EV_SYSEX definitionJamieson Christian
svn-id: r8198
2003-05-31EV_SYSEX based SysEx for -eseqJamieson Christian
svn-id: r8197
2003-05-31Possible fix for -eseq SysExJamieson Christian
svn-id: r8196
2003-05-29Fix a sound problem on exitChris Apers
svn-id: r8097
2003-05-28BracesChris Apers
svn-id: r8051
2003-05-27cleanupMax Horn
svn-id: r8037
2003-05-23Revamped iMuse and Player classes. Player now uses MidiParser to parse its ↵Jamieson Christian
data, which will allow it to parse other MIDI formats. To receive parsed data, Player now derives from MidiDriver to act as a "fake MIDI driver". Miscellaneous upgrades and fixes to MidiParser, including the Smart Jump (which could not be tested before iMuse started making use of the MidiParser). *** THIS IS A BIG UPGRADE! EXTENSIVE REGRESSION TESTING IS NEEDED! *** This has been tested through the intros and a number of other scenes from MI2, FOA and S&M. NOTE! This upgrade introduces savegame format version V19. Earlier version savegames will load, but the music will simply start over from the beginning. Only V19 and later games will properly restore the position of the music! Don't say you weren't warned.... svn-id: r7849
2003-05-22get rid of some tablesMax Horn
svn-id: r7834
2003-05-21silence 'Unknown MIDI effect' warning in Simon2Max Horn
svn-id: r7785
2003-05-20yet more memoy init fixesMax Horn
svn-id: r7727
2003-05-20more memoy init fixesMax Horn
svn-id: r7725
2003-05-20init member varsMax Horn
svn-id: r7722
2003-05-19Fixed Adlib priorities for non-SCUMM gamesJamieson Christian
svn-id: r7694
2003-05-18Implemented new Simon MIDI module, switching from MidiStreamer to ↵Jamieson Christian
MidiParser. Restructuring enables XMIDI support and vc_72 implementation. Various cleanup on MidiParser's and MidiDriver's. svn-id: r7654
2003-05-18HAVE_CONFIG_HJonathan Gray
svn-id: r7632
2003-05-17Fixed Adlib sound problem on old (small header) games. Thanks for ↵Jamieson Christian
eriktorbjorn for the material that led to the solution. svn-id: r7610
2003-05-17Moved SEQ driver to its own fileJamieson Christian
svn-id: r7605
2003-05-15Possible fix for Windows SysEx transmissionsJamieson Christian
svn-id: r7525
2003-05-15Fixed tambourine percussion patchJamieson Christian
svn-id: r7522
2003-05-15Added rudimentary Adlib percussion support.Jamieson Christian
Semantic fixes -- Adlib "MIDI Channels" are now "Voices" Miscellaneous cleanup/streamlining. svn-id: r7520
2003-05-04new fmopl (from adplug, which has it from mame; we can use it under the LGPL ↵Max Horn
should we ever have to) svn-id: r7328
2003-04-30palmos midi driverMax Horn
svn-id: r7221
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06and more cleanup ....Paweł Kołodziejski
svn-id: r6719
2003-03-03added SysEx support to the CoreAudio midi backend - though I have no clue ↵Max Horn
what effect this will have, or how I could test this... svn-id: r6677