summaryrefslogtreecommitdiff
path: root/src/midimapper.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
2019-04-06Avoid calling find on a map twice in midimap lookup.André Nusser
2018-10-30Added dynamic midnam support.Bent Bisballe Nyeng
2016-05-08The last loader thread stuff.Bent Bisballe Nyeng
2016-03-31Reformatted MidiMapperChristian Glöckner
2016-03-22Change license to LGPLv3.André Nusser
2016-02-14Change GPL version number in file headers to 3.André Nusser
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.
2011-08-08New midimapper.Bent Bisballe Nyeng
2011-03-01MAJOR rewrite of the internals. New input/output 'plugin' system. Still a ↵deva
lot missing.
2009-11-22Added editor for automated chopping up of audiofiles into samples.deva
2008-08-05Forgot to put eXpat in configuredeva
2008-07-22Fixed 'scratchy' bug.deva
2008-07-22DrumKit parser. Internal drumkit now used in events. This is the first ↵deva
milestone.
2008-07-21Fixed some bugs in midimapper.deva
2008-07-21Made midi mapper.deva