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
/
draci
/
music.cpp
Age
Commit message (
Expand
)
Author
2017-07-30
fix music in "Draci Historie" (use MIDI channel 16)
kmar
2016-04-14
JANITORIAL: Reduce audio header dependencies
Ori Avtalion
2014-02-18
DRACI: Make GPL headers consistent in themselves.
Johannes Schickel
2011-06-02
DRACI: Replace snprintf() usage with Common::String::format()
D G Turner
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-03-28
AUDIO: Add Audio::MidiPlayer::createDriver(), let some engines use it
Max Horn
2011-03-25
AUDIO: Move more common code to Audio::MidiPlayer
Max Horn
2011-03-24
DRACI: Change MusicPlayer to derive from Audio::MidiPlayer
Max Horn
2011-03-24
DRACI: Fix incorrect 'all notes off' handling
Max Horn
2011-03-23
ENGINES: Remove unused MIDI pass-through code
Max Horn
2011-03-23
ENGINES: Further simplify pseudo MidiDrivers; fix some regressions
Max Horn
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
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2010-09-15
DRACI: Initialize MIDI channel volume properly.
Johannes Schickel
2010-09-15
MIDI: Send a reset MIDI device signal on startup.
Johannes Schickel
2010-02-27
DRACI: Don't try to set the volume for channels that couldn't be allocated (f...
Jordi Vilalta Prat
2010-01-12
Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...
Johannes Schickel
2009-11-12
Implemented "Mute All"
Robert Špalek
2009-11-08
Updated the list of TODOs
Robert Špalek
2009-10-30
Fixed svn:keywords
Robert Špalek
2009-10-26
fix free/delete
Robert Špalek
2009-10-26
Fix 2 MIDI bugs
Robert Špalek
2009-10-22
Implemented GPL2 commands for music.
Robert Špalek
2009-10-22
Fix uninitialized channel volumes.
Robert Špalek
2009-10-22
Improved music handling:
Robert Špalek
2009-10-21
Enabled music.
Robert Špalek