aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/music.cpp
AgeCommit message (Expand)Author
2010-09-15MIDI: Send a reset MIDI device signal on startup.Johannes Schickel
2010-07-01Add support for the 'fallback' MIDI in T7G's intro when the CD track cannot b...Matthew Hoops
2010-06-25AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel...Florian Kagerer
2010-06-22Fix uncompressed MIDI in T7G Mac.Matthew Hoops
2010-06-22Groovie: Add support for the compressed MIDI files of T7G Mac.Jordi Vilalta Prat
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-06-07Groovie:Jordi Vilalta Prat
2010-05-20Add initial support for T7G Mac MIDIs. Compressed MIDI is not yet supported.Matthew Hoops
2010-05-20Groovie: Add support for MT-32 custom instrumentsJordi Vilalta Prat
2010-01-16cleanupMax Horn
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-09-14Wording.Johannes Schickel
2009-09-14Fix valgrind warning.Johannes Schickel
2009-08-18Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD au...Johannes Schickel
2009-08-05T7G: Fix bug #2831041 by implementing opcode responsible for starting music p...Scott Thomas
2009-07-05- Refactorized Groovie::MusicPlayer to make it extensibleJordi Vilalta Prat
2009-03-10- Convert some file references from uint16 to uint32 to suit 11HScott Thomas
2009-02-15T7G: Fix for #2511456. Volume is now only reset to 100 on playing a new track...Henry Bush
2009-02-01T7G: Fix for 2474078 (hopefully). Check if volume has fallen to correct level...Henry Bush
2009-01-28T7G: start background music at start of input loop (0x0B). Should fix 2474078...Henry Bush
2009-01-08T7G: Reset midi volume to 100 on starting a track, cleanupHenry Bush
2009-01-01Use the proper samples file name for 11hJordi Vilalta Prat
2008-12-23T7G: Don't wait for the CD track to endJordi Vilalta Prat
2008-12-19T7G: Add support for custom AdLib instrumentsJordi Vilalta Prat
2008-11-25T7G: Enhanced the Audio CD playback. Now the credits music on CD2 should play...Jordi Vilalta Prat
2008-11-24T7G: Implemented volume fadingJordi Vilalta Prat
2008-11-18Added a mutex to the Groovie MIDI player. Maybe that will fix the rare andTorbjörn Andersson
2008-11-14Patch #2271425: Groovie engineMax Horn