aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/sound_midi.cpp
AgeCommit message (Expand)Author
2017-09-22ALL: Specify the DisposeAfterUse constructor argument for dynamic memory writ...Bastien Bouclet
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2016-02-02AGI: Fix formatting.Johannes Schickel
2014-02-18AGI: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-18AGI: Get rid of unused SoundMgr parametersMax Horn
2011-08-14AGI: Make the sound code use AgiBase instead of AgiEngineMatthew Hoops
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-03-28AUDIO: Add Audio::MidiPlayer::createDriver(), let some engines use itMax Horn
2011-03-25AUDIO: Move more common code to Audio::MidiPlayerMax Horn
2011-03-24AGI: Change SoundGenMIDI to derive from Audio::MidiPlayerMax Horn
2011-03-23ENGINES: Remove unused MIDI pass-through codeMax Horn
2011-03-23ENGINES: Further simplify pseudo MidiDrivers; fix some regressionsMax Horn
2011-03-23AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclassesMax Horn
2011-03-22AUDIO: Add pure virtual MidiDriver::isOpen() methodMax Horn
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-10-23ALL: Fix indention (whitespaces -> tabs)Max Horn
2010-10-12AGI: Fix bug #3017908 with MIDI musicEugene Sandulenko
2010-09-15MIDI: Send a reset MIDI device signal on startup.Johannes Schickel
2010-09-14AGI: Fix compilation.Travis Howell
2010-09-14AGI: Improve support for MT-32 in the MIDI output.Johannes Schickel
2010-08-24AGI: Fix bug #3017908: "AGI: No music with the new MIDI patch"Eugene Sandulenko
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-06-15Remove unnecessary svn:executable propertiesWillem Jan Palenstijn
2010-06-15AGI: Split all sound generators into separate modules.Eugene Sandulenko
2010-06-15AGI: Implement FR #1913900.Eugene Sandulenko