summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_midi.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-09MIDI sustain effect fix on qmk 0.22.2 (#22114)3araht1-13/+10
2023-07-11process_keycode: remove direct `quantum.h` includes (#21486)Ryan1-15/+11
2022-11-07Normalise MIDI keycodes (#18972)Ryan1-24/+24
2022-02-12Format code according to conventions (#16322)QMK Bot1-8/+18
2021-03-25Fix handling multiples of the same MIDI note (fixes bug brought up in issue #...jakobkg1-10/+13
2020-11-282020 November 28 Breaking Changes Update (#11053)James Young1-7/+18
2020-10-04Fix for MIDI sustain effect issue (#10361)3araht1-4/+6
2019-08-30clang-format changesskullY1-73/+42
2019-08-06MIDI: Fix basic noteon: send correct velocity (#6476)Zach DeCook1-1/+1
2018-04-18Added bending to MIDI (#2740)adiron1-0/+20
2018-02-08Merge ChibiOS and LUFA descriptor support (#2362)fredizzimo1-25/+33
2017-03-28Clarify the quantum license (#1042)skullydazed1-0/+15
2017-03-02fix 'stop_all_notes' naming to be more consistentGabriel Young1-1/+1
2017-02-25Factor basic note processing into respective processorsGabriel Young1-2/+26
2017-02-25Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young1-3/+6
2017-02-19Document size added by MIDI_ENABLE (~3800 bytes according to my experiments)Gabriel Young1-0/+2
2017-02-19expose midi_configGabriel Young1-17/+6
2017-02-19add keycodes for transpose rangeGabriel Young1-7/+30
2017-02-19implement modulationGabriel Young1-4/+54
2017-02-19add support for pedal cc messagesGabriel Young1-10/+51
2017-02-19remove disabled codeGabriel Young1-129/+0
2017-02-19Alternative version with a tone arrayGabriel Young1-0/+109
2017-02-19clean up commented codeGabriel Young1-137/+0
2017-02-19initial implementation of polyphony using variable length array of notes onGabriel Young1-2/+197
2016-09-29Missing ifdef statementAdam Gausmann1-1/+3
2016-07-24Fixes midi functionalityJack Humbert1-12/+12
2016-06-29Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert1-0/+66