Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-08 | Revert accidentally enabled disk caching. | Bent Bisballe Nyeng | |
2016-05-08 | Make Resamplers container class. | Bent Bisballe Nyeng | |
2016-05-08 | The last loader thread stuff. | Bent Bisballe Nyeng | |
2016-04-25 | inputprocesser.cc: Fixed missing rename of function calls inside | Jonas Suhr Christensen | |
process(..). process_onset -> processOnset etc. | |||
2016-04-25 | Style fix in InputProcessor class. | André Nusser | |
2016-04-24 | Refactoring InputProcessor | André Nusser | |
2016-04-24 | Split process in InputProcessor into process_onset and process_stop. | André Nusser | |
2016-04-24 | Make activeevents a member of InputProcessor. | André Nusser | |
2016-04-24 | Move input processing of drumgizmo.cc into own class. | André Nusser | |
2016-04-24 | Fix broken timed_wait implementation. | Bent Bisballe Nyeng | |
2016-04-22 | A little refactoring for drumgizmo.cc (premium non-breaking changes) | André Nusser | |
2016-04-22 | Revert "A little refactoring for drumgizmo.cc." | André Nusser | |
This reverts commit f8be5a6d8d0be47596e1d9e6050e6e134f1e4167. Stupid locale bug re-introduced, thus reverting. | |||
2016-04-21 | A little refactoring for drumgizmo.cc. | André Nusser | |
Range based loops, static const member variables instead of #define, c++11 convert from and to strings. | |||
2016-04-16 | Merge branch 'settings' | Bent Bisballe Nyeng | |
2016-04-16 | Some DrumKitLoader refactoring. | Bent Bisballe Nyeng | |
2016-04-15 | Fix Semaphore::wait(ms) | Bent Bisballe Nyeng | |
2016-04-14 | Part 2: Fixed dummy implementation of CHResampler used when compiling ↵ | Jonas Suhr Christensen | |
without resampler support. Forgot to include config.h in crresampler.h in first fix. | |||
2016-04-14 | Fixed dummy implementation of CHResampler used when compiling without ↵ | Jonas Suhr Christensen | |
resampler support. | |||
2016-04-13 | New Semaphore method wait with timeout. | Bent Bisballe Nyeng | |
2016-04-08 | Refactoring to finally get rid of MessageHandler/Receiver in favor of the ↵ | Bent Bisballe Nyeng | |
new Settings mechanism. | |||
2016-04-03 | Fix logic error in SettingRef::hasChanged(). | Bent Bisballe Nyeng | |
2016-04-02 | Make Atimoc fit style-guide. | Bent Bisballe Nyeng | |
2016-03-31 | Removed the last Conf:: namespace usage and replaced it with Settings. | Bent Bisballe Nyeng | |
2016-03-31 | Use new Random class. | Bent Bisballe Nyeng | |
2016-03-31 | Fix merge conflicts. | Bent Bisballe Nyeng | |
2016-03-31 | Fix issues from rebasing. | Bent Bisballe Nyeng | |
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 ↵ | Christian Glöckner | |
Group<T> | |||
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-31 | Settings. | Bent Bisballe Nyeng | |
2016-03-31 | More cleanup. | Bent Bisballe Nyeng | |
2016-03-31 | Use new Atomic class. | Bent Bisballe Nyeng | |
2016-03-31 | atomic workaround | Christian Glöckner | |
2016-03-31 | Settings. | Bent Bisballe Nyeng | |
2016-03-31 | Fix drumkit file by reference. | Bent Bisballe Nyeng | |
2016-03-31 | More cleanup. | Bent Bisballe Nyeng | |
2016-03-31 | Parser refactoring. | André Nusser | |
* Use new style * Update to C++11 * Use more std::string than char* | |||
2016-03-31 | Fix build errors due to rebase. | André Nusser | |
2016-03-31 | Refactored class VersionStr | Christian Glöckner | |
2016-03-31 | API Refactoring for class Velocity | Christian Glöckner | |
2016-03-31 | API Refactoring for class Sample | Christian Glöckner | |
2016-03-31 | Reformatted class PowerList | Christian Glöckner | |
2016-03-31 | API Refactoring for getPath function | Christian Glöckner | |