aboutsummaryrefslogtreecommitdiffhomepage
path: root/midi.h
diff options
context:
space:
mode:
Diffstat (limited to 'midi.h')
-rw-r--r--midi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/midi.h b/midi.h
new file mode 100644
index 0000000..092c18a
--- /dev/null
+++ b/midi.h
@@ -0,0 +1,6 @@
+/* This header is included from C and LuaJIT. */
+
+// FIXME: Perhaps a struct would be easier to handle?
+typedef uint32_t applause_midi_sample;
+
+applause_midi_sample applause_pull_midi_sample(void);