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

Method sendNoteCallback

distrho/src/DistrhoPluginCLAP.cpp:709–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707 }
708
709 static void sendNoteCallback(void* const ptr, const uint8_t channel, const uint8_t note, const uint8_t velocity)
710 {
711 static_cast<ClapUI*>(ptr)->sendNote(channel, note, velocity);
712 }
713 #endif
714
715 /* TODO

Callers

nothing calls this directly

Calls 1

sendNoteMethod · 0.45

Tested by

no test coverage detected