Age | Commit message (Expand) | Author |
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 |
2016-02-09 | Fixed API-problems | Christian Glöckner |
2016-02-09 | added brace-initialization workaround for reference init | Christian Glöckner |
2016-02-09 | Fixed initialization order | Christian Glöckner |
2016-02-09 | added JackMidiInputEngine + additional minor changes | Christian Glöckner |
2016-02-09 | removed unnecessary header from enginefactory.cc | Christian Glöckner |
2016-02-09 | improved engine factory structure | Christian Glöckner |
2016-02-09 | workaround outdated compiler version | Christian Glöckner |
2016-02-09 | try to fix weird build error | Christian Glöckner |
2016-02-09 | added missing jackaudio.cc | Christian Glöckner |
2016-02-09 | added missing jackaudio header | Christian Glöckner |
2016-02-09 | added JackaudioOutputEngine | Christian Glöckner |