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