Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-04 | fixed two leaks | Max Horn | |
svn-id: r8739 | |||
2003-07-03 | const correctness | Max Horn | |
svn-id: r8727 | |||
2003-07-02 | cleanup | Max Horn | |
svn-id: r8718 | |||
2003-06-24 | fixed 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-15 | fix typo | Jonathan Gray | |
svn-id: r8495 | |||
2003-06-12 | Added MPU401 crash fix | Jamieson Christian | |
svn-id: r8450 | |||
2003-06-12 | Applied Jamieson630's race condition fix to the ALSA driver as well. | Torbjörn Andersson | |
svn-id: r8440 | |||
2003-06-11 | Removed unnecessary warning. | Jamieson Christian | |
svn-id: r8436 | |||
2003-06-11 | Fixed race condition in MPU401 shutdown | Jamieson Christian | |
svn-id: r8432 | |||
2003-06-01 | actually sending the event helps too | Jonathan Gray | |
svn-id: r8219 | |||
2003-06-01 | give alsa sysex more chance of working, still broken though | Jonathan Gray | |
svn-id: r8218 | |||
2003-06-01 | Fixed SysEx errors | Jamieson Christian | |
svn-id: r8212 | |||
2003-06-01 | Fixed stupid SysEx error | Jamieson Christian | |
svn-id: r8211 | |||
2003-06-01 | hopefully add sysex support to alsa midi backend | Jonathan Gray | |
svn-id: r8210 | |||
2003-06-01 | Restored SEQ_MIDIPUTC SysEx approach | Jamieson Christian | |
svn-id: r8208 | |||
2003-06-01 | Another slight tweak to the EV_SYSEX code | Jamieson Christian | |
svn-id: r8201 | |||
2003-05-31 | EV_SYSEX definition | Jamieson Christian | |
svn-id: r8198 | |||
2003-05-31 | EV_SYSEX based SysEx for -eseq | Jamieson Christian | |
svn-id: r8197 | |||
2003-05-31 | Possible fix for -eseq SysEx | Jamieson Christian | |
svn-id: r8196 | |||
2003-05-29 | Fix a sound problem on exit | Chris Apers | |
svn-id: r8097 | |||
2003-05-28 | Braces | Chris Apers | |
svn-id: r8051 | |||
2003-05-27 | cleanup | Max Horn | |
svn-id: r8037 | |||
2003-05-23 | Revamped 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-22 | get rid of some tables | Max Horn | |
svn-id: r7834 | |||
2003-05-21 | silence 'Unknown MIDI effect' warning in Simon2 | Max Horn | |
svn-id: r7785 | |||
2003-05-20 | yet more memoy init fixes | Max Horn | |
svn-id: r7727 | |||
2003-05-20 | more memoy init fixes | Max Horn | |
svn-id: r7725 | |||
2003-05-20 | init member vars | Max Horn | |
svn-id: r7722 | |||
2003-05-19 | Fixed Adlib priorities for non-SCUMM games | Jamieson Christian | |
svn-id: r7694 | |||
2003-05-18 | Implemented 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-18 | HAVE_CONFIG_H | Jonathan Gray | |
svn-id: r7632 | |||
2003-05-17 | Fixed 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-17 | Moved SEQ driver to its own file | Jamieson Christian | |
svn-id: r7605 | |||
2003-05-15 | Possible fix for Windows SysEx transmissions | Jamieson Christian | |
svn-id: r7525 | |||
2003-05-15 | Fixed tambourine percussion patch | Jamieson Christian | |
svn-id: r7522 | |||
2003-05-15 | Added rudimentary Adlib percussion support. | Jamieson Christian | |
Semantic fixes -- Adlib "MIDI Channels" are now "Voices" Miscellaneous cleanup/streamlining. svn-id: r7520 | |||
2003-05-04 | new 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-30 | palmos midi driver | Max Horn | |
svn-id: r7221 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-06 | and more cleanup .... | Paweł Kołodziejski | |
svn-id: r6719 | |||
2003-03-03 | added 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 | |||
2003-02-10 | Add missing simon 1/2 adlib control codes, purpose unknown. | Travis Howell | |
svn-id: r6596 | |||
2003-01-29 | Change AdLib emulation quality for slower devices - added ↵ | Nicolas Bacca | |
PROP_GET_FMOPL_ENV_BITS and PROP_GET_FMOPL_EG_ENT svn-id: r6573 | |||
2003-01-10 | First-revision SysEx support for -ewindows. | Jamieson Christian | |
svn-id: r6381 | |||
2002-12-30 | make alsa driver print out the correct port | Jonathan Gray | |
svn-id: r6272 | |||
2002-12-25 | This could hardly work, how did this change? scratch head" morphos.cpp | Ruediger Hanke | |
svn-id: r6151 | |||
2002-12-25 | Fix midi driver thread for MorphOS | Ruediger Hanke | |
svn-id: r6123 | |||
2002-12-25 | Moved MorphOS midi driver to backends/midi | Ruediger Hanke | |
svn-id: r6120 | |||
2002-12-18 | Instrument definition revamp. | Jamieson Christian | |
IMuseDriver abstract class removed. IMuseGM is now IMuseDriver. Miscellaneous cleanup. svn-id: r6017 | |||
2002-12-18 | Fixed Adlib compilation problem | Jamieson Christian | |
svn-id: r6014 |