aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_midi.c
Commit message (Expand)AuthorAgeFilesLines
* 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