summaryrefslogtreecommitdiff
path: root/test/dgreftest
AgeCommit message (Collapse)Author
2020-04-26Fix out-of-tree building.Bent Bisballe Nyeng
2019-07-22Do not install dgreftest - used for internal testing only.Bent Bisballe Nyeng
2018-10-08Move event.h and audiotypes.h into src and get rid of the obsolete include ↵Bent Bisballe Nyeng
folder.
2018-08-12Remove obsolete SAXParser class and eXpat dependency.Bent Bisballe Nyeng
2018-08-05Add support for partial buffers in cache and rendering engine - fixes ↵Bent Bisballe Nyeng
dropouts on framesize changes for example when looping.
2018-08-01Remove the last references to hardcoded 44k1Hz samplerate.Bent Bisballe Nyeng
2017-05-12Use correct MIDI note ON mask.Hans Petter Selasky
Signed-off-by: Hans Petter Selasky <hps@selasky.org>
2017-05-06Get rid of unused unistd includes. Change the rest of the sleep calls to c++.Bent Bisballe Nyeng
2017-02-05Compile engine as a library.Bent Bisballe Nyeng
2016-12-10Check for -ffloat-store before using it in dgreftest.Bent Bisballe Nyeng
2016-12-05Remove obsolete -ldl usage.Bent Bisballe Nyeng
2016-07-14Move free-wheel control into the main run method.Bent Bisballe Nyeng
2016-07-13Make oe a pointer.Bent Bisballe Nyeng
2016-07-13Simplify free wheel loop control a bit.Bent Bisballe Nyeng
2016-07-13Consider freewheeling of engines in drumgizmo and dgreftest.André Nusser
2016-07-13Introduce input engine isFreewheeling method.André Nusser
2016-07-13Introduce output engine isFreewheeling method.André Nusser
2016-07-13Remove the run(int endpos) method from drumgizmo.André Nusser
Insert the code directly instead.
2016-05-28Hand over audio engines to DrumGizmo by reference instead of by pointer.Bent Bisballe Nyeng
2016-05-16Try to keep floating point values the same on all platforms.Bent Bisballe Nyeng
2016-05-14Make all components use the same Random instance and add seed method on ↵Bent Bisballe Nyeng
DrumGizmo class. Added dgreftest application for doing reference midifile rendering tests.