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
|
@ -15,7 +15,7 @@ void process_midi_basic_noteoff(uint8_t note)
|
|||
midi_send_noteoff(&midi_device, 0, note, 0);
|
||||
}
|
||||
|
||||
void process_midi_basic_stop_all_notes(void)
|
||||
void process_midi_all_notes_off(void)
|
||||
{
|
||||
midi_send_cc(&midi_device, 0, 0x7B, 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue