Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-09 | Implement 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-20 | Fix Makefiles after rebase. | Bent Bisballe Nyeng | |
2016-01-20 | Split CacheManager into several AudioCache classes and refactored the lot of ↵ | Bent Bisballe Nyeng | |
them. Unit tests added. | |||
2016-01-20 | Split internal CacheManager AFile class out into it's own file/class ↵ | Bent Bisballe Nyeng | |
CacheAudioFile and improve interface. | |||
2016-01-20 | Added unit test shell for cachemanager. Added cache manager logic - still ↵ | Jonas Suhr Christensen | |
needing audio related code. | |||
2015-05-15 | New ConfigFile class for generic config file reading/writing in homedir ↵ | Bent Bisballe Nyeng | |
.drumgizmo folder. Use said new class for PluginConfig class. | |||
2014-10-12 | Add new resampler class and use it in engine. | Bent Bisballe Nyeng | |
2014-05-17 | New resample feature on output channels. | Bent Bisballe Nyeng | |
2013-09-20 | New resample feature (greatly inspired by Cédric 'SxDx') based on libsamplerate. | Bent Bisballe Nyeng | |
2013-09-15 | New experimental sample selector (enable using --with-experimental argument ↵ | Bent Bisballe Nyeng | |
on ./configure). | |||
2013-06-29 | Move ConfigParser to its own file. | Bent Bisballe Nyeng | |
2013-06-29 | New inter-thread message system. | Bent Bisballe Nyeng | |
2013-04-04 | New 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-26 | Background loader for audio files. | Bent Bisballe Nyeng | |
2012-01-23 | New config interface (xml). Instruments now contains pointers (fix memleak). | Bent Bisballe Nyeng | |