index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
kyra
/
sound_midi.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
KYRA: Make GPL headers consistent in themselves.
Johannes Schickel
2013-04-21
KYRA: Fix MIDI fade-out behaviour
Torbjörn Andersson
2013-04-07
KYRA: Don't restore music volume right after it has faded down
Torbjörn Andersson
2012-11-23
KYRA: Make Sound::hasSoundFile const again.
Johannes Schickel
2012-11-11
KYRA: clean up audio resource handling
athrxx
2012-07-04
KYRA: Improve wording about possibly incorrect MT32->GM mapping.
Johannes Schickel
2011-12-26
KYRA: (AdLib Driver) - implement sound effects volume
athrxx
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-07-04
KYRA: cleanup last commit
athrxx
2011-06-13
I18N: Make many more GUI MessageDialog strings translatable
Thierry Crozat
2011-05-29
KYRA: pause midi sounds while gmm is running
athrxx
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-03-23
AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclasses
Max Horn
2011-03-22
AUDIO: Add pure virtual MidiDriver::isOpen() method
Max Horn
2010-12-01
ALL: Fix a few typos
Jordi Vilalta Prat
2010-10-28
KYRA: Fix some code errors reported by ICC (i.e. subclasses not overwriting m...
Johannes Schickel
2010-09-15
KYRA: Send GM reset on startup.
Johannes Schickel
2010-08-24
KYRA: Cleanup.
Johannes Schickel
2010-07-21
KYRA: Fix mute setting with MIDI and FM-Towns/PC98 output.
Johannes Schickel
2010-01-25
Remove HACK, which is obsolete because of r47336.
Johannes Schickel
2010-01-17
Delay the time a sysEx takes to send instead of the old (incorrect) way of de...
Johannes Schickel
2010-01-01
Fix out of bounds access reported by syke.
Johannes Schickel
2009-11-28
LOL: completed support for floppy installer files
Florian Kagerer
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-08-12
Properly respect users sfx/music config settings for MIDI output.
Johannes Schickel
2009-06-29
Removed more obsolete TODO messages.
Johannes Schickel
2009-05-29
Output a warning to the user, when he tries to play back MT32 MIDI tracks wit...
Johannes Schickel
2009-05-27
- Moved Sound implementation declarations to the newly added file sound_intern.h
Johannes Schickel
2009-05-22
Add hack so LoL intro demo will init MT-32 properly.
Johannes Schickel
2009-05-22
Use correct file for MT-32 initialization for Kyra2 SEQ player based Lands of...
Johannes Schickel
2009-05-22
Oops typo.
Johannes Schickel
2009-05-22
Properly initialize MT-32 for LoL demos.
Johannes Schickel
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-12-19
KYRA: fix mt-32 sysex loading for LOL floppy
Florian Kagerer
2008-12-14
Added code to initialize MT-32 properly for Lands of Lore.
Johannes Schickel
2008-12-11
Whoops changed integer size of variables storing volume information, now volu...
Johannes Schickel
2008-12-11
Midi code now allows volume values to be [0, 256] instead of [0, 255] like be...
Johannes Schickel
2008-12-07
Cleanup.
Johannes Schickel
2008-12-07
Prevent MIDI files from being load, when they are already loaded.
Johannes Schickel
2008-11-30
Fixed some looping MIDI sound effects.
Johannes Schickel
2008-11-30
Added MIDI SFX Map, fixes SFX in HoF.
Johannes Schickel
2008-11-30
- Extended MidiDriver::sysEx to allow 264 byte sysEx messages
Johannes Schickel
2008-11-30
Cleanup.
Johannes Schickel
2008-11-30
- Fix some valgrind warnings
Johannes Schickel
2008-11-30
Implement fade out support for MIDI.
Johannes Schickel
2008-11-30
Cleanup.
Johannes Schickel
2008-11-30
Initial version of proper MIDI support for KYRA.
Johannes Schickel