MCPcopy Create free account
hub / github.com/DISTRHO/DPF / sendNote

Method sendNote

distrho/src/DistrhoUI.cpp:420–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418
419#if DISTRHO_PLUGIN_WANT_MIDI_INPUT
420void 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

Callers 1

sendNoteCallbackFunction · 0.45

Calls 1

sendNoteCallbackMethod · 0.45

Tested by

no test coverage detected