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
/
music.h
Age
Commit message (
Expand
)
Author
2010-01-26
SCI: Add driver for Yamaha FB-01. Cleanup.
Walter van Niftrik
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-23
Added song manipulation debug commands: songinfo, startsound, togglesound and...
Filippos Karapetis
2010-01-22
- The reverb value is now obtained from the music driver
Filippos Karapetis
2010-01-21
- Fixed pausing of all sounds in the playlist
Filippos Karapetis
2010-01-21
SCI: Renamed softseq/ to drivers/
Walter van Niftrik
2010-01-19
- Removed the resetDriver() hack. The reason why notes stopped being played s...
Filippos Karapetis
2010-01-16
SCI: Cleanup
Walter van Niftrik
2010-01-12
Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...
Johannes Schickel
2010-01-12
SCI: Handle master volume inside music drivers
Walter van Niftrik
2010-01-11
New music code: Implemented sound stopping after fading, and disabled MIDI so...
Filippos Karapetis
2010-01-09
SCI: Cleanup
Walter van Niftrik
2010-01-07
Premiliary adaption of SCI to use LoopingAudioStream. (This could really need...
Johannes Schickel
2010-01-07
Some formatting fixes.
Johannes Schickel
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