Age | Commit message (Expand) | Author |
2015-09-28 | Fix creation of Notifier with empty argument list ie. Notifier<> foo. | Bent Bisballe Nyeng |
2015-09-07 | Updated README with compile and install info taken from website and updated f... | Lars Bisballe Jensen |
2015-09-04 | Refactored Label. | Bent Bisballe Nyeng |
2015-09-03 | Added libsmf to list of deps. | Bent Bisballe Nyeng |
2015-09-03 | Use Notifier in CheckBox class. | Bent Bisballe Nyeng |
2015-09-03 | Added missing overrides | Bent Bisballe Nyeng |
2015-09-03 | Added missing GUI:: namespaces. | Bent Bisballe Nyeng |
2015-09-03 | Introduce new Notifier and use it in the Knob class. | Bent Bisballe Nyeng |
2015-08-13 | Clean up thread code. | 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 | Fix conflict with 'final' define when including openssl/evp.h. | 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 |