Age | Commit message (Expand) | Author |
2016-03-31 | using const ref strings at output engine | Christian Glöckner |
2016-03-31 | using const ref strings at input engine | Christian Glöckner |
2016-03-31 | Fix mutex include issue. | Bent Bisballe Nyeng |
2016-03-31 | Fix compilation on windows. | Bent Bisballe Nyeng |
2016-03-31 | Workaround outdated compiler version | Christian Glöckner |
2016-03-31 | Removed unused features and fixed tests | Christian Glöckner |
2016-03-31 | Fixed my dumb fail | Christian Glöckner |
2016-03-31 | Added explicit cpy/mv assign operators to be sure about thread-safety of Grou... | Christian Glöckner |
2016-03-31 | Added thread-safety to implicit cpy/mv assign op for synced group settings | Christian Glöckner |
2016-03-31 | Cleanup on Synced Settings Header | Christian Glöckner |
2016-03-31 | Added API for accessing structs in a thread-safe way | Christian Glöckner |
2016-03-31 | Fixed API of class Atomic for POD | Christian Glöckner |
2016-03-29 | Use new Atomic class. | Bent Bisballe Nyeng |
2016-03-29 | atomic workaround | Christian Glöckner |
2016-03-29 | Settings. | Bent Bisballe Nyeng |
2016-03-29 | Fix drumkit file by reference. | Bent Bisballe Nyeng |
2016-03-29 | More cleanup. | Bent Bisballe Nyeng |
2016-03-29 | Do the file related actions in SAXParser. | André Nusser |
2016-03-29 | Make attr a const ref. | André Nusser |
2016-03-29 | Fix horribly stupid bug. | André Nusser |
2016-03-29 | Parser refactoring. | André Nusser |
2016-03-29 | Use unordered_map instead of map in the parsers. | André Nusser |
2016-03-29 | Do the file related actions in SAXParser. | André Nusser |
2016-03-29 | Make attr a const ref. | André Nusser |
2016-03-29 | Parser refactoring. | André Nusser |
2016-03-29 | New Random class for convenient random number generation. | André Nusser |
2016-03-24 | Add missing dist files. | Bent Bisballe Nyeng |
2016-03-22 | Change license to LGPLv3. | André Nusser |
2016-03-22 | Introduced Settings structure | Christian Glöckner |
2016-03-22 | Fixed debug print | Christian Glöckner |
2016-03-22 | Modernized InputEngine::run() | Christian Glöckner |
2016-03-16 | Build cleanup and windows build add. | Bent Bisballe Nyeng |
2016-03-13 | Increase number of cache ids. | Bent Bisballe Nyeng |
2016-03-13 | Only open AudioCacheFile if needed. | Bent Bisballe Nyeng |
2016-03-13 | Fix wierd stuttering bug when one sample is done playing that interrupts exis... | Bent Bisballe Nyeng |
2016-03-12 | Only open file if we actually need to read from it. | Bent Bisballe Nyeng |
2016-02-14 | Change 'Pracro' to 'DrumGizmo' where necessary. | André Nusser |
2016-02-14 | Change GPL version number in file headers to 3. | André Nusser |
2016-02-09 | Fix two valgrind errors and mark three others with a TODO comment. | André Nusser |
2016-02-09 | Work in deva's critique. This branch should now be ready for merge. | André Nusser |
2016-02-09 | Include the memchecker into the other DG code. | André Nusser |
2016-02-09 | Implement memchecker to ensure a drumkit fits into RAM. | André Nusser |
2016-02-09 | Base Midi-Engines on Midi-Engine Base Class (+ Minor Renaming) | 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-01-31 | Fix indentation error. | André Nusser |
2016-01-31 | Make it more clear how to enable diskstreaming | Bent Bisballe Nyeng |
2016-01-30 | Merge branch 'diskstreaming_review_chaot' into diskstreaming | Bent Bisballe Nyeng |
2016-01-29 | audiocacheeventhandler review | André Nusser |
2016-01-29 | Add a comment to clarify. | André Nusser |