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
/
audio
/
softsynth
/
adlib.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
AUDIO: Make GPL headers consistent in themselves.
Johannes Schickel
2012-12-01
AUDIO: Fix AdLib volume when ENABLE_OPL3 is not defined
Torbjörn Andersson
2012-12-01
AUDIO: Fix AdLib volume regression in pre-iMUSE SCUMM games
Torbjörn Andersson
2012-11-23
AUDIO: Fix spurious compiler warnings about use-before-set variable.
D G Turner
2012-11-22
AUDIO: Remove two extra commas.
Johannes Schickel
2012-11-22
AUDIO: Disallow custom percussion instruments in MIDI->AdLib code.
Johannes Schickel
2012-11-22
AUDIO: Only enable OPL3 code in MIDI->AdLib, when we have the DOSBox emulator...
Johannes Schickel
2012-11-20
AUDIO: Slight cleanup and typo fix in S&M OPL3 code.
Johannes Schickel
2012-10-01
AUDIO: Add support for Sam&Max's OPL3 output in our SCUMM AdLib driver.
Johannes Schickel
2012-09-30
AUDIO: Switch MidiDriver_ADLIB to new OPL API.
Johannes Schickel
2012-09-30
AUDIO: Properly handle AdLibPercussionChannel::noteOff.
Johannes Schickel
2012-09-30
AUDIO: Comment out unused member in AdLibPart.
Johannes Schickel
2012-09-30
AUDIO: Give AdLibSetParam's members more descriptive names.
Johannes Schickel
2012-09-30
AUDIO: Enforce method naming guidelines in adlib.cpp.
Johannes Schickel
2012-09-30
AUDIO: Enforce variable naming guidelines in adlib.cpp.
Johannes Schickel
2012-09-30
AUDIO: Fix formatting in adlib.cpp.
Johannes Schickel
2012-09-30
AUDIO: Rename global variables in SCUMM AdLib code.
Johannes Schickel
2011-11-20
AUDIO: Very small formatting fix.
Johannes Schickel
2011-06-03
AUDIO: Fix custom AdLib percussion instruments.
Alyssa Milburn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-10
AUDIO: Change byte data tables to type AdLibInstrument
Max Horn
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-03-22
AUDIO: Add pure virtual MidiDriver::isOpen() method
Max Horn
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn