Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ sendNoteCallback
Method
sendNoteCallback
distrho/src/DistrhoUIDSSI.cpp:242–245 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
240
241
#if DISTRHO_PLUGIN_WANT_MIDI_INPUT
242
static void sendNoteCallback(void* ptr, uint8_t channel, uint8_t note, uint8_t velocity)
243
{
244
uiPtr->sendNote(channel, note, velocity);
245
}
246
#endif
247
248
#undef uiPtr
Callers
nothing calls this directly
Calls
1
sendNote
Method · 0.45
Tested by
no test coverage detected