summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_midi.c
Commit message (Expand)AuthorAgeFilesLines
* process_keycode: remove direct `quantum.h` includes (#21486)Ryan2023-07-111-15/+11
* Normalise MIDI keycodes (#18972)Ryan2022-11-071-24/+24
* Format code according to conventions (#16322)QMK Bot2022-02-121-8/+18
* Fix handling multiples of the same MIDI note (fixes bug brought up in issue #...jakobkg2021-03-251-10/+13
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-281-7/+18
* Fix for MIDI sustain effect issue (#10361)3araht2020-10-041-4/+6
* clang-format changesskullY2019-08-301-73/+42
* MIDI: Fix basic noteon: send correct velocity (#6476)Zach DeCook2019-08-061-1/+1
* Added bending to MIDI (#2740)adiron2018-04-181-0/+20
* Merge ChibiOS and LUFA descriptor support (#2362)fredizzimo2018-02-081-25/+33
* Clarify the quantum license (#1042)skullydazed2017-03-281-0/+15
* fix 'stop_all_notes' naming to be more consistentGabriel Young2017-03-021-1/+1
* Factor basic note processing into respective processorsGabriel Young2017-02-251-2/+26
* Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young2017-02-251-3/+6
* Document size added by MIDI_ENABLE (~3800 bytes according to my experiments)Gabriel Young2017-02-191-0/+2
* expose midi_configGabriel Young2017-02-191-17/+6
* add keycodes for transpose rangeGabriel Young2017-02-191-7/+30
* implement modulationGabriel Young2017-02-191-4/+54
* add support for pedal cc messagesGabriel Young2017-02-191-10/+51
* remove disabled codeGabriel Young2017-02-191-129/+0
* Alternative version with a tone arrayGabriel Young2017-02-191-0/+109
* clean up commented codeGabriel Young2017-02-191-137/+0
* initial implementation of polyphony using variable length array of notes onGabriel Young2017-02-191-2/+197
* Missing ifdef statementAdam Gausmann2016-09-291-1/+3
* Fixes midi functionalityJack Humbert2016-07-241-12/+12
* Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert2016-06-291-0/+66