| 418 | |
| 419 | #if DISTRHO_PLUGIN_WANT_MIDI_INPUT |
| 420 | void UI::sendNote(uint8_t channel, uint8_t note, uint8_t velocity) |
| 421 | { |
| 422 | uiData->sendNoteCallback(channel, note, velocity); |
| 423 | } |
| 424 | #endif |
| 425 | |
| 426 | #if DISTRHO_UI_FILE_BROWSER |
no test coverage detected