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

Method sendNoteCallback

distrho/src/DistrhoUILV2.cpp:456–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers 2

sendNoteMethod · 0.45

Calls 1

sendNoteMethod · 0.45

Tested by

no test coverage detected