aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/midi.cpp
AgeCommit message (Collapse)Author
2006-05-15When receiving a "Reset All Controllers" message, the neutral position of theTorbjörn Andersson
volume controller should probably be 127, not 100. Actually, there's some confusion as to whether this message should touch the volume controller at all. Added some comments to hopefully clarify that a bit. svn-id: r22478
2006-05-12In Simon 1, when returning to normal size, the MIDI music contains "AllTorbjörn Andersson
Controllers Off" messages. This should, among other things, reset the channel volume to 100. Until now, however, we did not re-adjust the volume by the master volume (like we do for ordinary volume control changes), so all of a sudden there would be channels playing at the wrong volume. This was particularly noticeable if you first turned down the music volume to really low. svn-id: r22412
2006-05-12Whitespace changes.Torbjörn Andersson
svn-id: r22411
2006-05-05Update copyrightTravis Howell
svn-id: r22358
2006-04-29Cleanup includesTravis Howell
svn-id: r22225
2006-04-04Removed extra exclamation marks in warning() calls as well.Eugene Sandulenko
svn-id: r21608
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582