| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge ChibiOS and LUFA descriptor support (#2362) | fredizzimo | 2018-02-08 | 1 | -25/+33 |
* | Clarify the quantum license (#1042) | skullydazed | 2017-03-28 | 1 | -0/+15 |
* | fix 'stop_all_notes' naming to be more consistent | Gabriel Young | 2017-03-02 | 1 | -1/+1 |
* | Factor basic note processing into respective processors | Gabriel Young | 2017-02-25 | 1 | -2/+26 |
* | Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED | Gabriel Young | 2017-02-25 | 1 | -3/+6 |
* | Document size added by MIDI_ENABLE (~3800 bytes according to my experiments) | Gabriel Young | 2017-02-19 | 1 | -0/+2 |
* | expose midi_config | Gabriel Young | 2017-02-19 | 1 | -17/+6 |
* | add keycodes for transpose range | Gabriel Young | 2017-02-19 | 1 | -7/+30 |
* | implement modulation | Gabriel Young | 2017-02-19 | 1 | -4/+54 |
* | add support for pedal cc messages | Gabriel Young | 2017-02-19 | 1 | -10/+51 |
* | remove disabled code | Gabriel Young | 2017-02-19 | 1 | -129/+0 |
* | Alternative version with a tone array | Gabriel Young | 2017-02-19 | 1 | -0/+109 |
* | clean up commented code | Gabriel Young | 2017-02-19 | 1 | -137/+0 |
* | initial implementation of polyphony using variable length array of notes on | Gabriel Young | 2017-02-19 | 1 | -2/+197 |
* | Missing ifdef statement | Adam Gausmann | 2016-09-29 | 1 | -1/+3 |
* | Fixes midi functionality | Jack Humbert | 2016-07-24 | 1 | -12/+12 |
* | Moves features to their own files (process_*), adds tap dance feature (#460) | Jack Humbert | 2016-06-29 | 1 | -0/+66 |