Age | Commit message (Expand) | Author |
2019-04-08 | Move midi note process to one common place in AudioInputEngineMidi::processNo... | Bent Bisballe Nyeng |
2018-10-08 | Move event.h and audiotypes.h into src and get rid of the obsolete include fo... | Bent Bisballe Nyeng |
2017-12-30 | Remove extra codefeature/oss-midi | Goran Mekić |
2017-12-30 | Calculate instrument properly | Goran Mekić |
2017-12-30 | Hardcode instrument, otherwise play notes | Goran Mekić |
2017-12-30 | Get note and velocity | Goran Mekić |
2017-12-30 | Open midi device in non-blocking mode | Goran Mekić |
2017-12-30 | Enable OSS midi in | Goran Mekić |
2017-12-30 | Add OSS MIDI input | Goran Mekić |
2017-05-12 | Use correct MIDI note ON mask. | Hans Petter Selasky |
2016-11-01 | Fix licence headers. | Bent Bisballe Nyeng |
2016-07-13 | Fix freewheeling for test and dummy in- and outputs. | André Nusser |
2016-07-13 | Introduce input engine isFreewheeling method. | André Nusser |
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-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-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 | made input engine more const-correct | Christian Glöckner |
2016-03-31 | using const ref strings at input engine | Christian Glöckner |
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-09 | Fix two valgrind errors and mark three others with a TODO comment. | André Nusser |
2016-02-09 | Fixed style issues | 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 | 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 | added JackaudioOutputEngine | Christian Glöckner |
2016-02-09 | stdcerr output overhaul | Christian Glöckner |
2016-02-09 | fixed header information | Christian Glöckner |
2016-02-09 | added dummy io engines | Christian Glöckner |
2016-02-09 | Fixed MidifileInputEngine | Christian Glöckner |
2016-02-09 | Added missing changes | Christian Glöckner |
2016-02-09 | Made midi-in-wav-out work again | Christian Glöckner |
2016-02-09 | [incomplete] added MidifileInputEngine and WavfileOutputEngine | Christian Glöckner |
2016-01-28 | Revert files that shouldn't have been changed in this branch... | Bent Bisballe Nyeng |
2016-01-20 | Added new nth argument to test input module which plays a note each nth sampl... | Bent Bisballe Nyeng |
2016-01-20 | Make test input module work in a more logical way. | Bent Bisballe Nyeng |
2015-12-20 | Fix uninitialised warning. | Bent Bisballe Nyeng |
2015-12-19 | Revert "Experimental tempo change for midifile input module." | Bent Bisballe Nyeng |
2015-12-18 | Experimental tempo change for midifile input module. | Bent Bisballe Nyeng |
2015-10-27 | Added missing expat lib to jackmidi and midifile plugins. | Bent Bisballe Nyeng |