aboutsummaryrefslogtreecommitdiff
path: root/sky/music/gmchannel.cpp
AgeCommit message (Collapse)Author
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-08-26Clarified the comment added in the previous commit slightly.Torbjörn Andersson
svn-id: r14776
2004-08-26Reset the "pitch wheel" when turning off a note. This should fix bugTorbjörn Andersson
#1016556, hopefully without causing regressions. svn-id: r14775
2004-01-18fix warningPaweł Kołodziejski
svn-id: r12498
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2004-01-03remove 'Sky' name prefix for most stuff (not needed anymore since we are in ↵Max Horn
namespace 'Sky' now) svn-id: r12114
2004-01-03Introduce namespace 'Sky'Max Horn
svn-id: r12099
2003-11-07spelling fixesJonathan Gray
svn-id: r11178
2003-10-05renamed SkyState to SkyEngine; cleaned the #include dependency mess a bit ↵Max Horn
(try to only #include files when you *have* to -> this reduces compilation time to a minimum when header file changes are made) svn-id: r10622
2003-10-01Whitespace changesTorbjörn Andersson
svn-id: r10516
2003-09-24Whitespace changesTorbjörn Andersson
svn-id: r10390
2003-09-10removed superfluous #includeMax Horn
svn-id: r10157
2003-09-10moved declaration of error/warning/debug from engine.h to util.hMax Horn
svn-id: r10154
2003-09-10Fxo sky module compileTravis Howell
svn-id: r10153
2003-08-20copied some fixes which only were in 0.5.1 branch.Robert Göffringmann
svn-id: r9799
2003-07-12fixed mt32 key velocitiesRobert Göffringmann
svn-id: r8931
2003-07-07applied patch #766751 (BASS: Waiting for floppy intro music to finish) and ↵Robert Göffringmann
fixed music bug (jukebox at St. James didn't stop playing) svn-id: r8843
2003-07-02Initialize midiChannelNumber to 0. I don't know if this is always the rightTorbjörn Andersson
thing to do, but leaving it unintialized isn't a good idea either since that will cause stopMusic() to send bad commands to the MIDI driver in some cases. At least in the case of the ALSA driver, this will cause ScummVM to terminate with an "Unknown Command" error. svn-id: r8705
2003-06-17removed send(0) command.Robert Göffringmann
svn-id: r8530
2003-05-28moved music drivers into seperated directory, added music support for ↵Robert Göffringmann
diskdemo's adlib driver version. (maybe other sky versions also have this older adlib driver?) svn-id: r8069