aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/music.cpp
AgeCommit message (Expand)Author
2011-06-02DRACI: Replace snprintf() usage with Common::String::format()D G Turner
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-24DRACI: Change MusicPlayer to derive from Audio::MidiPlayerMax Horn
2011-03-24DRACI: Fix incorrect 'all notes off' handlingMax 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-09-15DRACI: Initialize MIDI channel volume properly.Johannes Schickel
2010-09-15MIDI: Send a reset MIDI device signal on startup.Johannes Schickel
2010-02-27DRACI: Don't try to set the volume for channels that couldn't be allocated (f...Jordi Vilalta Prat
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2009-11-12Implemented "Mute All"Robert Špalek
2009-11-08Updated the list of TODOsRobert Špalek
2009-10-30Fixed svn:keywordsRobert Špalek
2009-10-26fix free/deleteRobert Špalek
2009-10-26Fix 2 MIDI bugsRobert Špalek
2009-10-22Implemented GPL2 commands for music.Robert Špalek
2009-10-22Fix uninitialized channel volumes.Robert Špalek
2009-10-22Improved music handling:Robert Špalek
2009-10-21Enabled music.Robert Špalek