aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_midi.c
AgeCommit message (Expand)Author
2019-08-30clang-format changesGravatar skullY
2019-08-06MIDI: Fix basic noteon: send correct velocity (#6476)Gravatar Zach DeCook
2018-04-18Added bending to MIDI (#2740)Gravatar adiron
2018-02-08Merge ChibiOS and LUFA descriptor support (#2362)Gravatar fredizzimo
2017-03-28Clarify the quantum license (#1042)Gravatar skullydazed
2017-03-02fix 'stop_all_notes' naming to be more consistentGravatar Gabriel Young
2017-02-25Factor basic note processing into respective processorsGravatar Gabriel Young
2017-02-25Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGravatar Gabriel Young
2017-02-19Document size added by MIDI_ENABLE (~3800 bytes according to my experiments)Gravatar Gabriel Young
2017-02-19expose midi_configGravatar Gabriel Young
2017-02-19add keycodes for transpose rangeGravatar Gabriel Young
2017-02-19implement modulationGravatar Gabriel Young
2017-02-19add support for pedal cc messagesGravatar Gabriel Young
2017-02-19remove disabled codeGravatar Gabriel Young
2017-02-19Alternative version with a tone arrayGravatar Gabriel Young
2017-02-19clean up commented codeGravatar Gabriel Young
2017-02-19initial implementation of polyphony using variable length array of notes onGravatar Gabriel Young
2016-09-29Missing ifdef statementGravatar Adam Gausmann
2016-07-24Fixes midi functionalityGravatar Jack Humbert
2016-06-29Moves features to their own files (process_*), adds tap dance feature (#460)Gravatar Jack Humbert