feat: add script module for note-to-command mapping with FIFO support
This commit is contained in:
committed by
Loic Coenen (aider)
parent
16a800209f
commit
f776b8a361
7
client/src/script.h
Normal file
7
client/src/script.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef SCRIPT_H
|
||||
#define SCRIPT_H
|
||||
|
||||
int script_load(const char *path);
|
||||
void script_handle_note(int note);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user