Age | Commit message (Expand) | Author |
2016-07-24 | Clear output buffers in LV2 and jack modes before each process iteration to e... | Bent Bisballe Nyeng |
2016-07-14 | Move free-wheel control into the main run method. | Bent Bisballe Nyeng |
2016-07-13 | Simplify free wheel loop control a bit. | Bent Bisballe Nyeng |
2016-07-13 | Fix freewheeling for test and dummy in- and outputs. | André Nusser |
2016-07-13 | Consider freewheeling of engines in drumgizmo and dgreftest. | André Nusser |
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-07-06 | Fix signed unsigned comparison warning. | Bent Bisballe Nyeng |
2016-06-15 | Make sure we abide the samplerate in all input/output engines. | Bent Bisballe Nyeng |
2016-05-28 | Hand over audio engines to DrumGizmo by reference instead of by pointer. | Bent Bisballe Nyeng |
2016-05-21 | Remove superfluous LDADD flags. | Bent Bisballe Nyeng |
2016-05-20 | Only compile jackclient.cc if at least one of the jack modules are included. | Bent Bisballe Nyeng |
2016-05-20 | Add missing DRUMGIZMO_CPPFLAGS | Bent Bisballe Nyeng |
2016-05-14 | Temporary fix for midimap loading in command line tool. | Bent Bisballe Nyeng |
2016-05-14 | Temporary fix for midimap loading in command line tool. | Bent Bisballe Nyeng |
2016-05-08 | Add -lrt to remaining projects. | Bent Bisballe Nyeng |
2016-05-08 | The last loader thread stuff. | Bent Bisballe Nyeng |
2016-04-16 | Merge branch 'settings' | Bent Bisballe Nyeng |
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 new... | Bent Bisballe Nyeng |
2016-04-03 | Tested and finalized - branch ready to be merged into master. | Jonas Suhr Christensen |
2016-04-03 | Updated method signature in regard to const and reference. | Jonas Suhr Christensen |
2016-04-03 | Added TestInputEngine available in cli. | Jonas Suhr Christensen |
2016-03-31 | Settings. | Bent Bisballe Nyeng |
2016-03-31 | more consistent style of output engines' getters | Christian Glöckner |
2016-03-31 | pass channels to output engine by const ref | Christian Glöckner |
2016-03-31 | made input engine more const-correct | Christian Glöckner |
2016-03-31 | using const ref strings at output engine | Christian Glöckner |
2016-03-31 | using const ref strings at input engine | Christian Glöckner |
2016-03-24 | Make jack process callback private. | Bent Bisballe Nyeng |
2016-03-22 | Change license to LGPLv3. | André Nusser |
2016-03-22 | Modernized InputEngine::run() | Christian Glöckner |
2016-02-14 | Change GPL version number in file headers to 3. | André Nusser |
2016-02-10 | Call hug_close in desctructor not run. Prevents threading errors. | André Nusser |
2016-02-09 | Fix two valgrind errors and mark three others with a TODO comment. | André Nusser |
2016-02-09 | Fix two small bugs. | André Nusser |
2016-02-09 | Remove statement which was commented out | André Nusser |
2016-02-09 | Further style fixes | Christian Glöckner |
2016-02-09 | reformatted last files | Christian Glöckner |
2016-02-09 | Further style changes | Christian Glöckner |
2016-02-09 | Fixed style issues | Christian Glöckner |
2016-02-09 | Added docs for enginefactory | Christian Glöckner |
2016-02-09 | Base Midi-Engines on Midi-Engine Base Class (+ Minor Renaming) | Christian Glöckner |
2016-02-09 | reformatting fix | Christian Glöckner |
2016-02-09 | applied clang-format | Christian Glöckner |
2016-02-09 | Updated Makefile | Christian Glöckner |
2016-02-09 | Removed outdated files | Christian Glöckner |
2016-02-09 | Removed outdated files | Christian Glöckner |