Age | Commit message (Expand) | Author |
2016-09-05 | Use atomic libs. | Bent Bisballe Nyeng |
2016-09-05 | Initial sempahore implementation for OSX - wrong include. | Bent Bisballe Nyeng |
2016-09-05 | Initial sempahore implementation for OSX - missing include. | Bent Bisballe Nyeng |
2016-09-05 | Initial sempahore implementation for OSX. | Bent Bisballe Nyeng |
2016-07-24 | Clear output buffers in LV2 and jack modes before each process iteration to e... | Bent Bisballe Nyeng |
2016-07-16 | Memchecker code for OS X. | André Nusser |
2016-07-16 | Move config io from DrumGizmo to DrumGizmoPlugin (into own class). | André Nusser |
2016-07-14 | Move free-wheel control into the main run method. | Bent Bisballe Nyeng |
2016-07-13 | Introduce input engine isFreewheeling method. | André Nusser |
2016-07-13 | Introduce output engine isFreewheeling method. | André Nusser |
2016-07-13 | Remove the run(int endpos) method from drumgizmo. | André Nusser |
2016-07-13 | Use the latency reported by the engine in the jack and wavfile output modules. | Bent Bisballe Nyeng |
2016-06-15 | Make sure we abide the samplerate in all input/output engines. | Bent Bisballe Nyeng |
2016-06-14 | Make code from last commit a little more explicit. | André Nusser |
2016-06-14 | New input processor filter system. Moved processing from Instrument calss to ... | Bent Bisballe Nyeng |
2016-06-13 | Initialise the zita resampler correctly to avoid latency. | Bent Bisballe Nyeng |
2016-06-13 | Fix whitespace | Bent Bisballe Nyeng |
2016-06-06 | Add basic latency reporting methods. | Bent Bisballe Nyeng |
2016-06-04 | Fix uninitialised variables. | Bent Bisballe Nyeng |
2016-05-28 | Hand over audio engines to DrumGizmo by reference instead of by pointer. | Bent Bisballe Nyeng |
2016-05-27 | Cannot refactor further: ownership problem! | Christian Glöckner |
2016-05-27 | Instrument holds AudioFile via unique_ptr | Christian Glöckner |
2016-05-27 | added another range-based loop | Christian Glöckner |
2016-05-26 | Instrument Vector using UniquePtr | Christian Glöckner |
2016-05-26 | Initial Refactoring on PowerList | Christian Glöckner |
2016-05-22 | Explicitly stop the loader thread to ensure we don't delete the DrumGizmo::dr... | Bent Bisballe Nyeng |
2016-05-21 | Use platform in semaphore. | Bent Bisballe Nyeng |
2016-05-21 | Use platform in semaphore. | Bent Bisballe Nyeng |
2016-05-21 | Use platform in semaphore. | Bent Bisballe Nyeng |
2016-05-21 | Use platform in semaphore. | Bent Bisballe Nyeng |
2016-05-21 | Use platform in semaphore. | Bent Bisballe Nyeng |
2016-05-21 | Use platform in semaphore. | Bent Bisballe Nyeng |
2016-05-21 | Experimental new platform detection code used in memchecker. | Bent Bisballe Nyeng |
2016-05-20 | Fix sndfile cflags. | Bent Bisballe Nyeng |
2016-05-14 | Remove accidentally committed change. | Bent Bisballe Nyeng |
2016-05-14 | Remove unused Velocity class. | Bent Bisballe Nyeng |
2016-05-14 | Make all components use the same Random instance and add seed method on DrumG... | Bent Bisballe Nyeng |
2016-05-14 | Temporary fix for midimap loading in command line tool. | Bent Bisballe Nyeng |
2016-05-10 | Bugfix in InputProcessor class and avoid multiple map access there. | André Nusser |
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 |
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 |