summaryrefslogtreecommitdiff
path: root/src/Makefile.am.drumgizmo
AgeCommit message (Collapse)Author
2016-03-16Build cleanup and windows build add.Bent Bisballe Nyeng
2016-02-09Implement memchecker to ensure a drumkit fits into RAM.André Nusser
It's a class that can calculate the available free RAM (or rather a rough estimation of it) and the size of the drumkit when loaded into RAM and provides a plugic method to check if the drumkit then fits into RAM.
2016-01-20Fix Makefiles after rebase.Bent Bisballe Nyeng
2016-01-20Split CacheManager into several AudioCache classes and refactored the lot of ↵Bent Bisballe Nyeng
them. Unit tests added.
2016-01-20Split internal CacheManager AFile class out into it's own file/class ↵Bent Bisballe Nyeng
CacheAudioFile and improve interface.
2016-01-20Added unit test shell for cachemanager. Added cache manager logic - still ↵Jonas Suhr Christensen
needing audio related code.
2015-05-15New ConfigFile class for generic config file reading/writing in homedir ↵Bent Bisballe Nyeng
.drumgizmo folder. Use said new class for PluginConfig class.
2014-10-12Add new resampler class and use it in engine.Bent Bisballe Nyeng
2014-05-17New resample feature on output channels.Bent Bisballe Nyeng
2013-09-20New resample feature (greatly inspired by Cédric 'SxDx') based on libsamplerate.Bent 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-04-04New message system. New common midi input class. Some compiler warning ↵Bent Bisballe Nyeng
fixes. New ListBoxBasic class used by both LustBox and ComboBox. New embossed font.
2013-01-26Background loader for audio files.Bent Bisballe Nyeng
2012-01-23New config interface (xml). Instruments now contains pointers (fix memleak).Bent Bisballe Nyeng