diff options
Diffstat (limited to 'midi.h')
-rw-r--r-- | midi.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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); |