summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2019-09-28Add generic logger interface for propagating messages while loading drumkits ↵Bent Bisballe Nyeng
to the commandline and/or plugin UI.
2019-07-22Do not install dgreftest - used for internal testing only.Bent Bisballe Nyeng
2019-06-28Fix inclusion of semaphore.h is hardcoded to glibc non-multiarch - aka ↵Bent Bisballe Nyeng
rename sempahore.h to sem.h
2019-06-16Make max channnel count controllable through the configure script to make it ↵Bent Bisballe Nyeng
possible to exceed the default 16.
2019-03-06Fix crash if opening Resource with a directory instead of a file.Bent Bisballe Nyeng
2019-02-03Add metadata support to xml parser and dom model. RE-add unit-tests for ↵Bent Bisballe Nyeng
version 1 instruments.
2019-02-01Fix configfile parsing of empty value lines and creation of missing ↵Bent Bisballe Nyeng
configuration directory.
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-12Rewrite MidiMapParser to use pugixml.Bent Bisballe Nyeng
2018-08-12Add unit-test for midimapparser.Bent Bisballe Nyeng
2018-08-12Rewrite ConfigParser to use pugixml.Bent Bisballe Nyeng
2018-08-12Add unit-test for configparser.Bent Bisballe Nyeng
2018-08-12Remove the old instrument and drumkit parser code as well as version 1.0 kit ↵Bent Bisballe Nyeng
handling (velocity range maps).
2018-08-12Add power and version attributes to test instruments.Bent Bisballe Nyeng
2018-08-12Reactive automatic removal of drumkit created drumkit files.Bent Bisballe Nyeng
2018-08-12Convert the test kits to version 2.0Bent Bisballe Nyeng
2018-08-12Fix missing finalization of instruments on load. Fix relative instrument ↵Bent Bisballe Nyeng
filenames according to the drumkit file. Make drumkit creator create version 2.0 drumkits. Reduce missing refs file to a warning.
2018-08-12Finished DOMLoader and fixed the broken unit-tests.Bent Bisballe Nyeng
2018-08-12Port tests to DGUnit.Bent Bisballe Nyeng
2018-08-12Add new DOMLoader class and unit-test.Bent Bisballe Nyeng
2018-08-12Finish dgxmlparser and unit-test.Bent Bisballe Nyeng
2018-08-12Fix unit-test compilation.Bent Bisballe Nyeng
2018-08-12Add missing include path.Bent Bisballe Nyeng
2018-08-12Add drumkitparser test to dgxmlparser test.Bent Bisballe Nyeng
2018-08-12DGXMLParser test for instruments.Bent Bisballe Nyeng
2018-08-08Remove old CHReampler class.Bent Bisballe Nyeng
2018-08-05Fix audiocache unit-test.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
2018-07-21Add missing headerfiles to EXTRA_DIST.Bent Bisballe Nyeng
2018-06-17Sanitize strings in the xml output.Bent Bisballe Nyeng
2018-06-16Make directory handling cross-platform in unit-tests.Bent Bisballe Nyeng
2018-06-16Add missin sndfile cflags wherever needed.Bent Bisballe Nyeng
2018-06-16Rename name-clashing round function.Bent Bisballe Nyeng
2018-06-16Use empsilon comparison for doubles.Bent Bisballe Nyeng
2018-06-16Clarify samplerate types in resampler unit-test.Bent Bisballe Nyeng
2018-06-16Port the rest of the unittests to DGUnit and remove the CppUnit dependency.Bent Bisballe Nyeng
2018-06-16Experimentally port drumkitparsertest to DGUnit.Bent Bisballe Nyeng
2018-06-16Add DGUnit header only unit-test framework.Bent Bisballe Nyeng
2018-06-09Add crude drumkitparser unit-test.Bent Bisballe Nyeng
2018-06-08Fix font resource path.Bent Bisballe Nyeng
2018-06-08Fix instrumentparser test.Bent Bisballe Nyeng
2018-06-06Added unit-test for InstrumentParser.Bent Bisballe Nyeng
2018-02-18Added plugin store/restore of latency filter settings, added the missing ↵Bent Bisballe Nyeng
settings to the lv2 unittest and added the missing SettingsGetter and SettingsNotifier parts.
2017-10-14Remove use of MemChecker as we don't need it anymore (due to diskstreaming) ↵Bent Bisballe Nyeng
and because some build systems are responding to it with sporadic failures. Thanks to James Cowgill for pointing this out.
2017-10-14Remove atomic POD tests for datatypes bigger than machine size (Thanks to ↵Bent Bisballe Nyeng
James Cowgill for pointing this out).
2017-07-15Ensure that the Notifier call order is the same as the connection order.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