summaryrefslogtreecommitdiff
path: root/src/audioinputenginemidi.cc
AgeCommit message (Collapse)Author
2023-10-03fix issue with hi-hat choking on press of the control pedaledrumulusVolker Fischer
2023-10-02remove midimultimap since it is not needed and added some test code for ↵Volker Fischer
hi-hat choke fixing
2023-10-02introduce controlthresh in MIDI mapping XML to support playing different ↵Volker Fischer
hi-hat sounds depending on the MIDI controller 4 input
2022-01-19remove the Edrumulus specific debug output because there is the EdrumulusGUI ↵Volker Fischer
available for that
2022-01-09added optional Edrumulus debugging output for velocity and positional ↵Volker Fischer
sensing values of received MIDI input
2021-08-08proof of concept of using varying choke times of open hi-hat to support ↵Volker Fischer
continuous hi-hat pedal changes
2021-07-28Merge remote-tracking branch 'origin/develop' into edrumulusVolker Fischer
# Conflicts: # src/audioinputenginemidi.cc
2021-07-28Aftertouch choke if velocities > 0 instead of == 0 as this seem to be the ↵Bent Bisballe Nyeng
vdrum vendor concensus.
2021-01-27Add positional information to drumkit xml and sample class.Bent Bisballe Nyeng
2020-04-04Converting NoteOn with velocity 0 to Choke events.André Nusser
2019-07-22Center velocities as well as disable stddev when disabling humanizer.André Nusser
2019-04-25Do not discard midi messages bigger than 3 bytes.Bent Bisballe Nyeng
2019-04-08Move 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-08-12Rewrite MidiMapParser to use pugixml.Bent Bisballe Nyeng
2016-05-08The last loader thread stuff.Bent Bisballe Nyeng
2016-03-31API Refactoring for class InstrumentChristian Glöckner
2016-03-31more consistent style of input engines' gettersChristian Glöckner
2016-03-31made input engine more const-correctChristian Glöckner
2016-03-29Do the file related actions in SAXParser.André Nusser
2016-03-22Change license to LGPLv3.André Nusser
2016-02-14Change GPL version number in file headers to 3.André Nusser
2016-02-09Base Midi-Engines on Midi-Engine Base Class (+ Minor Renaming)Christian Glöckner
2015-05-22Use new load return value from ConfigFile.Bent Bisballe Nyeng
2015-05-15Add support for referenced files through refs.conf.Bent Bisballe Nyeng
2013-11-28Fix 64bit compile warning.Bent Bisballe Nyeng
2013-04-26Add MidimapLoadStatus Message.Bent Bisballe Nyeng
2013-04-23Fix midifile-no-stored bug.Bent Bisballe Nyeng
2013-04-04New message system. New common midi input class. Some compiler warning ↵Bent Bisballe Nyeng
fixes. New ListBoxBasic class used by both LustBox and ComboBox. New embossed font.
2013-04-04New message system. New common midi input class. Some compiler warning fixes.Bent Bisballe Nyeng