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

Function sendNoteCallback

distrho/src/DistrhoUIVST3.cpp:741–744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

739 }
740
741 static void sendNoteCallback(void* const ptr, const uint8_t channel, const uint8_t note, const uint8_t velocity)
742 {
743 static_cast<UIVst3*>(ptr)->sendNote(channel, note, velocity);
744 }
745 #endif
746
747 void setSize(uint width, uint height)

Callers

nothing calls this directly

Calls 1

sendNoteMethod · 0.45

Tested by

no test coverage detected