Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-11 | Fix vst binary name. | Bent Bisballe Nyeng | |
2016-02-11 | Use -Wl,--no-undefined on all source files. | Bent Bisballe Nyeng | |
2016-02-10 | Call hug_close in desctructor not run. Prevents threading errors. | André Nusser | |
2016-02-09 | Fix two valgrind errors and mark three others with a TODO comment. | André Nusser | |
2016-02-09 | Fix two small bugs. | André Nusser | |
2016-02-09 | Work in deva's critique. This branch should now be ready for merge. | André Nusser | |
2016-02-09 | Add a test for the memchecker. | André Nusser | |
2016-02-09 | Add test data for a memchecker test (introduced next commit). | André Nusser | |
2016-02-09 | Include the memchecker into the other DG code. | André Nusser | |
Especially, now check if a kit fits into RAM when loading it. | |||
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-02-09 | Remove statement which was commented out | André Nusser | |
2016-02-09 | Further style fixes | Christian Glöckner | |
2016-02-09 | reformatted last files | Christian Glöckner | |
2016-02-09 | Further style changes | Christian Glöckner | |
2016-02-09 | Fixed style issues | Christian Glöckner | |
2016-02-09 | Added docs for enginefactory | Christian Glöckner | |
2016-02-09 | Base Midi-Engines on Midi-Engine Base Class (+ Minor Renaming) | Christian Glöckner | |
2016-02-09 | reformatting fix | Christian Glöckner | |
2016-02-09 | applied clang-format | Christian Glöckner | |
2016-02-09 | Fixed configure.ac | Christian Glöckner | |
2016-02-09 | Updated configure script | Christian Glöckner | |
2016-02-09 | Updated Makefile | Christian Glöckner | |
2016-02-09 | Removed outdated files | Christian Glöckner | |
2016-02-09 | Removed outdated files | Christian Glöckner | |
2016-02-09 | Fixed API-problems | Christian Glöckner | |
2016-02-09 | added brace-initialization workaround for reference init | Christian Glöckner | |
2016-02-09 | Fixed initialization order | Christian Glöckner | |
2016-02-09 | added JackMidiInputEngine + additional minor changes | Christian Glöckner | |
2016-02-09 | removed unnecessary header from enginefactory.cc | Christian Glöckner | |
2016-02-09 | improved engine factory structure | Christian Glöckner | |
2016-02-09 | workaround outdated compiler version | Christian Glöckner | |
2016-02-09 | try to fix weird build error | Christian Glöckner | |
2016-02-09 | added missing jackaudio.cc | Christian Glöckner | |
2016-02-09 | added missing jackaudio header | Christian Glöckner | |
2016-02-09 | added JackaudioOutputEngine | Christian Glöckner | |
2016-02-09 | stdcerr output overhaul | Christian Glöckner | |
2016-02-09 | fixed header information | Christian Glöckner | |
2016-02-09 | added dummy io engines | Christian Glöckner | |
2016-02-09 | suppressed segfault at alsa engine dtor | Christian Glöckner | |
2016-02-09 | Added enable/disable engine via configure | Christian Glöckner | |
2016-02-09 | fixed size_t print | Christian Glöckner | |
2016-02-09 | silenced warning | Christian Glöckner | |
2016-02-09 | Fixed MidifileInputEngine | Christian Glöckner | |
2016-02-09 | Added missing changes | Christian Glöckner | |
2016-02-09 | Added missing changes | Christian Glöckner | |
2016-02-09 | Added AlsaOutputEngine | Christian Glöckner | |
2016-02-09 | Made midi-in-wav-out work again | Christian Glöckner | |
2016-02-09 | [incomplete] added MidifileInputEngine and WavfileOutputEngine | Christian Glöckner | |
2016-02-09 | added c++11 fix for make_unique | Christian Glöckner | |
2016-02-08 | Patch from viccuad: Fix for X11 detection on BSD. | Bent Bisballe Nyeng | |