Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ sendNoteCallback
Method
sendNoteCallback
distrho/src/DistrhoPluginJACK.cpp:756–759 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
754
755
# if DISTRHO_PLUGIN_WANT_MIDI_INPUT
756
static void sendNoteCallback(void* ptr, uint8_t channel, uint8_t note, uint8_t velocity)
757
{
758
thisPtr->sendNote(channel, note, velocity);
759
}
760
# endif
761
762
# if DISTRHO_PLUGIN_WANT_STATE
Callers
nothing calls this directly
Calls
1
sendNote
Method · 0.45
Tested by
no test coverage detected