summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)Author
2020-07-29Add embedded gettext support from resource.Bent Bisballe Nyeng
2020-05-02Add default kit/map functionality for config file.André Nusser
For this I introduced a new config file called drumgizmo.conf.
2020-05-02Add powermap filter to the input processor and make sure that velocity ↵André Nusser
visualizer is not affected but it.
2020-05-02Add powermap functionality to the engine for mapping input velocities ↵André Nusser
through a Monotone cubic splines due to Steffen.
2020-03-15Add missing dist-files.Bent Bisballe Nyeng
2020-02-16Introduce EventsDS to handle all the events and enable new features.André Nusser
Also: * Added an id.h class to make IDs with type * Added a range class to easily use range based for loops
2019-11-15Create DEBUG_FLAGS and use that in the Makefiles whenever appropriate, ↵Bent Bisballe Nyeng
instead of adding -Wall -Werror directly to CXXFLAGS.
2019-11-15Add missing include path to zita-resampler submodule.Bent Bisballe Nyeng
2019-11-15Move zita-resampler inside wrapper.Bent Bisballe Nyeng
2019-11-13Fix zita-resampler include path.Bent Bisballe Nyeng
2019-11-03Fix non-linux compilation errors.Bent Bisballe Nyeng
2019-11-03Add zita-resampler to the project as a submodule and remove system dependency.Bent Bisballe Nyeng
2019-10-26Add default midimap functionality.André Nusser
Move directory.{h,cc} to src/ for this.
2019-09-28Add generic logger interface for propagating messages while loading drumkits ↵Bent Bisballe Nyeng
to the commandline and/or plugin UI.
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-16Add missing dist-files.Bent Bisballe Nyeng
2019-05-12Move stddev to own filter.André Nusser
2019-05-11Split sample selection into own class.André Nusser
2019-01-27Remove unused files.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-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 new DOMLoader class and unit-test.Bent Bisballe Nyeng
2018-08-12src/Makefile: add dgxmlparserJonas Suhr Christensen
2018-08-12add pugixml to make filesJonas Suhr Christensen
2018-08-08Remove old CHReampler class.Bent Bisballe Nyeng
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-05-06Remove old (obsolete) Mutex class and replace all uses with std::mutex.Bent Bisballe Nyeng
2017-04-23Fix dist target.Bent Bisballe Nyeng
2017-04-20Fix resources on static windows build (Makefile.mingw32) and add note about ↵Bent Bisballe Nyeng
remembering to add file to the mingw32 Makefile when we change the real Makefiles...
2017-03-04Disk streaming cli optionGoran Mekić
2017-02-05Compile engine as a library.Bent Bisballe Nyeng
2016-11-01Fix licence headers.Bent Bisballe Nyeng
2016-10-29Add missing distfiles.v0.9.11Bent Bisballe Nyeng
2016-06-14New input processor filter system. Moved processing from Instrument calss to ↵Bent Bisballe Nyeng
new input processing filter system and prepared for new latency filter.
2016-04-08Refactoring to finally get rid of MessageHandler/Receiver in favor of the ↵Bent Bisballe Nyeng
new Settings mechanism.
2016-03-31Removed the last Conf:: namespace usage and replaced it with Settings.Bent Bisballe Nyeng
2016-03-24Add missing dist files.Bent Bisballe Nyeng
2016-01-29Added missing extra distfiles.Bent Bisballe Nyeng
2016-01-29Remove deleted extra distfiles.Bent Bisballe Nyeng
2016-01-29Added missing extra distfiles.Bent Bisballe Nyeng
2016-01-20Added unit test shell for cachemanager. Added cache manager logic - still ↵Jonas Suhr Christensen
needing audio related code.
2015-02-13Fix locale sensitive float parsing/printing.Bent Bisballe Nyeng
2014-12-05Clean up cli client module names. Fix autotools paths.Bent Bisballe Nyeng
2014-03-05Add missing powerlist as distfiles.v0.9.4Bent Bisballe Nyeng
2013-09-15New experimental sample selector (enable using --with-experimental argument ↵Bent Bisballe Nyeng
on ./configure).
2013-06-29Move ConfigParser to its own file.Bent Bisballe Nyeng
2013-06-29New inter-thread message system.Bent Bisballe Nyeng
2013-05-16Remove test framework. TODO: Replace it with a new one at some point...Bent Bisballe Nyeng
2013-05-06Add missing distfiles.Bent Bisballe Nyeng