1
0
Fork 0

Factor basic note processing into respective processors

This commit is contained in:
Gabriel Young 2017-02-25 19:25:33 -08:00
parent 525be99ee9
commit 1000799d1e
9 changed files with 186 additions and 85 deletions

View file

@ -153,6 +153,9 @@ bool process_record_quantum(keyrecord_t *record) {
#if defined(MIDI_ENABLE) && defined(MIDI_ADVANCED)
process_midi(keycode, record) &&
#endif
#ifdef AUDIO_ENABLE
process_audio(keycode, record) &&
#endif
#if defined(AUDIO_ENABLE) || (defined(MIDI_ENABLE) && defined(MIDI_BASIC))
process_music(keycode, record) &&
#endif