summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_midi.c
Commit message (Expand)AuthorAge
* clang-format changesskullY2019-08-30
* MIDI: Fix basic noteon: send correct velocity (#6476)Zach DeCook2019-08-06
* Added bending to MIDI (#2740)adiron2018-04-18
* Merge ChibiOS and LUFA descriptor support (#2362)fredizzimo2018-02-08
* Clarify the quantum license (#1042)skullydazed2017-03-28
* fix 'stop_all_notes' naming to be more consistentGabriel Young2017-03-02
* Factor basic note processing into respective processorsGabriel Young2017-02-25
* Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young2017-02-25
* Document size added by MIDI_ENABLE (~3800 bytes according to my experiments)Gabriel Young2017-02-19
* expose midi_configGabriel Young2017-02-19
* add keycodes for transpose rangeGabriel Young2017-02-19
* implement modulationGabriel Young2017-02-19
* add support for pedal cc messagesGabriel Young2017-02-19
* remove disabled codeGabriel Young2017-02-19
* Alternative version with a tone arrayGabriel Young2017-02-19
* clean up commented codeGabriel Young2017-02-19
* initial implementation of polyphony using variable length array of notes onGabriel Young2017-02-19
* Missing ifdef statementAdam Gausmann2016-09-29
* Fixes midi functionalityJack Humbert2016-07-24
* Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert2016-06-29