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
Age
Commit message (
Expand
)
Author
2011-03-28
AUDIO: Add Audio::MidiPlayer::createDriver(), let some engines use it
Max Horn
2011-03-27
ANDROID: Use the midi gain option for EAS
dhewg
2011-03-26
ANDROID: Maybe working support for EAS DLS soundfonts
dhewg
2011-03-26
ANDROID: Add code to dump the EAS stream to a file
dhewg
2011-03-26
ANDROID: Fix MIDI packet size
dhewg
2011-03-25
AUDIO: Document issues with semantics of Audio::MidiPlayer::isPlaying()
Max Horn
2011-03-25
ANDROID: Experimental MIDI Driver
dhewg
2011-03-25
AUDIO: Move more common code to Audio::MidiPlayer
Max Horn
2011-03-25
AUDIO: Whitespace fix
Max Horn
2011-03-25
AUDIO: Rename 'channel' to 'ch'
Max Horn
2011-03-24
AUDIO: Expand MidiPlayer docs / goals a bit, mention deadlock bug
Max Horn
2011-03-24
AUDIO: Added Audio::MidiPlayer class
Max Horn
2011-03-23
AUDIO: Introduce a new MidiDriver_BASE base class.
Max Horn
2011-03-23
AUDIO: Update some comments, remove some obsolete ones
Max Horn
2011-03-22
AUDIO: Add pure virtual MidiDriver::isOpen() method
Max Horn
2011-03-22
AUDIO: Cleanup
dhewg
2011-03-19
ALL: s/PI/M_PI/
dhewg
2011-03-19
AUDIO: Changed several places that use PI to use M_PI instead
md5
2011-03-11
AUDIO: Fix some whitespaces
dhewg
2011-03-11
AUDIO: Work around ARM code volume limits
dhewg
2011-03-01
AUDIO: Removed comment about MDT_PREFER_MT32 and the MT-32 emulator
md5
2011-03-01
MIDI: Updated documentation on MDT_PREFER_MT32 and MDT_PREFER_GM
md5
2011-02-27
AUDIO: Make mixCallback return the sample count
dhewg
2011-02-14
MT32: Adapt to setPalette RGBA->RGB change.
Johannes Schickel
2011-02-13
AUDIO: Fix assertion triggered by SubSeekableAudioStream constructor.
Johannes Schickel
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn