commit 94128f7d5c616fc35565ed8b8ef6c2f69362bd88 parent 55ee06f776669b94d63247a9c1dcb7dfa6056587 Author: joshnatis <joshnatis0@gmail.com> Date: Fri, 24 Jun 2022 11:08:18 -0400 Fix typo in plugin-template.c Diffstat:
M | src/plugin-template.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugin-template.c b/src/plugin-template.c @@ -142,7 +142,7 @@ static void my_plug_process_event(my_plug_t *plug, const clap_event_header_t *hd case CLAP_EVENT_NOTE_OFF: { const clap_event_note_t *ev = (const clap_event_note_t *)hdr; - // TODO: handle note on + // TODO: handle note off break; }