forked from mirrors/qmk_userspace
fix 'stop_all_notes' naming to be more consistent
This commit is contained in:
parent
976c856966
commit
d11962aeb2
6 changed files with 7 additions and 7 deletions
|
@ -44,10 +44,10 @@ static void music_noteoff(uint8_t note) {
|
|||
|
||||
void music_all_notes_off(void) {
|
||||
#ifdef AUDIO_ENABLE
|
||||
process_audio_stop_all_notes();
|
||||
process_audio_all_notes_off();
|
||||
#endif
|
||||
#if defined(MIDI_ENABLE) && defined(MIDI_BASIC)
|
||||
process_midi_basic_stop_all_notes();
|
||||
process_midi_all_notes_off();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue