Age | Commit message (Expand) | Author |
2019-06-16 | Make max channnel count controllable through the configure script to make it ... | Bent Bisballe Nyeng |
2018-08-08 | Remove old CHReampler class. | Bent Bisballe Nyeng |
2018-08-07 | New resampler implementation. | Bent Bisballe Nyeng |
2018-08-05 | Add support for partial buffers in cache and rendering engine - fixes dropout... | Bent Bisballe Nyeng |
2017-05-07 | Use enable_resampling in all places where the resampler is effecting the outc... | Bent Bisballe Nyeng |
2017-05-06 | Remove old (obsolete) Mutex class and replace all uses with std::mutex. | Bent Bisballe Nyeng |
2017-04-01 | Update underrun counter directly in AudioCache. | Bent Bisballe Nyeng |
2016-07-16 | Move config io from DrumGizmo to DrumGizmoPlugin (into own class). | André Nusser |
2016-07-13 | Remove the run(int endpos) method from drumgizmo. | André Nusser |
2016-06-06 | Add basic latency reporting methods. | Bent Bisballe Nyeng |
2016-05-28 | Hand over audio engines to DrumGizmo by reference instead of by pointer. | 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-08 | Make Resamplers container class. | Bent Bisballe Nyeng |
2016-05-08 | The last loader thread stuff. | Bent Bisballe Nyeng |
2016-04-24 | Move input processing of drumgizmo.cc into own class. | André Nusser |
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 |
2016-04-21 | A little refactoring for drumgizmo.cc. | André Nusser |
2016-04-08 | Refactoring to finally get rid of MessageHandler/Receiver in favor of the new... | Bent Bisballe Nyeng |
2016-03-31 | Settings. | Bent Bisballe Nyeng |
2016-03-22 | Change license to LGPLv3. | André Nusser |
2016-03-22 | Modernized InputEngine::run() | Christian Glöckner |
2016-03-13 | Fix wierd stuttering bug when one sample is done playing that interrupts exis... | Bent Bisballe Nyeng |
2016-02-14 | Change GPL version number in file headers to 3. | 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-01-28 | Don't remove the old run() method just yet. | Bent Bisballe Nyeng |
2016-01-28 | Style fixes | Bent Bisballe Nyeng |
2016-01-20 | Split CacheManager into several AudioCache classes and refactored the lot of ... | Bent Bisballe Nyeng |
2016-01-20 | Add free-wheel mode to LV2 and DrumGizmo class. | Bent Bisballe Nyeng |
2016-01-20 | Added framesize control mechanism to the engine, and made us of it in the cac... | Bent Bisballe Nyeng |
2016-01-20 | Integrate CacheManager into the engine. | Bent Bisballe Nyeng |
2015-05-15 | Add support for referenced files through refs.conf. | Bent Bisballe Nyeng |
2015-02-15 | Merge with master. Remove obsolete -p argument from cli. Add new -a argument ... | Bent Bisballe Nyeng |
2015-02-08 | Delay TYPE_STOP event until the last active samples are done playing. | Bent Bisballe Nyeng |
2014-10-12 | Add new resampler class and use it in engine. | Bent Bisballe Nyeng |
2013-12-01 | Add endpos parameter to cli. | Bent Bisballe Nyeng |
2013-09-20 | New resample feature (greatly inspired by C�dric 'SxDx') based on libsamplerate. | Bent Bisballe Nyeng |
2013-09-15 | Make destructor virtual. | Bent Bisballe Nyeng |
2013-06-29 | New inter-thread message system. | Bent Bisballe Nyeng |
2013-04-24 | Fixed missing midimap filename in GUI. | Bent Bisballe Nyeng |
2013-04-04 | New message system. New common midi input class. Some compiler warning fixes.... | Bent Bisballe Nyeng |
2013-03-22 | Added Engine->Messageing system. Implemented LoadStatus Message. Added Progre... | Bent Bisballe Nyeng |
2013-03-20 | Added initial code for a GUI<->engine message system. | Bent Bisballe Nyeng |
2013-01-26 | Background loader for audio files. | Bent Bisballe Nyeng |
2012-01-23 | New config interface (xml). Instruments now contains pointers (fix memleak). | Bent Bisballe Nyeng |
2011-07-17 | Fix bug, where pos was not increased as it should on each run. | deva |
2011-07-15 | New input/output plugin architecture. New LV2 plugin. | deva |
2011-03-01 | MAJOR rewrite of the internals. New input/output 'plugin' system. Still a lot... | deva |