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
/
sci
/
sound
/
midiparser_sci.cpp
Age
Commit message (
Expand
)
Author
2010-06-04
Some more work on channel remapping: Moved the remapping code to the music lo...
Filippos Karapetis
2010-06-03
Added channel remapping to MidiParser_SCI (currently unused)
Filippos Karapetis
2010-01-29
Don't cripple setVolume(), but throw a warning when receiving invalid volumes...
Filippos Karapetis
2010-01-29
Disabled the MIDI volume changing code till we figure out why it's getting vo...
Filippos Karapetis
2010-01-26
SCI: Add driver for Yamaha FB-01. Cleanup.
Walter van Niftrik
2010-01-25
Replace some more Adlib uses by AdLib.
Johannes Schickel
2010-01-22
Reset the value of _resetOnPause when a song is loaded/unloaded
Filippos Karapetis
2010-01-22
- The reverb value is now obtained from the music driver
Filippos Karapetis
2010-01-21
SCI: fixing iceman intro again (dont set datainc immediately but after delta)
Martin Kiewitz
2010-01-21
SCI: Renamed softseq/ to drivers/
Walter van Niftrik
2010-01-16
Fixed a Valgrind warning about an uninitialized variable, from waltervn
Filippos Karapetis
2010-01-15
Send a velocity off signal to all channels when a song is loaded
Filippos Karapetis
2010-01-15
Fixed warning.
Torbjörn Andersson
2010-01-15
Unified some of the code in midiMixChannels() and midiFilterChannels()
Filippos Karapetis
2010-01-15
When unloading a song, only reset the channels that it actually used, not all...
Filippos Karapetis
2010-01-14
Hold pedal is now reset as well when a sound is unloaded
Filippos Karapetis
2010-01-13
The pitch wheel is now properly reset when a song is unloaded
Filippos Karapetis
2010-01-05
Cleanup, fixed fading of digital sound effects
Filippos Karapetis
2010-01-05
Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purpose
Filippos Karapetis