| 454 | } |
| 455 | |
| 456 | static void sendNoteCallback(void* const ptr, const uint8_t channel, const uint8_t note, const uint8_t velocity) |
| 457 | { |
| 458 | static_cast<UiLv2*>(ptr)->sendNote(channel, note, velocity); |
| 459 | } |
| 460 | #endif |
| 461 | |
| 462 | bool fileRequest(const char* const key) |
no test coverage detected