summaryrefslogtreecommitdiff
path: root/drumgizmo/input
AgeCommit message (Expand)Author
2021-02-05Unblocking run() and fix missing type information in first byte of midi payload.alsamidiVolker Fischer
2021-02-02Add alsamidi iput engine.Volker Fischer
2020-05-28Get rid of haunting assert in input/jackmidi module.Bent Bisballe Nyeng
2019-07-18Add <cstring> include needed on PPC64 FreeBSDGoran Mekić
2019-04-08Move midi note process to one common place in AudioInputEngineMidi::processNo...Bent Bisballe Nyeng
2018-10-08Move event.h and audiotypes.h into src and get rid of the obsolete include fo...Bent Bisballe Nyeng
2017-12-30Remove extra codefeature/oss-midiGoran Mekić
2017-12-30Calculate instrument properlyGoran Mekić
2017-12-30Hardcode instrument, otherwise play notesGoran Mekić
2017-12-30Get note and velocityGoran Mekić
2017-12-30Open midi device in non-blocking modeGoran Mekić
2017-12-30Enable OSS midi inGoran Mekić
2017-12-30Add OSS MIDI inputGoran Mekić
2017-05-12Use correct MIDI note ON mask.Hans Petter Selasky
2016-11-01Fix licence headers.Bent Bisballe Nyeng
2016-07-13Fix freewheeling for test and dummy in- and outputs.André Nusser
2016-07-13Introduce input engine isFreewheeling method.André Nusser
2016-07-06Fix signed unsigned comparison warning.Bent Bisballe Nyeng
2016-06-15Make sure we abide the samplerate in all input/output engines.Bent Bisballe Nyeng
2016-05-14Temporary fix for midimap loading in command line tool.Bent Bisballe Nyeng
2016-05-14Temporary fix for midimap loading in command line tool.Bent Bisballe Nyeng
2016-04-03Tested and finalized - branch ready to be merged into master.Jonas Suhr Christensen
2016-04-03Updated method signature in regard to const and reference.Jonas Suhr Christensen
2016-04-03Added TestInputEngine available in cli.Jonas Suhr Christensen
2016-03-31made input engine more const-correctChristian Glöckner
2016-03-31using const ref strings at input engineChristian Glöckner
2016-03-22Change license to LGPLv3.André Nusser
2016-03-22Modernized InputEngine::run()Christian Glöckner
2016-02-14Change GPL version number in file headers to 3.André Nusser
2016-02-09Fix two valgrind errors and mark three others with a TODO comment.André Nusser
2016-02-09Fixed style issuesChristian Glöckner
2016-02-09Base Midi-Engines on Midi-Engine Base Class (+ Minor Renaming)Christian Glöckner
2016-02-09reformatting fixChristian Glöckner
2016-02-09applied clang-formatChristian Glöckner
2016-02-09Removed outdated filesChristian Glöckner
2016-02-09Fixed API-problemsChristian Glöckner
2016-02-09added brace-initialization workaround for reference initChristian Glöckner
2016-02-09Fixed initialization orderChristian Glöckner
2016-02-09added JackMidiInputEngine + additional minor changesChristian Glöckner
2016-02-09added JackaudioOutputEngineChristian Glöckner
2016-02-09stdcerr output overhaulChristian Glöckner
2016-02-09fixed header informationChristian Glöckner
2016-02-09added dummy io enginesChristian Glöckner
2016-02-09Fixed MidifileInputEngineChristian Glöckner
2016-02-09Added missing changesChristian Glöckner
2016-02-09Made midi-in-wav-out work againChristian Glöckner
2016-02-09[incomplete] added MidifileInputEngine and WavfileOutputEngineChristian Glöckner
2016-01-28Revert files that shouldn't have been changed in this branch...Bent Bisballe Nyeng
2016-01-20Added new nth argument to test input module which plays a note each nth sampl...Bent Bisballe Nyeng
2016-01-20Make test input module work in a more logical way.Bent Bisballe Nyeng