summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_midi.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-20expose midi_configGabriel Young1-17/+6
2017-02-20add keycodes for transpose rangeGabriel Young1-7/+30
2017-02-20implement modulationGabriel Young1-4/+54
2017-02-20add support for pedal cc messagesGabriel Young1-10/+51
2017-02-20remove disabled codeGabriel Young1-129/+0
2017-02-20Alternative version with a tone arrayGabriel Young1-0/+109
2017-02-20clean up commented codeGabriel Young1-137/+0
2017-02-20initial implementation of polyphony using variable length array of notes onGabriel Young1-2/+197
2016-09-29Missing ifdef statementAdam Gausmann1-1/+3
2016-07-25Fixes midi functionalityJack Humbert1-12/+12
2016-06-29Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert1-0/+66