Age | Commit message (Expand) | Author |
2016-01-20 | Fix new method names. | Bent Bisballe Nyeng |
2016-01-19 | Check full initial_samples_needed range. | Bent Bisballe Nyeng |
2016-01-19 | Check for lock in setChunkSize. Remove lock in clearEvents. | Bent Bisballe Nyeng |
2016-01-19 | Fix some comments. | Bent Bisballe Nyeng |
2016-01-19 | Split CacheManager into several AudioCache classes and refactored the lot of ... | Bent Bisballe Nyeng |
2015-12-24 | Add experimental 'silencing' of all active events on frame size change. | Bent Bisballe Nyeng |
2015-12-24 | Split internal CacheManager AFile class out into it's own file/class CacheAud... | Bent Bisballe Nyeng |
2015-07-30 | Add free-wheel mode for Jack (untested). | Bent Bisballe Nyeng |
2015-07-27 | Add free-wheel mode to VST (untested). | Bent Bisballe Nyeng |
2015-07-27 | Add free-wheel mode to LV2 and DrumGizmo class. | Bent Bisballe Nyeng |
2015-07-19 | Collapse LOADNEXT events if they share filename and position. | Bent Bisballe Nyeng |
2015-07-19 | Make cachemanager behave as if it isn't there when CHUNK_MULTIPLIER is big en... | Bent Bisballe Nyeng |
2015-07-19 | The SIMD implementation is broken with the current cachemanager version and d... | Bent Bisballe Nyeng |
2015-07-19 | Added new nth argument to test input module which plays a note each nth sampl... | Bent Bisballe Nyeng |
2015-07-19 | Remove unused variable. | Bent Bisballe Nyeng |
2015-07-19 | Fix cachemanager test. | Bent Bisballe Nyeng |
2015-07-19 | Fix loading with num_samples==ALL_SAMPLES (-1). | Bent Bisballe Nyeng |
2015-07-19 | Fix compiling with -Wall/error but no hugin. | Bent Bisballe Nyeng |
2015-07-19 | Fix compiling with -Wall/error but no hugin. | Bent Bisballe Nyeng |
2015-07-17 | Fix event body size. | Bent Bisballe Nyeng |
2015-07-10 | Fix channel swapping when playing samples after the initially loaded. | Bent Bisballe Nyeng |
2015-07-10 | Make test input module work in a more logical way. | Bent Bisballe Nyeng |
2015-06-28 | Fix unit tests to run with new setFramesize feature. | Bent Bisballe Nyeng |
2015-06-28 | Fix read of memory that was alreay freed. Fix misaligned SIMD copy. | Bent Bisballe Nyeng |
2015-06-28 | Fix warning. | Bent Bisballe Nyeng |
2015-06-28 | Fix warning. | Bent Bisballe Nyeng |
2015-06-14 | Merge remote-tracking branch 'origin/master' into diskstreaming | Bent Bisballe Nyeng |
2015-06-14 | Better check for c++11 support and fix for missing override/final keywords. | Bent Bisballe Nyeng |
2015-05-22 | Merge with master | Bent Bisballe Nyeng |
2015-05-22 | Added framesize control mechanism to the engine, and made us of it in the cac... | Bent Bisballe Nyeng |
2015-05-22 | Remove semaphore debug output. | Bent Bisballe Nyeng |
2015-05-22 | Ignore generated mingw32 makefile. | Bent Bisballe Nyeng |
2015-05-22 | Use new load return value from ConfigFile. | Bent Bisballe Nyeng |
2015-05-22 | Add error handling in ConfigFile parser. | Bent Bisballe Nyeng |
2015-05-21 | nullptr not supported by our build servers, so better not use it yet. | Bent Bisballe Nyeng |
2015-05-21 | override not supported by our build servers, so better not use it yet. | Bent Bisballe Nyeng |
2015-05-21 | New configfile parser with unit test. | Bent Bisballe Nyeng |
2015-05-21 | Force value of 'initialized' before construction. | Bent Bisballe Nyeng |
2015-05-21 | Make C++11 fix. | Bent Bisballe Nyeng |
2015-05-16 | New ignores. | Bent Bisballe Nyeng |
2015-05-16 | Merge remote-tracking branch 'origin' into diskstreaming | Bent Bisballe Nyeng |
2015-05-15 | Add support for referenced files through refs.conf. | Bent Bisballe Nyeng |
2015-05-15 | New ConfigFile class for generic config file reading/writing in homedir .drum... | Bent Bisballe Nyeng |
2015-05-15 | Make sure that M_PI is defined. | Bent Bisballe Nyeng |
2015-05-15 | Make sure that M_PI is defined. | Bent Bisballe Nyeng |
2015-05-15 | Make sure that M_PI is defined. | Bent Bisballe Nyeng |
2015-05-15 | Only expect c++x0. | Bent Bisballe Nyeng |
2015-05-15 | Start using C++-11. | Bent Bisballe Nyeng |
2015-04-26 | Simplify (and slightly optimize) buffer counter code. | Bent Bisballe Nyeng |
2015-04-26 | Fixed wrong position in buffer by adding buffer_offset to all inner loops. | Jonas Suhr Christensen |