aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/midi.cpp
AgeCommit message (Collapse)Author
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2014-02-18TESTBED: Make GPL headers consistent in themselves.Johannes Schickel
2013-06-06ALL: Fix typo (succesful -> successful)Willem Jan Palenstijn
Thanks to 'onlyjob' on pull request #337 for pointing out an instance of this.
2013-04-21TESTBED: Fix memory leak. CID 1003583Eugene Sandulenko
2011-06-07TESTBED: Specialize call to enable() in MidiTestSuite constructorJulien
2011-06-07TESTBED: Cleanup boolean use in enable() function for fs and midi testsJulien
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-23AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclassesMax Horn
Many engines follow the advice in audio/midiparser.h and create a "pseudo-MidiDriver" subclass. But MidiParser really only needs a tiny subset of the MidiDriver capabilities, namely those found in MidiDriver_BASE. So we try to subclass from that whenever possible; this allows us to remove many stub methods, and enables further future simplifications.
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
svn-id: r55850
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
svn-id: r54385
2010-08-14TESTBED: formatting fix, deleted spaces/tabs at end of lineNeeraj Kumar
svn-id: r52081
2010-08-14TESTBED: some more refinements with handling Quit events in GUINeeraj Kumar
svn-id: r52078
2010-08-12TESTBED: disable tests when required data is not foundNeeraj Kumar
svn-id: r52041
2010-08-11TESTBED: enable playing MIDI through testbedNeeraj Kumar
svn-id: r52009
2010-08-10TESTBED: basic template for midi testsNeeraj Kumar
svn-id: r51957