diff options
| author | Gabriel Young <gabeplaysdrums@live.com> | 2017-02-18 03:12:13 -0800 |
|---|---|---|
| committer | Gabriel Young <gabeplaysdrums@live.com> | 2017-02-19 16:41:59 -0800 |
| commit | e405ab4bc6ff47d189d99c4d51aadf60a642d82a (patch) | |
| tree | 60d81499162c5a8a6d5e479f2acb2bba7dfe3392 /quantum/process_keycode/process_midi.h | |
| parent | 5ae1411fc387a682d3e22f5cddfe1102e3312af5 (diff) | |
| download | qmk_firmware-e405ab4bc6ff47d189d99c4d51aadf60a642d82a.tar.gz qmk_firmware-e405ab4bc6ff47d189d99c4d51aadf60a642d82a.zip | |
initial implementation of polyphony using variable length array of notes on
Diffstat (limited to 'quantum/process_keycode/process_midi.h')
| -rw-r--r-- | quantum/process_keycode/process_midi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_midi.h b/quantum/process_keycode/process_midi.h index acd4fc1b1..b0e0aeb83 100644 --- a/quantum/process_keycode/process_midi.h +++ b/quantum/process_keycode/process_midi.h | |||
| @@ -2,6 +2,9 @@ | |||
| 2 | #define PROCESS_MIDI_H | 2 | #define PROCESS_MIDI_H |
| 3 | 3 | ||
| 4 | #include "quantum.h" | 4 | #include "quantum.h" |
| 5 | #include "midi.h" | ||
| 6 | |||
| 7 | void midi_init(void); | ||
| 5 | 8 | ||
| 6 | bool process_midi(uint16_t keycode, keyrecord_t *record); | 9 | bool process_midi(uint16_t keycode, keyrecord_t *record); |
| 7 | 10 | ||
