Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-08 | Move midi note process to one common place in ↵ | Bent Bisballe Nyeng | |
AudioInputEngineMidi::processNote and use it in the four input engines (plugin, midifile, ossmidi and jackmidi) | |||
2018-10-08 | Move event.h and audiotypes.h into src and get rid of the obsolete include ↵ | Bent Bisballe Nyeng | |
folder. | |||
2017-05-12 | Use correct MIDI note ON mask. | Hans Petter Selasky | |
Signed-off-by: Hans Petter Selasky <hps@selasky.org> | |||
2016-07-13 | Introduce input engine isFreewheeling method. | André Nusser | |
2016-05-14 | Temporary fix for midimap loading in command line tool. | Bent Bisballe Nyeng | |
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 | 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 | 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 | |