summaryrefslogtreecommitdiff
path: root/test/dgreftest
AgeCommit message (Expand)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 fo...Bent Bisballe Nyeng
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 dropout...Bent Bisballe Nyeng
2018-08-01Remove the last references to hardcoded 44k1Hz samplerate.Bent Bisballe Nyeng
2017-05-12Use correct MIDI note ON mask.Hans Petter Selasky
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
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 DrumG...Bent Bisballe Nyeng