aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/midi.cpp
AgeCommit message (Collapse)Author
2006-09-29Phase 2 of Simon renaming. Simon directory renamingEugene Sandulenko
svn-id: r24009
2006-09-29First pahse of renaming simon engine to agos. Internal renames. CompilationEugene Sandulenko
is broken svn-id: r24008
2006-08-27Update error messages and always report an error if data file load failsTravis Howell
svn-id: r23772
2006-07-11This should fix bug #1520629 ("No Music in Simon1").Torbjörn Andersson
svn-id: r23488
2006-06-05Remove debug left overTravis Howell
svn-id: r22931
2006-06-04Looping and tempo details in GMF header are used by MIDI sound effects tooTravis Howell
svn-id: r22907
2006-06-03This is an attempt to set the correct tempo for the Simon 1 DOS music.Torbjörn Andersson
svn-id: r22898
2006-06-01Update GMF header commentTravis Howell
svn-id: r22817
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