Commit Graph
116 Commits
Author SHA1 Message Date
Filippos Karapetis 8977c1a4aa Disabled the MIDI volume changing code till we figure out why it's getting volume values greater than 127
svn-id: r47688
2010-01-29 23:08:12 +00:00
Walter van Niftrik 9861b04b93 SCI: Add driver for Yamaha FB-01. Cleanup.
svn-id: r47571
2010-01-26 19:25:33 +00:00
Johannes Schickel 69071078b3 Replace some more Adlib uses by AdLib.
svn-id: r47530
2010-01-25 00:13:32 +00:00
Filippos Karapetis b8d0c214ea Reset the value of _resetOnPause when a song is loaded/unloaded
svn-id: r47434
2010-01-22 12:32:54 +00:00
Filippos Karapetis 47c97f4a60 - The reverb value is now obtained from the music driver
- Implemented kSetReverb (0x50) and kResetOnPause (0x4C)

svn-id: r47433
2010-01-22 12:26:12 +00:00
Martin Kiewitz c8e2b0f967 SCI: fixing iceman intro again (dont set datainc immediately but after delta)
svn-id: r47424
2010-01-21 22:33:35 +00:00
Walter van Niftrik 208dbf1d9a SCI: Renamed softseq/ to drivers/
svn-id: r47418
2010-01-21 16:27:29 +00:00
Filippos Karapetis 77ea73e9a5 Fixed a Valgrind warning about an uninitialized variable, from waltervn
svn-id: r47320
2010-01-16 16:00:21 +00:00
Filippos Karapetis fa079a6d6f Send a velocity off signal to all channels when a song is loaded
svn-id: r47315
2010-01-15 22:15:58 +00:00
Torbjörn Andersson 552746951e Fixed warning.
svn-id: r47309
2010-01-15 18:01:49 +00:00
Filippos Karapetis 7aa20a38a8 Unified some of the code in midiMixChannels() and midiFilterChannels()
svn-id: r47305
2010-01-15 08:23:48 +00:00
Filippos Karapetis 177cfe4c92 When unloading a song, only reset the channels that it actually used, not all channels
svn-id: r47304
2010-01-15 07:40:07 +00:00
Filippos Karapetis 218d04afa1 Hold pedal is now reset as well when a sound is unloaded
svn-id: r47298
2010-01-14 16:39:47 +00:00
Filippos Karapetis 24d1db6155 The pitch wheel is now properly reset when a song is unloaded
svn-id: r47290
2010-01-13 14:46:45 +00:00
Filippos Karapetis 3b8512b104 Cleanup, fixed fading of digital sound effects
svn-id: r47023
2010-01-05 10:28:09 +00:00
Filippos Karapetis 84cd8d2dc7 Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purpose
svn-id: r47007
2010-01-05 01:22:16 +00:00